Lines Matching refs:ZVAL_LONG
385 ZVAL_LONG(zoptions, options); in user_wrapper_opener()
479 ZVAL_LONG(zoptions, options); in user_wrapper_opendir()
696 ZVAL_LONG(zcount, count); in php_userstreamop_read()
828 ZVAL_LONG(zoffs, offset); in php_userstreamop_seek()
832 ZVAL_LONG(zwhence, whence); in php_userstreamop_seek()
999 ZVAL_LONG(zvalue, 0); in php_userstreamop_set_option()
1058 ZVAL_LONG(zvalue, (long)new_size); in php_userstreamop_set_option()
1097 ZVAL_LONG(zoption, option); in php_userstreamop_set_option()
1109 ZVAL_LONG(zvalue, value); in php_userstreamop_set_option()
1111 ZVAL_LONG(zptrparam, *(long *)ptrparam); in php_userstreamop_set_option()
1113 ZVAL_LONG(zptrparam, BUFSIZ); in php_userstreamop_set_option()
1118 ZVAL_LONG(zvalue, tv.tv_sec); in php_userstreamop_set_option()
1119 ZVAL_LONG(zptrparam, tv.tv_usec); in php_userstreamop_set_option()
1123 ZVAL_LONG(zvalue, value); in php_userstreamop_set_option()
1292 ZVAL_LONG(zmode, mode); in user_wrapper_mkdir()
1296 ZVAL_LONG(zoptions, options); in user_wrapper_mkdir()
1351 ZVAL_LONG(zoptions, options); in user_wrapper_rmdir()
1406 ZVAL_LONG(zvalue, *(long *)value); in user_wrapper_metadata()
1431 ZVAL_LONG(zoption, option); in user_wrapper_metadata()
1489 ZVAL_LONG(zflags, flags); in user_wrapper_stat_url()
1627 ZVAL_LONG(zcastas, PHP_STREAM_AS_FD_FOR_SELECT); in php_userstreamop_cast()
1630 ZVAL_LONG(zcastas, PHP_STREAM_AS_STDIO); in php_userstreamop_cast()