Home | History | Annotate | Download | only in libebl

Lines Matching refs:backp

59   char *backp;
113 st->backp = newmem->memory;
145 - (((uintptr_t) st->backp)
159 newstr = (struct Ebl_Strent *) (st->backp + align);
169 st->backp += align + sizeof (struct Ebl_Strent) + len;
242 st->left += st->backp - (char *) newstr;
243 st->backp = (char *) newstr;
250 st->backp -= newstr->len;
270 st->left += st->backp - (char *) newstr;
271 st->backp = (char *) newstr;