Lines Matching full:a
5 ** Permission is hereby granted, free of charge, to any person obtaining a copy
17 ** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 * Allocates memory for the string pointed by \a value and copies it into this
38 * buffer. The pointer to the buffer is stored in \a buffer and the number of
39 * bytes copied is stored in \a len (those variables must not be NULL).
41 * If the iterator \a value does not point to a text string, the behaviour is
45 * If \c malloc returns a NULL pointer, this function will return error
48 * On success, \c{*buffer} will contain a valid pointer that must be freed by
51 * The \a next pointer, if not null, will be updated to point to the next item
52 * after this string. If \a value points to the last item, then \a next will be
68 * Allocates memory for the string pointed by \a value and copies it into this
69 * buffer. The pointer to the buffer is stored in \a buffer and the number of
70 * bytes copied is stored in \a len (those variables must not be NULL).
72 * If the iterator \a value does not point to a byte string, the behaviour is
76 * If \c malloc returns a NULL pointer, this function will return error
79 * On success, \c{*buffer} will contain a valid pointer that must be freed by
82 * The \a next pointer, if not null, will be updated to point to the next item
83 * after this string. If \a value points to the last item, then \a next will be