Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c62 sqlite3_stmt *stmt_select_prop; member
133 sqlite3_finalize(s->stmt_select_prop); in FREE_FUNC()
233 &(s->stmt_select_prop), &next_stmt)) { in SETDEFAULTS_FUNC()
388 PATCH_OPTION(stmt_select_prop); in mod_webdav_patch_connection()
424 PATCH_OPTION(stmt_select_prop); in mod_webdav_patch_connection()
901 sqlite3_stmt *stmt = p->conf.stmt_select_prop; in webdav_get_property()