Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c57 buffer *sqlite_db_name; member
125 buffer_free(s->sqlite_db_name); in FREE_FUNC()
188 s->sqlite_db_name = buffer_init(); in SETDEFAULTS_FUNC()
192 cv[2].destination = s->sqlite_db_name; in SETDEFAULTS_FUNC()
201 if (!buffer_is_empty(s->sqlite_db_name)) { in SETDEFAULTS_FUNC()
206 if (SQLITE_OK != sqlite3_open(s->sqlite_db_name->ptr, &(s->sql))) { in SETDEFAULTS_FUNC()
208 s->sqlite_db_name, in SETDEFAULTS_FUNC()