Searched refs:working_copy (Results 1 – 3 of 3) sorted by relevance
128 scoped_array<char> working_copy(new char[rule_set_len + 1]); in Parse() local129 memcpy(working_copy.get(), rule_set.data(), rule_set_len); in Parse()130 working_copy[rule_set_len] = '\0'; in Parse()137 char *token = strtok_r(working_copy.get(), token_breaks, &cursor); in Parse()
27 tmp_info->working_copy = NULL; in parse_init()75 if (info->working_copy) { in parse_dispose_line()76 free(info->working_copy); in parse_dispose_line()77 info->working_copy = NULL; in parse_dispose_line()122 info->working_copy = buffer; in parse_skip_space()
12 char *working_copy; /* Working copy of the line being parsed */ member