Lines Matching refs:zval

47 static php_stream_context *decode_context_param(zval *contextresource);
94 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; in PHP_FUNCTION()
188 zval *zerrno = NULL, *zerrstr = NULL, *zcontext = NULL; in PHP_FUNCTION()
256 zval *zpeername = NULL; in PHP_FUNCTION()
261 zval *zstream; in PHP_FUNCTION()
316 zval *zstream; in PHP_FUNCTION()
348 zval *zstream; in PHP_FUNCTION()
381 zval *zstream, *zremote = NULL; in PHP_FUNCTION()
433 zval *zsrc; in PHP_FUNCTION()
489 zval *zsrc, *zdest; in PHP_FUNCTION()
523 zval *zstream; in PHP_FUNCTION()
624 static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_socket_t *max_fd) in stream_array_to_fd_set()
626 zval *elem; in stream_array_to_fd_set()
663 static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) in stream_array_from_fd_set()
665 zval *elem, *dest_elem; in stream_array_from_fd_set()
712 static int stream_array_emulate_read_fd_set(zval *stream_array) in stream_array_emulate_read_fd_set()
714 zval *elem, *dest_elem; in stream_array_emulate_read_fd_set()
766 zval *r_array, *w_array, *e_array; in PHP_FUNCTION()
870 zval *callback = &context->notifier->ptr; in user_space_stream_notifier()
871 zval retval; in user_space_stream_notifier()
872 zval zvs[6]; in user_space_stream_notifier()
903 static int parse_context_options(php_stream_context *context, zval *options) in parse_context_options()
905 zval *wval, *oval; in parse_context_options()
925 static int parse_context_params(php_stream_context *context, zval *params) in parse_context_params()
928 zval *tmp; in parse_context_params()
956 static php_stream_context *decode_context_param(zval *contextresource) in decode_context_param()
987 zval *zcontext; in PHP_FUNCTION()
1008 zval *zcontext = NULL; in PHP_FUNCTION()
1012 zval *options; in PHP_FUNCTION()
1027 zval *zvalue; in PHP_FUNCTION()
1053 zval *params, *zcontext; in PHP_FUNCTION()
1075 zval *zcontext; in PHP_FUNCTION()
1102 zval *params = NULL; in PHP_FUNCTION()
1127 zval *options = NULL; in PHP_FUNCTION()
1149 zval *options = NULL, *params = NULL; in PHP_FUNCTION()
1175 zval *zstream; in apply_filter_to_stream()
1180 zval *filterparams = NULL; in apply_filter_to_stream()
1272 zval *zfilter; in PHP_FUNCTION()
1307 zval *zstream; in PHP_FUNCTION()
1341 zval *zstream; in PHP_FUNCTION()
1366 zval *socket; in PHP_FUNCTION()
1414 zval *arg1; in PHP_FUNCTION()
1446 zval *zstream; in PHP_FUNCTION()
1479 zval *arg1; in PHP_FUNCTION()
1510 zval *zstream, *zsessstream = NULL; in PHP_FUNCTION()
1527 zval *val; in PHP_FUNCTION()
1585 zval *zstream; in PHP_FUNCTION()
1618 zval *zsrc; in PHP_FUNCTION()
1638 zval *zsrc; in PHP_FUNCTION()
1677 zval *zsrc; in PHP_FUNCTION()
1743 zval *zstream; in PHP_FUNCTION()