Home
last modified time | relevance | path

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

12

/PHP-7.3/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.c66 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
H A Dfpm_sockets.c366 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
/PHP-7.3/ext/pdo/
H A Dphp_pdo_error.h27 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
/PHP-7.3/ext/pspell/
H A Dpspell.c299 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
301 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
396 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
398 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
715 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
717 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
/PHP-7.3/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.c336strlcpy(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()
129 strlcpy(error_for_the_list.sqlstate, sqlstate, sizeof(error_for_the_list.sqlstate)); in MYSQLND_METHOD()
/PHP-7.3/main/
H A Dphp.h178 #undef strlcpy
179 #define strlcpy php_strlcpy macro
H A Dfopen_wrappers.c149 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
H A Dsnprintf.c110 (void) strlcpy(s, p, siz); in __cvt()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dder.c213 strlcpy(buf, der__tag[tag], len); in der_tag()
331 strlcpy(ms->ms_value.s, buf, sizeof(ms->ms_value.s)); in der_cmp()
H A Dfile.h530 #ifndef strlcpy
531 size_t strlcpy(char *, const char *, size_t);
H A Dcompress.c344 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf); in file_pipe2file()
485 strlcpy((char *)*newch, z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
/PHP-7.3/ext/standard/
H A Dhttp_fopen_wrapper.c802 strlcpy(location, http_header_value, sizeof(location)); in php_stream_url_wrap_http_ex()
887 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
895 strlcpy(new_path, location, sizeof(new_path)); in php_stream_url_wrap_http_ex()
962 strlcpy(stream->mode, mode, sizeof(stream->mode)); in php_stream_url_wrap_http_ex()
H A Dphp_crypt_r.c377 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
/PHP-7.3/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.3/win32/
H A Dglob.c838 strlcpy(buf, ".", sizeof(buf));
/PHP-7.3/ext/pdo_firebird/
H A Dfirebird_statement.c746 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
/PHP-7.3/win32/build/
H A Dconfig.w32248 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
/PHP-7.3/
H A DREADME.REDIST.BINS16 16. main/strlcpy
493 16. main/strlcpy
H A Dconfigure.ac768 AC_REPLACE_FUNCS(strlcat strlcpy explicit_bzero getopt)
1518 php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
/PHP-7.3/ext/dba/
H A Ddba.c731 strlcpy(mode, Z_STRVAL(args[1]), sizeof(mode)); in php_dba_open()
/PHP-7.3/ext/pcntl/
H A Dpcntl.c968 strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1); in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dtar.c775 if (strlcpy(header.linkname, entry->link, sizeof(header.linkname)) >= sizeof(header.linkname)) { in phar_tar_writeheaders_int()

Completed in 88 milliseconds

12