Searched refs:pcre_get_stringnumber (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | Makefile.am | 40 doc/html/pcre_get_stringnumber.html \ 696 doc/pcre_get_stringnumber.3 \ 745 ln -sf pcre_get_stringnumber.3 $(DESTDIR)$(man3dir)/pcre16_get_stringnumber.3 771 ln -sf pcre_get_stringnumber.3 $(DESTDIR)$(man3dir)/pcre32_get_stringnumber.3
|
D | pcre_get.c | 70 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber() function 283 return pcre_get_stringnumber(code, stringname); in get_first_set()
|
D | pcregexp.pas | 392 function pcre_get_stringnumber( const code : pointer {pcre}; in pcre_get_stringnumber() function
|
D | pcre.h.in | 606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
|
D | pcre.h.generic | 606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
|
D | Makefile.in | 938 doc/html/pcre_get_stringnumber.html \ 1249 doc/pcre_get_stringnumber.3 \ 3181 ln -sf pcre_get_stringnumber.3 $(DESTDIR)$(man3dir)/pcre16_get_stringnumber.3 3207 ln -sf pcre_get_stringnumber.3 $(DESTDIR)$(man3dir)/pcre32_get_stringnumber.3
|
D | pcretest.c | 278 n = pcre_get_stringnumber(re, (char *)ptr) 2162 if (pcre_get_stringnumber(re, (char *)(*pp)) < 0) in read_capture_name8()
|
/external/pcre/ |
D | pcre.h | 606 PCRE_EXP_DECL int pcre_get_stringnumber(const pcre *, const char *);
|
/external/pcre/dist/doc/ |
D | pcre.txt | 1620 int pcre_get_stringnumber(const pcre *code, 1770 pcre_get_stringnumber() 3939 int pcre_get_stringnumber(const pcre *code, 3959 name by calling pcre_get_stringnumber(). The first argument is the com- 3979 These functions call pcre_get_stringnumber(), and if it succeeds, they 4011 (-7) is returned; no data is returned. The pcre_get_stringnumber()
|