Searched refs:jsonBlobExpand (Results 1 – 1 of 1) sorted by relevance
213564 static int jsonBlobExpand(JsonParse *pParse, u32 N){ function213599 if( jsonBlobExpand(pParse, nSize) ){213613 jsonBlobExpand(pParse, pParse->nBlob+1);213640 if( jsonBlobExpand(pParse, pParse->nBlob+szPayload+9) ) return;213732 if( newSize>pParse->nBlobAlloc && jsonBlobExpand(pParse, newSize) ){215076 jsonBlobExpand(pParse, pParse->nBlob+d);