Home
last modified time | relevance | path

Searched refs:malloc (Results 51 – 75 of 142) sorted by relevance

123456

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c26 b->data = malloc(sizeof(char)*(b->length)); in buffer_new()
H A Dxml_element.c350 NewBuffer= malloc(iLength+1); in xml_elem_entity_escape()
610 xml_element_attr* attr = malloc(sizeof(xml_element_attr)); in _xmlrpc_startElement()
/PHP-5.5/ext/gd/
H A Dgdcache.c166 map = (key_value_t *)malloc(sizeof(key_value_t)); in cacheFetch()
/PHP-5.5/Zend/
H A Dzend_ini_parser.y89 Z_STRVAL_P(result) = (char *) malloc(Z_STRLEN_P(result)+1); in zend_ini_do_op()
100 Z_STRVAL_P(result) = malloc(1); in zend_ini_init_string()
H A Dzend_gc.h198 (z) = (zval*)malloc(sizeof(zval_gc_info)); \
H A Dzend_string.c48 CG(interned_strings_start) = malloc(size); in zend_interned_strings_init()
/PHP-5.5/win32/
H A Dtime.c156 struct timer_msg *msg = malloc(sizeof(struct timer_msg));
/PHP-5.5/ext/zip/lib/
H A Dzip_source_zip.c85 if ((p=(struct read_zip *)malloc(sizeof(*p))) == NULL) { in zip_source_zip()
H A Dzip_fopen_index_encrypted.c165 if ((zf=(struct zip_file *)malloc(sizeof(struct zip_file))) == NULL) { in _zip_file_new()
H A Dzip_close.c108 if ((filelist=(struct filelist *)malloc(sizeof(filelist[0])*survivors)) in zip_close()
229 if ((de.extrafield=malloc(za->entry[i].ch_extra_len)) == NULL) { in zip_close()
608 if ((temp=(char *)malloc(len)) == NULL) { in _zip_create_temp_output()
H A Dzip_source_pkware.c86 if ((ctx=(struct trad_pkware *)malloc(sizeof(*ctx))) == NULL) { in zip_source_pkware()
H A Dzip_source_filep.c91 if ((f=(struct read_file *)malloc(sizeof(struct read_file))) == NULL) { in _zip_source_file_or_p()
H A Dzip_open.c128 if ((za->entry=(struct zip_entry *)malloc(sizeof(*(za->entry)) in _zip_open()
528 if ((buf=(unsigned char *)malloc(CDBUFSIZE)) == NULL) { in _zip_find_central_dir()
/PHP-5.5/sapi/embed/
H A Dphp_embed.c188 php_embed_module.ini_entries = malloc(sizeof(HARDCODED_INI)); in php_embed_init()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c441 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_var()
455 retval = malloc(strlen(tmp) + 2); in cli_completion_generator_ini()
569 char *tmp = malloc(len); in cli_completion_generator()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c115 vec = malloc(sizeof(struct iovec) * max_headers); in sapi_tux_send_headers()
116 status_line = malloc(30); in sapi_tux_send_headers()
/PHP-5.5/ext/ereg/regex/
H A Dregexec.c78 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
H A Dregcomp.c116 g = (struct re_guts *)malloc(sizeof(struct re_guts) +
129 p->strip = (sop *)malloc(p->ssize * sizeof(sop));
1024 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1029 p->g->setbits = (uch *)malloc(nbytes);
1170 cs->multis = malloc(cs->smultis);
1574 g->must = malloc((size_t)g->mlen + 1);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c381 ret = malloc(SCRAMBLE_LENGTH); in mysqlnd_native_auth_get_auth_data()
590 ret = malloc(passwd_len); in mysqlnd_sha256_auth_get_auth_data()
617 ret = malloc(*auth_data_len); in mysqlnd_sha256_auth_get_auth_data()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c188 h->buckets = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_init()
191 h->data = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + FCGI_HASH_SEG_SIZE); in fcgi_hash_init()
244 fcgi_data_seg *p = (fcgi_data_seg*)malloc(sizeof(fcgi_data_seg) - 1 + seg_size); in fcgi_hash_strndup()
276 fcgi_hash_buckets *b = (fcgi_hash_buckets*)malloc(sizeof(fcgi_hash_buckets)); in fcgi_hash_set()
515 acl = malloc(req_acl_size); in prepare_named_pipe_acl()
706 allowed_clients = malloc(sizeof(in_addr_t) * (n+2)); in fcgi_listen()
/PHP-5.5/main/
H A Dalloca.c205 register pointer new = malloc (sizeof (header) + size);
H A Dsnprintf.c87 if ((rve = s = (char *)malloc(ndigit?siz:2)) == NULL) { in __cvt()
108 if ((s = (char *)malloc(siz+1)) == NULL) { in __cvt()
1302 if ((*buf = malloc(++cc)) != NULL) { in ap_php_vasprintf()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c190 SG(request_info).path_translated = malloc(MAXPATHLEN); in php_phttpd_request_ctor()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c354 ovector = (int *)malloc(sizeof(int) * nmatch * 3); in regexec()
H A Dpcre_get.c462 stringlist = (pcre_uchar **)(PUBL(malloc))(size); in pcre_get_substring_list()
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()

Completed in 171 milliseconds

123456