Home
last modified time | relevance | path

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

/PHP-7.4/ext/snmp/
H A Dphp_snmp.h111 php_snmp_read_t read_func; member
H A Dsnmp.c88 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
1896 …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
1903 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1934 if (hnd && hnd->read_func) { in php_snmp_read_property()
1935 ret = hnd->read_func(obj, rv); in php_snmp_read_property()
2053 if (!hnd->read_func || hnd->read_func(obj, &rv) != SUCCESS) { in php_snmp_get_properties()
/PHP-7.4/ext/dom/
H A Dphp_dom.c108 dom_read_t read_func; member
300 …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
305 hnd.read_func = read_func ? read_func : dom_read_na; in dom_register_prop_handler()
343 int ret = hnd->read_func(obj, rv); in dom_read_property()
396 } else if (hnd->read_func(obj, &tmp) == SUCCESS) { in dom_property_exists()
437 if (entry->read_func(obj, &value) == FAILURE || !string_key) { in dom_get_debug_info_helper()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c77 mysqli_read_t read_func; member
327 if (hnd->read_func(obj, rv, type == BP_VAR_IS) == SUCCESS || type != BP_VAR_IS) { in mysqli_read_property()
385 p.read_func = (r_func) ? r_func : mysqli_read_na; in mysqli_add_property()

Completed in 31 milliseconds