Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c2298 char *sql_lockscope = (char *)sqlite3_column_text(stmt, 2); in URIHANDLER_FUNC() local
2300 if (strcmp(sql_lockscope, "exclusive")) { in URIHANDLER_FUNC()