Searched refs:pcre_int32 (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 88 pcre_uint32 *, pcre_int32 *, pcre_uint32 *, pcre_int32 *, branch_chain *, 4384 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_branch() 4385 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_branch() 4394 pcre_int32 firstcharflags, reqcharflags; in compile_branch() 4396 pcre_int32 zeroreqcharflags, zerofirstcharflags; in compile_branch() 4397 pcre_int32 req_caseopt, reqvary, tempreqvary; in compile_branch() 4492 pcre_int32 subreqcharflags, subfirstcharflags; in compile_branch() 8038 pcre_uint32 *firstcharptr, pcre_int32 *firstcharflagsptr, in compile_regex() 8039 pcre_uint32 *reqcharptr, pcre_int32 *reqcharflagsptr, in compile_regex() 8050 pcre_int32 firstcharflags, reqcharflags; in compile_regex() [all …]
|
D | pcre_internal.h | 212 typedef int pcre_int32; typedef 217 typedef long int pcre_int32; typedef 2533 pcre_int32 capture_last; /* Most recent capture number + overflow flag */ 2749 pcre_int32 other_case; /* offset to other case, or zero if none */
|
D | pcre_exec.c | 438 pcre_int32 Xsave_capture_last; 654 pcre_int32 save_capture_last; in match()
|