Searched refs:working_copy (Results 1 – 4 of 4) 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
707 uint8 *working_copy; in PredictorEncodeTile() local720 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile()721 if( working_copy == NULL ) in PredictorEncodeTile()728 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile()729 bp = working_copy; in PredictorEncodeTile()737 _TIFFfree( working_copy ); in PredictorEncodeTile()745 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile()747 _TIFFfree( working_copy ); in PredictorEncodeTile()