Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c2541 static HashTable *php_uv_get_gc(zend_object *object, zval **table, int *n) { argument
2544 static HashTable *php_uv_get_gc(zval *object, zval **table, int *n) {
2568 *table = uv->gc_data;
2595 static HashTable *php_uv_loop_get_gc(zend_object *object, zval **table, int *n) { argument
2598 static HashTable *php_uv_loop_get_gc(zval *object, zval **table, int *n) {
2608 *table = loop->gc_buffer;
2615 static HashTable *php_uv_stdio_get_gc(zend_object *object, zval **table, int *n) { argument
2618 static HashTable *php_uv_stdio_get_gc(zval *object, zval **table, int *n) {
2623 *table = &stdio->stream;

Completed in 23 milliseconds