Home
last modified time | relevance | path

Searched defs:JsonEachCursor (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Djson1.c1879 typedef struct JsonEachCursor JsonEachCursor; typedef
1880 struct JsonEachCursor { struct
1881 sqlite3_vtab_cursor base; /* Base class - must be first */
1882 u32 iRowid; /* The rowid */
1883 u32 iBegin; /* The first node of the scan */
1884 u32 i; /* Index in sParse.aNode[] of current row */
1885 u32 iEnd; /* EOF when i equals or exceeds this value */
1886 u8 eType; /* Type of top-level element */
1888 char *zJson; /* Input JSON */
1889 char *zRoot; /* Path by which to filter zJson */
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Djson1.c2048 typedef struct JsonEachCursor JsonEachCursor; typedef
2049 struct JsonEachCursor { struct
2050 sqlite3_vtab_cursor base; /* Base class - must be first */
2051 u32 iRowid; /* The rowid */
2052 u32 iBegin; /* The first node of the scan */
2053 u32 i; /* Index in sParse.aNode[] of current row */
2054 u32 iEnd; /* EOF when i equals or exceeds this value */
2055 u8 eType; /* Type of top-level element */
2057 char *zJson; /* Input JSON */
2058 char *zRoot; /* Path by which to filter zJson */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Djson1.c2043 typedef struct JsonEachCursor JsonEachCursor; typedef
2044 struct JsonEachCursor { struct
2045 sqlite3_vtab_cursor base; /* Base class - must be first */
2046 u32 iRowid; /* The rowid */
2047 u32 iBegin; /* The first node of the scan */
2048 u32 i; /* Index in sParse.aNode[] of current row */
2049 u32 iEnd; /* EOF when i equals or exceeds this value */
2050 u8 eType; /* Type of top-level element */
2052 char *zJson; /* Input JSON */
2053 char *zRoot; /* Path by which to filter zJson */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Djson1.c2048 typedef struct JsonEachCursor JsonEachCursor; typedef
2049 struct JsonEachCursor { struct
2050 sqlite3_vtab_cursor base; /* Base class - must be first */
2051 u32 iRowid; /* The rowid */
2052 u32 iBegin; /* The first node of the scan */
2053 u32 i; /* Index in sParse.aNode[] of current row */
2054 u32 iEnd; /* EOF when i equals or exceeds this value */
2055 u8 eType; /* Type of top-level element */
2057 char *zJson; /* Input JSON */
2058 char *zRoot; /* Path by which to filter zJson */
[all …]