Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c335 pcre_copy_substring(const char *subject, int *ovector, int stringcount, in pcre_copy_substring() function
408 return pcre_copy_substring(subject, ovector, stringcount, n, buffer, size); in pcre_copy_named_substring()
H A Dpcre.h561 PCRE_EXP_DECL int pcre_copy_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.h33 #define pcre_copy_substring php_pcre_copy_substring macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1622 int pcre_copy_substring(const char *subject, int *ovector,
1776 pcre_copy_substring()
3651 This error is used by the pcre_copy_substring(), pcre_get_substring(),
3862 int pcre_copy_substring(const char *subject, int *ovector,
3875 pcre_copy_substring(), pcre_get_substring(), and pcre_get_sub-
3884 length that is returned by pcre_copy_substring() and pcre_get_sub-
3899 The functions pcre_copy_substring() and pcre_get_substring() extract a
3911 The buffer was too small for pcre_copy_substring(), or the attempt to
3991 then call pcre_copy_substring() or pcre_get_substring(), as appropri-

Completed in 69 milliseconds