Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_allocators.h39 void *(*calloc)(unsigned int, unsigned int); member
50 #define mbfl_calloc (__mbfl_allocators->calloc)
H A Dmbfl_allocators.c86 return calloc(nelems, szelem); in __mbfl__calloc()
/PHP-7.2/ext/opcache/
H A Dshared_alloc_mmap.c41 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment) + sizeof(void … in create_segments()
H A Dshared_alloc_posix.c45 …*shared_segments_p = (zend_shared_segment_posix **) calloc(1, sizeof(zend_shared_segment_posix) + … in create_segments()
H A Dshared_alloc_shm.c90 …*shared_segments_p = (zend_shared_segment_shm **) calloc(1, (*shared_segments_count) * sizeof(zend… in create_segments()
H A Dshared_alloc_win32.c273 …*shared_segments_p = (zend_shared_segment **) calloc(1, sizeof(zend_shared_segment)+sizeof(void *)… in create_segments()
H A Dzend_accelerator_blacklist.c61 …blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size… in zend_accel_blacklist_init()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_arrays.h33 a->data = calloc(sz, initial_num); in fpm_array_init()
/PHP-7.2/ext/fileinfo/libmagic/
H A Dencoding.c81 if ((*ubuf = CAST(unichar *, calloc((size_t)1, mlen))) == NULL) { in file_encoding()
86 if ((nbuf = CAST(unsigned char *, calloc((size_t)1, mlen))) == NULL) { in file_encoding()
H A Dcdf.c116 return calloc(n, u); in cdf_calloc()
/PHP-7.2/ext/zip/lib/
H A Dzip_hash.c66 if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) { in _zip_hash_new()
/PHP-7.2/win32/
H A Dreaddir.c40 dp = (DIR *) calloc(1, sizeof(DIR) + (_MAX_FNAME*5+1)*sizeof(char)); in opendir()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c452 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()
758 return calloc(nmemb, size); in mysqlnd_zend_mm_calloc()
H A Dmysqlnd_debug.c706 MYSQLND_DEBUG *ret = calloc(1, sizeof(MYSQLND_DEBUG)); in mysqlnd_debug_init()
/PHP-7.2/TSRM/
H A DTSRM.c155 tsrm_tls_table = (tsrm_tls_entry **) calloc(tsrm_tls_table_size, sizeof(tsrm_tls_entry *)); in tsrm_startup()
163 …resource_types_table = (tsrm_resource_type *) calloc(resource_types_table_size, sizeof(tsrm_resour… in tsrm_startup()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_cmd.c435 phpdbg_param_t *next = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_push()
460 phpdbg_param_t *stack = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_separate()
H A Dphpdbg.c2109 settings = calloc(1, sizeof(zend_phpdbg_globals)); in main()
/PHP-7.2/ext/date/lib/
H A Dtimelib.h308 # define timelib_calloc calloc
/PHP-7.2/ext/session/
H A Dmod_mm.c279 ps_mm_instance = calloc(sizeof(*ps_mm_instance), 1); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h98 #define xcalloc calloc
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch189 - if ((ms = CAST(struct magic_set *, calloc((size_t)1,
260 - if ((mlist = CAST(struct mlist *, calloc(1, sizeof(*mlist)))) == NULL) {
470 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL)
639 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) {
663 - if ((map = CAST(struct magic_map *, calloc(1, sizeof(*map)))) == NULL) {
1000 return calloc(n, u);
2427 - dllpath = calloc(MAX_PATH + 1, sizeof(*dllpath));
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c230 le.ptr = plist = calloc(1, sizeof(mysqli_plist_entry));
/PHP-7.2/Zend/
H A Dzend.c578 …compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval*… in compiler_globals_ctor()
/PHP-7.2/ext/oci8/
H A Doci8.c1973 connection = (php_oci_connection *) calloc(1, sizeof(php_oci_connection)); in php_oci_do_connect_ex()
2764 session_pool = (php_oci_spool *) calloc(1, sizeof(php_oci_spool)); in php_oci_create_spool()
/PHP-7.2/main/
H A Dfastcgi.c884 fcgi_request *req = calloc(1, sizeof(fcgi_request)); in fcgi_init_request()

Completed in 98 milliseconds

12