Home
last modified time | relevance | path

Searched refs:spprintf (Results 76 – 88 of 88) sorted by relevance

1234

/PHP-8.1/ext/soap/
H A Dphp_http.c222 namelen = spprintf(&name, 0, "%s://%s:%d", protocol, host, port); in http_connect()
H A Dsoap.c286spprintf(&ns_type, 0, "%s:%s", defaultEncoding[i].details.ns, defaultEncoding[i].details.type_str); in php_soap_prepare_globals()
/PHP-8.1/ext/odbc/
H A Dphp_odbc.c2177 spprintf(&ldb, 0, "%s;UID=%s;PWD=%s", db, uid, pwd); in odbc_sqlconnect()
2256 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch901 + spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", CAST(int, q - fn), fn, ext);
915 + spprintf(&buf, MAXPATHLEN, "%.*s%s", CAST(int, q - fn), fn, ext);
2129 + len = spprintf(&newstr, 0, "%s%s", ms->o.buf, buf);
/PHP-8.1/ext/ftp/
H A Dftp.c614 buffer_len = spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c312spprintf(&tmp, 0, "Did not find column name '%s' in the defined columns; it will not be bound", ZS… in really_register_bound_param()
/PHP-8.1/ext/sockets/
H A Dsockets.c368 spprintf(&(SOCKETS_G(strerror_buf)), 0, "Host lookup error %d", error);
/PHP-8.1/ext/pgsql/
H A Dpgsql.c3107spprintf(&query, 0, "COPY %s TO STDOUT DELIMITER E'%c' NULL AS E'%s'", ZSTR_VAL(table_name), *ZSTR… in PHP_FUNCTION()
3203spprintf(&query, 0, "COPY %s FROM STDIN DELIMITER E'%c' NULL AS E'%s'", ZSTR_VAL(table_name), *ZST… in PHP_FUNCTION()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c122 query_len = spprintf(&query, 0, in mysqli_commit_or_rollback_libmysql()
/PHP-8.1/
H A DREADME.REDIST.BINS378 main/spprintf
H A Dconfigure.ac1635 PHP_ADD_SOURCES(main, main.c snprintf.c spprintf.c \
/PHP-8.1/ext/session/
H A Dsession.c1274 spprintf(&session_cookie, 0, "Set-Cookie: %s=", PS(session_name)); in php_session_remove_cookie()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c1598 len = spprintf( &p, 0, "Content-Type: %s; charset=%s", mimetype, charset ); in PHP_FUNCTION()

Completed in 108 milliseconds

1234