Searched refs:next_option (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/unittest/ |
D | private.c | 387 ck_assert(next_option(NULL, &a, &b) == NULL); in START_TEST() 388 for (i = 0, p = list; (p = next_option(p, &a, &b)) != NULL; i++) { in START_TEST()
|
/civetweb-2.7.6/src/ |
D | civetweb.c | 4155 next_option(const char *list, struct vec *val, struct vec *eq_val) function 4220 while ((header = next_option(header, &opt_vec, &eq_vec)) != NULL) { 7379 while ((list = next_option(list, &filename_vec, NULL)) != NULL) { 7490 while ((rewrite = next_option(rewrite, &a, &b)) != NULL) { 7998 while ((list = next_option(list, &ext_vec, &mime_vec)) != NULL) { 8536 while ((list = next_option(list, &uri_vec, &filename_vec)) != NULL) { 11004 while ((s = next_option(s, &var_vec, NULL)) != NULL) { 12960 while ((spec = next_option(spec, &vec, &val)) != NULL) { 14587 while ((list = next_option(list, &vec, NULL)) != NULL) { 14966 while ((list = next_option(list, &vec, NULL)) != NULL) { [all …]
|