Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.h137 PHP_UV_CB_MAX = 24 enumerator
180 php_uv_cb_t *callback[PHP_UV_CB_MAX];
181 zval gc_data[PHP_UV_CB_MAX * 2];
H A Dphp_uv.c235 for (ix = 0; ix < PHP_UV_CB_MAX; ix++) {\
1271 for (i = 0; i < PHP_UV_CB_MAX; i++) {
2556 for (i = 0; i < PHP_UV_CB_MAX; i++) {

Completed in 34 milliseconds