HomeSort by relevance Sort by last modified time
    Searched refs:PSSTART (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcre_internal.h 302 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
328 ((p) > NLBLOCK->PSSTART && \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
332 ((p) >= NLBLOCK->PSSTART + NLBLOCK->nllen && \
    [all...]
pcre_dfa_exec.c 80 #define PSSTART start_subject /* Field containing processed string start */
    [all...]
pcre_compile.c 50 #define PSSTART start_pattern /* Field containing pattern start */
    [all...]
pcre_exec.c 49 #define PSSTART start_subject /* Field containing processed string start */
    [all...]

Completed in 70 milliseconds