Searched refs:firstptr (Results 1 – 2 of 2) sorted by relevance
481 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr) in pcre2_substring_nametable_scan() argument510 if (firstptr == NULL) return (first == last)? in pcre2_substring_nametable_scan()512 *firstptr = first; in pcre2_substring_nametable_scan()
855 char *firstptr; in Curl_cookie_add() local885 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()