fmt              1009 core/ngx_conf_file.c     const char *fmt, ...)
fmt              1016 core/ngx_conf_file.c     va_start(args, fmt);
fmt              1017 core/ngx_conf_file.c     p = ngx_vslprintf(errstr, last, fmt, args);
fmt               325 core/ngx_conf_file.h     ngx_err_t err, const char *fmt, ...);
fmt                77 core/ngx_log.c     const char *fmt, ...)
fmt                83 core/ngx_log.c     const char *fmt, va_list args)
fmt               118 core/ngx_log.c     va_start(args, fmt);
fmt               119 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
fmt               124 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
fmt               163 core/ngx_log.c     const char *fmt, ...)
fmt               168 core/ngx_log.c         va_start(args, fmt);
fmt               169 core/ngx_log.c         ngx_log_error_core(level, log, err, fmt, args);
fmt               176 core/ngx_log.c ngx_log_debug_core(ngx_log_t *log, ngx_err_t err, const char *fmt, ...)
fmt               180 core/ngx_log.c     va_start(args, fmt);
fmt               181 core/ngx_log.c     ngx_log_error_core(NGX_LOG_DEBUG, log, err, fmt, args);
fmt               189 core/ngx_log.c ngx_log_abort(ngx_err_t err, const char *fmt, ...)
fmt               195 core/ngx_log.c     va_start(args, fmt);
fmt               196 core/ngx_log.c     p = ngx_vsnprintf(errstr, sizeof(errstr) - 1, fmt, args);
fmt               205 core/ngx_log.c ngx_log_stderr(ngx_err_t err, const char *fmt, ...)
fmt               216 core/ngx_log.c     va_start(args, fmt);
fmt               217 core/ngx_log.c     p = ngx_vslprintf(p, last, fmt, args);
fmt                79 core/ngx_log.h     const char *fmt, ...);
fmt                95 core/ngx_log.h     const char *fmt, ...);
fmt               108 core/ngx_log.h     const char *fmt, ...);
fmt               110 core/ngx_log.h     const char *fmt, va_list args);
fmt               112 core/ngx_log.h     const char *fmt, ...);
fmt               137 core/ngx_log.h #define ngx_log_debug0(level, log, err, fmt)                                  \
fmt               139 core/ngx_log.h         ngx_log_debug_core(log, err, fmt)
fmt               141 core/ngx_log.h #define ngx_log_debug1(level, log, err, fmt, arg1)                            \
fmt               143 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1)
fmt               145 core/ngx_log.h #define ngx_log_debug2(level, log, err, fmt, arg1, arg2)                      \
fmt               147 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2)
fmt               149 core/ngx_log.h #define ngx_log_debug3(level, log, err, fmt, arg1, arg2, arg3)                \
fmt               151 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3)
fmt               153 core/ngx_log.h #define ngx_log_debug4(level, log, err, fmt, arg1, arg2, arg3, arg4)          \
fmt               155 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4)
fmt               157 core/ngx_log.h #define ngx_log_debug5(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5)    \
fmt               159 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5)
fmt               161 core/ngx_log.h #define ngx_log_debug6(level, log, err, fmt,                                  \
fmt               164 core/ngx_log.h         ngx_log_debug_core(log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
fmt               166 core/ngx_log.h #define ngx_log_debug7(level, log, err, fmt,                                  \
fmt               169 core/ngx_log.h         ngx_log_debug_core(log, err, fmt,                                     \
fmt               172 core/ngx_log.h #define ngx_log_debug8(level, log, err, fmt,                                  \
fmt               175 core/ngx_log.h         ngx_log_debug_core(log, err, fmt,                                     \
fmt               182 core/ngx_log.h #define ngx_log_debug0(level, log, err, fmt)
fmt               183 core/ngx_log.h #define ngx_log_debug1(level, log, err, fmt, arg1)
fmt               184 core/ngx_log.h #define ngx_log_debug2(level, log, err, fmt, arg1, arg2)
fmt               185 core/ngx_log.h #define ngx_log_debug3(level, log, err, fmt, arg1, arg2, arg3)
fmt               186 core/ngx_log.h #define ngx_log_debug4(level, log, err, fmt, arg1, arg2, arg3, arg4)
fmt               187 core/ngx_log.h #define ngx_log_debug5(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5)
fmt               188 core/ngx_log.h #define ngx_log_debug6(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5, arg6)
fmt               189 core/ngx_log.h #define ngx_log_debug7(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5,    \
fmt               191 core/ngx_log.h #define ngx_log_debug8(level, log, err, fmt, arg1, arg2, arg3, arg4, arg5,    \
fmt               201 core/ngx_log.h void ngx_cdecl ngx_log_abort(ngx_err_t err, const char *fmt, ...);
fmt               202 core/ngx_log.h void ngx_cdecl ngx_log_stderr(ngx_err_t err, const char *fmt, ...);
fmt               102 core/ngx_string.c ngx_sprintf(u_char *buf, const char *fmt, ...)
fmt               107 core/ngx_string.c     va_start(args, fmt);
fmt               108 core/ngx_string.c     p = ngx_vslprintf(buf, (void *) -1, fmt, args);
fmt               116 core/ngx_string.c ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...)
fmt               121 core/ngx_string.c     va_start(args, fmt);
fmt               122 core/ngx_string.c     p = ngx_vslprintf(buf, buf + max, fmt, args);
fmt               130 core/ngx_string.c ngx_slprintf(u_char *buf, u_char *last, const char *fmt, ...)
fmt               135 core/ngx_string.c     va_start(args, fmt);
fmt               136 core/ngx_string.c     p = ngx_vslprintf(buf, last, fmt, args);
fmt               144 core/ngx_string.c ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args)
fmt               157 core/ngx_string.c     while (*fmt && buf < last) {
fmt               164 core/ngx_string.c         if (*fmt == '%') {
fmt               169 core/ngx_string.c             zero = (u_char) ((*++fmt == '0') ? '0' : ' ');
fmt               177 core/ngx_string.c             while (*fmt >= '0' && *fmt <= '9') {
fmt               178 core/ngx_string.c                 width = width * 10 + *fmt++ - '0';
fmt               183 core/ngx_string.c                 switch (*fmt) {
fmt               187 core/ngx_string.c                     fmt++;
fmt               192 core/ngx_string.c                     fmt++;
fmt               198 core/ngx_string.c                     fmt++;
fmt               204 core/ngx_string.c                     fmt++;
fmt               208 core/ngx_string.c                     fmt++;
fmt               210 core/ngx_string.c                     while (*fmt >= '0' && *fmt <= '9') {
fmt               211 core/ngx_string.c                         frac_width = frac_width * 10 + *fmt++ - '0';
fmt               218 core/ngx_string.c                     fmt++;
fmt               229 core/ngx_string.c             switch (*fmt) {
fmt               236 core/ngx_string.c                 fmt++;
fmt               245 core/ngx_string.c                 fmt++;
fmt               262 core/ngx_string.c                 fmt++;
fmt               391 core/ngx_string.c                 fmt++;
fmt               413 core/ngx_string.c                 fmt++;
fmt               419 core/ngx_string.c                 fmt++;
fmt               428 core/ngx_string.c                 fmt++;
fmt               434 core/ngx_string.c                 fmt++;
fmt               439 core/ngx_string.c                 *buf++ = *fmt++;
fmt               456 core/ngx_string.c             fmt++;
fmt               459 core/ngx_string.c             *buf++ = *fmt++;
fmt               148 core/ngx_string.h u_char * ngx_cdecl ngx_sprintf(u_char *buf, const char *fmt, ...);
fmt               149 core/ngx_string.h u_char * ngx_cdecl ngx_snprintf(u_char *buf, size_t max, const char *fmt, ...);
fmt               150 core/ngx_string.h u_char * ngx_cdecl ngx_slprintf(u_char *buf, u_char *last, const char *fmt,
fmt               152 core/ngx_string.h u_char *ngx_vslprintf(u_char *buf, u_char *last, const char *fmt, va_list args);
fmt               153 core/ngx_string.h #define ngx_vsnprintf(buf, max, fmt, args)                                   \
fmt               154 core/ngx_string.h     ngx_vslprintf(buf, buf + (max), fmt, args)
fmt              1385 event/ngx_event_openssl.c ngx_ssl_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err, char *fmt, ...)
fmt              1394 event/ngx_event_openssl.c     va_start(args, fmt);
fmt              1395 event/ngx_event_openssl.c     p = ngx_vslprintf(errstr, last - 1, fmt, args);
fmt               148 event/ngx_event_openssl.h     char *fmt, ...);
fmt               742 http/modules/ngx_http_log_module.c     ngx_http_log_fmt_t  *fmt;
fmt               755 http/modules/ngx_http_log_module.c     fmt = ngx_array_push(&conf->formats);
fmt               756 http/modules/ngx_http_log_module.c     if (fmt == NULL) {
fmt               760 http/modules/ngx_http_log_module.c     ngx_str_set(&fmt->name, "combined");
fmt               762 http/modules/ngx_http_log_module.c     fmt->flushes = NULL;
fmt               764 http/modules/ngx_http_log_module.c     fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t));
fmt               765 http/modules/ngx_http_log_module.c     if (fmt->ops == NULL) {
fmt               796 http/modules/ngx_http_log_module.c     ngx_http_log_fmt_t        *fmt;
fmt               841 http/modules/ngx_http_log_module.c     fmt = lmcf->formats.elts;
fmt               844 http/modules/ngx_http_log_module.c     log->format = &fmt[0];
fmt               860 http/modules/ngx_http_log_module.c     ngx_http_log_fmt_t         *fmt;
fmt               938 http/modules/ngx_http_log_module.c     fmt = lmcf->formats.elts;
fmt               940 http/modules/ngx_http_log_module.c         if (fmt[i].name.len == name.len
fmt               941 http/modules/ngx_http_log_module.c             && ngx_strcasecmp(fmt[i].name.data, name.data) == 0)
fmt               943 http/modules/ngx_http_log_module.c             log->format = &fmt[i];
fmt              1005 http/modules/ngx_http_log_module.c     ngx_http_log_fmt_t  *fmt;
fmt              1009 http/modules/ngx_http_log_module.c     fmt = lmcf->formats.elts;
fmt              1011 http/modules/ngx_http_log_module.c         if (fmt[i].name.len == value[1].len
fmt              1012 http/modules/ngx_http_log_module.c             && ngx_strcmp(fmt[i].name.data, value[1].data) == 0)
fmt              1021 http/modules/ngx_http_log_module.c     fmt = ngx_array_push(&lmcf->formats);
fmt              1022 http/modules/ngx_http_log_module.c     if (fmt == NULL) {
fmt              1026 http/modules/ngx_http_log_module.c     fmt->name = value[1];
fmt              1028 http/modules/ngx_http_log_module.c     fmt->flushes = ngx_array_create(cf->pool, 4, sizeof(ngx_int_t));
fmt              1029 http/modules/ngx_http_log_module.c     if (fmt->flushes == NULL) {
fmt              1033 http/modules/ngx_http_log_module.c     fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t));
fmt              1034 http/modules/ngx_http_log_module.c     if (fmt->ops == NULL) {
fmt              1038 http/modules/ngx_http_log_module.c     return ngx_http_log_compile_format(cf, fmt->flushes, fmt->ops, cf->args, 2);
fmt              1339 http/modules/ngx_http_log_module.c     ngx_http_log_fmt_t         *fmt;
fmt              1356 http/modules/ngx_http_log_module.c         fmt = lmcf->formats.elts;
fmt              1358 http/modules/ngx_http_log_module.c         if (ngx_http_log_compile_format(cf, NULL, fmt->ops, &a, 0)
fmt                25 http/ngx_http_parse_time.c     } fmt;
fmt                27 http/ngx_http_parse_time.c     fmt = 0;
fmt                41 http/ngx_http_parse_time.c             fmt = isoc;
fmt                55 http/ngx_http_parse_time.c     if (fmt != isoc) {
fmt                67 http/ngx_http_parse_time.c             fmt = rfc822;
fmt                70 http/ngx_http_parse_time.c             fmt = rfc850;
fmt               119 http/ngx_http_parse_time.c     if ((fmt == rfc822 && *p != ' ') || (fmt == rfc850 && *p != '-')) {
fmt               125 http/ngx_http_parse_time.c     if (fmt == rfc822) {
fmt               137 http/ngx_http_parse_time.c     } else if (fmt == rfc850) {
fmt               147 http/ngx_http_parse_time.c     if (fmt == isoc) {
fmt               203 http/ngx_http_parse_time.c     if (fmt == isoc) {