Searched refs:pFromCache (Results 1 – 1 of 1) sorted by relevance
216395 JsonParse *pFromCache = 0; /* Value taken from cache */ local216403 pFromCache = jsonCacheSearch(ctx, pArg);216404 if( pFromCache ){216405 pFromCache->nJPRef++;216407 return pFromCache;216417 if( pFromCache!=0 ){216418 u32 nBlob = pFromCache->nBlob;216421 memcpy(p->aBlob, pFromCache->aBlob, nBlob);216423 p->hasNonstd = pFromCache->hasNonstd;216424 jsonParseFree(pFromCache);[all …]