Lines Matching refs:npos
454 ctx->npos = 0;
501 ctx->npos = 0;
553 ctx->npos = 0;
688 ctx->npos = 0;
757 ctx->buf[ctx->npos++] = (char)c;
762 if (ctx->npos != sizeof(ctx->buf) - 1 &&
767 ctx->buf[ctx->npos] = '\0';
774 if (pst->ppos + ctx->npos > sizeof(ctx->path))
777 (size_t)(ctx->npos + 1));
778 pst->ppos = (uint8_t)(pst->ppos + ctx->npos);
798 ctx->npos = 0;