Home
last modified time | relevance | path

Searched defs:sqlquery (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dmod_vhostdb_mysql.c26 const buffer *sqlquery; member
49 const buffer *sqlquery = NULL; in mod_vhostdb_dbconf_setup() local
139 buffer *sqlquery = docroot; in mod_vhostdb_mysql_query() local
H A Dmod_vhostdb_pgsql.c25 const buffer *sqlquery; member
48 const buffer *sqlquery = NULL; in mod_vhostdb_dbconf_setup() local
118 buffer *sqlquery = docroot; in mod_vhostdb_pgsql_query() local
H A Dmod_vhostdb_dbi.c33 const buffer *sqlquery; member
77 const buffer *sqlquery = NULL; in mod_vhostdb_dbconf_setup() local
177 buffer *sqlquery = docroot; in mod_vhostdb_dbi_query() local
H A Dmod_authn_dbi.c55 const buffer *sqlquery; member
106 const buffer *sqlquery = NULL; in mod_authn_dbi_dbconf_setup() local
426 mod_authn_dbi_query_build (buffer * const sqlquery, dbi_config * const dbconf, http_auth_info_t * c… in mod_authn_dbi_query_build()
503 buffer * const sqlquery = mod_authn_dbi_query_build(r->tmp_buf, dbconf, ai); in mod_authn_dbi_query() local