Home
last modified time | relevance | path

Searched refs:memset (Results 176 – 200 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re414 memset(ctx, 0, ((size_t) &((url_adapt_state_ex_t *)0)->tags));
H A Dstring.c762 memset(mask, 0, 256); in php_charmask()
767 memset(mask+c, 1, input[3] - c + 1); in php_charmask()
4940 memset(result, *(input_str), mult);
4984 memset((void*) chars, 0, sizeof(chars));
/PHP-5.5/main/
H A Dphp_variables.c624 memset(PG(http_globals), 0, sizeof(PG(http_globals))); in php_hash_environment()
H A DSAPI.c62 memset(sapi_globals, 0, sizeof(*sapi_globals)); in sapi_globals_ctor()
H A Dmain.c1348 memset(&handle->handle.stream.mmap, 0, sizeof(handle->handle.stream.mmap)); in php_stream_open_for_zend_ex()
1882 memset(core_globals, 0, sizeof(*core_globals)); in core_globals_ctor()
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c607 memset(isapi_special_server_variables, 0, sizeof(isapi_special_server_variables)); in sapi_isapi_register_server_variables()
/PHP-5.5/Zend/
H A Dzend_execute_API.c770 memset(&execute_data, 0, sizeof(zend_execute_data)); in zend_call_function()
1578 memset(&ai, 0, sizeof(ai)); in zend_verify_abstract_class()
/PHP-5.5/ext/date/
H A Dphp_date.c2119 memset(intern, 0, sizeof(php_date_obj)); in date_object_new_date_ex()
2268 memset(intern, 0, sizeof(php_timezone_obj)); in date_object_new_timezone_ex()
2367 memset(intern, 0, sizeof(php_interval_obj)); in date_object_new_interval_ex()
2456 memset(intern, 0, sizeof(php_period_obj)); in date_object_new_period_ex()
3512 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_isodate_set()
/PHP-5.5/ext/dom/
H A Dphp_dom.c1145 memset(intern, 0, sizeof(dom_xpath_object)); in dom_objects_set_class()
1565 memset(doc->oldNs, 0, sizeof(xmlNs)); in dom_set_old_ns()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1109 (void)memset(p, '\0', sizeof(*p)); in mcopy()
1124 (void)memset(((char *)(void *)p) + nbytes, '\0', in mcopy()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c488 memset(pcntl_globals, 0, sizeof(*pcntl_globals)); in PHP_GINIT_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dlibxml.c479 memset(&error_copy, 0, sizeof(xmlError)); in _php_list_set_error_structure()
/PHP-5.5/ext/dba/
H A Ddba.c812 memset(info, 0, sizeof(dba_info)); in php_dba_open()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1510 memset(value, 0, sizeof(STRUCT_XMLRPC_VALUE)); in XMLRPC_CleanupValue()
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1730 memset(&in, 0, sizeof(in));
1760 memset(in.str, 0, (e - s) + YYMAXFILL);
1845 memset(&in, 0, sizeof(in));
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c120 memset(array->elements + array->size, '\0', sizeof(zval *) * (size - array->size)); in spl_fixedarray_resize()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c397 memset(&intern->std, 0, sizeof(zend_object)); in xmlreader_objects_new()
/PHP-5.5/ext/soap/
H A Dsoap.c1054 memset(new_enc, 0, sizeof(encode)); in soap_create_typemap()
1072 memset(new_enc->details.map, 0, sizeof(soapMapping)); in soap_create_typemap()
1131 memset(service, 0, sizeof(soapService)); in PHP_METHOD()
2056 memset(*p, 0, sizeof(soapHeader));
3657 memset(h, 0, sizeof(soapHeader));
/PHP-5.5/ext/imap/
H A Dphp_imap.c662 return (FOBJECTLIST *) memset(fs_get(sizeof(FOBJECTLIST)), 0, sizeof(FOBJECTLIST)); in mail_newfolderobjectlist()
698 return (ERRORLIST *) memset(fs_get(sizeof(ERRORLIST)), 0, sizeof(ERRORLIST)); in mail_newerrorlist()
728 return (MESSAGELIST *) memset(fs_get(sizeof(MESSAGELIST)), 0, sizeof(MESSAGELIST)); in mail_newmessagelist()
3914 memset(bufferHeader, 0, bufferLen); in _php_imap_mail()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c409 memset(p, 0, size); in mysqli_stmt_bind_result_do_bind()
1008 memset(stmt->result.buf[i].val, 0, stmt->result.buf[i].buflen);
H A Dmysqli.c496 memset(intern, 0, sizeof(mysqli_object)); in mysqli_objects_new()
/PHP-5.5/ext/phar/
H A Dstream.c483 memset(ssb, 0, sizeof(php_stream_statbuf)); in phar_dostat()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c460 memset(&param, 0, sizeof(param)); in PHP_METHOD()
2437 memset(stmt, 0, sizeof(*stmt)); in pdo_dbstmt_new()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2117memset(ZCSG(include_paths).hash_table, 0, sizeof(zend_accel_hash_entry*) * ZCSG(include_paths).max…
2490 memset(accel_globals, 0, sizeof(zend_accel_globals));
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c666 memset(offsets, 0, size_offsets*sizeof(int)); in php_pcre_match_impl()

Completed in 201 milliseconds

12345678910