Lines Matching defs:ppIdx
127274 ** KEY column, then output variable *ppIdx is set to NULL. Otherwise, *ppIdx
127283 ** of index *ppIdx. The second element of the array is the index of the
127285 ** *ppIdx, and so on.
127311 Index **ppIdx, /* OUT: Unique index on parent table */
127314 Index *pIdx = 0; /* Value to return via *ppIdx */
127320 assert( ppIdx && *ppIdx==0 );
127325 ** maps to the INTEGER PRIMARY KEY of table pParent. If so, leave *ppIdx
127414 *ppIdx = pIdx;