Home
last modified time | relevance | path

Searched refs:pcre_stack_guard (Results 1 – 7 of 7) sorted by relevance

/external/pcre/
Dpcre.h494 PCRE_EXP_DECL int (*pcre_stack_guard)(void); variable
515 PCRE_EXP_DECL int pcre_stack_guard(void);
/external/pcre/dist/
Dpcre.h.generic494 PCRE_EXP_DECL int (*pcre_stack_guard)(void);
515 PCRE_EXP_DECL int pcre_stack_guard(void);
Dpcre.h.in494 PCRE_EXP_DECL int (*pcre_stack_guard)(void); variable
515 PCRE_EXP_DECL int pcre_stack_guard(void);
Dpcretest.c237 pcre_stack_guard = stack_guard
DChangeLog203 variable called pcre_stack_guard that can be set to point to an external
/external/pcre/dist/doc/
Dpcretest.txt502 The /Q modifier is used to test the use of pcre_stack_guard. It must be
Dpcre.txt1679 int (*pcre_stack_guard)(void);
1816 The global variable pcre_stack_guard initially contains NULL. It can be
1865 pcre_stack_guard, are shared by all threads.
1990 pointer to an external checking function in pcre_stack_guard.