Home
last modified time | relevance | path

Searched refs:pcre_get_substring (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_get.c551 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() function
632 return pcre_get_substring(subject, ovector, stringcount, n, stringptr); in pcre_get_named_substring()
H A Dpcre.h615 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
H A DREADME720 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
/PHP-7.2/main/
H A Dphp_compat.h35 #define pcre_get_substring php_pcre_get_substring macro
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1637 int pcre_get_substring(const char *subject, int *ovector,
1778 pcre_get_substring()
3650 This error is used by the pcre_copy_substring(), pcre_get_substring(),
3865 int pcre_get_substring(const char *subject, int *ovector,
3874 pcre_copy_substring(), pcre_get_substring(), and pcre_get_sub-
3898 The functions pcre_copy_substring() and pcre_get_substring() extract a
3903 buffersize, while for pcre_get_substring() a new block of memory is
3911 get memory failed for pcre_get_substring().
3938 call of pcre_get_substring() or pcre_get_substring_list(), respec-
3990 then call pcre_copy_substring() or pcre_get_substring(), as appropri-

Completed in 40 milliseconds