Searched refs:pFromCache (Results 1 – 1 of 1) sorted by relevance
216076 JsonParse *pFromCache = 0; /* Value taken from cache */ local216084 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);[all …]