Home | History | Annotate | Download | only in pdu

Lines Matching defs: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();
846 mStack.newbuf(); // Switching buffer because we need to
848 PositionMarker ctStart = mStack.mark();
865 mStack.pop();
866 mStack.copy();
893 mStack.pop();
895 mStack.copy();
902 mStack.newbuf(); // Leaving space for header lengh and data length
903 PositionMarker attachment = mStack.mark();
905 mStack.newbuf(); // Leaving space for Content-Type length
906 PositionMarker contentTypeBegin = mStack.mark();
955 mStack.pop();
957 mStack.copy();
1018 mStack.pop();
1021 mStack.copy();
1048 if (currentStackSize != mStack.stackSize) {