Searched refs:archived_style (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/xar-254/xar/lib/
H A Dhash.c283 const char *archived_style = NULL, *unarchived_style = NULL; local
292 archived_style = strdup(xar_hash_get_digest_name(CONTEXT(context)->archived));
305 xar_attr_pset(f, tmpp, "style", archived_style);
318 free((void *)archived_style);
335 const char *archived_hash = NULL, *archived_style = NULL; local
341 archived_style = xar_attr_pget(f, tmpp, "style");
346 if( archived_hash && archived_style ) {
355 int style_match = (strcmp(archived_style, calculated_style) == 0 );
360 xar_err_set_formatted_string(x, "archived-checksum %s's do not match", archived_style);

Completed in 113 milliseconds