Lines Matching refs:dom_prop_handler
153 typedef struct dom_prop_handler { struct
156 } dom_prop_handler; typedef
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}; \
363 static zend_always_inline const dom_prop_handler *dom_get_prop_handler(const dom_object *obj, zend_… in dom_get_prop_handler()
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()
492 dom_prop_handler *entry; in dom_get_debug_info_helper()