Searched refs:read_func (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/snmp/ |
H A D | php_snmp.h | 73 php_snmp_read_t read_func; member
|
H A D | snmp.c | 90 (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.4/ext/mysqli/ |
H A D | mysqli.c | 79 mysqli_read_t read_func; member 247 if (hnd->read_func(obj, rv, type == BP_VAR_IS) == SUCCESS) { in mysqli_read_property() 298 p.read_func = (r_func) ? r_func : mysqli_read_na; in mysqli_add_property()
|
/PHP-8.4/ext/dom/ |
H A D | php_dom.c | 154 dom_read_t read_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}; \ 396 int ret = hnd->read_func(obj, rv); in dom_read_property() 462 } else if (hnd->read_func(obj, &tmp) == SUCCESS) { in dom_property_exists() 518 if (entry->read_func(obj, &value) == FAILURE) { in dom_get_debug_info_helper()
|
Completed in 32 milliseconds