Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre.h493 PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *); variable
514 PCRE_EXP_DECL int pcre_callout(pcre_callout_block *);
H A DNEWS608 is for the caller to provide an optional function, by setting pcre_callout to
H A DChangeLog4705 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a
4710 reaches such a point in the regex, if pcre_callout has been set, the external
/PHP-5.4/main/
H A Dphp_compat.h54 #define pcre_callout php_pcre_callout macro
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1677 int (*pcre_callout)(pcre_callout_block *);
1811 The global variable pcre_callout initially contains NULL. It can be set
1864 callout and stack-checking functions pointed to by pcre_callout and
4284 int (*pcre_callout)(pcre_callout_block *);
4296 its entry point in the global variable pcre_callout (pcre16_callout for
4398 tion defined by pcre_callout or pcre[16|32]_callout is called (if it is
4400 to the callout function is a pointer to a pcre_callout or
7209 pcre_callout (8-bit library) or pcre[16|32]_callout (16-bit or 32-bit

Completed in 72 milliseconds