Searched defs:aOrderBy (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4644 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4645 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4681 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5187 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5188 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5224 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5368 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5369 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5417 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5483 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5484 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5532 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5368 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5369 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5417 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5483 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
5484 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
5532 } *aOrderBy; /* The ORDER BY clause */ member in struct:sqlite3_index_info
[all...]

Completed in 683 milliseconds