Home
last modified time | relevance | path

Searched defs:hnd (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c63 xmlreader_prop_handler hnd; in xmlreader_register_prop_handler() local
76 static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval *rv) in xmlreader_property_reader()
121 xmlreader_prop_handler *hnd = NULL; in xmlreader_get_property_ptr_ptr() local
142 xmlreader_prop_handler *hnd = NULL; in xmlreader_read_property() local
168 xmlreader_prop_handler *hnd = NULL; in xmlreader_write_property() local
/PHP-8.1/ext/dom/
H A Dphp_dom.c277 dom_prop_handler hnd; in dom_register_prop_handler() local
303 dom_prop_handler *hnd = NULL; in dom_read_property() local
331 dom_prop_handler *hnd = NULL; in dom_write_property() local
367 dom_prop_handler *hnd = NULL; in dom_property_exists() local
542 dom_prop_handler *hnd = Z_PTR_P(zv); in dom_copy_prop_handler() local
/PHP-8.1/ext/snmp/
H A Dsnmp.c1692 php_snmp_prop_handler *hnd; in php_snmp_read_property() local
1717 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_write_property() local
1751 php_snmp_prop_handler *hnd; in php_snmp_has_property() local
1796 php_snmp_prop_handler *hnd; in php_snmp_get_properties() local
1817 php_snmp_prop_handler *hnd = zend_hash_find_ptr(&php_snmp_properties, name); in php_snmp_get_property_ptr_ptr() local
/PHP-8.1/ext/zip/
H A Dphp_zip.c832 zip_prop_handler hnd; in php_zip_register_prop_handler() local
844 static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zval *rv) /* {{{ */ in php_zip_property_reader()
879 zip_prop_handler *hnd = NULL; in php_zip_get_property_ptr_ptr() local
899 zip_prop_handler *hnd = NULL; in php_zip_write_property() local
919 zip_prop_handler *hnd = NULL; in php_zip_read_property() local
943 zip_prop_handler *hnd = NULL; in php_zip_has_property() local
986 zip_prop_handler *hnd; in php_zip_get_properties() local
/PHP-8.1/ext/mysqli/
H A Dmysqli.c295 mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_read_property() local
314 const mysqli_prop_handler *hnd = zend_hash_find_ptr(obj->prop_handler, name); in mysqli_write_property() local
/PHP-8.1/ext/dba/
H A Dphp_dba.h51 struct dba_handler *hnd; member

Completed in 44 milliseconds