| 713 | } |
| 714 | |
| 715 | void BfParser::RefSource(const char* data, int length) |
| 716 | { |
| 717 | mSrcLength = length; |
| 718 | mOrigSrcLength = length; |
| 719 | mSrcAllocSize = -1; |
| 720 | mSrc = data; |
| 721 | mSrcIdx = 0; |
| 722 | Init(); |
| 723 | } |
| 724 | |
| 725 | bool BfParser::SrcPtrHasToken(const char* name) |
| 726 | { |