Home
last modified time | relevance | path

Searched defs:ret (Results 101 – 125 of 253) sorted by relevance

1234567891011

/PHP-8.1/ext/mysqli/
H A Dmysqli_prop.c277 const size_t *ret; in result_lengths_read() local
279 const unsigned long *ret; in result_lengths_read() local
H A Dmysqli_api.c72 char * ret = NULL; in mysqli_escape_string_for_tx_name_in_comment() local
112 int ret; in mysqli_commit_or_rollback_libmysql() local
266 enum_func_status ret = FAIL; in mysqli_stmt_bind_param_do_bind() local
940 zend_ulong ret; local
1253 const size_t *ret; local
1255 const unsigned long *ret; local
1742 zend_long ret; local
/PHP-8.1/ext/session/
H A Dmod_files.c160 int ret; in ps_files_open() local
571 int ret; in PS_UPDATE_TIMESTAMP_FUNC() local
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c143 int ret; in odbc_handle_preparer() local
394 RETCODE ret; in odbc_handle_check_liveness() local
H A Dodbc_stmt.c62 DWORD ret; in pdo_odbc_utf82ucs2() local
97 DWORD ret; in pdo_odbc_ucs22utf8() local
/PHP-8.1/main/
H A Dfastcgi.c310 char *ret; in fcgi_hash_strndup() local
919 int ret; local
956 int ret; local
1215 int ret, n, rest; local
1432 int ret; local
1651 int ret = 1; local
1661 int ret = 1; local
H A Dmain.c872 size_t ret; in php_printf() local
890 size_t ret; in php_printf_unchecked() local
2584 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret) in php_execute_simple_script()
2635 int ret = -1; in php_handle_auth_data() local
2721 int ret = tsrm_startup(1, 1, 0, NULL); in php_tsrm_startup() local
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c151 uint16_t r, ret; in inp_uint16() local
161 uint32_t r, ret; in inp_uint32() local
175 uint64_t r, ret; in inp_uint64() local
H A Dsyn.c119 int ret; in ud_asmprintf() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_persist.c90 ULONG ret; in stm_release() local
139 int ret; in stm_seek() local
175 int ret = php_stream_truncate_set_size(stm->stream, (size_t)libNewSize.QuadPart); in stm_set_size() local
/PHP-8.1/ext/posix/
H A Dposix.c745 size_t filename_len, ret; in PHP_FUNCTION() local
844 int ret; in PHP_FUNCTION() local
978 int ret; in PHP_FUNCTION() local
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp92 HashTable *ret; in umsg_get_numeric_types() local
133 HashTable *ret; in umsg_parse_format() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1102 zend_string *ret = zend_jit_fetch_dim_str_offset(str, offset); in zend_jit_fetch_dim_str_r_helper() local
1816 bool ret = zend_check_user_type_slow( in zend_jit_verify_arg_slow() local
2219 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2245 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2271 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2290 static void ZEND_FASTCALL zend_jit_post_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_dec_typed_ref()
2424 static void ZEND_FASTCALL zend_jit_pre_inc(zval *var_ptr, zval *ret) in zend_jit_pre_inc()
2430 static void ZEND_FASTCALL zend_jit_pre_dec(zval *var_ptr, zval *ret) in zend_jit_pre_dec()
3122 zend_string *ret; in zend_jit_rope_end() local
/PHP-8.1/Zend/
H A Dzend_execute.c237 zval *ret = EX_VAR(var); in _get_zval_ptr_tmp() local
246 zval *ret = EX_VAR(var); in _get_zval_ptr_var() local
253 zval *ret = EX_VAR(var); in _get_zval_ptr_var_deref() local
303 zval *ret = EX_VAR(var); in _get_zval_ptr_cv() local
317 zval *ret = EX_VAR(var); in _get_zval_ptr_cv_deref() local
333 zval *ret = EX_VAR(var); in _get_zval_ptr_cv_BP_VAR_R() local
343 zval *ret = EX_VAR(var); in _get_zval_ptr_cv_deref_BP_VAR_R() local
354 zval *ret = EX_VAR(var); in _get_zval_ptr_cv_BP_VAR_IS() local
361 zval *ret = EX_VAR(var); in _get_zval_ptr_cv_BP_VAR_RW() local
3564 bool ret; in zend_assign_to_typed_ref() local
[all …]
H A Dzend_multiply.h321 size_t ret = zend_safe_address(nmemb, size, offset, &overflow); in zend_safe_address_guarded() local
334 size_t ret = zend_safe_address(nmemb, size, offset, &overflow); in zend_safe_addmult() local
/PHP-8.1/ext/dom/
H A Dnodelist.c108 int ret; in php_dom_nodelist_get_item_into_zval() local
H A Dphp_dom.c314 int ret = hnd->read_func(obj, rv); in dom_read_property() local
463 int ret; in PHP_FUNCTION() local
1345 xmlNodePtr ret = NULL; in dom_get_elements_by_tag_name_ns_raw() local
1378 bool ret = strContent == NULL || *strContent == '\0'; in is_empty_node() local
1618 xmlNs *ret = NULL; in dom_get_nsdecl() local
H A Dxml_common.h81 #define DOM_RET_OBJ(obj, ret, domobject) \ argument
/PHP-8.1/ext/pspell/
H A Dpspell.c195 PspellCanHaveError *ret; in PHP_FUNCTION() local
288 PspellCanHaveError *ret; in PHP_FUNCTION() local
377 PspellCanHaveError *ret; in PHP_FUNCTION() local
/PHP-8.1/sapi/cli/
H A Dphp_cli.c240 int ret; in sapi_cli_select() local
256 ssize_t ret; in sapi_cli_single_write() local
280 ssize_t ret; in sapi_cli_ub_write() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_log.c34 int ret = 1; in fpm_log_open() local
/PHP-8.1/ext/phar/
H A Dphar.c389 int ret = 0; in phar_entry_delref() local
1541 int ret, is_data = 0; in phar_open_from_filename() local
2325 int ret; in phar_open_executed_filename() local
2389 int len = idata->internal_file->uncompressed_filesize, ret; in phar_postprocess_file() local
3296 zend_string *ret = phar_find_in_include_path(ZSTR_VAL(filename), ZSTR_LEN(filename), NULL); in phar_resolve_path() local
3401 #define PHAR_SET_MIME(mimetype, ret, fileext) \ in PHP_GINIT_FUNCTION() argument
/PHP-8.1/ext/bz2/
H A Dbz2.c71 size_t ret = 0; in php_bz2iop_read() local
129 int ret = EOF; in php_bz2iop_close() local
/PHP-8.1/ext/standard/
H A Dquot_print.c149 zend_string *ret; in php_quot_print_encode() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.c810 int ret; in PHP_FUNCTION() local
3133 int ret = PQgetCopyData(pgsql, &csv, 0); in PHP_FUNCTION() local
3650 int ret; in PHP_FUNCTION() local
3722 int ret; in PHP_FUNCTION() local
3816 int ret; in PHP_FUNCTION() local
3889 int ret; in PHP_FUNCTION() local
4217 int ret; in PHP_FUNCTION() local
5309 zend_result ret = FAILURE; in php_pgsql_insert() local
5575 zend_result ret = FAILURE; in php_pgsql_update() local
5686 zend_result ret = FAILURE; in php_pgsql_delete() local
[all …]

Completed in 160 milliseconds

1234567891011