Searched refs:buffer_copy_string (Results 1 – 16 of 16) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | sock_addr_cache.c | 27 buffer_copy_string(b, ntop4_strs[i].s); in sock_addr_cache_inet_ntop_copy_buffer() 37 buffer_copy_string(b, ntop6_strs[i].s); in sock_addr_cache_inet_ntop_copy_buffer()
|
| H A D | mod_vhostdb_pgsql.c | 159 buffer_copy_string(docroot, PQgetvalue(res, 0, 0)); in mod_vhostdb_pgsql_query()
|
| H A D | mod_cgi.c | 120 if (s) buffer_copy_string((p->env.ld_preload = buffer_init()), s); in INIT_FUNC() 122 if (s) buffer_copy_string((p->env.ld_library_path = buffer_init()), s); in INIT_FUNC() 126 if (s) buffer_copy_string((p->env.systemroot = buffer_init()), s); in INIT_FUNC()
|
| H A D | mod_vhostdb_mysql.c | 178 buffer_copy_string(docroot, row[0]); in mod_vhostdb_mysql_query()
|
| H A D | mod_vhostdb_dbi.c | 218 buffer_copy_string(docroot, dbi_result_get_string_idx(result, 1)); in mod_vhostdb_dbi_query()
|
| H A D | buffer.h | 102 void buffer_copy_string(buffer * restrict b, const char * restrict s);
|
| H A D | mod_ssi.c | 773 buffer_copy_string(tb, pw->pw_name); in process_ssi_stmt() 880 buffer_copy_string(tb, file_path); in process_ssi_stmt() 1090 buffer_copy_string(p->timefmt, l[i+1]); in process_ssi_stmt()
|
| H A D | sock_addr.c | 314 buffer_copy_string(b, s); in sock_addr_inet_ntop_copy_buffer()
|
| H A D | plugin.c | 184 buffer_copy_string(tb, srv->srvconf.modules_dir); in plugins_load()
|
| H A D | buffer.c | 162 void buffer_copy_string(buffer * restrict b, const char * restrict s) { in buffer_copy_string() function
|
| H A D | mod_authn_gssapi.c | 169 buffer_copy_string(msg, func); in mod_authn_gssapi_log_gss_error()
|
| H A D | configparser.y | 477 buffer_copy_string((A = buffer_init()), "var."); in key()
|
| H A D | configfile.c | 2151 buffer_copy_string(token, "(EOL)"); in config_parse()
|
| /lighttpd1.4/src/t/ |
| H A D | test_mod_userdir.c | 164 buffer_copy_string(basepath, "/web/u/"); /*(skip getpwnam())*/ in test_mod_userdir() 165 buffer_copy_string(path, "public_html"); in test_mod_userdir()
|
| H A D | test_configfile.c | 59 buffer_copy_string(b, rmtmask[i].string); in test_configfile_addrbuf_eq_remote_ip_mask()
|
| /lighttpd1.4/ |
| H A D | NEWS | 430 * [core] buffer_copy_string() use "" if s is NULL
|