Home
last modified time | relevance | path

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

/php-src/main/
H A Dsnprintf.h86 #ifdef slprintf
87 #undef slprintf
89 #define slprintf ap_php_slprintf macro
H A DSAPI.c903 …http_status_line.header_len = slprintf(buf, sizeof(buf), "HTTP/1.0 %d X", SG(sapi_headers).http_re… in sapi_send_headers()
/php-src/ext/date/
H A Dphp_date.c722 case 'j': length = slprintf(buffer, sizeof(buffer), "%d", (int) t->d); break; in date_format()
761 length = slprintf(buffer, sizeof(buffer), "%03d", retval); in date_format()
777 length = slprintf(buffer, sizeof(buffer), "%s", "Z"); in date_format()
782 case 'O': length = slprintf(buffer, sizeof(buffer), "%c%02d%s%02d", in date_format()
791 length = slprintf(buffer, sizeof(buffer), "%s", "UTC"); in date_format()
795 length = slprintf(buffer, sizeof(buffer), "%s", t->tz_info->name); in date_format()
798 length = slprintf(buffer, sizeof(buffer), "%s", offset->abbr); in date_format()
801 length = slprintf(buffer, sizeof(buffer), "%c%02d:%02d", in date_format()
4967 length = slprintf(buffer, sizeof(buffer), "%d", (int) t->days); in date_interval_format()
4969 length = slprintf(buffer, sizeof(buffer), "(unknown)"); in date_interval_format()
[all …]
/php-src/ext/intl/common/
H A Dcommon_date.cpp70 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d", in timezone_convert_datetimezone()
/php-src/sapi/cgi/
H A Dcgi_main.c390 len = slprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, "%s", SG(sapi_headers).http_status_line); in sapi_cgi_send_headers()
407 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_cgi_send_headers()
430 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
432 len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_cgi_send_headers()
631 len = slprintf(buf, len - 1, "%s=%s", name, value); in _sapi_cgi_putenv()
637 len = slprintf(buf, len - 1, "%s=", name); in _sapi_cgi_putenv()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c326 len = slprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, "%s", SG(sapi_headers).http_status_line); in sapi_cgi_send_headers()
343 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_cgi_send_headers()
366 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers()
368 len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_cgi_send_headers()
/php-src/sapi/litespeed/
H A Dlsapi_main.c389 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_lsapi_send_headers_like_cgi()
412 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->msg); in sapi_lsapi_send_headers_like_cgi()
414 … len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_lsapi_send_headers_like_cgi()
/php-src/ext/session/
H A Dmod_mm.c278 if (!(euid_len = slprintf(euid, sizeof(euid), "%d", geteuid()))) { in PHP_MINIT_FUNCTION()
H A Dsession.c1225 n = slprintf(buf, sizeof(buf), "%s, %02d %s %d %02d:%02d:%02d GMT", /* SAFE */ in strcpy_gmt()
/php-src/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-src/ext/hash/
H A Dhash.c1191 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1683 s += slprintf(s, e - s, "%s ", ZSTR_VAL(str)); in PHP_MINFO_FUNCTION()
/php-src/ext/ftp/
H A Dftp.c1298 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd()
1304 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c591 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c1391 dpb_len = slprintf(dpb, buf_len, "%c%c%s", dpb_flags[i], (unsigned char)strlen(dpb_values[i]), in pdo_firebird_handle_factory()
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp1116 ts_str_len = slprintf(ts_str, sizeof(ts_str), "@%" PRIi64, ts); in PHP_FUNCTION()

Completed in 112 milliseconds