Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c544 pcre_get_substring(const char *subject, int *ovector, int stringcount, in pcre_get_substring() function
625 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-5.5/main/
H A Dphp_compat.h35 #define pcre_get_substring php_pcre_get_substring macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1637 int pcre_get_substring(const char *subject, int *ovector,
1778 pcre_get_substring()
3651 This error is used by the pcre_copy_substring(), pcre_get_substring(),
3866 int pcre_get_substring(const char *subject, int *ovector,
3875 pcre_copy_substring(), pcre_get_substring(), and pcre_get_sub-
3899 The functions pcre_copy_substring() and pcre_get_substring() extract a
3904 buffersize, while for pcre_get_substring() a new block of memory is
3912 get memory failed for pcre_get_substring().
3939 call of pcre_get_substring() or pcre_get_substring_list(), respec-
3991 then call pcre_copy_substring() or pcre_get_substring(), as appropri-

Completed in 41 milliseconds