Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.h43 int type; member
151 int type; member
199 enum php_uv_lock_type type; member
H A Dphp_uv.c97 #define UV_PARAM_OBJ(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 0, ##__VA_ARGS__, NULL) argument
161 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 …]
H A DREADME.md1354 returns current uv type. (this is not libuv function. util for php-uv)

Completed in 32 milliseconds