Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/
DREADME.md21 [2020/02/22 09:55:05:5579] N: lws_struct_sq3_open: created _lws_apitest.sq3 owned by 0:0 mode 0600
Dmain.c102 if (lws_struct_sq3_open(context, "_lws_apitest.sq3", 1, &db)) { in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h279 lws_struct_sq3_open(struct lws_context *context, const char *sqlite3_path,
/third_party/libwebsockets/lib/misc/
Dlws-struct-sqlite.c504 lws_struct_sq3_open(struct lws_context *context, const char *sqlite3_path, in lws_struct_sq3_open() function