Lines Matching defs:ppNew
115403 void *pFree, **ppNew;115406 ppNew = va_arg(ap, void**);115408 if( sz ) *ppNew = sqlite3ScratchMalloc(sz);