Searched refs:aszPre (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/apr-util/hooks/ |
| HD | apr_hooks.c | 286 const char * const *aszPre, in apr_hook_debug_show() argument 292 if(aszPre) { in apr_hook_debug_show() 295 while(*aszPre) { in apr_hook_debug_show() 299 fputs(*aszPre,stdout); in apr_hook_debug_show() 300 ++aszPre; in apr_hook_debug_show() 339 const char * const *aszPre, in apr_optional_hook_add() argument 362 pHook->aszPredecessors=aszPre; in apr_optional_hook_add() 367 apr_hook_debug_show(szName,aszPre,aszSucc); in apr_optional_hook_add()
|
| /NextBSD/contrib/apr-util/include/ |
| HD | apr_optional_hooks.h | 49 const char * const *aszPre, 64 #define APR_OPTIONAL_HOOK(ns,name,pfn,aszPre,aszSucc,nOrder) do { \ argument 66 apr_optional_hook_add(#name,(void (*)(void))apu__hook,aszPre, aszSucc, nOrder); \
|
| HD | apr_hooks.h | 121 const char * const *aszPre, \ 144 link##_DECLARE(void) ns##_hook_##name(ns##_HOOK_##name##_t *pf,const char * const *aszPre, \ 155 pHook->aszPredecessors=aszPre; \ 160 apr_hook_debug_show(#name,aszPre,aszSucc); \ 345 const char * const *aszPre,
|