Home
last modified time | relevance | path

Searched refs:PHPDBG_SIGSAFE_MEM_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigsafe.c11 if (EXPECTED(size <= PHPDBG_SIGSAFE_MEM_SIZE && !PHPDBG_G(sigsafe_mem).allocated)) { in ZEND_EXTERN_MODULE_GLOBALS()
16 …DBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(PHPDBG_SIGSAFE_MEM_SIZE) " bytes … in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_sigsafe.h4 #define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2) macro
H A Dphpdbg.c1137 char mem[PHPDBG_SIGSAFE_MEM_SIZE + 1]; in phpdbg_sigint_handler()
1223 char mem[PHPDBG_SIGSAFE_MEM_SIZE + 1]; in phpdbg_sigio_handler()
1226 …if ((newlen = recv(PHPDBG_G(io)[PHPDBG_STDIN].fd, mem, PHPDBG_SIGSAFE_MEM_SIZE, MSG_PEEK)) == (siz… in phpdbg_sigio_handler()

Completed in 17 milliseconds