Home
last modified time | relevance | path

Searched refs:vspprintf (Results 1 – 16 of 16) sorted by relevance

/PHP-8.0/main/
H A Dspprintf.h31 #define vspprintf zend_vspprintf macro
H A Dmain.c882 size = vspprintf(&buffer, 0, format, args); in php_printf()
900 size = vspprintf(&buffer, 0, format, args); in php_printf_unchecked()
944 buffer_len = (int)vspprintf(&buffer, 0, format, args); in php_verror()
/PHP-8.0/ext/mysqli/
H A Dmysqli_exception.c37 vspprintf(&message, 0, format, arg); in php_mysqli_throw_sql_exception()
/PHP-8.0/win32/
H A Dwsyslog.c116 vspprintf(&tmp, 0, message, args); /* build message */ in vsyslog()
/PHP-8.0/ext/gd/libgd/
H A Dgd_xbm.c169 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
H A Dgdkanji.c77 vspprintf(&tmp, 0, format, args); in error()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c136 vspprintf(&buf, 0, fmt, ap); in file_printf()
171 vspprintf(&buf, 0, f, va); in file_error_core()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c633 len = vspprintf(pbuf, max_len, format, ap); in _mysqlnd_sprintf()
642 return vspprintf(pbuf, max_len, format, ap); in _mysqlnd_vsprintf()
/PHP-8.0/ext/standard/
H A Dinfo.c74 len = vspprintf(&buf, 0, fmt, argv); in php_info_printf()
/PHP-8.0/main/streams/
H A Dstreams.c245 vspprintf(&buffer, 0, fmt, args); in php_stream_wrapper_log_error()
1273 count = vspprintf(&buf, 0, fmt, ap); in _php_stream_printf()
/PHP-8.0/ext/libxml/
H A Dlibxml.c545 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
/PHP-8.0/ext/sockets/
H A Dconversions.c160 user_msg_size = vspprintf(&user_msg, 0, fmt, ap); in do_from_to_zval_err()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c49 vspprintf(&message, 0, format, arg); in php_sqlite3_error()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1207 vspprintf(&buf, 0, format, ap); in php_cli_server_logf()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2376 + vspprintf(&buf, 0, fmt, ap);
2415 + vspprintf(&buf, 0, f, va);
/PHP-8.0/ext/exif/
H A Dexif.c2366 vspprintf(&tmp, 0, value, arglist); in exif_iif_add_fmt()

Completed in 98 milliseconds