Searched refs:read_func (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/snmp/ |
H A D | php_snmp.h | 73 php_snmp_read_t read_func; member
|
H A D | snmp.c | 85 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \ 1669 …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 1676 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property() 1696 if (hnd && hnd->read_func) { in php_snmp_read_property() 1697 ret = hnd->read_func(obj, rv); in php_snmp_read_property() 1803 if (!hnd->read_func || hnd->read_func(obj, &rv) != SUCCESS) { in php_snmp_get_properties()
|
/PHP-8.3/ext/dom/ |
H A D | php_dom.c | 100 dom_read_t read_func; member 278 …andler(HashTable *prop_handler, char *name, size_t name_len, dom_read_t read_func, dom_write_t wri… in dom_register_prop_handler() argument 283 hnd.read_func = read_func; in dom_register_prop_handler() 290 …andler(HashTable *prop_handler, char *name, size_t name_len, dom_read_t read_func, dom_write_t wri… in dom_override_prop_handler() argument 293 hnd.read_func = read_func; in dom_override_prop_handler() 321 int ret = hnd->read_func(obj, rv); in dom_read_property() 385 } else if (hnd->read_func(obj, &tmp) == SUCCESS) { in dom_property_exists() 427 if (entry->read_func(obj, &value) == FAILURE) { in dom_get_debug_info_helper()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.c | 80 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()
|
Completed in 19 milliseconds