Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c63 sqlite3_stmt *stmt_select_propnames; member
134 sqlite3_finalize(s->stmt_select_propnames); in FREE_FUNC()
242 &(s->stmt_select_propnames), &next_stmt)) { in SETDEFAULTS_FUNC()
389 PATCH_OPTION(stmt_select_propnames); in mod_webdav_patch_connection()
425 PATCH_OPTION(stmt_select_propnames); in mod_webdav_patch_connection()
1314 sqlite3_stmt *stmt = p->conf.stmt_select_propnames; in URIHANDLER_FUNC()