Home
last modified time | relevance | path

Searched defs:ret (Results 101 – 125 of 247) sorted by path

12345678910

/PHP-7.4/ext/odbc/
H A Dphp_odbc.c455 int ret; in safe_odbc_disconnect() local
2675 RETCODE ret; in odbc_do_connect() local
3060 char *ret; in php_odbc_lasterror() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c88 uint32_t ret; in add_static_slot() local
H A Ddfa_pass.c1139 int ret = ssa->vars[v].use_chain; in zend_dfa_optimize_op_array() local
H A Dsccp.c2038 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
2063 zval ret; in join_partial_arrays() local
2080 zval ret; in join_partial_objects() local
H A Dzend_call_graph.c195 int ret = 0; in zend_is_indirectly_recursive() local
H A Dzend_func_info.c1629 uint32_t ret = 0; in zend_get_func_info() local
H A Dzend_inference.c4082 zend_ssa_var_info *ret) in zend_init_func_return_info()
4104 zend_ssa_var_info *ret) in zend_func_return_info()
H A Dzend_optimizer.c59 int er, ret; in zend_optimizer_eval_binary_op() local
217 uint32_t ret = op_array->cache_size; in alloc_cache_slots() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c531 zend_string *ret = accel_find_interned_string(str); in accel_new_interned_string_for_php() local
566 zend_string *ret = accel_find_interned_string_ex(h, str, size); in accel_init_interned_string_for_php() local
741 zend_string *ret = accel_find_interned_string(str); in accel_replace_string_by_shm_permanent() local
870 int ret, er; in zend_get_stream_timestamp() local
1005 int ret, er; in zend_get_file_handle_timestamp() local
1111 int ret; in validate_timestamp_and_record_ex() local
1896 int ret; in check_persistent_script_access() local
2721 void *ret = MAP_FAILED; in accel_remap_huge_pages() local
2789 int ret; in accel_move_code_to_huge_pages() local
4277 int ret = SUCCESS; in preload_autoload() local
[all …]
H A Dshared_alloc_win32.c194 int err = 0, ret; in create_segments() local
H A Dzend_accelerator_blacklist.c322 int ret; local
348 int ret = 0; local
H A Dzend_file_cache.c218 void *ret; local
243 zend_string *ret; local
/PHP-7.4/ext/openssl/
H A Dopenssl.c959 time_t ret; in php_openssl_asn1_time_to_time_t() local
2166 zend_string *ret; in php_openssl_x509_fingerprint() local
2182 ZSTR_VAL(ret)[n * 2] = '\0'; in php_openssl_x509_fingerprint() local
2585 int ret=0; in check_cert() local
2623 int ret; in PHP_FUNCTION() local
5614 int ret; in PHP_FUNCTION() local
6800 zend_string *ret; in PHP_FUNCTION() local
6895 zend_string *ret; in PHP_FUNCTION() local
6933 zend_long ret; in PHP_FUNCTION() local
H A Dxp_ssl.c297 int err, depth, ret; in verify_callback() local
1131 static void php_openssl_info_callback(const SSL *ssl, int where, int ret) /* {{{ */ in php_openssl_info_callback()
2548 static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret) /* {{{ */ in php_openssl_sockop_cast()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1575 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c549 sljit_u8 *ret; in ensure_buf() local
568 sljit_u8 *ret; in ensure_abuf() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c350 char *ret = (char *) malloc(len + 1); in PHP_INI_END() local
600 pcre_cache_entry *ret; in pcre_get_compiled_regex_cache_ex() local
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c936 zend_long ret; in PHP_METHOD() local
1121 int ret = 1; in PHP_METHOD() local
H A Dpdo_stmt.c162 int ret = 1, is_param = 1; in dispatch_param_event() local
426 int ret = 1; in PHP_METHOD() local
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c117 RETCODE ret, resret; in dblib_handle_doer() local
234 RETCODE ret; in dblib_handle_last_id() local
428 int i, nvars, nvers, ret = 0; in pdo_dblib_handle_factory() local
H A Ddblib_stmt.c124 RETCODE ret; in pdo_dblib_stmt_next_rowset_no_cancel() local
156 RETCODE ret = SUCCESS; in pdo_dblib_stmt_next_rowset() local
202 RETCODE ret; in pdo_dblib_stmt_fetch() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c178 int ret = 0; in firebird_handle_doer() local
642 int i, ret = 0; in pdo_firebird_handle_factory() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c169 int ret; in mysql_handle_preparer() local
586 int ret = 0; local
H A Dmysql_statement.c646 int ret; in pdo_mysql_stmt_fetch() local
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c250 int ret; in oci_handle_preparer() local
323 int ret = -1; in oci_handle_doer() local
678 int i, ret = 0; in pdo_oci_handle_factory() local

Completed in 164 milliseconds

12345678910