/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_out.h | 54 #define phpdbg_script(type, fmt, ...) phpdbg_print(type , PHPDBG_G(io)[PH… argument 55 #define phpdbg_log(fmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) argument 56 #define phpdbg_xml(fmt, ...) phpdbg_xml_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) argument 57 #define phpdbg_out(fmt, ...) phpdbg_out_internal(PHPDBG_G(io)[PHPDBG_STDOUT].fd, fmt, ##__VA_ARGS__) argument 63 #define phpdbg_script_ex(out, type, fmt, ...) phpdbg_print(type , out, NULL, NULL… argument 64 #define phpdbg_log_ex(out, fmt, ...) phpdbg_log_internal(out, fmt, ##__VA_ARGS__) argument 65 #define phpdbg_xml_ex(out, fmt, ...) phpdbg_xml_internal(out, fmt, ##__VA_ARGS__) argument 66 #define phpdbg_out_ex(out, fmt, ...) phpdbg_out_internal(out, fmt, ##__VA_ARGS__) argument 68 #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__) argument 78 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__) argument [all …]
|
H A D | phpdbg_out.c | 132 static int format_converter(register buffy *odp, const char *fmt, zend_bool escape_xml, va_list ap)… in format_converter() 1202 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) { in phpdbg_xml_internal() 1232 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) { in phpdbg_log_internal() 1248 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) { in phpdbg_out_internal() 1288 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog_internal()
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_gd2.c | 35 #define gd2_compressed(fmt) (((fmt) == GD2_FMT_COMPRESSED) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRESSE… argument 36 #define gd2_truecolor(fmt) (((fmt) == GD2_FMT_TRUECOLOR_RAW) || ((fmt) == GD2_FMT_TRUECOLOR_COMPRES… argument 55 static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, i… in _gd2GetHeader() 183 static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt… in _gd2CreateFromFile() 273 int vers, fmt; in gdImageCreateFromGd2Ctx() local 443 int vers, fmt; in gdImageCreateFromGd2PartCtx() local 644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader() 664 static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) in _gdImageGd2() 832 void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt) in gdImageGd2() 841 void *gdImageGd2Ptr (gdImagePtr im, int cs, int fmt, int *size) in gdImageGd2Ptr()
|
H A D | pngtogd2.c | 16 int cs, fmt; in main() local
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | zlog.c | 137 int flags, char *buf, size_t buf_size, const char *fmt, va_list args) /* {{{ */ in zlog_external() 193 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args) /* {{{ */ in vzlog() 254 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...) /* {{{ */ in zlog_ex() 584 zlog_bool zlog_stream_set_msg_prefix(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_set_msg_prefix() 711 ssize_t zlog_stream_vformat(struct zlog_stream *stream, const char *fmt, va_list args) /* {{{ */ in zlog_stream_vformat() 722 ssize_t zlog_stream_format(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_format()
|
H A D | fpm_main.c | 427 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log()
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 67 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument 68 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
|
/PHP-7.3/main/streams/ |
H A D | transports.c | 44 #define ERR_REPORT(out_err, fmt, arg) \ argument 48 #define ERR_RETURN(out_err, local_err, fmt) \ argument
|
H A D | streams.c | 237 … php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char *fmt, ...) in php_stream_wrapper_log_error() 1223 PHPAPI size_t _php_stream_printf(php_stream *stream, const char *fmt, ...) in _php_stream_printf()
|
/PHP-7.3/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 91 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) in umsg_format_arg_count() 645 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regerror.c | 341 UChar* pat, UChar* pat_end, const UChar *fmt, ...) in onig_snprintf_with_pattern()
|
/PHP-7.3/main/ |
H A D | spprintf.c | 196 static void xbuf_format_converter(void *xbuf, zend_bool is_char, const char *fmt, va_list ap) /* {{… in xbuf_format_converter()
|
H A D | php_ini.c | 601 const char *fmt = "php-%s.ini"; in php_init_config() local
|
H A D | snprintf.c | 589 static int format_converter(register buffy * odp, const char *fmt, va_list ap) /* {{{ */ in format_converter()
|
/PHP-7.3/ext/interbase/ |
H A D | php_ibase_udf.c | 213 char const *fmt; in call_php() local
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 60 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf()
|
H A D | compress.c | 492 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror()
|
H A D | softmagic.c | 423 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
|
/PHP-7.3/ext/pdo_firebird/ |
H A D | firebird_statement.c | 398 char *fmt; in firebird_stmt_get_col() local
|
/PHP-7.3/ext/sockets/ |
H A D | conversions.c | 142 const char *fmt, in do_from_to_zval_err() 181 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err() 190 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err()
|
/PHP-7.3/ext/standard/ |
H A D | info.c | 69 static int php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf()
|
H A D | formatted_print.c | 208 int adjust, char fmt, in php_sprintf_appenddouble()
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 70 static inline void trace(char *fmt, ...) in trace()
|
/PHP-7.3/sapi/litespeed/ |
H A D | lsapi_main.c | 554 #define DEBUG_MESSAGE(fmt, ...) argument
|
H A D | lsapilib.c | 241 void LSAPI_Log(int flag, const char * fmt, ...) in LSAPI_Log()
|