Lines Matching refs:pFromCache
216076 JsonParse *pFromCache = 0; /* Value taken from cache */ local
216084 pFromCache = jsonCacheSearch(ctx, pArg);
216085 if( pFromCache ){
216086 pFromCache->nJPRef++;
216088 return pFromCache;
216098 if( pFromCache!=0 ){
216099 u32 nBlob = pFromCache->nBlob;
216102 memcpy(p->aBlob, pFromCache->aBlob, nBlob);
216104 p->hasNonstd = pFromCache->hasNonstd;
216105 jsonParseFree(pFromCache);
216157 pFromCache = p;
216175 jsonParseFree(pFromCache);