Home
last modified time | relevance | path

Searched refs:malloc (Results 101 – 125 of 142) sorted by relevance

123456

/PHP-5.5/ext/ereg/regex/
H A Dengine.c146 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
159 m->lastpos = (unsigned char **)malloc((g->nplus+1) *
/PHP-5.5/ext/phar/
H A Dphar_internal.h84 (z) = (zval*)malloc(sizeof(zval))
/PHP-5.5/Zend/
H A DZend.m454 malloc.h \
H A Dzend_constants.c88 EG(zend_constants) = (HashTable *) malloc(sizeof(HashTable)); in zend_startup_constants()
H A Dzend_gc.c124 GC_G(buf) = (gc_root_buffer*) malloc(sizeof(gc_root_buffer) * GC_ROOT_BUFFER_MAX_ENTRIES); in gc_init()
H A Dzend_API.c1829 module_request_startup_handlers = (zend_module_entry**)malloc( in zend_collect_module_handlers()
1865 class_cleanup_handlers = (zend_class_entry**)malloc( in zend_collect_module_handlers()
2494 zend_class_entry *class_entry = malloc(sizeof(zend_class_entry)); in do_register_internal_class()
/PHP-5.5/sapi/caudium/
H A Dcaudium.c705 THIS = malloc(sizeof(php_caudium_request)); in f_php_caudium_request_handler()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c617 if ((buf = CAST(char *, malloc(ss))) == NULL) { in cdf_read_dir()
800 malloc(*maxcount * sizeof(*inp))); in cdf_read_property_info()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c61 ctx->tags = malloc(sizeof(HashTable)); in PHP_INI_MH()
H A Dproc_open.c804 child_argv = (char**) malloc((command_num_args + 1) * sizeof(char*)); in PHP_FUNCTION()
H A Durl_scanner_ex.re59 ctx->tags = malloc(sizeof(HashTable));
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h104 #define xmalloc malloc
/PHP-5.5/ext/date/lib/
H A Dparse_date.re319 uchar *buf = (uchar*) malloc(((s->lim - s->bot) + BSIZE)*sizeof(uchar));
1731 in.errors = malloc(sizeof(struct timelib_error_container));
1759 in.str = malloc((e - s) + YYMAXFILL);
1846 in.errors = malloc(sizeof(struct timelib_error_container));
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c626 s_lve = malloc(rc); in init_lve_ex()
1230 pReq->m_pRespBuf = pReq->m_pRespBufPos = (char *)malloc( LSAPI_RESP_BUF_SIZE ); in LSAPI_InitRequest()
2449 g_prefork_server = (lsapi_prefork_server *)malloc( sizeof( lsapi_prefork_server ) ); in LSAPI_Init_Prefork_Server()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c1572 extra = (PUBL(extra) *)(PUBL(malloc)) in pcre_study()
H A DChangeLog634 case malloc() is used) and the whole table is created before the actual
1154 recursion). Instead of malloc and free for each heap frame each time a
1203 (causing temporary malloc'd memory to be used during matching), and the
2496 vector, but for larger vectors malloc() is used. It was failing to free
4471 obtained and freed by both kinds of malloc/free at match time to be added
4632 4. Changed pcretest to use malloc() for its buffers so that they can be
4908 pcre_exec(). This saves a malloc/free per call. The default value of
4961 calling malloc() with a zero argument.
4978 that errors can be passed back from deep inside the nested calls. A malloc
5021 interface uses malloc() for output vectors. See item 31 above.
[all …]
H A Dpcre_compile.c931 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()
7162 named_group *newspace = (PUBL(malloc)) in compile_branch()
9344 re = (REAL_PCRE *)(PUBL(malloc))(size); in pcre_compile2()
H A DREADME276 . When called via the POSIX interface, PCRE uses malloc() to get additional
280 --with-posix-malloc-threshold=20
/PHP-5.5/
H A DCODING_STANDARDS81 The use of malloc() should be limited to cases where a third-party
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1349 ini_entries = malloc(sizeof(HARDCODED_INI)); in WinMain()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c259 allowed_clients = malloc(sizeof(sa_t) * (n+2)); in fcgi_set_allowed_clients()
H A Dfpm_main.c673 char *buf = malloc(len + 2); in sapi_cgi_log_fastcgi()
/PHP-5.5/main/
H A Dmain.c267 binary_location = (char *)malloc(MAXPATHLEN); in php_binary_init()
274 binary_location = (char *)malloc(MAXPATHLEN); in php_binary_init()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1703 new_state.cwd = (char*)malloc(1);
1722 new_state.cwd = (char*)malloc(1);
/PHP-5.5/ext/interbase/
H A Dinterbase.c1000 ib_link = (ibase_db_link *) malloc(sizeof(ibase_db_link)); in _php_ibase_connect()

Completed in 177 milliseconds

123456