Home
last modified time | relevance | path

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

/php-src/ext/snmp/
H A Dphp_snmp.h74 php_snmp_write_t write_func; member
H A Dsnmp.c85 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
1664 …e *h, const char *name, size_t name_length, php_snmp_read_t read_func, php_snmp_write_t write_func) in php_snmp_add_property() argument
1672 p.write_func = (write_func) ? write_func : NULL; in php_snmp_add_property()
1713 if (!hnd->write_func) { in php_snmp_write_property()
1727 hnd->write_func(obj, &tmp); in php_snmp_write_property()
1730 hnd->write_func(obj, value); in php_snmp_write_property()
/php-src/ext/mysqli/
H A Dmysqli.c80 mysqli_write_t write_func; member
266 if (!hnd->write_func) { in mysqli_write_property()
281 hnd->write_func(obj, &tmp); in mysqli_write_property()
284 hnd->write_func(obj, value); in mysqli_write_property()
299 p.write_func = w_func; in mysqli_add_property()
/php-src/Zend/
H A Dzend.h334 #define ZEND_WRITE_EX(str, str_len) write_func((str), (str_len))
336 #define ZEND_PUTS_EX(str) write_func((str), strlen((str)))
/php-src/ext/dom/
H A Dphp_dom.c155 dom_write_t write_func; member
348 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
353 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
416 if (UNEXPECTED(!hnd->write_func)) { in dom_write_property()
440 hnd->write_func(obj, &tmp); in dom_write_property()

Completed in 31 milliseconds