Home
last modified time | relevance | path

Searched refs:strlcpy (Results 1 – 25 of 37) sorted by relevance

12

/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_request.c126 strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri)); in fpm_request_info()
130 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); in fpm_request_info()
134 strlcpy(proc->query_string, query_string, sizeof(proc->query_string)); in fpm_request_info()
138 strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user)); in fpm_request_info()
146 strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename)); in fpm_request_info()
H A Dfpm_scoreboard.c74 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
H A Dfpm_sockets.c339 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
/PHP-7.1/ext/pdo/
H A Dphp_pdo_error.h29 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
/PHP-7.1/ext/pspell/
H A Dpspell.c301 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
303 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
398 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
400 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
717 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
719 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c95 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
100 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
H A Dmysqlnd_auth.c341strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate)… in mysqlnd_auth_handshake()
H A Dmysqlnd_connection.c125 strlcpy(info->sqlstate, sqlstate, sizeof(info->sqlstate)); in MYSQLND_METHOD()
126 strlcpy(info->error, error, sizeof(info->error)); in MYSQLND_METHOD()
131 strlcpy(error_for_the_list.sqlstate, sqlstate, sizeof(error_for_the_list.sqlstate)); in MYSQLND_METHOD()
/PHP-7.1/win32/
H A Dreaddir.c127 strlcpy(dp->dent.d_name, _tmp, _MAX_FNAME+1); in readdir()
162 strlcpy(dp->dent.d_name, _tmp, _MAX_FNAME+1); in readdir_r()
H A Dglob.c840 strlcpy(buf, ".", sizeof buf);
/PHP-7.1/main/
H A Dphp.h127 #undef strlcpy
128 #define strlcpy php_strlcpy macro
H A Dfopen_wrappers.c153 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
H A Dsnprintf.c112 (void) strlcpy(s, p, siz); in __cvt()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfile.h503 #ifndef strlcpy
504 size_t strlcpy(char *, const char *, size_t);
H A Dcompress.c261 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf); in file_pipe2file()
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c818 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex()
900 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
908 strlcpy(new_path, location, sizeof(new_path)); in php_stream_url_wrap_http_ex()
974 strlcpy(stream->mode, mode, sizeof(stream->mode)); in php_stream_url_wrap_http_ex()
H A Dphp_crypt_r.c378 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_wait.c355 …if (strlcpy(local.sun_path, PHPDBG_G(socket_path), sizeof(local.sun_path)) > sizeof(local.sun_path… in PHPDBG_COMMAND()
/PHP-7.1/win32/build/
H A Dconfig.w32238 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c723 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
/PHP-7.1/
H A DREADME.REDIST.BINS16 16. main/strlcpy
392 16. main/strlcpy
H A Dconfigure.in760 AC_REPLACE_FUNCS(strlcat strlcpy getopt)
1474 php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
/PHP-7.1/ext/dba/
H A Ddba.c723 strlcpy(mode, Z_STRVAL(args[1]), sizeof(mode)); in php_dba_open()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c992 strlcpy(realpath, filename, sizeof(realpath)); in _php_stream_fopen()
/PHP-7.1/ext/pcntl/
H A Dpcntl.c956 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()

Completed in 76 milliseconds

12