Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c69 sqlite3_stmt *stmt_remove_lock; member
139 sqlite3_finalize(s->stmt_remove_lock); in FREE_FUNC()
329 &(s->stmt_remove_lock), &next_stmt)) { in SETDEFAULTS_FUNC()
395 PATCH_OPTION(stmt_remove_lock); in mod_webdav_patch_connection()
431 PATCH_OPTION(stmt_remove_lock); in mod_webdav_patch_connection()
2433 sqlite3_stmt *stmt = p->conf.stmt_remove_lock; in URIHANDLER_FUNC()