Searched refs:tok_start (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Durl.c4367 size_t tok_start; local
4388 for(tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) {
4389 while(tok_start < no_proxy_len &&
4390 strchr(separator, no_proxy[tok_start]) != NULL) {
4392 ++tok_start;
4395 if(tok_start == no_proxy_len)
4398 for(tok_end = tok_start; tok_end < no_proxy_len &&
4407 if(no_proxy[tok_start]
[all...]
/external/jsmn/
H A Djsmn_test.c28 #define TOKEN_EQ(t, tok_start, tok_end, tok_type) \
29 ((t).start == tok_start \
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c3164 char *tok_start, *tok_prev; local
3181 tok_start = os_strchr(tok_prev, ',');
3182 if (tok_start) {
3183 domain_len = tok_start - tok_prev;
3187 tok_prev = ++tok_start;

Completed in 133 milliseconds