Home | History | Annotate | Download | only in orig

Lines Matching defs:nNewSize

93896     /* Set nNewSize to the size allocated for the structure pointed to
93902 const int nNewSize = nStructSize & 0xfff;
93911 memcpy(zAlloc, p, nNewSize);
93927 char *zToken = pNew->u.zToken = (char*)&zAlloc[nNewSize];