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);
|