Lines Matching refs:strPos
447 size_t strPos = 0;
464 ent.offset = strPos;
469 void* dat = (void*)pool->editData(preSize + strPos + totalSize);
474 dat = (uint8_t*)dat + preSize + strPos;
491 strPos += totalSize;
496 if (strPos&0x3) {
497 size_t padPos = ((strPos+3)&~0x3);
503 memset(dat+preSize+strPos, 0, padPos-strPos);
504 strPos = padPos;
509 size_t styPos = strPos;
516 ent.offset = styPos-strPos;
570 header->stylesStart = htodl(STYLES > 0 ? (preSize+strPos) : 0);