Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c329 #define DOM_REGISTER_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
330 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
334 #define DOM_OVERWRITE_PROP_HANDLER(prop_handler, name, prop_read_func, prop_write_func) do { \ argument
335 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \

Completed in 14 milliseconds