Lines Matching defs:string
14 * lwres_string_parse() retrieves a DNS-encoded string starting the
17 * encoded string is returned via *c and the length of that string is
19 * the character following the string length, the encoded string, and
71 * less space than expected for the components of the encoded string
94 #include <string.h>
136 * Set the pointer to this string to the right place, then
152 /*% Retrieves a DNS-encoded string. */
156 * The "current" pointer in "b" point to an encoded string.
160 * The address of the first byte of the string is returned via "c",
165 * following the string length, the string, and the trailing NULL.
172 char *string;
184 * Set the pointer to this string to the right place, then
189 string = (char *)b->base + b->current;
203 *c = string;