Home
last modified time | relevance | path

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

/external/libcups/filter/
Dinterpret.c517 *codeptr; /* Pointer into copy of code */ in _cupsRasterExecPS() local
544 codeptr = codecopy; in _cupsRasterExecPS()
546 while ((obj = scan_ps(st, &codeptr)) != NULL) in _cupsRasterExecPS()
/external/pcre/dist2/src/
Dpcre2_compile.c3030 process_verb_name(PCRE2_SPTR *ptrptr, PCRE2_UCHAR **codeptr, int *errorcodeptr, in process_verb_name() argument
3036 PCRE2_UCHAR *code = (codeptr == NULL)? NULL : *codeptr; in process_verb_name()
3159 if (codeptr != NULL) *codeptr = code; in process_verb_name()
3855 compile_branch(uint32_t *optionsptr, PCRE2_UCHAR **codeptr, in compile_branch() argument
3876 register PCRE2_UCHAR *code = *codeptr; in compile_branch()
4173 *codeptr = code; in compile_branch()
7590 compile_regex(uint32_t options, PCRE2_UCHAR **codeptr, PCRE2_SPTR *ptrptr, in compile_regex() argument
7597 PCRE2_UCHAR *code = *codeptr; in compile_regex()
7850 *codeptr = code; in compile_regex()
7879 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()