OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite_constant
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/lua/sqlite/
sqlite.c
364
static const struct constant
sqlite_constant
[] = {
variable in typeref: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: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: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 128 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026