Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib554.c74 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()
Dlib650.c61 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()
Dlib651.c34 struct curl_httppost *lastptr = NULL; in test() local
51 formrc = curl_formadd(&formpost, &lastptr, in test()
/external/curl/docs/examples/
Dpostit2-formadd.c51 struct curl_httppost *lastptr = NULL; in main() local
59 &lastptr, in main()
66 &lastptr, in main()
74 &lastptr, in main()
Dmulti-formadd.c41 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/
Dhttp_upload.cc127 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/
Dpcre2grep.c274 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 …]
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.c5738 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/
Dlodepng.cpp1449 const unsigned char *lastptr, *foreptr, *backptr; in encodeLZ77() local
1483lastptr = &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()