Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_printint.c313 pcre_uchar *codestart, *code; in pcre_printint() local
332 code = codestart = (pcre_uchar *)re + offset + count * size; in pcre_printint()
344 fprintf(f, "%3d ", (int)(code - codestart)); in pcre_printint()
Dpcre_compile.c8797 const pcre_uchar *codestart; in pcre_compile2() local
9183 codestart = cd->name_table + re->name_entry_size * re->name_count; in pcre_compile2()
9184 cd->start_code = codestart; in pcre_compile2()
9211 code = (pcre_uchar *)codestart; in pcre_compile2()
9236 if (code - codestart > length) errorcode = ERR23; in pcre_compile2()
9243 VALGRIND_MAKE_MEM_NOACCESS(code, (length - (code - codestart)) * sizeof(pcre_uchar)); in pcre_compile2()
9258 recno = GET(codestart, offset); in pcre_compile2()
9261 groupptr = PRIV(find_bracket)(codestart, utf, recno); in pcre_compile2()
9265 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
9290 pcre_uchar *temp = (pcre_uchar *)codestart; in pcre_compile2()
[all …]