Home
last modified time | relevance | path

Searched refs:pcre_maketables (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pcre/
H A Dconfig.w326 … pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_maketables.c pcre_newlin…
H A Dconfig0.m458 pcrelib/pcre_maketables.c pcrelib/pcre_newline.c \
H A Dphp_pcre.c386 tables = pcre_maketables(); in pcre_get_compiled_regex_cache()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_maketables.c71 pcre_maketables(void) in pcre_maketables() function
H A Ddftables.c84 tables = pcre_maketables(); in main()
H A Dpcre.h606 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
H A DREADME671 The third set of tests checks pcre_maketables(), the facility for building a
729 concatenated tables. A call to pcre_maketables() can be used to generate a set
H A DNEWS594 locale by pcre_maketables(). To use the default tables, this new arguement
H A DChangeLog4620 to character tables built by pcre_maketables() in the current locale. If NULL
/PHP-5.3/main/
H A Dphp_compat.h37 #define pcre_maketables php_pcre_maketables macro
/PHP-5.3/win32/
H A Dphp5dllts.dsp430 SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1619 const unsigned char *pcre_maketables(void);
1742 The function pcre_maketables() is used to build a set of character
2029 result of a call to pcre_maketables(). This value is stored with the
2534 External tables are built by calling the pcre_maketables() function,
2542 tables = pcre_maketables();
2548 When pcre_maketables() runs, the tables are built in memory that is
8675 pcre_maketables() documentation), this is relatively straightforward.

Completed in 83 milliseconds