Home
last modified time | relevance | path

Searched refs:working_copy (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dcfi_frame_info.cc128 scoped_array<char> working_copy(new char[rule_set_len + 1]); in Parse() local
129 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()
/external/selinux/libsemanage/src/
Dparse_utils.c27 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()
Dparse_utils.h12 char *working_copy; /* Working copy of the line being parsed */ member
/external/pdfium/third_party/libtiff/
Dtif_predict.c631 uint8 *working_copy; in PredictorEncodeTile() local
644 working_copy = (uint8*) _TIFFmalloc(cc0); in PredictorEncodeTile()
645 if( working_copy == NULL ) in PredictorEncodeTile()
652 memcpy( working_copy, bp0, cc0 ); in PredictorEncodeTile()
653 bp = working_copy; in PredictorEncodeTile()
663 result_code = (*sp->encodetile)(tif, working_copy, cc0, s); in PredictorEncodeTile()
665 _TIFFfree( working_copy ); in PredictorEncodeTile()