Lines Matching refs:sapi_stack
60 } sapi_stack; typedef
64 sapi_stack headers_handlers;
65 sapi_stack auth_handlers;
66 sapi_stack access_handlers;
67 sapi_stack type_handlers;
68 sapi_stack fixup_handlers;
69 sapi_stack logger_handlers;
70 sapi_stack post_read_handlers;
71 sapi_stack response_handlers;
75 sapi_stack uri_handlers;
76 sapi_stack requires;
115 int sapi_stack_init_ex(sapi_stack *stack, int persistent) in sapi_stack_init_ex()
127 int sapi_stack_push(sapi_stack *stack, void *element) in sapi_stack_push()
139 void* sapi_stack_pop(sapi_stack *stack) { in sapi_stack_pop()
148 int sapi_stack_destroy(sapi_stack *stack) in sapi_stack_destroy()
153 int sapi_stack_apply_with_argument_all(sapi_stack *stack, int type, int (*apply_function)(void *ele… in sapi_stack_apply_with_argument_all()
173 int sapi_stack_apply_with_argument_stop_if_equals(sapi_stack *stack, int type, int (*apply_function… in sapi_stack_apply_with_argument_stop_if_equals()
196 int sapi_stack_apply_with_argument_stop_if_http_error(sapi_stack *stack, int type, int (*apply_func… in sapi_stack_apply_with_argument_stop_if_http_error()
219 void php_handler_stack_destroy(sapi_stack *stack) in php_handler_stack_destroy()