Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dalloca.c40 #ifndef alloca
152 alloca (size) in alloca() function
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c13 # define alloca _alloca macro
371 char *tmp = (char *) alloca(key_len + __alignof__(uint32_t)); in php_sha256_crypt_r()
376 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint32_t)); in php_sha256_crypt_r()
442 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
460 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c12 # define alloca _alloca macro
405 char *tmp = (char *) alloca (key_len + __alignof__ (uint64_t)); in php_sha512_crypt_r()
411 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint64_t)); in php_sha512_crypt_r()
476 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
495 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
/PHP-7.4/ext/opcache/Optimizer/
H A Ddce.c495 ctx.instr_worklist = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
498 ctx.phi_worklist = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
500 ctx.phi_worklist_no_val = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
504 ctx.instr_dead = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
506 ctx.phi_dead = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
/PHP-7.4/Zend/
H A Dzend_portability.h179 # pragma alloca
181 # ifndef alloca /* predefined by HP cc +Olibcalls */
182 char *alloca();
361 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c132 key = alloca(INET6_ADDRSTRLEN+10); in fpm_sockets_hash_op()
140 key = alloca(strlen(sa_un->sun_path) + 1); in fpm_sockets_hash_op()
H A Dfpm_env.c46 char *var = alloca(name_len + 1 + value_len + 1); in setenv()
/PHP-7.4/
H A Dconfigure.ac424 alloca.h \
1477 fopen_wrappers.c alloca.c php_scandir.c \

Completed in 23 milliseconds