Home
last modified time | relevance | path

Searched refs:firstptr (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_substring.c481 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr) in pcre2_substring_nametable_scan() argument
510 if (firstptr == NULL) return (first == last)? in pcre2_substring_nametable_scan()
512 *firstptr = first; in pcre2_substring_nametable_scan()
/third_party/curl/lib/
Dcookie.c855 char *firstptr; in Curl_cookie_add() local
885 firstptr = strtok_r((char *)lineptr, "\t", &tok_buf); /* tokenize on TAB */ in Curl_cookie_add()
891 for(ptr = firstptr, fields = 0; ptr && !badcookie; in Curl_cookie_add()