Home
last modified time | relevance | path

Searched defs:rv (Results 1 – 25 of 69) sorted by path

123

/PHP-7.4/Zend/
H A Dzend_API.c565 zval rv; in zend_parse_arg_str_weak() local
4323 …_ex(zend_class_entry *scope, zval *object, zend_string *name, zend_bool silent, zval *rv) /* {{{ */ in zend_read_property_ex()
4338 …y *scope, zval *object, const char *name, size_t name_length, zend_bool silent, zval *rv) /* {{{ */ in zend_read_property()
H A Dzend_closures.c435 …_closure_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_closure_read_property()
H A Dzend_compile.c396 zval *p, rv; in zend_set_compiled_filename() local
H A Dzend_exceptions.c76 zval pv, zv, rv; in zend_exception_set_previous() local
413 zval *prop, rv; in ZEND_METHOD() local
427 zval *prop, rv; in ZEND_METHOD() local
441 zval *prop, rv; in ZEND_METHOD() local
455 zval *prop, rv; in ZEND_METHOD() local
469 zval *prop, rv; in ZEND_METHOD() local
483 zval *prop, rv; in ZEND_METHOD() local
626 zval *trace, *frame, rv; in ZEND_METHOD() local
664 zval rv; in ZEND_METHOD() local
679 zval rv, tmp; in ZEND_METHOD() local
[all …]
H A Dzend_execute.c1318 zval rv, res; in zend_binary_assign_op_obj_dim() local
1818 zval rv, obj; in zend_post_incdec_overloaded_property() local
1855 zval rv; in zend_pre_incdec_overloaded_property() local
1897 zval rv, obj, res; in zend_assign_op_overloaded_property() local
H A Dzend_object_handlers.c659 …zend_std_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_std_read_property()
938 ZEND_API zval *zend_std_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in zend_std_read_dimension()
1766 zval rv; in zend_std_has_property() local
H A Dzend_operators.c2137 zval rv; in compare_function() local
2156 zval rv; in compare_function() local
2498 zval rv; in increment_function() local
2565 zval rv; in decrement_function() local
2610 zval rv; in zend_object_is_true() local
H A Dzend_strtod.c590 Bigint *rv; local
2172 int rv = hi0bits(b->x[b->wds-1]) - 4; local
2312 double rv; local
2328 (rv, s0, bc) in bigcomp() argument
2547 U aadj2, adj, rv, rv0; local
3648 char *rv, *t; local
H A Dzend_weakrefs.c121 … ZEND_COLD zval* zend_weakref_no_read(zval *object, zval *member, int type, void **rtc, zval *rv) { in zend_weakref_no_read()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c30 static zval *com_property_read(zval *object, zval *member, int type, void **cahce_slot, zval *rv) in com_property_read()
87 static zval *com_read_dimension(zval *object, zval *offset, int type, zval *rv) in com_read_dimension()
H A Dcom_saproxy.c72 …atic zval *saproxy_property_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in saproxy_property_read()
87 static zval *saproxy_read_dimension(zval *object, zval *offset, int type, zval *rv) in saproxy_read_dimension()
H A Dcom_wrapper.c252 zval rv, *retval = NULL; in disp_invokeex() local
/PHP-7.4/ext/curl/
H A Dcurl_file.c74 zval *res, rv; in curlfile_get_property() local
H A Dinterface.c2198 zval *prop, rv; in build_mime_structure_from_hash() local
/PHP-7.4/ext/date/
H A Dphp_date.c2063 zval rv; in date_interval_has_property() local
4220 …val *date_interval_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in date_interval_read_property()
5432 … zval *date_period_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in date_period_read_property()
/PHP-7.4/ext/dom/
H A Dphp_dom.c329 zval *dom_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) in dom_read_property()
1552 zval *dom_nodelist_read_dimension(zval *object, zval *offset, int type, zval *rv) /* {{{ */ in dom_nodelist_read_dimension()
1570 zval rv; in dom_nodelist_has_dimension() local
/PHP-7.4/ext/ffi/
H A Dffi.c462 …l(zend_ffi_cdata *cdata, void *ptr, zend_ffi_type *type, int read_type, zval *rv, zend_ffi_flags f… in zend_ffi_cdata_to_zval()
595 static void zend_ffi_bit_field_to_zval(void *ptr, zend_ffi_field *field, zval *rv) /* {{{ */ in zend_ffi_bit_field_to_zval()
991 …end_ffi_cdata_get(zval *object, zval *member, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_cdata_get()
1112 …_cdata_read_field(zval *object, zval *member, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_cdata_read_field()
1269 static zval *zend_ffi_cdata_read_dim(zval *object, zval *offset, int read_type, zval *rv) /* {{{ */ in zend_ffi_cdata_read_dim()
2361 …zend_ffi_read_var(zval *object, zval *member, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_read_var()
4690 static ZEND_COLD zval *zend_fake_read_dimension(zval *object, zval *offset, int type, zval *rv) /* … in zend_fake_read_dimension()
4726 …end_fake_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_fake_read_property()
4798 static ZEND_COLD zval *zend_ffi_free_read_dimension(zval *object, zval *offset, int type, zval *rv)… in zend_ffi_free_read_dimension()
4824 …ffi_free_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_free_read_property()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c692 size_t rv = 0; in nonmagic() local
3190 int rv = -1; in apprentice_compile() local
3303 uint16_t rv; local
3317 uint32_t rv; local
3333 uint64_t rv; local
H A Dascmagic.c75 int rv = 1; in file_ascmagic() local
114 int rv = -1; in file_ascmagic_with_encoding() local
H A Dcdf.c104 uint16_t rv; in _cdf_tole2() local
118 uint32_t rv; in _cdf_tole4() local
134 uint64_t rv; in _cdf_tole8() local
155 uint32_t rv; in cdf_getuint32() local
H A Dcompress.c223 int urv, prv, rv = 0; in file_zmagic() local
330 ssize_t rv; in swrite() local
355 ssize_t rv; in sread() local
577 int rv; in makeerror() local
691 int status, rv, w; in uncompressbuf() local
H A Dencoding.c76 int rv = 1, ucs_type; in file_encoding() local
H A Dfuncs.c165 checkdone(struct magic_set *ms, int *rv) in checkdone()
209 int m = 0, rv = 0, looks_text = 0; in file_buffer() local
H A Dis_json.c326 int rv = 0; in json_parse() local
440 int fd, rv; in main() local
H A Dmagic.c226 int rv = -1; in file_or_stream() local

Completed in 177 milliseconds

123