Lines Matching refs:strPos
240 size_t strPos = 0;
257 ent.offset = strPos;
262 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
267 dat = (uint8_t*)dat + preSize + strPos;
284 strPos += totalSize;
289 if (strPos&0x3) {
290 size_t padPos = ((strPos+3)&~0x3);
296 memset(dat+preSize+strPos, 0, padPos-strPos);
297 strPos = padPos;
302 size_t styPos = strPos;
309 ent.offset = styPos-strPos;
366 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);