Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_chartables.c27 const pcre_uint8 PRIV(default_tables)[] = { variable
H A Dpcre_fullinfo.c201 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
H A Dpcre_internal.h2674 extern const pcre_uint8 PRIV(default_tables)[];
H A Dpcre_compile.c9060 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9372 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
H A Dpcre_exec.c6539 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()
H A Dpcre_jit_compile.c9822 tables = PRIV(default_tables); in PRIV()

Completed in 95 milliseconds