Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_authn_dbi.c431 const buffer * const sqlb = (ai->userhash) in mod_authn_dbi_query_build() local
434 if (NULL == sqlb) in mod_authn_dbi_query_build()
436 for (char *b = sqlb->ptr, *d; *b; b = d+1) { in mod_authn_dbi_query_build()
485 d = sqlb->ptr + buffer_clen(sqlb); in mod_authn_dbi_query_build()