Home | History | Annotate | Download | only in dist

Lines Matching refs:pcre32

428   rc = pcre32_copy_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
437 count = pcre32_dfa_exec((pcre32 *)re, (pcre32_extra *)extra, \
443 count = pcre32_exec((pcre32 *)re, (pcre32_extra *)extra, (PCRE_SPTR32)bptr, \
457 rc = pcre32_get_named_substring((pcre32 *)re, (PCRE_SPTR32)bptr, offsets, \
472 rc = pcre32_pattern_to_host_byte_order((pcre32 *)re, (pcre32_extra *)extra, \
479 extra = (pcre_extra *)pcre32_study((pcre32 *)re, options, error)
2217 if (pcre32_get_stringnumber((pcre32 *)re, (PCRE_SPTR32)(*pp)) < 0)
2416 rc = pcre32_fullinfo((pcre32 *)re, (pcre32_extra *)study, option, ptr);
2930 printf(" pcre32 32 bit library support enabled [0, 1]\n");
3224 else if (strcmp(argv[op + 1], "pcre32") == 0)
3234 vms_setsymbol("PCRE32",0,yield );