Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1591 memset(dbh, 0, sizeof(*dbh)); in pdo_dbh_new()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c149 memset(&intern->zo, 0, sizeof(zend_object)); in xmlwriter_object_new()
/PHP-5.5/main/streams/
H A Duserspace.c903 memset(ssb, 0, sizeof(php_stream_statbuf)); in statbuf_from_array()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c2147 memset(pos,0,sizeof(int)*dimension); in get_position_12()
2188 memset(*pos,0,sizeof(int)*dimension); in get_position_ex()
2709 memset(pos,0,sizeof(int)*dimension); in to_zval_array()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c260 memset(conn->upsert_status, 0, sizeof(*conn->upsert_status)); in MYSQLND_METHOD()
826 memset(conn->upsert_status, 0, sizeof(*conn->upsert_status)); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c504 memset(p, 0, 23); /* filler */ in php_mysqlnd_auth_write()
/PHP-5.5/ext/oci8/
H A Doci8.c1165 memset(oci_globals, 0, sizeof(zend_oci_globals)); in PHP_GINIT_FUNCTION()
1678 memset(err_buf, 0, sizeof(err_buf)); in php_oci_fetch_errmsg()
/PHP-5.5/ext/gd/libgd/
H A Dgd.c198 memset(im, 0, sizeof(gdImage)); in gdImageCreateTrueColor()
1057 memset(im->AA_opacity[py], 0, im->sx); in gdImageAABlend()
/PHP-5.5/ext/curl/
H A Dinterface.c1826 memset(&(*ch)->err, 0, sizeof((*ch)->err)); in alloc_curl_handle()
2959 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h378 #define memset(s,c,n) _memset(s,c,n) macro
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c426 memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); in cwd_globals_ctor()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch322 memset(&me, 0, sizeof(me));
2517 (void)memset(buf + nbytes, 0, SLOP); /* NUL terminate */
2831 + memset(&ts, 0, sizeof(ts));
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c822 memset(ODBCG(laststate), '\0', 6); in PHP_RINIT_FUNCTION()
823 memset(ODBCG(lasterrormsg), '\0', SQL_MAX_MESSAGE_LENGTH); in PHP_RINIT_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_query.c478 memset(buf, 0, buf_size); in _php_ibase_bind_array()
/PHP-5.5/ext/tidy/
H A Dtidy.c680 memset(intern, 0, sizeof(PHPTidyObj)); in tidy_object_new()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c905 memset(intern, 0, sizeof(spl_recursive_it_object)); in spl_RecursiveIteratorIterator_new_ex()
2340 memset(intern, 0, sizeof(spl_dual_it_object)); in spl_dual_it_new()
H A Dspl_array.c176 memset(intern, 0, sizeof(spl_array_object)); in spl_array_object_new_ex()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch96 + memset(pollfds, 0, sizeof(struct pollfd) * nfiles);
525 memset( &hc->client_addr, 0, sizeof(hc->client_addr) );
/PHP-5.5/Zend/
H A Dzend_language_scanner.l667 memset(str->value.str.val + str->value.str.len, 0, ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
H A Dzend_compile.c225 memset(&CG(context), 0, sizeof(CG(context))); in init_compiler()
602 …line->opcode = ZEND_NOP; memset(&opline->result,0,sizeof(opline->result)); memset(&opline->op1,0,…
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3963 memset(&fld_name, 0, sizeof(smart_str)); in _php_mbstr_parse_mail_headers()
3964 memset(&fld_val, 0, sizeof(smart_str)); in _php_mbstr_parse_mail_headers()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c2095 memset((void*)&bind,0,sizeof(mssql_bind));
/PHP-5.5/ext/phar/
H A Dutil.c561 memset(&etemp, 0, sizeof(phar_entry_info)); in phar_get_or_create_entry_data()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1111 memset(&intern->zo, 0, sizeof(zend_object)); in php_zip_object_new()
/PHP-5.5/ext/session/
H A Dsession.c2458 memset(&ps_modules[PREDEFINED_MODULES], 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_module *));

Completed in 201 milliseconds

12345678910