Lines Matching refs:buf
205 char buf[1024]; in PHP_FUNCTION() local
207 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_FUNCTION()
209 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
218 char buf[1024]; in PHP_FUNCTION() local
220 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
222 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
230 char buf[1024]; in PHP_FUNCTION() local
232 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
234 php_com_throw_exception(hr, buf); in PHP_FUNCTION()
312 char buf[1024]; in PHP_FUNCTION() local
314 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_FUNCTION()
316 php_com_throw_exception(hr, buf); in PHP_FUNCTION()