Searched refs:lastptr (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcre_get.c | 151 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()
|
D | pcregrep.c | 215 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()
|
D | pcregexp.pas | 397 lastptr : pchar ) : integer; external;
|
D | pcre_exec.c | 2193 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/ |
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/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()
|