Home
last modified time | relevance | path

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

/PHP-5.5/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 DNEWS616 is for the caller to provide an optional function, by setting pcre_callout to
H A DChangeLog4881 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a
4886 reaches such a point in the regex, if pcre_callout has been set, the external
/PHP-5.5/main/
H A Dphp_compat.h54 #define pcre_callout php_pcre_callout macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1688 int (*pcre_callout)(pcre_callout_block *);
1822 The global variable pcre_callout initially contains NULL. It can be set
1875 callout and stack-checking functions pointed to by pcre_callout and
4295 int (*pcre_callout)(pcre_callout_block *);
4307 its entry point in the global variable pcre_callout (pcre16_callout for
4409 tion defined by pcre_callout or pcre[16|32]_callout is called (if it is
4411 to the callout function is a pointer to a pcre_callout or
7233 pcre_callout (8-bit library) or pcre[16|32]_callout (16-bit or 32-bit

Completed in 60 milliseconds