Home
last modified time | relevance | path

Searched defs:rv (Results 26 – 50 of 69) sorted by relevance

123

/PHP-8.0/win32/
H A Dglob.c224 int rv; local
244 globexp2(ptr, pattern, pglob, rv) in globexp2() argument
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c320 zval *cloneDocu, rv; in PHP_METHOD() local
402 zval *doXInclude, rv; in php_xsl_apply_stylesheet() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c125 int rv, printed_something = 0, need_separator = 0; in file_softmagic() local
480 int rv = -1; in check_fmt() local
1555 int rv, oneed_separator, in_type; in mget() local
H A Dcdf.c108 uint16_t rv; in _cdf_tole2() local
122 uint32_t rv; in _cdf_tole4() local
138 uint64_t rv; in _cdf_tole8() local
159 uint32_t rv; in cdf_getuint32() local
H A Dencoding.c75 int rv = 1, ucs_type; in file_encoding() local
H A Dreadcdf.c114 const char *rv = NULL; in cdf_app_to_mime() local
/PHP-8.0/ext/dom/
H A Dphp_dom.c311 …l *dom_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in dom_read_property()
1525 static zval *dom_nodelist_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* … in dom_nodelist_read_dimension()
1544 zval rv; in dom_nodelist_has_dimension() local
/PHP-8.0/Zend/
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_object_handlers.c548 …ead_property(zend_object *zobj, zend_string *name, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_std_read_property()
817 ZEND_API zval *zend_std_read_dimension(zend_object *object, zval *offset, int type, zval *rv) /* {{… in zend_std_read_dimension()
1688 zval rv; in zend_std_has_property() local
H A Dzend_closures.c447 …property(zend_object *object, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_closure_read_property()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c1516 zval rv, res; in zend_jit_assign_dim_op_helper() local
2459 zval rv, res; in _zend_jit_assign_op_overloaded_property() local
2708 zval rv; in zend_jit_pre_inc_obj_helper() local
2776 zval rv; in zend_jit_pre_dec_obj_helper() local
2839 zval rv; in zend_jit_post_inc_obj_helper() local
2898 zval rv; in zend_jit_post_dec_obj_helper() local
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c221 zval *resourcebundle_array_get(zend_object *object, zval *offset, int type, zval *rv) in resourcebundle_array_get()
/PHP-8.0/ext/gd/libgd/
H A Dgd_io_dp.c258 int rv; in dynamicGetchar() local
H A Dgd_jpeg.c153 void *rv; in gdImageJpegPtr() local
H A Dgd_bmp.c68 void *rv; in gdImageBmpPtr() local
H A Dgd_gif_out.c105 void *rv; in gdImageGifPtr() local
H A Dgd_gd2.c843 void *rv; in gdImageGd2Ptr() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c718 zval rv, tmp; in phpdbg_handle_exception() local
1734 zval rv; in phpdbg_execute_ex() local
/PHP-8.0/ext/ffi/
H A Dffi.c485 …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()
618 static void zend_ffi_bit_field_to_zval(void *ptr, zend_ffi_field *field, zval *rv) /* {{{ */ in zend_ffi_bit_field_to_zval()
1041 …ta_get(zend_object *obj, zend_string *member, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_cdata_get()
1163 …ld(zend_object *obj, zend_string *field_name, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_cdata_read_field()
1299 static zval *zend_ffi_cdata_read_dim(zend_object *obj, zval *offset, int read_type, zval *rv) /* {{… in zend_ffi_cdata_read_dim()
2394 …_var(zend_object *obj, zend_string *var_name, int read_type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_read_var()
4627 static ZEND_COLD zval *zend_fake_read_dimension(zend_object *obj, zval *offset, int type, zval *rv)… in zend_fake_read_dimension()
4659 …ad_property(zend_object *obj, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_fake_read_property()
4738 …LD zval *zend_ffi_free_read_dimension(zend_object *obj, zval *offset, int type, zval *rv) /* {{{ */ in zend_ffi_free_read_dimension()
4764 …ad_property(zend_object *obj, zend_string *member, int type, void **cache_slot, zval *rv) /* {{{ */ in zend_ffi_free_read_property()
/PHP-8.0/ext/snmp/
H A Dsnmp.c1675 …p_snmp_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in php_snmp_read_property()
1730 zval rv; in php_snmp_has_property() local
1778 zval rv; in php_snmp_get_properties() local
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c577 apr_status_t rv; in php_handler() local
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c76 static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval *rv) in xmlreader_property_reader()
140 …reader_read_property(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in xmlreader_read_property()
/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c250 zval rv, *retval = NULL; in disp_invokeex() local
/PHP-8.0/sapi/cli/
H A Dphp_cli.c1062 zval rv; in do_cli() local
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2334 … zval *row_prop_read(zend_object *object, zend_string *name, int type, void **cache_slot, zval *rv) in row_prop_read()
2367 static zval *row_dim_read(zend_object *object, zval *member, int type, zval *rv) in row_dim_read()

Completed in 209 milliseconds

123