Home
last modified time | relevance | path

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

12345

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1407 spprintf(&tmp, 0, "%s\n", ini);
1416 spprintf(&tmp, 0, "%s\n", ini);
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c773 hashed_details_length = spprintf(&hashed_details, 0, "mysql__%s_", user);
817 …hashed_details_length = spprintf(&hashed_details, 0, "mysql_%s_%s_%s_%ld", SAFE_STRING(host_and_po…
1469 int newql = spprintf (&newquery, 0, "EXPLAIN %s", query);
/PHP-5.5/ext/exif/
H A Dexif.c1187 len = spprintf(&dump, 0, "(%d,%d) {", components, length); in exif_dump_data()
1189 len = spprintf(&dump, 0, "{"); in exif_dump_data()
1583 spprintf(&buf, 0, "%s(%d): %s", _file, _line, format); in exif_error_docref()
2988spprintf(&ImageInfo->Copyright, 0, "%s, %s", ImageInfo->CopyrightPhotographer, ImageInfo->Copyrigh… in exif_process_IFD_TAG()
3975 spprintf(&sections_str, 0, ",%s,", p_sections_needed); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dmath.c1120 tmplen = spprintf(&tmpbuf, 0, "%.*F", dec, d); in _php_math_number_format_ex_len()
H A Dproc_open.c760 spprintf(&command_with_cmd, 0, "%s /c %s", COMSPEC_NT, command); in PHP_FUNCTION()
H A Dimage.c1371 spprintf(&temp, 0, "width=\"%d\" height=\"%d\"", result->width, result->height); in php_getimagesize_from_stream()
H A Dstreamsfuncs.c110 spprintf(&hashkey, 0, "stream_socket_client__%s", host); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c216 intern->file_name_len = spprintf(&intern->file_name, 0, "%s%c%s", in spl_filesystem_object_get_file_name()
725 spprintf(&path, 0, "glob://%s", path); in spl_filesystem_object_construct()
1540 …subdir->u.dir.sub_path_len = spprintf(&subdir->u.dir.sub_path, 0, "%s%c%s", intern->u.dir.sub_path… in SPL_METHOD()
1584 len = spprintf(&sub_name, 0, "%s%c%s", intern->u.dir.sub_path, slash, intern->u.dir.entry.d_name); in SPL_METHOD()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re325 spprintf(&idxbuf, 0, tmpl, bind_no++);
H A Dpdo_stmt.c323 int len = spprintf(&p, 0, "%.*H", (int) EG(precision), Z_DVAL_P(param->parameter)); in really_register_bound_param()
356spprintf(&tmp, 0, "Did not find column name '%s' in the defined columns; it will not be bound", pa… in really_register_bound_param()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c681 namelen = spprintf(&cols[i].name, 0, "%s.%s", S->fields[i].table, S->fields[i].name);
/PHP-5.5/win32/build/
H A Dconfig.w32371 ADD_SOURCES("main", "main.c snprintf.c spprintf.c getopt.c fopen_wrappers.c \
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c372 spprintf(&lib_path, 0, "%s%s", extension_dir, extension);
374 spprintf(&lib_path, 0, "%s%c%s", extension_dir, DEFAULT_SLASH, extension);
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c747 hashed_details_length = spprintf( in php_sybase_do_connect()
1078 spprintf(&cmdbuf, 4 + len + 1, "use %s", db); in PHP_FUNCTION()
/PHP-5.5/ext/iconv/
H A Diconv.c360 …len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%.*s", mimetype_len ? mimetype_len : … in php_iconv_output_handler()
362 …len = spprintf(&content_type, 0, "Content-Type:%.*s; charset=%s", mimetype_len ? mimetype_len : (i… in php_iconv_output_handler()
/PHP-5.5/ext/imap/
H A Dphp_imap.c3846 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3852 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); in PHP_FUNCTION()
3858 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()
3862 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c314spprintf(&buf, 0, "%.15s%ld%ld%0.8F", remote_addr ? remote_addr : "", tv.tv_sec, (long int)tv.tv_u… in php_session_create_id()
1308 spprintf(&session_cookie, 0, "Set-Cookie: %s=", e_session_name);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c2843 spprintf(&buf, MAXPATHLEN, "%.*s.mime%s", (int)(q - fn), fn, ext);
2854 spprintf(&buf, MAXPATHLEN, "%.*s%s", (int)(q - fn), fn, ext);
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c606 spprintf(&num_str, 0, "%ld", num_index); in PHP_to_XMLRPC_worker()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c949 spprintf(&persistent_id, 0, "streams_stdio_%d_%s", open_flags, realpath); in _php_stream_fopen()
/PHP-5.5/win32/
H A Dphp5dll.dsp207 SOURCE=..\main\spprintf.c
323 SOURCE=..\main\spprintf.h
/PHP-5.5/ext/interbase/
H A Dinterbase.c1462 l = spprintf(&res, 0, "%" LL_MASK "d", result); in PHP_FUNCTION()
/PHP-5.5/ext/ftp/
H A Dftp.c599 spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-5.5/ext/soap/
H A Dphp_http.c231 namelen = spprintf(&name, 0, "%s://%s:%d", protocol, host, port); in http_connect()
/PHP-5.5/ext/sockets/
H A Dconversions.c171 spprintf(&err->msg, 0, "error converting %s data (path: %s): %.*s", in do_from_to_zval_err()

Completed in 198 milliseconds

12345