Home
last modified time | relevance | path

Searched refs:buffer_copy_string (Results 1 – 16 of 16) sorted by relevance

/lighttpd1.4/src/
H A Dsock_addr_cache.c27 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 Dmod_vhostdb_pgsql.c159 buffer_copy_string(docroot, PQgetvalue(res, 0, 0)); in mod_vhostdb_pgsql_query()
H A Dmod_cgi.c120 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 Dmod_vhostdb_mysql.c178 buffer_copy_string(docroot, row[0]); in mod_vhostdb_mysql_query()
H A Dmod_vhostdb_dbi.c218 buffer_copy_string(docroot, dbi_result_get_string_idx(result, 1)); in mod_vhostdb_dbi_query()
H A Dbuffer.h102 void buffer_copy_string(buffer * restrict b, const char * restrict s);
H A Dmod_ssi.c773 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 Dsock_addr.c314 buffer_copy_string(b, s); in sock_addr_inet_ntop_copy_buffer()
H A Dplugin.c184 buffer_copy_string(tb, srv->srvconf.modules_dir); in plugins_load()
H A Dbuffer.c162 void buffer_copy_string(buffer * restrict b, const char * restrict s) { in buffer_copy_string() function
H A Dmod_authn_gssapi.c169 buffer_copy_string(msg, func); in mod_authn_gssapi_log_gss_error()
H A Dconfigparser.y477 buffer_copy_string((A = buffer_init()), "var."); in key()
H A Dconfigfile.c2151 buffer_copy_string(token, "(EOL)"); in config_parse()
/lighttpd1.4/src/t/
H A Dtest_mod_userdir.c164 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 Dtest_configfile.c59 buffer_copy_string(b, rmtmask[i].string); in test_configfile_addrbuf_eq_remote_ip_mask()
/lighttpd1.4/
H A DNEWS430 * [core] buffer_copy_string() use "" if s is NULL