Home
last modified time | relevance | path

Searched defs:ret (Results 151 – 175 of 247) sorted by relevance

12345678910

/PHP-7.4/ext/sockets/
H A Dconversions.c120 void *ret = emalloc(alloc_size); in accounted_emalloc() local
126 void *ret = ecalloc(nmemb, alloc_size); in accounted_ecalloc() local
132 void *ret = safe_emalloc(nmemb, alloc_size, offset); in accounted_safe_ecalloc() local
309 zend_long ret = 0; in from_zval_integer_common() local
1241 unsigned ret = 0; in from_zval_write_ifindex() local
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c680 int ret; in PHP_FUNCTION() local
712 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c180 int ret = SUCCESS; in php_com_zval_from_variant() local
278 int ret = SUCCESS; in php_com_copy_variant() local
/PHP-7.4/main/streams/
H A Dglob_wrapper.c203 int ret; in php_glob_stream_opener() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c86 int ret; in phpdbg_array_intersect() local
H A Dphpdbg_list.c237 zend_op_array *ret; in phpdbg_compile_file() local
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp65 const char *func, zval *ret) in timezone_convert_to_datetimezone()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c247 ssize_t ret; in sapi_cgibin_single_write() local
276 size_t ret; in sapi_cgibin_ub_write() local
1561 int ret; in main() local
/PHP-7.4/Zend/
H A Dzend_vm_def.h3084 int ret; variable
3121 int ret; variable
3373 zval *var, *ret; variable
3983 zval *ret; variable
4028 zval *ret; variable
4051 zval *ret; variable
4135 zval *ret; variable
7134 int ret; variable
7575 int ret; variable
H A Dzend_operators.h292 zend_string *ret = zend_string_copy(Z_STR_P(op)); in zval_try_get_string() local
303 zend_string *ret = Z_STR_P(op); in zval_try_get_tmp_string() local
H A Dzend_object_handlers.c224 zval args[2], ret; in zend_std_call_setter() local
262 zval ret, member; in zend_std_call_unsetter() local
1501 zval *ret; in zend_std_get_static_property_with_info() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c88 uint32_t ret; in add_static_slot() local
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
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
/PHP-7.4/ext/ldap/
H A Dldap.c1453 int num_attribs = 0, ret = 1, i, errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
3836 zend_string *ret; in php_ldap_do_escape() local
3855 ZSTR_VAL(ret)[p++] = '\\'; in php_ldap_do_escape() local
3856 ZSTR_VAL(ret)[p++] = hex[v >> 4]; in php_ldap_do_escape() local
3857 ZSTR_VAL(ret)[p++] = hex[v & 0x0f]; in php_ldap_do_escape() local
3859 ZSTR_VAL(ret)[p++] = v; in php_ldap_do_escape() local
3863 ZSTR_VAL(ret)[p] = '\0'; in php_ldap_do_escape() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c875 enum_func_status ret = FAIL; in mysqlnd_stmt_execute_store_params() local
951 enum_func_status ret = PASS; in mysqlnd_stmt_execute_generate_request() local
/PHP-7.4/main/
H A DSAPI.c842 int ret = FAILURE; in sapi_send_headers() local
945 int ret; in sapi_register_post_entry() local
/PHP-7.4/ext/phar/
H A Dphar.c430 int ret = 0; in phar_entry_delref() local
1499 int ret, is_data = 0; in phar_open_from_filename() local
2283 int ret; in phar_open_executed_filename() local
3373 #define PHAR_SET_MIME(mimetype, ret, fileext) \ in PHP_GINIT_FUNCTION() argument
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c258 int ret; in PHP_FUNCTION() local
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c556 int ret; in any2eucjp() local
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c321 int mode_backup, substchar_backup, ret, n, m, r; in mbfl_filt_conv_illegal_output() local
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp244 zend_function *ret; in IntlPartsIterator_get_method() local
/PHP-7.4/ext/dom/
H A Ddom_iterators.c63 xmlEntityPtr ret; in create_notation() local
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3957 int ret, af = AF_INET; in PHP_NAMED_FUNCTION() local
5139 int ret; local
5276 int ret; local
5935 int oldmask; int ret; local
/PHP-7.4/ext/hash/
H A Dhash_sha3.c46 uint64_t ret = 0; in load64() local

Completed in 164 milliseconds

12345678910