Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 17 of 17) sorted by relevance

/PHP-7.2/TSRM/
H A Dtsrm_config_common.h25 #pragma alloca
27 # ifndef alloca /* predefined by HP cc +Olibcalls */
28 char *alloca ();
60 ((use_heap = ((size) > (limit))) ? malloc(size) : alloca(size))
H A Dconfigure.ac30 alloca.h \
/PHP-7.2/Zend/
H A Dzend_portability.h177 # pragma alloca
179 # ifndef alloca /* predefined by HP cc +Olibcalls */
180 char *alloca();
355 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
H A DZendCore.dep18 .\alloca.c : \
/PHP-7.2/main/
H A Dalloca.c46 #ifndef alloca
158 alloca (size) in alloca() function
/PHP-7.2/ext/standard/
H A Dcrypt_sha256.c13 # define alloca _alloca macro
387 char *tmp = (char *) alloca(key_len + __alignof__(uint32_t)); in php_sha256_crypt_r()
392 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint32_t)); in php_sha256_crypt_r()
458 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
476 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c12 # define alloca _alloca macro
421 char *tmp = (char *) alloca (key_len + __alignof__ (uint64_t)); in php_sha512_crypt_r()
427 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint64_t)); in php_sha512_crypt_r()
492 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
511 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
/PHP-7.2/ext/opcache/Optimizer/
H A Ddce.c641 ctx.instr_worklist = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
644 ctx.phi_worklist = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
646 ctx.phi_worklist_no_val = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
650 ctx.instr_dead = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
652 ctx.phi_dead = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_env.c47 char *var = alloca(name_len + 1 + value_len + 1); in setenv()
H A Dfpm_sockets.c125 key = alloca(INET6_ADDRSTRLEN+10); in fpm_sockets_hash_op()
133 key = alloca(strlen(sa_un->sun_path) + 1); in fpm_sockets_hash_op()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c337 # define alloca _alloca macro
339 # define YYSTACK_ALLOC alloca
/PHP-7.2/ext/json/
H A Djson_parser.tab.c341 # define alloca _alloca macro
343 # define YYSTACK_ALLOC alloca
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h136 #define xalloca alloca
/PHP-7.2/
H A Dconfigure.ac452 alloca.h \
1474 fopen_wrappers.c alloca.c php_scandir.c \
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c668 *(volatile sljit_s32*)alloca(local_size) = 0; in sljit_grow_stack()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY214 (In bcc32, alloca() is declared in malloc.h.)
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c18669 # define sqlite3StackAllocRaw(D,N) alloca(N)
18670 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N)

Completed in 453 milliseconds