Home
last modified time | relevance | path

Searched defs:tmp (Results 26 – 50 of 212) sorted by relevance

123456789

/PHP-7.4/ext/filter/
H A Dfilter.c414 zval *tmp; in php_zval_filter() local
665 zval tmp; in php_filter_call() local
676 zval *tmp, *arg_elm; in php_filter_array_handler() local
722 zval *filter_args = NULL, *tmp; in PHP_FUNCTION() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c625 struct fpm_worker_pool_s *tmp = fpm_worker_all_pools; in fpm_worker_pool_config_alloc() local
713 char *tmp; in fpm_evaluate_full_path() local
1548 int tmp; in fpm_conf_load_ini_file() local
1582 char *tmp = ini_include; in fpm_conf_load_ini_file() local
1720 char *tmp; in fpm_conf_init_main() local
/PHP-7.4/ext/standard/
H A Ddir.c262 zval *id = NULL, *tmp, *myself; in PHP_FUNCTION() local
379 zval *id = NULL, *tmp, *myself; in PHP_FUNCTION() local
397 zval *id = NULL, *tmp, *myself; in PHP_NAMED_FUNCTION() local
H A Dcrypt_blowfish.c391 unsigned int tmp, c1, c2, c3, c4; in BF_decode() local
453 BF_word tmp; in BF_swap() local
556 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
H A Dcyr_convert.c205 unsigned char tmp; in php_convert_cyr_string() local
H A Dmail.c498 char *tmp; in php_mail() local
518 const char *tmp = zend_get_executed_filename(); in php_mail() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c172 static void phpdbg_dump_prototype(zval *tmp) /* {{{ */ in phpdbg_dump_prototype()
266 zval *tmp; in phpdbg_dump_backtrace() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h166 uint32_t tmp = MAY_BE_ARRAY; in DEFINE_SSA_OP_MIN_RANGE() local
186 uint32_t tmp = (1 << Z_TYPE_P(zv)); in DEFINE_SSA_OP_MIN_RANGE() local
H A Dzend_dfg.c28 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
/PHP-7.4/Zend/
H A Dzend_ts_hash.h104 zval tmp, *zv; in zend_ts_hash_str_update_ptr() local
113 zval tmp, *zv; in zend_ts_hash_str_add_ptr() local
H A Dzend_llist.c36 zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent); in zend_llist_add_element() local
54 zend_llist_element *tmp = pemalloc(sizeof(zend_llist_element)+l->size-1, l->persistent); in zend_llist_prepend_element() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c82 zval *tmp; in PHP_FUNCTION() local
434 zval *tmp; in php_com_get_id_of_name() local
464 zval tmp; in php_com_get_id_of_name() local
724 zval *tmp; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c131 sljit_s32 args, i, tmp, size, saved_register_size; in sljit_emit_enter() local
305 sljit_s32 i, tmp, size; in sljit_emit_return() local
903 sljit_s32 tmp, size; in skip_frames_before_return() local
/PHP-7.4/ext/hash/
H A Dhash_ripemd.c209 uint32_t tmp, x[16]; in RIPEMD128Transform() local
300 uint32_t tmp, x[16]; in RIPEMD256Transform() local
398 uint32_t tmp, x[16]; in RIPEMD160Transform() local
497 uint32_t tmp, x[16]; in RIPEMD320Transform() local
/PHP-7.4/ext/soap/
H A Dphp_xml.c261 xmlNodePtr tmp = get_node_recurisve_ex(node->children, name, ns); in get_node_recurisve_ex() local
302 …xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, va… in get_node_with_attribute_recursive_ex() local
/PHP-7.4/ext/readline/
H A Dreadline_cli.c439 char *retval, *tmp; in cli_completion_generator_var() local
454 char *retval, *tmp; in cli_completion_generator_ini() local
571 char *tmp = malloc(len); in cli_completion_generator() local
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c497 timelib_tzinfo *tmp; in timelib_parse_tzfile() local
565 timelib_tzinfo *tmp = timelib_tzinfo_ctor(tz->name); in timelib_tzinfo_clone() local
668 timelib_time_offset *tmp = timelib_time_offset_ctor(); in timelib_get_time_zone_info() local
H A Dtimelib.c87 timelib_time *tmp = timelib_time_ctor(); in timelib_time_clone() local
113 timelib_rel_time *tmp = timelib_rel_time_ctor(); in timelib_rel_time_clone() local
H A Dtm2unixtime.c437 timelib_sll tmp; in do_adjust_timezone() local
454 timelib_sll tmp; in do_adjust_timezone() local
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1129 zval *tmp; in php_oci_bind_by_name() local
1151 zval *tmp; in php_oci_bind_by_name() local
1465 zval *tmp; in php_oci_bind_out_callback() local
1547 zend_long tmp; in php_oci_statement_get_column_helper() local
/PHP-7.4/ext/gd/libgd/
H A Dgdkanji.c74 char *tmp; in error() local
461 static unsigned char tmp[BUFSIZ]; in do_check_and_conv() local
/PHP-7.4/win32/
H A Dwsyslog.c94 char *tmp = NULL; in vsyslog() local
/PHP-7.4/ext/calendar/
H A Deaster.c32 zend_long year, golden, solar, lunar, pfm, dom, tmp, easter, result; in _cal_easter() local
/PHP-7.4/main/
H A Dmergesort.c266 u_char *f1, *f2, *s, *l2, *last, *p2, tmp; in setup() local
336 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c329 zend_long tmp = zval_get_long(tmpzval); in php_zlib_filter_create() local
351 zend_long tmp; in php_zlib_filter_create() local

Completed in 87 milliseconds

123456789