Home
last modified time | relevance | path

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

/PHP-5.5/ext/snmp/
H A Dphp_snmp.h108 php_snmp_read_t read_func; member
H A Dsnmp.c106 (php_snmp_read_t)(b)[i].read_func, (php_snmp_write_t)(b)[i].write_func TSRMLS_CC); \
1964 …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
1970 p.read_func = (read_func) ? read_func : NULL; in php_snmp_add_property()
1998 if (ret == SUCCESS && hnd->read_func) { in php_snmp_read_property()
1999 ret = hnd->read_func(obj, &retval TSRMLS_CC); in php_snmp_read_property()
2126 if (!hnd->read_func || hnd->read_func(obj, &val TSRMLS_CC) != SUCCESS) { in php_snmp_get_properties()
/PHP-5.5/ext/dom/
H A Dphp_dom.c106 dom_read_t read_func; member
296 static void dom_register_prop_handler(HashTable *prop_handler, char *name, dom_read_t read_func, do… in dom_register_prop_handler() argument
300 hnd.read_func = read_func ? read_func : dom_read_na; in dom_register_prop_handler()
365 ret = hnd->read_func(obj, &retval TSRMLS_CC); in dom_read_property()
447 } else if (hnd->read_func(obj, &tmp TSRMLS_CC) == SUCCESS) { in dom_property_exists()
508 if (entry->read_func(obj, &value TSRMLS_CC) == FAILURE) { in dom_get_debug_info_helper()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c85 mysqli_read_t read_func; member
344 ret = hnd->read_func(obj, &retval TSRMLS_CC); in mysqli_read_property()
407 p.read_func = (r_func) ? r_func : mysqli_read_na; in mysqli_add_property()

Completed in 22 milliseconds