Home
last modified time | relevance | path

Searched refs:aOrderBy (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2463 } *const aOrderBy; /* The ORDER BY clause */ member
/external/sqlite/dist/
Dsqlite3.h4243 } *aOrderBy; /* The ORDER BY clause */ member
Dsqlite3.h.orig4206 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4207 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4243 } *aOrderBy; /* The ORDER BY clause */
Dsqlite3.c4767 } *aOrderBy; /* The ORDER BY clause */ member
88279 p->aOrderBy[i].iColumn,
88280 p->aOrderBy[i].desc);
88462 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;
Dsqlite3.c.orig4730 ** ^Information about the ORDER BY clause is stored in aOrderBy[].
4731 ** ^Each term of aOrderBy records a column of the ORDER BY clause.
4767 } *aOrderBy; /* The ORDER BY clause */
88268 p->aOrderBy[i].iColumn,
88269 p->aOrderBy[i].desc);
88415 ** virtual table then allocate space for the aOrderBy part of
88451 *(struct sqlite3_index_orderby**)&pIdxInfo->aOrderBy = pIdxOrderBy;