Home | History | Annotate | Download | only in engine

Lines Matching defs:pCache

676     NJ_SEARCH_CACHE     *pCache;
743 pCache = cursor->cond.ds->dic[diccnt].srhCache;
744 if (pCache != NULL) {
746 if (NJ_GET_CACHEOVER_FROM_SCACHE(pCache)) {
749 if (pCache->keyPtr[cacheOverKeyPtr] == pCache->keyPtr[cacheOverKeyPtr + 1] ) {
762 pCache->keyPtr[clrcnt] = 0x0000;
766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
767 (pCache->keyPtr[clrcnt] != 0)) {
771 NJ_UNSET_CACHEOVER_TO_SCACHE(pCache);
774 pCache->keyPtr[clrcnt] = 0x0000;
778 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) &&
779 (pCache->keyPtr[clrcnt] != 0)) {