Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 23 of 23) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.h54 #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
75 # define phpdbg_debug(fmt, ...) phpdbg_log_ex(PHPDBG_G(io)[PHPDBG_STDERR].fd, fmt, ##__VA_ARGS__) argument
[all …]
H A Dphpdbg_out.c127 static int format_converter(register buffy *odp, const char *fmt, zend_bool escape_xml, va_list ap)… in format_converter()
1182 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) { in phpdbg_xml_internal()
1212 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) { in phpdbg_log_internal()
1228 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) { in phpdbg_out_internal()
1268 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog_internal()
/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c35 #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 Dpngtogd2.c16 int cs, fmt; in main() local
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c137 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()
585 zlog_bool zlog_stream_set_msg_prefix(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_set_msg_prefix()
712 ssize_t zlog_stream_vformat(struct zlog_stream *stream, const char *fmt, va_list args) /* {{{ */ in zlog_stream_vformat()
723 ssize_t zlog_stream_format(struct zlog_stream *stream, const char *fmt, ...) /* {{{ */ in zlog_stream_format()
H A Dfpm_main.c421 static void fpm_fcgi_log(int type, const char *fmt, ...) /* {{{ */ in fpm_fcgi_log()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.h67 #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.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp81 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) in umsg_format_arg_count()
623 U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **args, UChar *source, int32_t… in umsg_parse_helper()
/PHP-7.4/main/streams/
H A Dtransports.c44 #define ERR_REPORT(out_err, fmt, arg) \ argument
48 #define ERR_RETURN(out_err, local_err, fmt) \ argument
H A Dstreams.c241 … php_stream_wrapper_log_error(const php_stream_wrapper *wrapper, int options, const char *fmt, ...) in php_stream_wrapper_log_error()
1273 PHPAPI ssize_t _php_stream_printf(php_stream *stream, const char *fmt, ...) in _php_stream_printf()
/PHP-7.4/main/
H A Dspprintf.c192 static void xbuf_format_converter(void *xbuf, zend_bool is_char, const char *fmt, va_list ap) /* {{… in xbuf_format_converter()
H A Dphp_ini.c600 const char *fmt = "php-%s.ini"; in php_init_config() local
H A Dsnprintf.c584 static int format_converter(register buffy * odp, const char *fmt, va_list ap) /* {{{ */ in format_converter()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c58 file_printf(struct magic_set *ms, const char *fmt, ...) in file_printf()
H A Dcompress.c573 makeerror(unsigned char **buf, size_t *len, const char *fmt, ...) in makeerror()
H A Dsoftmagic.c470 check_fmt(struct magic_set *ms, const char *fmt) in check_fmt()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c403 char *fmt; in firebird_stmt_get_col() local
/PHP-7.4/ext/sockets/
H A Dconversions.c142 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.4/ext/standard/
H A Dinfo.c69 static ZEND_COLD int php_info_printf(const char *fmt, ...) /* {{{ */ in php_info_printf()
H A Dformatted_print.c223 int adjust, char fmt, in php_sprintf_appenddouble()
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c70 static inline void trace(char *fmt, ...) in trace()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c547 #define DEBUG_MESSAGE(fmt, ...) argument
H A Dlsapilib.c243 void LSAPI_Log(int flag, const char * fmt, ...) in LSAPI_Log()

Completed in 90 milliseconds