/third_party/curl/tests/libtest/ |
D | lib554.c | 70 struct curl_httppost *lastptr = NULL; in once() local 80 &lastptr, in once() 90 &lastptr, in once() 109 &lastptr, in once() 120 &lastptr, in once() 130 &lastptr, in once() 139 formrc = curl_formadd(&formpost, &lastptr, in once()
|
D | lib650.c | 57 struct curl_httppost *lastptr = NULL; in test() local 83 formrc = curl_formadd(&formpost, &lastptr, in test() 104 &lastptr, in test() 123 &lastptr, in test() 138 &lastptr, in test() 157 &lastptr, in test() 168 &lastptr, in test()
|
D | lib1545.c | 33 struct curl_httppost *lastptr = NULL; in test() local 41 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
|
D | lib651.c | 37 struct curl_httppost *lastptr = NULL; in test() local 54 formrc = curl_formadd(&formpost, &lastptr, in test()
|
D | lib670.c | 108 struct curl_httppost *lastptr = NULL; in test() 164 formrc = curl_formadd(&formpost, &lastptr, in test()
|
/third_party/curl/docs/examples/ |
D | postit2-formadd.c | 56 struct curl_httppost *lastptr = NULL; in main() local 64 &lastptr, in main() 71 &lastptr, in main() 79 &lastptr, in main()
|
D | multi-formadd.c | 48 struct curl_httppost *lastptr = NULL; in main() local 55 &lastptr, in main() 62 &lastptr, in main() 69 &lastptr, in main()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_HTTPPOST.md | 60 struct curl_httppost *lastptr; 65 &lastptr, 72 &lastptr, 79 &lastptr,
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/ |
D | locale_strtof_l_test.cpp | 20 char* lastptr; variable 22 float endresult = strtof_l(inputValue, &lastptr, locale);
|
/third_party/curl/docs/libcurl/ |
D | curl_formfree.md | 51 struct curl_httppost *lastptr; 55 &lastptr,
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 308 omstr **lastptr; member 334 fnstr **lastptr; member 368 patstr **lastptr; member 4094 *(omd->lastptr) = add_number((int)n, *(omd->lastptr)); in main() 4095 if (*(omd->anchor) == NULL) *(omd->anchor) = *(omd->lastptr); in main() 4105 *(pd->lastptr) = add_pattern(option_data, (PCRE2_SIZE)strlen(option_data), in main() 4106 *(pd->lastptr)); in main() 4107 if (*(pd->lastptr) == NULL) goto EXIT2; in main() 4108 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr); in main() 4130 (*(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 | 6050 PCRE2_SPTR lastptr = Feptr - 1; in match() local 6054 BACKCHAR(lastptr); in match() 6055 GETCHAR(fc, lastptr); in match() 6059 fc = *lastptr; in match() 6060 if (lastptr < mb->start_used_ptr) mb->start_used_ptr = lastptr; in match()
|
/third_party/curl/ |
D | CHANGES | 2818 38 | curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file",
|