Home
last modified time | relevance | path

Searched defs:type (Results 1 – 2 of 2) 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.c74 #define UV_PARAM_OBJ_EX(dest, type, check_null, ce, ...) \ argument
97 #define UV_PARAM_OBJ(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 0, ##__VA_ARGS__, NULL) argument
98 #define UV_PARAM_OBJ_NULL(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 1, ##__VA_ARGS__, NULL) argument
157 #define PHP_UV_INIT_GENERIC(dest, type, ce) \ argument
288 #define UV_FETCH_ALL(ls, id, type) ((type) (*((void ***) ls))[TSRM_UNSHUFFLE_RSRC_ID(id)]) argument
289 #define UV_FETCH_CTX(ls, id, type, element) (((type) (*((void ***) ls))[TSRM_UNSHUFFLE_RSRC_ID(id)]… argument
2376 static void php_uv_socket_getname(int type, INTERNAL_FUNCTION_PARAMETERS)
2433 static void php_uv_udp_send(int type, INTERNAL_FUNCTION_PARAMETERS)
2464 static void php_uv_tcp_connect(enum php_uv_socket_type type, INTERNAL_FUNCTION_PARAMETERS)
2500 int php_uv_cast_object(zend_object *readobj, zval *writeobj, int type) {
[all …]

Completed in 18 milliseconds