Searched refs:type (Results 1 – 3 of 3) sorted by relevance
43 int type; member151 int type; member199 enum php_uv_lock_type type; member
97 #define UV_PARAM_OBJ(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 0, ##__VA_ARGS__, NULL) argument161 dest = (type *) Z_OBJ(zv); \200 lock->type = lock_type;546 cb = uv->callback[type];566 uv->callback[type] = cb;1390 switch (type) {1455 if (!ZEND_USER_CODE(uv->callback[type]->fcc.function_handler->type)) {2388 switch (type) {2505 if (type == IS_LONG) {4702 uv_handle_type type; local[all …]
1354 returns current uv type. (this is not libuv function. util for php-uv)
Completed in 23 milliseconds