Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 61) sorted by relevance

123

/sqlite-3.40.0/src/
H A Dtest_windirent.c133 LPDIRENT entry, in readdir_r() argument
144 entry->d_ino = dirp->d_first.d_ino; in readdir_r()
145 entry->d_attributes = dirp->d_first.d_attributes; in readdir_r()
146 strncpy(entry->d_name, dirp->d_first.d_name, NAME_MAX); in readdir_r()
147 entry->d_name[NAME_MAX] = '\0'; in readdir_r()
149 *result = entry; in readdir_r()
164 entry->d_ino = (ino_t)-1; /* not available */ in readdir_r()
165 entry->d_attributes = data.attrib; in readdir_r()
166 strncpy(entry->d_name, data.name, NAME_MAX); in readdir_r()
167 entry->d_name[NAME_MAX] = '\0'; in readdir_r()
[all …]
H A Dtest_windirent.h156 extern INT readdir_r(LPDIR dirp, LPDIRENT entry, LPDIRENT *result);
/sqlite-3.40.0/ext/rtree/
H A Drtreedoc3.test90 # priority value for the entry (a real). Following this is a list of
101 # the root node the only entry in a priority queue sorted by rScore.
115 # Find the priority queue entry with the lowest score.
128 # Extract the entry with the lowest score from the queue and return it.
130 # EVIDENCE-OF: R-60002-49798 The query proceeds by extracting the entry
164 # EVIDENCE-OF: R-65127-42665 If the extracted priority queue entry is a
191 # Unless the callback returned NOT_WITHIN, add the entry to the priority
221 # The extracted entry must be a leaf (otherwise, xQueryCallback would
225 # EVIDENCE-OF: R-13214-54017 If that entry is a leaf (meaning that it is
226 # an actual R*Tree entry and not a subtree) then that entry is returned
H A Drtreedoc.test588 # entry (since every bounding box overlaps with itself) and also other
1343 # EVIDENCE-OF: R-51070-59303 There is one entry in the %_node table for
1359 # EVIDENCE-OF: R-27261-09153 All nodes other than the root have an entry
1368 # EVIDENCE-OF: R-02358-35037 The %_rowid shadow table maps entry rowids
1369 # to the node that contains that entry.
1525 # EVIDENCE-OF: R-02505-03621 for leaf nodes, that there is an entry in
1539 # an entry in the %_parent table mapping from the cell's child node to
1561 # and that there is a leaf cell that corresponds to each entry in the
1573 # entry in the %_parent table.
/sqlite-3.40.0/test/
H A Ddelete2.test16 # removed an index entry by not the main table entry. To recreate the
21 # (3) Try to delete a single entry from the table.
25 # index entry was deleted first, before the table entry. And the index
26 # delete worked. Thus an entry was deleted from the index but not from
30 # before the index entry is deleted.
H A Dintpkey.test76 INSERT INTO t1 VALUES(5,'second','entry');
87 INSERT INTO t1 VALUES(6,'second','entry');
98 } {5 5 hello world 6 6 second entry}
110 # Try to change the ROWID for the new entry.
117 } {4 one two 5 hello world 6 second entry}
163 } {-3 y z 4 one two 5 hello world 6 second entry}
236 } {5 hello world 6 second entry 8 y z}
242 } {5 hello world 6 second entry -4 y z}
247 } {-4 y z 5 hello world 6 second entry}
374 INSERT INTO t1 VALUES(0,'zero','entry');
[all …]
H A Dlastinsert.test14 # Note 2: upon entry into before or instead of triggers,
107 # LIRID equals NEW.k upon entry into after insert trigger
146 # LIRID unchanged upon entry into after update trigger
188 # LIRID unchanged upon entry into instead of trigger
230 # LIRID unchanged upon entry into delete trigger
271 # LIRID unchanged upon entry into instead of trigger
H A Dsavepoint6.test36 # ::lSavepoint is a list containing one entry for each active savepoint. The
37 # first entry in the list corresponds to the most recently opened savepoint.
38 # Each entry consists of two elements:
H A Dtkt3093.test75 # have gone first and added entry 2. Then the db2 transaction would have
76 # run and added one to each entry.
H A Dtkt2820.test15 # "database is locked" error, but the entry in the sqlite_master
17 # entry in the sqlite_master table should persist when
H A Dcorrupt8.test62 # Loop through each ptrmap entry. Corrupt the entry and make sure the
H A Dlaststmtchanges.test118 # changes() unchanged upon entry into after insert trigger
161 # changes() unchanged upon entry into after update trigger
193 # changes() unchanged upon entry into before delete trigger
H A DcorruptF.test67 # Change the free-list entry to page 6 and reopen the db file.
120 # Change the free-list entry to page 5 and reopen the db file.
H A Dloadext.test166 # entry point is not.
178 # Try to load an extension for which the entry point fails (returns non-zero)
H A DcorruptI.test152 # free list trunk, which corrupts its header. Then, when the new entry is
213 # See what happens if the sqlite_master entry associated with a PRIMARY
H A Dfts3corrupt3.test45 # Interior node with the prefix or suffix count of an entry set to a
H A DselectG.test39 # 2018-01-14. A 100K-entry VALUES clause within a scalar expression does
H A DcorruptG.test25 # Create a simple database with a single entry. Then corrupt the
H A Dloadext2.test147 # Register a broken entry point.
H A Dpragma.test549 …} {{non-unique entry in index t1a} {NULL value in t1x.a} {non-unique entry in index t1a} {NULL val…
552 } {{non-unique entry in index t1a} {NULL value in t1x.a} {non-unique entry in index t1a}}
555 } {{non-unique entry in index t1a} {NULL value in t1x.a}}
558 } {{non-unique entry in index t1a}}
H A Dautovacuum.test43 # and index entry.
61 # The length of each table entry.
608 # entry in the page hash-table (internal to the pager.c module.
H A Dlock4.test51 # 3. Add an entry to test.db in table t1, waiting as necessary.
/sqlite-3.40.0/ext/misc/
H A DREADME.md46 of "sha3.c" because the default entry point names in SQLite are based
48 "sha3.c" then the entry point would conflict with the prior "sha1.c"
/sqlite-3.40.0/ext/wasm/
H A Dwasmfs.make34 sqlite3-wasmfs.jsflags += --no-entry
H A DGNUmakefile328 emcc.jsflags += --no-entry
493 speedtest1-common.eflags += --no-entry

123