Home
last modified time | relevance | path

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

/php-src/ext/snmp/
H A Dphp_snmp.h73 php_snmp_read_t read_func; member
H A Dsnmp.c85 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
1663 …rty(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read_func, php_snmp_write_… in php_snmp_add_property() argument
1670 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1690 if (hnd && hnd->read_func) { in php_snmp_read_property()
1691 ret = hnd->read_func(obj, rv); in php_snmp_read_property()
1797 if (!hnd->read_func || hnd->read_func(obj, &rv) != SUCCESS) { in php_snmp_get_properties()
/php-src/ext/mysqli/
H A Dmysqli.c80 mysqli_read_t read_func; member
248 if (hnd->read_func(obj, rv, type == BP_VAR_IS) == SUCCESS) { in mysqli_read_property()
299 p.read_func = (r_func) ? r_func : mysqli_read_na; in mysqli_add_property()
/php-src/ext/dom/
H A Dphp_dom.c145 dom_read_t read_func; member
330 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
335 …static const dom_prop_handler hnd = {.read_func = prop_read_func, .write_func = prop_write_func}; \
362 int ret = hnd->read_func(obj, rv); in dom_read_property()
423 } else if (hnd->read_func(obj, &tmp) == SUCCESS) { in dom_property_exists()
465 if (entry->read_func(obj, &value) == FAILURE) { in dom_get_debug_info_helper()

Completed in 28 milliseconds