Home
last modified time | relevance | path

Searched refs:emalloc (Results 176 – 189 of 189) sorted by last modified time

12345678

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c98 #define CDF_MALLOC(n) emalloc(n)
H A Dcompress.c567 if ((*newch = CAST(unsigned char *, emalloc(bytes_max + 1))) == NULL) in uncompresszlib()
H A Dascmagic.c146 if ((utf8_buf = CAST(unsigned char *, emalloc(mlen))) == NULL) { in file_ascmagic_with_encoding()
/PHP-8.1/ext/dom/
H A Ddom_iterators.c90 iter = emalloc(sizeof(nodeIterator)); in php_dom_libxml_hash_iter()
111 iter = emalloc(sizeof(notationIterator)); in php_dom_libxml_notation_iter()
271 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-8.1/ext/dba/libflatfile/
H A Dflatfile.c105 char *buf = emalloc(buf_size); in flatfile_delete()
154 char *buf = emalloc(buf_size); in flatfile_findkey()
198 char *buf = emalloc(buf_size); in flatfile_firstkey()
240 char *buf = emalloc(buf_size); in flatfile_nextkey()
/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.c80 head = (struct cdb_hplist *) emalloc(sizeof(struct cdb_hplist)); in cdb_make_addend()
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Drecmul.c57 temp = (bc_num) emalloc (sizeof(bc_struct)); in new_sub_num()
H A Doutput.c142 temp = (stk_rec *) emalloc (sizeof(stk_rec)); in bc_out_num()
/PHP-8.1/docs/
H A Dinput-filter.md133 raw_var = emalloc(var_len+5); /* RAW_ and a \0 */
/PHP-8.1/Zend/
H A Dzend_objects_API.c30 objects->object_buckets = (zend_object **) emalloc(init_size * sizeof(zend_object*)); in zend_objects_store_init()
H A Dzend_objects_API.h92 void *obj = emalloc(obj_size + zend_object_properties_size(ce)); in zend_object_alloc()
H A Dzend_llist.c207 elements = (zend_llist_element **) emalloc(l->count * sizeof(zend_llist_element *)); in zend_llist_sort()
H A Dzend_arena.h36 zend_arena *arena = (zend_arena*)emalloc(size); in zend_arena_create()
67 zend_arena *new_arena = (zend_arena*)emalloc(arena_size); in zend_arena_alloc()
142 zend_arena *arena = (zend_arena*) emalloc( in zend_arena_create()
172 return *arena->ptr++ = emalloc(size); in zend_arena_alloc()
/PHP-8.1/
H A DCODING_STANDARDS.md64 10. Prefer `emalloc()`, `efree()`, `estrdup()`, etc. to their standard C library
71 `emalloc()`.

Completed in 44 milliseconds

12345678