Home
last modified time | relevance | path

Searched refs:pcre2_set_character_tables (Results 1 – 9 of 9) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_context.c325 pcre2_set_character_tables(pcre2_compile_context *ccontext, in pcre2_set_character_tables() function
Dpcre2.h.in593 pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
881 #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_) macro
Dpcre2.h.generic593 pcre2_set_character_tables(pcre2_compile_context *, const uint8_t *); \
881 #define pcre2_set_character_tables PCRE2_SUFFIX(pcre2_set_character_tables_)
Dpcre2grep.c4164 pcre2_set_character_tables(compile_context, character_tables); in main()
/third_party/pcre2/pcre2/
DMakefile.am76 doc/html/pcre2_set_character_tables.html \
172 doc/pcre2_set_character_tables.3 \
DREADME727 passed to PCRE2 by calling pcre2_set_character_tables() to put a pointer into a
DChangeLog619 22. Corrected pcre2_set_character_tables() tables data type: was const unsigned
/third_party/pcre2/pcre2/doc/html/
DREADME.txt727 passed to PCRE2 by calling pcre2_set_character_tables() to put a pointer into a
/third_party/pcre2/pcre2/doc/
Dpcre2.txt268 int pcre2_set_character_tables(pcre2_compile_context *ccontext,
871 int pcre2_set_character_tables(pcre2_compile_context *ccontext,
2044 and calling pcre2_set_character_tables() to set the tables pointer
2054 pcre2_set_character_tables(ccontext, tables);