Searched refs:lastptr (Results 1 – 10 of 10) sorted by relevance
/external/curl/tests/libtest/ |
D | lib554.c | 74 struct curl_httppost *lastptr = NULL; in once() local 84 &lastptr, in once() 94 &lastptr, in once() 113 &lastptr, in once() 124 &lastptr, in once() 141 &lastptr, in once() 156 formrc = curl_formadd(&formpost, &lastptr, in once()
|
D | lib650.c | 61 struct curl_httppost *lastptr = NULL; in test() local 87 formrc = curl_formadd(&formpost, &lastptr, in test() 108 &lastptr, in test() 127 &lastptr, in test() 142 &lastptr, in test() 161 &lastptr, in test() 172 &lastptr, in test()
|
D | lib651.c | 34 struct curl_httppost *lastptr = NULL; in test() local 51 formrc = curl_formadd(&formpost, &lastptr, in test()
|
/external/curl/docs/examples/ |
D | postit2-formadd.c | 51 struct curl_httppost *lastptr = NULL; in main() local 59 &lastptr, in main() 66 &lastptr, in main() 74 &lastptr, in main()
|
D | multi-formadd.c | 41 struct curl_httppost *lastptr = NULL; in main() local 48 &lastptr, in main() 55 &lastptr, in main() 62 &lastptr, in main()
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 127 struct curl_httppost *lastptr = NULL; in SendRequest() local 133 (*curl_formadd)(&formpost, &lastptr, in SendRequest() 139 (*curl_formadd)(&formpost, &lastptr, in SendRequest()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 274 omstr **lastptr; member 300 fnstr **lastptr; member 334 patstr **lastptr; member 3883 *(omd->lastptr) = add_number((int)n, *(omd->lastptr)); in main() 3884 if (*(omd->anchor) == NULL) *(omd->anchor) = *(omd->lastptr); in main() 3894 *(pd->lastptr) = add_pattern(option_data, (PCRE2_SIZE)strlen(option_data), in main() 3895 *(pd->lastptr)); in main() 3896 if (*(pd->lastptr) == NULL) goto EXIT2; in main() 3897 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr); in main() 3917 (*(fd->lastptr))->next = fn; in main() [all …]
|
D | pcre2_substring.c | 481 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr) in pcre2_substring_nametable_scan() argument 513 *lastptr = last; in pcre2_substring_nametable_scan()
|
D | pcre2_match.c | 5738 PCRE2_SPTR lastptr = Feptr - 1; in match() local 5742 BACKCHAR(lastptr); in match() 5743 GETCHAR(fc, lastptr); in match() 5747 fc = *lastptr; in match() 5748 if (lastptr < mb->start_used_ptr) mb->start_used_ptr = lastptr; in match()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 1449 const unsigned char *lastptr, *foreptr, *backptr; in encodeLZ77() local 1483 …lastptr = &in[insize < pos + MAX_SUPPORTED_DEFLATE_LENGTH ? insize : pos + MAX_SUPPORTED_DEFLATE_L… in encodeLZ77() 1509 …while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max len… in encodeLZ77()
|