Lines Matching defs:stringname

62   stringname  the name whose number is required
70 pcre_get_stringnumber(const pcre *code, const char *stringname)
73 pcre16_get_stringnumber(const pcre16 *code, PCRE_SPTR16 stringname)
76 pcre32_get_stringnumber(const pcre32 *code, PCRE_SPTR32 stringname)
120 int c = STRCMP_UC_UC((pcre_uchar *)stringname,
140 stringname the name whose entries required
150 pcre_get_stringtable_entries(const pcre *code, const char *stringname,
154 pcre16_get_stringtable_entries(const pcre16 *code, PCRE_SPTR16 stringname,
158 pcre32_get_stringtable_entries(const pcre32 *code, PCRE_SPTR32 stringname,
204 int c = STRCMP_UC_UC((pcre_uchar *)stringname,
212 if (STRCMP_UC_UC((pcre_uchar *)stringname,
218 if (STRCMP_UC_UC((pcre_uchar *)stringname,
251 stringname the name of the capturing substring
261 get_first_set(const pcre *code, const char *stringname, int *ovector)
264 get_first_set(const pcre16 *code, PCRE_SPTR16 stringname, int *ovector)
267 get_first_set(const pcre32 *code, PCRE_SPTR32 stringname, int *ovector)
283 return pcre_get_stringnumber(code, stringname);
284 entrysize = pcre_get_stringtable_entries(code, stringname, &first, &last);
287 return pcre16_get_stringnumber(code, stringname);
288 entrysize = pcre16_get_stringtable_entries(code, stringname, &first, &last);
291 return pcre32_get_stringnumber(code, stringname);
292 entrysize = pcre32_get_stringtable_entries(code, stringname, &first, &last);
376 stringname the name of the required substring
391 int *ovector, int stringcount, const char *stringname,
396 int *ovector, int stringcount, PCRE_SPTR16 stringname,
401 int *ovector, int stringcount, PCRE_SPTR32 stringname,
405 int n = get_first_set(code, stringname, ovector);
594 stringname the name of the required substring
608 int *ovector, int stringcount, const char *stringname,
613 int *ovector, int stringcount, PCRE_SPTR16 stringname,
618 int *ovector, int stringcount, PCRE_SPTR32 stringname,
622 int n = get_first_set(code, stringname, ovector);