Home
last modified time | relevance | path

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

/PHP-5.3/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.h2622 extern const pcre_uint8 PRIV(default_tables)[];
H A Dpcre_compile.c7829 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
8079 re->tables = (tables == PRIV(default_tables))? NULL : tables; in pcre_compile2()
H A Dpcre_exec.c6414 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()

Completed in 66 milliseconds