Searched refs:pcre_maketables (Results 1 – 12 of 12) sorted by relevance
6 … pcre_config.c pcre_exec.c pcre_fullinfo.c pcre_get.c pcre_globals.c pcre_maketables.c pcre_newlin…
58 pcrelib/pcre_maketables.c pcrelib/pcre_newline.c \
386 tables = pcre_maketables(); in pcre_get_compiled_regex_cache()
71 pcre_maketables(void) in pcre_maketables() function
84 tables = pcre_maketables(); in main()
606 PCRE_EXP_DECL const unsigned char *pcre_maketables(void);
671 The third set of tests checks pcre_maketables(), the facility for building a729 concatenated tables. A call to pcre_maketables() can be used to generate a set
594 locale by pcre_maketables(). To use the default tables, this new arguement
4620 to character tables built by pcre_maketables() in the current locale. If NULL
37 #define pcre_maketables php_pcre_maketables macro
430 SOURCE=..\ext\pcre\pcrelib\pcre_maketables.c
1619 const unsigned char *pcre_maketables(void);1742 The function pcre_maketables() is used to build a set of character2029 result of a call to pcre_maketables(). This value is stored with the2534 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 is8675 pcre_maketables() documentation), this is relatively straightforward.
Completed in 83 milliseconds