Home
last modified time | relevance | path

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

/PHP-5.3/TSRM/
H A Dtsrm_config_common.h25 #pragma alloca
27 # ifndef alloca /* predefined by HP cc +Olibcalls */
29 char *alloca ();
59 ((use_heap = ((size) > (limit))) ? malloc(size) : alloca(size))
H A Dconfigure.in26 alloca.h \
/PHP-5.3/ext/mbstring/oniguruma/
H A Dconfig.h.in4 systems. This function is required for `alloca.c' support on those systems.
8 /* Define to 1 if using `alloca.c'. */
11 /* Define to 1 if you have `alloca', as a function or macro. */
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
87 /* If using the C implementation of alloca, define if you know the
H A Dregint.h133 #define xalloca alloca
H A DHISTORY30 (In bcc32, alloca() is declared in malloc.h.)
/PHP-5.3/main/
H A Dalloca.c46 #ifndef alloca
158 alloca (size) in alloca() function
/PHP-5.3/ext/standard/
H A Dcrypt_sha256.c14 # define alloca _alloca macro
393 char *tmp = (char *) alloca(key_len + __alignof__(uint32_t)); in php_sha256_crypt_r()
398 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint32_t)); in php_sha256_crypt_r()
464 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
482 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c13 # define alloca _alloca macro
427 char *tmp = (char *) alloca (key_len + __alignof__ (uint64_t)); in php_sha512_crypt_r()
433 char *tmp = (char *) alloca(salt_len + 1 + __alignof__(uint64_t)); in php_sha512_crypt_r()
498 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
517 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
/PHP-5.3/Zend/
H A Dzend.h127 #pragma alloca
129 # ifndef alloca /* predefined by HP cc +Olibcalls */
130 char *alloca ();
190 ((use_heap = (UNEXPECTED((size) > (limit)))) ? emalloc(size) : alloca(size))
H A DZendCore.dep18 .\alloca.c : \
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.c107 key = alloca(sizeof("xxx.xxx.xxx.xxx:ppppp")); in fpm_sockets_hash_op()
114 key = alloca(strlen(sa_un->sun_path) + 1); in fpm_sockets_hash_op()
H A Dfpm_env.c48 char *var = alloca(name_len + 1 + value_len + 1); in setenv()
/PHP-5.3/
H A Dconfigure.in407 alloca.h \
1405 safe_mode.c fopen_wrappers.c alloca.c php_scandir.c \
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c11199 # define sqlite3StackAllocRaw(D,N) alloca(N)
11200 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N)

Completed in 271 milliseconds