Lines Matching refs:edit_count
233 writable (false), edit_count (0), in hb_sanitize_context_t()
295 this->edit_count = 0; in start_processing()
308 this->start, this->end, this->edit_count); in end_processing()
372 if (this->edit_count >= HB_SANITIZE_MAX_EDITS) in may_edit()
376 this->edit_count++; in may_edit()
380 this->edit_count, in may_edit()
422 if (edit_count) in sanitize_blob()
424 …MSG_FUNC (SANITIZE, start, "passed first round with %d edits; going for second round", edit_count); in sanitize_blob()
427 edit_count = 0; in sanitize_blob()
429 if (edit_count) { in sanitize_blob()
430 DEBUG_MSG_FUNC (SANITIZE, start, "requested %d edits in second round; FAILLING", edit_count); in sanitize_blob()
437 if (edit_count && !writable) { in sanitize_blob()
479 unsigned int edit_count; member