Home
last modified time | relevance | path

Searched defs:ret (Results 151 – 175 of 247) sorted by last modified time

12345678910

/PHP-7.4/ext/standard/
H A Dmail.c470 int ret; in php_mail() local
H A Dpassword.c68 …assword_salt_to64(const char *str, const size_t str_len, const size_t out_len, char *ret) /* {{{ */ in php_password_salt_to64()
98 zend_string *ret, *buffer; in php_password_make_salt() local
120 ZSTR_VAL(ret)[length] = 0; in php_password_make_salt() local
233 …zend_string *ret = php_crypt(ZSTR_VAL(password), (int)ZSTR_LEN(password), ZSTR_VAL(hash), (int)ZST… in php_password_bcrypt_verify() local
578 const php_password_algo* ret = php_password_algo_find(n); in php_password_algo_find_zval_ex() local
585 const php_password_algo* ret = php_password_algo_find(n); in php_password_algo_find_zval_ex() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_prop.c274 const size_t *ret; in result_lengths_read() local
276 const zend_ulong *ret; in result_lengths_read() local
/PHP-7.4/ext/dba/
H A Ddba_lmdb.c123 char *ret = NULL; in DBA_FETCH_FUNC() local
266 char *ret = NULL; in DBA_FIRSTKEY_FUNC() local
306 char *ret = NULL; in DBA_NEXTKEY_FUNC() local
/PHP-7.4/win32/
H A Dftok.c33 key_t ret; in ftok() local
H A Dsignal.c144 zend_bool ret = 0; in PHP_FUNCTION() local
H A Dcodepage.h83 wchar_t *ret = NULL; in php_win32_cp_conv_any_to_w() local
H A Ddllmain.c38 BOOL ret = TRUE; in DllMain() local
H A Dregistry.c53 LONG ret; in OpenPhpRegistryKey() local
81 int ret = 0; in LoadDirectory() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c86 int ret; in phpdbg_array_intersect() local
H A Dphpdbg_webdata_transfer.c23 int ret; in phpdbg_is_auto_global() local
105 char *ret = NULL; in phpdbg_webdata_compress() local
H A Dphpdbg_io.c180 int ret; local
H A Dphpdbg_list.c237 zend_op_array *ret; in phpdbg_compile_file() local
H A Dphpdbg_opcode.c32 const char *ret = zend_get_opcode_name(opcode); in ZEND_EXTERN_MODULE_GLOBALS() local
H A Dphpdbg_out.c867 int ret; in _phpdbg_asprintf() local
/PHP-7.4/sapi/embed/
H A Dphp_embed.c53 zend_long ret; in php_embed_single_write() local
71 size_t ret; in php_embed_ub_write() local
/PHP-7.4/sapi/fpm/fpm/events/
H A Ddevpoll.c148 int ret, i; in fpm_event_devpoll_wait() local
H A Depoll.c120 int ret, i; in fpm_event_epoll_wait() local
H A Dkqueue.c120 int ret, i; in fpm_event_kqueue_wait() local
H A Dpoll.c133 int ret; in fpm_event_poll_wait() local
H A Dselect.c86 int ret; in fpm_event_select_wait() local
/PHP-7.4/main/streams/
H A Dglob_wrapper.c203 int ret; in php_glob_stream_opener() local
H A Dmemory.c193 static int php_stream_memory_cast(php_stream *stream, int castas, void **ret) in php_stream_memory_cast()
425 int ret; in php_stream_temp_close() local
463 int ret; in php_stream_temp_seek() local
480 static int php_stream_temp_cast(php_stream *stream, int castas, void **ret) in php_stream_temp_cast()
H A Dmmap.c48 int ret = 1; in _php_stream_mmap_unmap_ex() local
H A Dtransports.c196 int ret; in php_stream_xport_bind() local
227 int ret; in php_stream_xport_connect() local
257 int ret; in php_stream_xport_listen() local
286 int ret; in php_stream_xport_accept() local
322 int ret; in php_stream_xport_get_name() local
349 int ret; in php_stream_xport_crypto_setup() local
370 int ret; in php_stream_xport_crypto_enable() local
394 int ret = 0; in php_stream_xport_recvfrom() local
462 int ret = 0; in php_stream_xport_sendto() local
501 int ret = 0; in php_stream_xport_shutdown() local

Completed in 49 milliseconds

12345678910