Home
last modified time | relevance | path

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

/PHP-5.5/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.c415 tables = pcre_maketables(); in pcre_get_compiled_regex_cache()
/PHP-5.5/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.h627 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
H A DREADME735 The third set of tests checks pcre_maketables(), the facility for building a
796 concatenated tables. A call to pcre_maketables() can be used to generate a set
H A DNEWS699 locale by pcre_maketables(). To use the default tables, this new argument
H A DChangeLog5557 to character tables built by pcre_maketables() in the current locale. If NULL
/PHP-5.5/main/
H A Dphp_compat.h37 #define pcre_maketables php_pcre_maketables macro
/PHP-5.5/win32/
H A Dphp5dllts.dsp418 SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1663 const unsigned char *pcre_maketables(void);
1787 The function pcre_maketables() is used to build a set of character
2095 result of a call to pcre_maketables(). This value is stored with the
2650 External tables are built by calling the pcre_maketables() function,
2658 tables = pcre_maketables();
2664 When pcre_maketables() runs, the tables are built in memory that is
9213 pcre_maketables() documentation), this is relatively straightforward.

Completed in 70 milliseconds