Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_chartables.c29 const pcre_uint8 PRIV(default_tables)[] = { variable
H A Dpcre_fullinfo.c203 *((const pcre_uint8 **)where) = (const pcre_uint8 *)(PRIV(default_tables)); in pcre_fullinfo()
H A Dpcre_internal.h2678 extern const pcre_uint8 PRIV(default_tables)[];
H A Dpcre_compile.c9057 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9369 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
H A Dpcre_exec.c6541 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()
H A Dpcre_jit_compile.c9822 tables = PRIV(default_tables); in PRIV()

Completed in 93 milliseconds