Home
last modified time | relevance | path

Searched refs:memset (Results 151 – 175 of 243) sorted by last modified time

12345678910

/PHP-7.4/main/
H A Dexplicit_bzero.c38 memset(dst, 0, siz); in php_explicit_bzero()
H A Dfastcgi.c258 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_init()
290 memset(h->hash_table, 0, sizeof(h->hash_table)); in fcgi_hash_clean()
685 memset(&sa.sa_inet, 0, sizeof(sa.sa_inet)); in fcgi_listen()
719 memset(&sa, 0, sizeof(saw)); in fcgi_listen()
747 memset(&sa.sa_unix, 0, sizeof(sa.sa_unix)); in fcgi_listen()
1009 memset(((unsigned char*)hdr) + sizeof(fcgi_header) + len, 0, pad); in fcgi_make_header()
/PHP-7.4/ext/zip/
H A Dzip_stream.c170 memset(ssb, 0, sizeof(php_stream_statbuf)); in php_zip_ops_stat()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re659 memset(ctx, 0, XtOffsetOf(url_adapt_state_ex_t, tags));
H A Dscanf.c143 memset(cset, 0, sizeof(CharSet)); in BuildCharSet()
H A Dmicrotime.c120 memset(&usg, 0, sizeof(struct rusage)); in PHP_FUNCTION()
H A Dnet.c199 memset(tmp, 0, sizeof(tmp)); in PHP_FUNCTION()
242 memset(&sin6_mask, 0, sizeof(sin6_mask)); in PHP_FUNCTION()
H A Dpack.c475 memset(&ZSTR_VAL(output)[outputpos], (code == 'a' || code == 'Z') ? '\0' : ' ', arg); in PHP_FUNCTION()
661 memset(&ZSTR_VAL(output)[outputpos], '\0', arg); in PHP_FUNCTION()
675 memset(&ZSTR_VAL(output)[outputpos], '\0', arg - outputpos); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c398 memset(&st, 0, sizeof(st)); in php_stream_url_wrap_php()
H A Dmd5.c354 memset(&ctx->buffer[used], 0, free); in PHP_MD5Final()
360 memset(&ctx->buffer[used], 0, free - 8); in PHP_MD5Final()
H A Dphp_string.h152 # define php_mb_reset() memset(&BG(mblen_state), 0, sizeof(BG(mblen_state)))
H A Ddatetime.c88 memset(&parsed_time, 0, sizeof(parsed_time)); in PHP_FUNCTION()
H A Ddir.c469 memset(&globbuf, 0, sizeof(glob_t)); in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dmulticast.c468 memset(&mreq, 0, sizeof(struct ip_mreq)); in _php_mcast_join_leave()
488 memset(&mreq, 0, sizeof(struct ipv6_mreq)); in _php_mcast_join_leave()
/PHP-7.4/ext/phar/
H A Ddirstream.c110 memset(buf, 0, sizeof(php_stream_dirent)); in phar_dir_read()
496 memset((void *) &entry, 0, sizeof(phar_entry_info)); in phar_wrapper_mkdir()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re123 memset(plc, 0, sizeof(*plc));
/PHP-7.4/ext/pdo_dblib/
H A Dpdo_dblib.c175 memset(dblib_globals, 0, sizeof(*dblib_globals)); in PHP_GINIT_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c232 memset(p_tmp_shared_globals, 0, sizeof(zend_smm_shared_globals)); in zend_shared_alloc_startup()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dfg.c213 memset(worklist, 0, worklist_len * ZEND_BITSET_ELM_SIZE); in zend_build_dfg()
/PHP-7.4/ext/oci8/
H A Doci8.c1024 memset(oci_globals, 0, sizeof(zend_oci_globals)); in PHP_GINIT_FUNCTION()
H A Doci8_statement.c778 memset(buf, 0, outcol->storage_size4); in php_oci_statement_execute()
1046 memset((void*)buff,0,sizeof(buff)); in php_oci_bind_post_exec()
1762 memset(bind->array.elements, 0, max_table_length * (maxlength + 1) * sizeof(text)); in php_oci_bind_array_helper_string()
1767 memset(bind->array.element_lengths, 0, max_table_length*sizeof(ub2)); in php_oci_bind_array_helper_string()
1769 memset(bind->array.indicators, 0, max_table_length*sizeof(sb2)); in php_oci_bind_array_helper_string()
1840 memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); in php_oci_bind_array_helper_number()
1881 memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); in php_oci_bind_array_helper_double()
1923 memset(bind->array.element_lengths, 0, max_table_length * sizeof(ub2)); in php_oci_bind_array_helper_date()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c241 memset(&t, 0, sizeof(t)); in ps_fetch_time()
292 memset(&t, 0, sizeof(t)); in ps_fetch_date()
336 memset(&t, 0, sizeof(t)); in ps_fetch_datetime()
399 memset(mysqlnd_ps_fetch_functions, 0, sizeof(mysqlnd_ps_fetch_functions)); in _mysqlnd_init_ps_fetch_subsystem()
889 memset(*p, 0, null_count); in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_result_meta.c134 memset(new_meta, 0, sizeof(MYSQLND_RES_METADATA)); in MYSQLND_METHOD()
141 memset(new_fields, 0, (meta->field_count + 1) * sizeof(MYSQLND_FIELD)); in MYSQLND_METHOD()
296 memset(ret, 0, alloc_size); in mysqlnd_result_meta_init()
303 memset(ret->fields, 0, alloc_size); in mysqlnd_result_meta_init()
H A Dmysqlnd_statistics.c271 memset(stats->triggers, 0, stats->count * sizeof(mysqlnd_stat_trigger)); in mysqlnd_stats_reset_triggers()
288 memset(&stats, 0, sizeof(stats)); in _mysqlnd_get_client_stats()
/PHP-7.4/ext/json/
H A Djson_parser.y314 memset(parser, 0, sizeof(php_json_parser)); in php_json_parser_init_ex()

Completed in 133 milliseconds

12345678910