Searched refs:nParent (Results 1 – 1 of 1) sorted by relevance
217452 u32 nParent; /* Current nesting depth */ member217545 p->nParent = 0;217586 assert( p->nParent>0 );217589 jsonPrintf(30, &p->path, "[%lld]", p->aParent[p->nParent-1].iKey);217628 if( p->nParent>=p->nParentAlloc ){217638 pParent = &p->aParent[p->nParent];217644 if( p->eType && p->nParent ){217648 p->nParent++;217653 while( p->nParent>0 && p->i >= p->aParent[p->nParent-1].iEnd ){217654 p->nParent--;[all …]