Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h117 strlcpy((error_info).sqlstate, "00000", sizeof((error_info).sqlstate)); \
130 strlcpy((error_info).sqlstate, (b), sizeof((error_info).sqlstate)); \
131 strlcpy((error_info).error, (c), sizeof((error_info).error)); \
136 strlcpy(error_for_the_list.sqlstate, (b), sizeof(error_for_the_list.sqlstate)); \
H A Dmysqlnd_loaddata.c97 strlcpy(error_buf, info->error_msg, error_buf_len); in mysqlnd_local_infile_error()
102 strlcpy(error_buf, "Unknown error", error_buf_len); in mysqlnd_local_infile_error()
H A Dmysqlnd_auth.c134strlcpy(conn->error_info->sqlstate, auth_resp_packet->sqlstate, sizeof(conn->error_info->sqlstate)… in mysqlnd_auth_handshake()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_request.c129 strlcpy(proc->request_uri, request_uri, sizeof(proc->request_uri)); in fpm_request_info()
133 strlcpy(proc->request_method, request_method, sizeof(proc->request_method)); in fpm_request_info()
137 strlcpy(proc->query_string, query_string, sizeof(proc->query_string)); in fpm_request_info()
141 strlcpy(proc->auth_user, auth_user, sizeof(proc->auth_user)); in fpm_request_info()
149 strlcpy(proc->script_filename, script_filename, sizeof(proc->script_filename)); in fpm_request_info()
H A Dfpm_scoreboard.c70 strlcpy(wp->scoreboard->pool, wp->config->name, sizeof(wp->scoreboard->pool)); in fpm_scoreboard_init_main()
H A Dfpm_sockets.c329 strlcpy(sa_un.sun_path, wp->config->listen_address, sizeof(sa_un.sun_path)); in fpm_socket_af_unix_listening_socket()
/PHP-5.5/win32/
H A Dreaddir.c84 strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1); in readdir()
108 strlcpy(dp->dent.d_name, dp->fileinfo.cFileName, _MAX_FNAME+1); in readdir_r()
H A Dglob.c846 strlcpy(buf, ".", sizeof buf);
/PHP-5.5/ext/pspell/
H A Dpspell.c297 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
299 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
394 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
396 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
716 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
718 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dphp_pdo_int.h61 strlcpy(dbh->error_code, PDO_ERR_NONE, sizeof(PDO_ERR_NONE)); \
/PHP-5.5/main/
H A Dphp.h126 #undef strlcpy
127 #define strlcpy php_strlcpy macro
H A Dfopen_wrappers.c157 strlcpy(local_open_basedir, basedir, sizeof(local_open_basedir));
H A Dsnprintf.c112 (void) strlcpy(s, p, siz); in __cvt()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c357 strlcpy(scratch, Z_STRVAL_PP(tmpzval), Z_STRLEN_PP(tmpzval) + 1); in php_stream_url_wrap_http_ex()
750 strlcpy(location, http_header_line + 10, sizeof(location)); in php_stream_url_wrap_http_ex()
837 strlcpy(loc_path, location, sizeof(loc_path)); in php_stream_url_wrap_http_ex()
845 strlcpy(new_path, location, sizeof(new_path)); in php_stream_url_wrap_http_ex()
920 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-5.5/ext/fileinfo/libmagic/
H A Dfile.h479 #ifndef strlcpy
480 size_t strlcpy(char *dst, const char *src, size_t siz);
H A Dcompress.c251 (void)strlcpy(buf, "/tmp/file.XXXXXX", sizeof buf); in file_pipe2file()
/PHP-5.5/sapi/apache/
H A Dphp_apache.c226 strlcpy(name, modp->name, sizeof(name)); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c2434 strlcpy( lpszConnStr, db, CONNSTRSIZE); in odbc_sqlconnect()
3019 strlcpy(ptr, conn->laststate, len+1); in php_odbc_lasterror()
3021 strlcpy(ptr, conn->lasterrormsg, len+1); in php_odbc_lasterror()
3026 strlcpy(ptr, ODBCG(laststate), len+1); in php_odbc_lasterror()
3028 strlcpy(ptr, ODBCG(lasterrormsg), len+1); in php_odbc_lasterror()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c647 strlcpy(S->name, Z_STRVAL_P(val), sizeof(S->name)); in firebird_stmt_set_attribute()
/PHP-5.5/
H A DREADME.REDIST.BINS17 17. main/strlcpy
417 17. main/strlcpy
/PHP-5.5/win32/build/
H A Dconfig.w32372 php_scandir.c php_ini.c SAPI.c rfc1867.c php_content_types.c strlcpy.c \
/PHP-5.5/ext/pcntl/
H A Dpcntl.c808 strlcpy(*pair, key, key_length); in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dphp_spl.c805 strlcpy(result, hex, 33); in php_spl_object_hash()
/PHP-5.5/ext/dba/
H A Ddba.c705 strlcpy(mode, Z_STRVAL_PP(args[1]), sizeof(mode)); in php_dba_open()

Completed in 194 milliseconds

12