HomeSort by: relevance | last modified time | path
    Searched defs:sqlite_constant (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/lua/sqlite/
sqlite.c 364 static const struct constant sqlite_constant[] = { variable in typeref:typename:const struct constant[]
500 for (n = 0; sqlite_constant[n].name != NULL; n++) {
501 lua_pushinteger(L, sqlite_constant[n].value);
502 lua_setfield(L, -2, sqlite_constant[n].name);
sqlite.c 364 static const struct constant sqlite_constant[] = { variable in typeref:typename:const struct constant[]
500 for (n = 0; sqlite_constant[n].name != NULL; n++) {
501 lua_pushinteger(L, sqlite_constant[n].value);
502 lua_setfield(L, -2, sqlite_constant[n].name);

Completed in 23 milliseconds