Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/Zend/
H A Dzend_API.c2142 memset(internal_function->reserved, 0, ZEND_MAX_RESERVED_RESOURCES * sizeof(void*)); in zend_register_functions()
H A Dzend_language_scanner.c694 memset(Z_STRVAL_P(str) + old_len, 0, ZEND_MMAP_AHEAD + 1); in zend_prepare_string_for_scanning()
H A Dzend_compile.c338 memset(&CG(context), 0, sizeof(CG(context))); in init_compiler()
/PHP-7.1/ext/standard/
H A Darray.c92 memset(array_globals, 0, sizeof(zend_array_globals)); in ZEND_DECLARE_MODULE_GLOBALS()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4917 memset(classbits, 0, 32 * sizeof(pcre_uint8)); in compile_branch()
H A DChangeLog1556 pcrecpp_unittest.cc. They are needed for strcmp(), memset(), and strchr()
/PHP-7.1/ext/date/lib/
H A Dparse_date.c24889 memset(&in, 0, sizeof(in)); in timelib_strtotime()
24919 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtotime()
25009 memset(&in, 0, sizeof(in)); in timelib_parse_from_format()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1099 memset(pgsql_globals, 0, sizeof(zend_pgsql_globals)); in PHP_INI_END()

Completed in 170 milliseconds

12345678910