Home
last modified time | relevance | path

Searched refs:lastptr (Results 1 – 14 of 14) sorted by relevance

/third_party/curl/tests/libtest/
Dlib554.c70 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()
Dlib650.c57 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()
Dlib1545.c33 struct curl_httppost *lastptr = NULL; in test() local
41 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
Dlib651.c37 struct curl_httppost *lastptr = NULL; in test() local
54 formrc = curl_formadd(&formpost, &lastptr, in test()
Dlib670.c108 struct curl_httppost *lastptr = NULL; in test()
164 formrc = curl_formadd(&formpost, &lastptr, in test()
/third_party/curl/docs/examples/
Dpostit2-formadd.c56 struct curl_httppost *lastptr = NULL; in main() local
64 &lastptr, in main()
71 &lastptr, in main()
79 &lastptr, in main()
Dmulti-formadd.c48 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/
DCURLOPT_HTTPPOST.md60 struct curl_httppost *lastptr;
65 &lastptr,
72 &lastptr,
79 &lastptr,
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/
Dlocale_strtof_l_test.cpp20 char* lastptr; variable
22 float endresult = strtof_l(inputValue, &lastptr, locale);
/third_party/curl/docs/libcurl/
Dcurl_formfree.md51 struct curl_httppost *lastptr;
55 &lastptr,
/third_party/pcre2/pcre2/src/
Dpcre2grep.c308 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 …]
Dpcre2_substring.c481 PCRE2_SPTR *firstptr, PCRE2_SPTR *lastptr) in pcre2_substring_nametable_scan() argument
513 *lastptr = last; in pcre2_substring_nametable_scan()
Dpcre2_match.c6050 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/
DCHANGES2818 38 | curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file",