Searched refs:addrOpenEphm (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c85 pNew->addrOpenEphm[0] = -1;
86 pNew->addrOpenEphm[1] = -1;
87 pNew->addrOpenEphm[2] = -1;
1666 assert( p->addrOpenEphm[0] == -1 );
1667 p->addrOpenEphm[0] = addr;
1755 assert( p->addrOpenEphm[0] == -1 );
1756 p->addrOpenEphm[0] = addr;
1772 assert( p->addrOpenEphm[1] == -1 );
1773 p->addrOpenEphm[1] = addr;
1857 int addr = pLoop->addrOpenEphm[
[all...]
H A DsqliteInt.h2020 ** addrOpenEphm[] entries contain the address of OP_OpenEphemeral opcodes.
2046 int addrOpenEphm[3]; /* OP_OpenEphem opcodes related to this select */ member in struct:Select
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10365 ** addrOpenEphm[] entries contain the address of OP_OpenEphemeral opcodes.
10391 int addrOpenEphm[3]; /* OP_OpenEphem opcodes related to this select */ member in struct:Select
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11679 ** addrOpenEphm[] entries contain the address of OP_OpenEphemeral opcodes.
11686 ** for the result set. The KeyInfo for addrOpenEphm[2] contains collating
11694 int addrOpenEphm[2]; /* OP_OpenEphem opcodes related to this select */ member in struct:Select
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11679 ** addrOpenEphm[] entries contain the address of OP_OpenEphemeral opcodes.
11686 ** for the result set. The KeyInfo for addrOpenEphm[2] contains collating
11694 int addrOpenEphm[2]; /* OP_OpenEphem opcodes related to this select */ member in struct:Select
[all...]

Completed in 973 milliseconds