/PHP-8.3/main/ |
H A D | snprintf.h | 86 #ifdef slprintf 87 #undef slprintf 89 #define slprintf ap_php_slprintf macro
|
H A D | SAPI.c | 906 …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.3/ext/date/ |
H A D | php_date.c | 722 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() 4785 length = slprintf(buffer, sizeof(buffer), "%d", (int) t->days); in date_interval_format() 4787 length = slprintf(buffer, sizeof(buffer), "(unknown)"); in date_interval_format() [all …]
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_driver.c | 83 slprintf(tmp_buf, sizeof(tmp_buf), "%s (%s:%d)", what, file, line); in _oci_error() 93 slprintf(tmp_buf, sizeof(tmp_buf), "%s: %s (%s:%d)", what, errbuf, file, line); in _oci_error() 98 …slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_SUCCESS_WITH_INFO: %s (%s:%d)", what, errbuf, file, li… in _oci_error() 102 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NEED_DATA (%s:%d)", what, file, line); in _oci_error() 106 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_NO_DATA (%s:%d)", what, file, line); in _oci_error() 110 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_INVALID_HANDLE (%s:%d)", what, file, line); in _oci_error() 114 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_STILL_EXECUTING (%s:%d)", what, file, line); in _oci_error() 118 slprintf(tmp_buf, sizeof(tmp_buf), "%s: OCI_CONTINUE (%s:%d)", what, file, line); in _oci_error() 597 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", in oci_handle_get_attribute() 618 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
|
/PHP-8.3/ext/intl/common/ |
H A D | common_date.cpp | 70 id_len = slprintf(id, sizeof(offset_id), "GMT%+03d:%02d", in timezone_convert_datetimezone()
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 387 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.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 328 len = slprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, "%s", SG(sapi_headers).http_status_line); in sapi_cgi_send_headers() 345 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_cgi_send_headers() 368 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->str); in sapi_cgi_send_headers() 370 len = slprintf(buf, sizeof(buf), "Status: %d", SG(sapi_headers).http_response_code); in sapi_cgi_send_headers()
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 390 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.3/ext/session/ |
H A D | mod_mm.c | 278 if (!(euid_len = slprintf(euid, sizeof(euid), "%d", geteuid()))) { in PHP_MINIT_FUNCTION()
|
H A D | session.c | 1157 n = slprintf(buf, sizeof(buf), "%s, %02d %s %d %02d:%02d:%02d GMT", /* SAFE */ in strcpy_gmt()
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 1393 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.3/ext/hash/ |
H A D | hash.c | 1192 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.3/ext/pdo_firebird/ |
H A D | firebird_driver.c | 1070 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.3/ext/ftp/ |
H A D | ftp.c | 1278 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s %s\r\n", cmd, args); in ftp_putcmd() 1284 size = slprintf(ftp->outbuf, sizeof(ftp->outbuf), "%s\r\n", cmd); in ftp_putcmd()
|
/PHP-8.3/ext/standard/ |
H A D | http_fopen_wrapper.c | 597 if ((ua_len = slprintf(ua, ua_len, _UA_HEADER, ua_str)) > 0) { in php_stream_url_wrap_http_ex()
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 1110 ts_str_len = slprintf(ts_str, sizeof(ts_str), "@%" PRIi64, ts); in PHP_FUNCTION()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 3738 offset += slprintf(bufferTo + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail() 3766 offset += slprintf(bufferCc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail() 3792 offset += slprintf(bufferBcc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail()
|