Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_convert.c127 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_posix() argument
147 *bufflenptr = plength; in convert_posix()
357 *bufflenptr = convlength; in convert_posix()
789 PCRE2_SIZE *bufflenptr, BOOL dummyrun, pcre2_convert_context *ccontext) in convert_glob() argument
811 *bufflenptr = 0; in convert_glob()
1028 *bufflenptr = pattern - pattern_start; in convert_glob()
1032 *bufflenptr = out.output_size - 1; in convert_glob()
1058 PCRE2_UCHAR **buffptr, PCRE2_SIZE *bufflenptr, in pcre2_pattern_convert() argument
1068 if (pattern == NULL || bufflenptr == NULL) return PCRE2_ERROR_NULL; in pcre2_pattern_convert()
1074 *bufflenptr = 0; /* Error offset */ in pcre2_pattern_convert()
[all …]