Home
last modified time | relevance | path

Searched refs:dom_prop_handler (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/dom/
H A Dphp_dom.c153 typedef struct dom_prop_handler { struct
156 } dom_prop_handler; argument
330 …op_handler(HashTable *prop_handler, const char *name, size_t name_len, const dom_prop_handler *hnd) in dom_register_prop_handler()
337 …op_handler(HashTable *prop_handler, const char *name, size_t name_len, const dom_prop_handler *hnd) in dom_overwrite_prop_handler()
343 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
348 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
365 const dom_prop_handler *hnd = NULL; in dom_get_prop_handler()
388 const dom_prop_handler *hnd = dom_get_prop_handler(obj, name, cache_slot); in dom_read_property()
408 const dom_prop_handler *hnd = dom_get_prop_handler(obj, name, cache_slot); in dom_write_property()
450 const dom_prop_handler *hnd = dom_get_prop_handler(obj, name, cache_slot); in dom_property_exists()
[all …]

Completed in 11 milliseconds