Home
last modified time | relevance | path

Searched refs:slprintf (Results 1 – 15 of 15) sorted by relevance

/PHP-8.2/main/
H A Dsnprintf.h86 #ifdef slprintf
87 #undef slprintf
89 #define slprintf ap_php_slprintf macro
H A DSAPI.c905 …http_status_line.header_len = slprintf(buf, sizeof(buf), "HTTP/1.0 %d X", SG(sapi_headers).http_re… in sapi_send_headers()
/PHP-8.2/ext/date/
H A Dphp_date.c718 case 'j': length = slprintf(buffer, sizeof(buffer), "%d", (int) t->d); break; in date_format()
757 length = slprintf(buffer, sizeof(buffer), "%03d", retval); in date_format()
773 length = slprintf(buffer, sizeof(buffer), "%s", "Z"); in date_format()
778 case 'O': length = slprintf(buffer, sizeof(buffer), "%c%02d%s%02d", in date_format()
787 length = slprintf(buffer, sizeof(buffer), "%s", "UTC"); in date_format()
791 length = slprintf(buffer, sizeof(buffer), "%s", t->tz_info->name); in date_format()
794 length = slprintf(buffer, sizeof(buffer), "%s", offset->abbr); in date_format()
797 length = slprintf(buffer, sizeof(buffer), "%c%02d:%02d", in date_format()
4961 length = slprintf(buffer, sizeof(buffer), "%d", (int) t->days); in date_interval_format()
4963 length = slprintf(buffer, sizeof(buffer), "(unknown)"); in date_interval_format()
[all …]
/PHP-8.2/ext/intl/common/
H A Dcommon_date.cpp70 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d", in timezone_convert_datetimezone()
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c387 len = slprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, "%s", SG(sapi_headers).http_status_line); in sapi_cgi_send_headers()
404 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_cgi_send_headers()
427 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
429 len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_cgi_send_headers()
628 len = slprintf(buf, len - 1, "%s=%s", name, value); in _sapi_cgi_putenv()
634 len = slprintf(buf, len - 1, "%s=", name); in _sapi_cgi_putenv()
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c331 len = slprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, "%s", SG(sapi_headers).http_status_line); in sapi_cgi_send_headers()
348 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_cgi_send_headers()
371 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
373 len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_cgi_send_headers()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c390 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_lsapi_send_headers_like_cgi()
413 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->msg); in sapi_lsapi_send_headers_like_cgi()
415 … len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_lsapi_send_headers_like_cgi()
/PHP-8.2/ext/session/
H A Dmod_mm.c278 if (!(euid_len = slprintf(euid, sizeof(euid), "%d", geteuid()))) { in PHP_MINIT_FUNCTION()
H A Dsession.c1148 n = slprintf(buf, sizeof(buf), "%s, %02d %s %d %02d:%02d:%02d GMT", /* SAFE */ in strcpy_gmt()
/PHP-8.2/ext/exif/
H A Dexif.c1393 p += slprintf(buf+p, sizeof(buf)-p, "\nDump Len: %08X (%d)", len, len); in exif_char_dump()
1397 p += slprintf(buf+p, sizeof(buf)-p, "\n%08X: ", i+offset); in exif_char_dump()
1401 p += slprintf(buf+p, sizeof(buf)-p, "%02X ", c); in exif_char_dump()
1405 p += slprintf(buf+p, sizeof(buf)-p, " "); in exif_char_dump()
1408 p += slprintf(buf+p, sizeof(buf)-p, " %s", tmp); in exif_char_dump()
/PHP-8.2/ext/hash/
H A Dhash.c1192 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1669 s += slprintf(s, e - s, "%s ", ZSTR_VAL(str)); in PHP_MINFO_FUNCTION()
/PHP-8.2/ext/ftp/
H A Dftp.c1273 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd()
1279 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_driver.c1332 dpb_len = slprintf(dpb, buf_len, "%c%c%s", dpb_flags[i], (unsigned char)strlen(dpb_values[i]), in pdo_firebird_handle_factory()
/PHP-8.2/ext/standard/
H A Dhttp_fopen_wrapper.c597 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_methods.cpp1118 ts_str_len = slprintf(ts_str, sizeof(ts_str), "@%" PRIi64, ts); in PHP_FUNCTION()

Completed in 101 milliseconds