Searched refs:lastptr (Results 1 – 10 of 10) sorted by relevance
/external/curl/tests/libtest/ |
D | lib650.c | 61 struct curl_httppost *lastptr = NULL; in test() local 86 formrc = curl_formadd(&formpost, &lastptr, in test() 105 &lastptr, in test() 124 &lastptr, in test() 139 &lastptr, in test() 158 &lastptr, in test() 169 &lastptr, in test()
|
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 | 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 | 236 omstr **lastptr; member 262 fnstr **lastptr; member 295 patstr **lastptr; member 3213 *(omd->lastptr) = add_number((int)n, *(omd->lastptr)); in main() 3214 if (*(omd->anchor) == NULL) *(omd->anchor) = *(omd->lastptr); in main() 3224 *(pd->lastptr) = add_pattern(option_data, *(pd->lastptr)); in main() 3225 if (*(pd->lastptr) == NULL) goto EXIT2; in main() 3226 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr); in main() 3246 (*(fd->lastptr))->next = fn; in main() 3247 *(fd->lastptr) = fn; in main()
|
D | pcre2_substring.c | 476 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr) in pcre2_substring_nametable_scan() argument 508 *lastptr = last; in pcre2_substring_nametable_scan()
|
D | pcre2_match.c | 2275 PCRE2_SPTR lastptr = eptr - 1; in match() local 2276 BACKCHAR(lastptr); in match() 2277 if (lastptr < mb->start_used_ptr) mb->start_used_ptr = lastptr; in match() 2278 GETCHAR(c, 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()
|