Lines Matching defs:first_token
4302 char *first_token,
4325 "first_token: %s\n", arr_size, llimit, ulimit, first_token);
4330 if (first_token[0] != CURL_BEGIN) {
5236 * reads the value of an enumeration parameter from first_token and fp.
5237 * first_token is the first token of the value.
5244 char *first_token,
5263 if (*first_token != CURL_BEGIN) {
5264 ret = str_val_list_lookup(enum_vals, first_token, val);
5268 first_token, lineno);