Searched defs:handler (Results 1 – 16 of 16) sorted by relevance
/PHP-5.3/sapi/apache_hooks/ |
H A D | sapi_apache.c | 63 int apache_php_module_hook(request_rec *r, php_handler *handler, zval **ret TSRMLS_DC) in apache_php_module_hook()
|
H A D | mod_php5.c | 274 void (*handler)(int); in sapi_apache_read_post() local 937 php_handler *handler; in php_set_server_handler() local 956 php_handler *handler; in php_set_dir_handler() local 1266 static int php_run_hook(php_handler *handler, request_rec *r) in php_run_hook()
|
/PHP-5.3/ext/dom/ |
H A D | xpath.c | 82 zval handler; in dom_xpath_ext_function_php() local
|
H A D | document.c | 353 xmlCharEncodingHandlerPtr handler; in dom_document_encoding_write() local
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 453 void (*handler) (int); in _close_mysql_link() local 468 void (*handler) (int); in _close_mysql_plink() local 699 void (*handler) (int); local
|
/PHP-5.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 512 void (*handler) (int); local
|
/PHP-5.3/ext/dba/ |
H A D | dba.c | 303 static dba_handler handler[] = { variable
|
/PHP-5.3/ext/xml/ |
H A D | xml.c | 479 static void xml_set_handler(zval **handler, zval **data) in xml_set_handler() 503 static zval *xml_call_handler(xml_parser *parser, zval *handler, zend_function *function_ptr, int a… in xml_call_handler()
|
/PHP-5.3/ext/xsl/ |
H A D | xsltprocessor.c | 181 zval handler; in xsl_ext_function_php() local
|
/PHP-5.3/sapi/apache/ |
H A D | mod_php5.c | 129 void (*handler)(int); in sapi_apache_read_post() local
|
/PHP-5.3/Zend/ |
H A D | zend_compile.h | 83 opcode_handler_t handler; member 261 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
|
H A D | zend_execute.c | 1297 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler()
|
H A D | zend_API.h | 37 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
|
/PHP-5.3/sapi/litespeed/ |
H A D | lsapilib.c | 158 static void lsapi_signal(int signo, sighandler_t handler) in lsapi_signal()
|
/PHP-5.3/ext/spl/ |
H A D | spl_array.c | 1097 zend_object_get_properties_t handler = Z_OBJ_HANDLER_PP(array, get_properties); in spl_array_set_array() local
|
/PHP-5.3/ext/soap/ |
H A D | soap.c | 2487 zend_bool handler = 1; local
|
Completed in 70 milliseconds