Searched refs:PCRE_INFO_NAMETABLE (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/ |
D | pcre_get.c | 91 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 101 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 111 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringnumber() 174 if ((rc = pcre_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries() 184 if ((rc = pcre16_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries() 194 if ((rc = pcre32_fullinfo(code, NULL, PCRE_INFO_NAMETABLE, &nametable)) != 0) in pcre_get_stringtable_entries()
|
D | pcre_fullinfo.c | 198 case PCRE_INFO_NAMETABLE: in pcre_fullinfo()
|
D | pcredemo.c | 204 PCRE_INFO_NAMETABLE, /* address of the table */ in main()
|
D | pcregexp.pas | 219 PCRE_INFO_NAMETABLE = 9;
|
D | pcre.h.generic | 267 #define PCRE_INFO_NAMETABLE 9
|
D | pcre.h.in | 267 #define PCRE_INFO_NAMETABLE 9 macro
|
D | pcretest.c | 4173 new_info(re, NULL, PCRE_INFO_NAMETABLE, (void *)&nametable) + in main()
|
D | ChangeLog | 4606 PCRE_INFO_NAMETABLE yields a pointer to the map.
|
/external/pcre/ |
D | pcre.h | 267 #define PCRE_INFO_NAMETABLE 9 macro
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2887 PCRE_INFO_NAMETABLE 2902 depends on the length of the longest name. PCRE_INFO_NAMETABLE returns
|