Searched refs:memory_leak_buf (Results 1 – 1 of 1) sorted by relevance
1705 char memory_leak_buf[1024]; in php_message_handler_for_zend() local1715 strlcat(memory_leak_buf, relay_buf, sizeof(memory_leak_buf)); in php_message_handler_for_zend()1724 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()1726 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()1729 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()1737 char memory_leak_buf[512]; in php_message_handler_for_zend() local1742 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()1747 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()1756 char memory_leak_buf[4096]; in php_message_handler_for_zend() local1769 OutputDebugString(memory_leak_buf); in php_message_handler_for_zend()[all …]
Completed in 10 milliseconds