Searched refs:string_depth (Results 1 – 3 of 3) sorted by relevance
48 self.string_depth = 064 self.string_depth = 069 self.string_depth += num74 self.string_depth += num79 self.string_depth = max(0, self.string_depth - num)85 while self.string_depth < num:112 if self.string_depth == 0:115 elif self.string_depth == 1 or self.key_depth == 0:
98 string_depth = 0; in reset()277 this->m->string_depth = 1; in presentCharacter()478 ++this->m->string_depth; in presentCharacter()480 else if ((ch == ')') && (--this->m->string_depth == 0)) in presentCharacter()
222 int string_depth; member in QPDFTokenizer::Members