Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c18111 int iParentId; /* ID of the parent row */ member
19098 pNew->iParentId = p2; in eqp_append()
19127 while( pRow && pRow->iParentId!=iEqpId ) pRow = pRow->pNext; in eqp_next_row()
21103 int iParentId = sqlite3_column_int(pExplain, 1); in shell_exec() local
21106 eqp_append(pArg, iEqpId, iParentId, zEQPLine); in shell_exec()