Home | History | Annotate | Download | only in pdu

Lines Matching refs:mStack

103     private BufferStack mStack = null;
139 mStack = new BufferStack();
338 mStack.newbuf();
339 PositionMarker start = mStack.mark();
345 mStack.pop();
347 mStack.copy();
541 mStack.newbuf();
542 PositionMarker fstart = mStack.mark();
555 mStack.pop();
557 mStack.copy();
629 mStack.newbuf();
630 PositionMarker expiryStart = mStack.mark();
636 mStack.pop();
638 mStack.copy();
848 mStack.newbuf(); // Switching buffer because we need to
850 PositionMarker ctStart = mStack.mark();
867 mStack.pop();
868 mStack.copy();
895 mStack.pop();
897 mStack.copy();
904 mStack.newbuf(); // Leaving space for header lengh and data length
905 PositionMarker attachment = mStack.mark();
907 mStack.newbuf(); // Leaving space for Content-Type length
908 PositionMarker contentTypeBegin = mStack.mark();
957 mStack.pop();
959 mStack.copy();
1013 mStack.pop();
1016 mStack.copy();
1043 if (currentStackSize != mStack.stackSize) {