Home
last modified time | relevance | path

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

/PHP-5.3/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.h594 PCRE_EXP_DECL int pcre_get_substring(const char *, int *, int, int,
H A DREADME656 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
/PHP-5.3/main/
H A Dphp_compat.h35 #define pcre_get_substring php_pcre_get_substring macro
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1593 int pcre_get_substring(const char *subject, int *ovector,
1733 pcre_get_substring()
3486 This error is used by the pcre_copy_substring(), pcre_get_substring(),
3700 int pcre_get_substring(const char *subject, int *ovector,
3709 pcre_copy_substring(), pcre_get_substring(), and pcre_get_sub-
3733 The functions pcre_copy_substring() and pcre_get_substring() extract a
3738 buffersize, while for pcre_get_substring() a new block of memory is
3746 get memory failed for pcre_get_substring().
3773 call of pcre_get_substring() or pcre_get_substring_list(), respec-
3825 then call pcre_copy_substring() or pcre_get_substring(), as appropri-

Completed in 46 milliseconds