Lines Matching refs:strPos
413 size_t strPos = 0;
430 ent.offset = strPos;
435 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
440 dat = (uint8_t*)dat + preSize + strPos;
457 strPos += totalSize;
462 if (strPos&0x3) {
463 size_t padPos = ((strPos+3)&~0x3);
469 memset(dat+preSize+strPos, 0, padPos-strPos);
470 strPos = padPos;
475 size_t styPos = strPos;
482 ent.offset = styPos-strPos;
536 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);