Home
last modified time | relevance | path

Searched refs:memset (Results 201 – 225 of 233) sorted by relevance

12345678910

/PHP-7.1/ext/spl/
H A Dspl_observer.c236 memset(intern, 0, sizeof(spl_SplObjectStorage) - sizeof(zval)); in spl_object_storage_new_ex()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c375 memset(ZCSG(interned_strings_saved_top), in accel_interned_strings_restore_state()
2610 memset(accel_globals, 0, sizeof(zend_accel_globals)); in accel_globals_ctor()
/PHP-7.1/main/streams/
H A Duserspace.c856 memset(ssb, 0, sizeof(php_stream_statbuf)); in statbuf_from_array()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1296 memset(&func, 0, sizeof(func)); in pdo_hash_methods()
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.re661 memset(ctx, 0, ((size_t) &((url_adapt_state_ex_t *)0)->tags));
/PHP-7.1/ext/soap/
H A Dphp_encoding.c2056 memset(pos,0,sizeof(int)*dimension); in get_position_12()
2097 memset(*pos,0,sizeof(int)*dimension); in get_position_ex()
2616 memset(pos,0,sizeof(int)*dimension); in to_zval_array()
/PHP-7.1/ext/curl/
H A Dinterface.c1888 memset(&ch->err, 0, sizeof(struct _php_curl_error)); in alloc_curl_handle()
3018 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
/PHP-7.1/ext/gd/libgd/
H A Dgd.c196 memset(im, 0, sizeof(gdImage)); in gdImageCreateTrueColor()
1055 memset(im->AA_opacity[py], 0, im->sx); in gdImageAABlend()
/PHP-7.1/Zend/
H A Dzend_language_scanner.l692 memset(Z_STRVAL_P(str) + old_len, 0, ZEND_MMAP_AHEAD + 1); in zend_prepare_string_for_scanning()
H A Dzend_virtual_cwd.c451 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
H A Dzend_hash.c349 memset(iter + 1, 0, sizeof(HashTableIterator) * 7); in zend_hash_iterator_add()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h374 #define memset(s,c,n) _memset(s,c,n) macro
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c123 memset(&fci, 0, sizeof(zend_fcall_info)); in phpdbg_call_register()
/PHP-7.1/ext/dom/
H A Dphp_dom.c1425 memset(doc->oldNs, 0, sizeof(xmlNs)); in dom_set_old_ns()
/PHP-7.1/ext/interbase/
H A Dibase_query.c478 memset(buf, 0, buf_size); in _php_ibase_bind_array()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c822 memset(offsets, 0, size_offsets*sizeof(int)); in php_pcre_match_impl()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c1057 memset(ce, 0, nr * sizeof(*ce)); in cdf_unpack_catalog()
/PHP-7.1/ext/phar/
H A Dutil.c553 memset(&etemp, 0, sizeof(phar_entry_info)); in phar_get_or_create_entry_data()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c2350 memset(sqlite3_globals, 0, sizeof(*sqlite3_globals)); in PHP_GINIT_FUNCTION()
/PHP-7.1/ext/date/
H A Dphp_date.c3222 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_modify()
3624 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_isodate_set()
/PHP-7.1/ext/session/
H A Dsession.c2681 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *));
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c105 memset(info->sqlstate, 0, sizeof(info->sqlstate)); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c519 memset(p, 0, 23); /* filler */ in php_mysqlnd_auth_write()
/PHP-7.1/
H A Dconfigure.in720 memset(&hints, 0, sizeof(hints));
/PHP-7.1/ext/oci8/
H A Doci8.c1023 memset(oci_globals, 0, sizeof(zend_oci_globals)); in PHP_GINIT_FUNCTION()

Completed in 194 milliseconds

12345678910