Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_get.c151 char **firstptr, char **lastptr) in pcre_get_stringtable_entries() argument
155 PCRE_UCHAR16 **firstptr, PCRE_UCHAR16 **lastptr) in pcre_get_stringtable_entries()
159 PCRE_UCHAR32 **firstptr, PCRE_UCHAR32 **lastptr) in pcre_get_stringtable_entries()
224 *lastptr = (char *)last; in pcre_get_stringtable_entries()
227 *lastptr = (PCRE_UCHAR16 *)last; in pcre_get_stringtable_entries()
230 *lastptr = (PCRE_UCHAR32 *)last; in pcre_get_stringtable_entries()
Dpcregrep.c215 omstr **lastptr; member
241 fnstr **lastptr; member
275 patstr **lastptr; member
2864 *(omd->lastptr) = add_number((int)n, *(omd->lastptr)); in main()
2865 if (*(omd->anchor) == NULL) *(omd->anchor) = *(omd->lastptr); in main()
2875 *(pd->lastptr) = add_pattern(option_data, *(pd->lastptr)); in main()
2876 if (*(pd->lastptr) == NULL) goto EXIT2; in main()
2877 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr); in main()
2897 (*(fd->lastptr))->next = fn; in main()
2898 *(fd->lastptr) = fn; in main()
Dpcregexp.pas397 lastptr : pchar ) : integer; external;
Dpcre_exec.c2193 PCRE_PUCHAR lastptr = eptr - 1; in match() local
2194 BACKCHAR(lastptr); in match()
2195 if (lastptr < md->start_used_ptr) md->start_used_ptr = lastptr; in match()
2196 GETCHAR(c, lastptr); in match()
/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/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()