Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxml_common.h28 HashTable *prop_handler; member
H A Dphp_dom.c330 static void dom_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, c… in dom_register_prop_handler()
337 static void dom_overwrite_prop_handler(HashTable *prop_handler, const char *name, size_t name_len, … in dom_overwrite_prop_handler()
342 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
347 #define DOM_OVERWRITE_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
/php-src/ext/zip/
H A Dphp_zip.h69 HashTable *prop_handler; member
H A Dphp_zip.c841 static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_… in php_zip_register_prop_handler()
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h80 HashTable *prop_handler; member
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c59 static void xmlreader_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_… in xmlreader_register_prop_handler()
66 #define XMLREADER_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_int_func, prop_read_char_func… argument

Completed in 51 milliseconds