Searched refs:pcre_copy_substring (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 335 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 D | pcre.h | 561 PCRE_EXP_DECL int pcre_copy_substring(const char *, int *, int, int,
|
H A D | README | 720 pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
|
/PHP-5.6/main/ |
H A D | php_compat.h | 33 #define pcre_copy_substring php_pcre_copy_substring macro
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1622 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 46 milliseconds