Home
last modified time | relevance | path

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

/PHP-7.1/ext/snmp/
H A Dphp_snmp.h113 php_snmp_read_t read_func; member
H A Dsnmp.c97 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func); \
1938 …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
1944 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1970 if (hnd && hnd->read_func) { in php_snmp_read_property()
1971 ret = hnd->read_func(obj, rv); in php_snmp_read_property()
2087 if (!hnd->read_func || hnd->read_func(obj, &rv) != SUCCESS) { in php_snmp_get_properties()
/PHP-7.1/ext/dom/
H A Dphp_dom.c110 dom_read_t read_func; member
302 static void dom_register_prop_handler(HashTable *prop_handler, char *name, dom_read_t read_func, do… in dom_register_prop_handler() argument
306 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()
438 if (entry->read_func(obj, &value) == FAILURE || !string_key) { in dom_get_debug_info_helper()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c79 mysqli_read_t read_func; member
320 retval = hnd->read_func(obj, rv); in mysqli_read_property()
374 p.read_func = (r_func) ? r_func : mysqli_read_na; in mysqli_add_property()

Completed in 44 milliseconds