Searched defs:arglist (Results 1 - 1 of 1) sorted by relevance
| /bind-9.11.3/contrib/dlz/modules/mysqldyn/ |
| H A D | dlz_mysqldyn_mod.c | 342 * Append the string pointed to by 's' to the argument list 'arglist', 346 additem(mysql_arglist_t *arglist, char **s, size_t *len) { argument 356 DLZ_LIST_APPEND(*arglist, item, link); 378 mysql_arglist_t arglist; local 398 DLZ_LIST_INIT(arglist); 414 result = additem(&arglist, &tmp, &len); 422 result = additem(&arglist, &tmp, &len); 432 result = additem(&arglist, &tmp, &len); 448 for (item = DLZ_LIST_HEAD(arglist); 457 for (item = DLZ_LIST_HEAD(arglist); [all...] |
Completed in 18 milliseconds