Searched refs:pcre_callout (Results 1 – 5 of 5) sorted by relevance
493 PCRE_EXP_DECL int (*pcre_callout)(pcre_callout_block *); variable514 PCRE_EXP_DECL int pcre_callout(pcre_callout_block *);
616 is for the caller to provide an optional function, by setting pcre_callout to
4881 pcre_callout to its entry point. Like pcre_malloc and pcre_free, this is a4886 reaches such a point in the regex, if pcre_callout has been set, the external
54 #define pcre_callout php_pcre_callout macro
1688 int (*pcre_callout)(pcre_callout_block *);1822 The global variable pcre_callout initially contains NULL. It can be set1875 callout and stack-checking functions pointed to by pcre_callout and4295 int (*pcre_callout)(pcre_callout_block *);4307 its entry point in the global variable pcre_callout (pcre16_callout for4409 tion defined by pcre_callout or pcre[16|32]_callout is called (if it is4411 to the callout function is a pointer to a pcre_callout or7233 pcre_callout (8-bit library) or pcre[16|32]_callout (16-bit or 32-bit
Completed in 53 milliseconds