Home
last modified time | relevance | path

Searched refs:spprintf (Results 101 – 116 of 116) sorted by relevance

12345

/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch816 + spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", (int)(q - fn), fn, ext);
830 + spprintf(&buf, MAXPATHLEN, "%.*s%s", (int)(q - fn), fn, ext);
1962 + len = spprintf(&newstr, 0, "%s%s", ms->o.buf, (buf ? buf : ""));
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2491 spprintf(&ldb, 0, "%s;UID=%s;PWD=%s", db, uid, pwd); in odbc_sqlconnect()
2572 hashed_len = spprintf(&hashed_details, 0, "%s_%s_%s_%s_%d", ODBC_TYPE, db, uid, pwd, cur_opt); in odbc_do_connect()
/PHP-5.5/
H A DREADME.REDIST.BINS362 main/spprintf
H A Dconfigure.in1456 PHP_ADD_SOURCES(main, main.c snprintf.c spprintf.c php_sprintf.c \
H A DNEWS6411 - Fixed bug #47831 (Compile warning for strnlen() in main/spprintf.c).
/PHP-5.5/ext/sockets/
H A Dsockets.c569 spprintf(&(SOCKETS_G(strerror_buf)), 0, "Host lookup error %d", error);
/PHP-5.5/main/streams/
H A Dstreams.c530spprintf(&leakinfo, 0, __FILE__ "(%d) : Stream of type '%s' %p (path:%s) was not closed\n", __LINE… in _php_stream_free()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1825 spprintf(&list, 0, "%s,%s", temp, (*entry)->name); in PHP_FUNCTION()
2139 len = spprintf( &p, 0, "Content-Type: %s; charset=%s", mimetype, charset ); in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dphp5dllts.dsp252 SOURCE=..\main\spprintf.c
364 SOURCE=..\main\spprintf.h
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c126 query_len = spprintf(&query, 0, (commit? "COMMIT%s %s":"ROLLBACK%s %s"), in mysqli_commit_or_rollback_libmysql()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c4491 method_name_len = spprintf(&method_name, 0, "%s::%s", cur_ref->ce->name, cur_ref->method_name); in ZEND_METHOD()
5466 len = spprintf(&relation, 0, "%s%s%s%s%s", in ZEND_METHOD()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c3905spprintf(&query, 0, "COPY %s TO STDOUT DELIMITERS E'%c' WITH NULL AS E'%s'", table_name, *pg_delim…
4037spprintf(&query, 0, "COPY %s FROM STDIN DELIMITERS E'%c' WITH NULL AS E'%s'", table_name, *pg_deli…
/PHP-5.5/ext/soap/
H A Dsoap.c549spprintf(&ns_type, 0, "%s:%s", defaultEncoding[i].details.ns, defaultEncoding[i].details.type_str); in php_soap_prepare_globals()
939 len = spprintf(&str, 0, "SoapFault exception: [%s] %s in %s:%ld\nStack trace:\n%s", in PHP_METHOD()
/PHP-5.5/ext/curl/
H A Dinterface.c2611 spprintf(&string_key, 0, "%ld", num_key); in _php_curl_setopt()
/PHP-5.5/ext/standard/
H A Dstring.c1184 str_len = spprintf(&stmp, 0, "%.*G", (int) EG(precision), Z_DVAL_PP(tmp)); in php_implode()
/PHP-5.5/ext/date/
H A Dphp_date.c4679 spprintf(&retstr, 0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()

Completed in 183 milliseconds

12345