Changeset View
Changeset View
Standalone View
Standalone View
doc/gcrypt.texi
| Context not available. | |||||
| @item %b | @item %b | ||||
| The next argument is expected to be of type @code{int} directly | The next argument is expected to be of type @code{int} directly | ||||
| followed by an argument of type @code{char *}. This represents a | followed by an argument of type @code{char *}. This represents a | ||||
| buffer of given length to be inserted into the resulting regular | buffer of given length to be inserted into the resulting S-expression. | ||||
| expression. | @item %S | ||||
| The next argument is expected to be of type @code{gcry_sexp_t} and a | |||||
| copy of that S-expression is embedded in the resulting S-expression. | |||||
| The argument needs to be a regular S-expression, starting with a | |||||
| parenthesis. | |||||
| @end table | @end table | ||||
| @noindent | @noindent | ||||
| Context not available. | |||||
| @noindent | @noindent | ||||
| There are a couple of functions to parse S-expressions and retrieve | There are functions to parse S-expressions and retrieve elements: | ||||
| elements: | |||||
| @deftypefun gcry_sexp_t gcry_sexp_find_token (@w{const gcry_sexp_t @var{list}}, @w{const char *@var{token}}, @w{size_t @var{toklen}}) | @deftypefun gcry_sexp_t gcry_sexp_find_token (@w{const gcry_sexp_t @var{list}}, @w{const char *@var{token}}, @w{size_t @var{toklen}}) | ||||
| Context not available. | |||||