Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 5 of 5) sorted by relevance

/support/
A Dsupport_test_compare_blob.c33 report_blob (const char *what, const unsigned char *blob, in report_blob() argument
36 if (blob == NULL && length > 0) in report_blob()
41 char *quoted = support_quote_blob (blob, length); in report_blob()
47 printf (" %02X", blob[i]); in report_blob()
A Dsupport_test_compare_string_main.c38 report_string (const char *what, const UCHAR *blob, in report_string() argument
44 char *quoted = SUPPORT_QUOTE_BLOB (blob, length); in report_string()
50 printf (" %02X", (unsigned int) blob[i]); in report_string()
A Dblob_repeat.c289 support_blob_repeat_free (struct support_blob_repeat *blob) in support_blob_repeat_free() argument
291 if (blob->size > 0) in support_blob_repeat_free()
294 if (blob->use_malloc) in support_blob_repeat_free()
295 free (blob->start); in support_blob_repeat_free()
297 xmunmap (blob->start, blob->size); in support_blob_repeat_free()
300 *blob = (struct support_blob_repeat) { 0 }; in support_blob_repeat_free()
A Dsupport_quote_blob_main.c23 SUPPORT_QUOTE_BLOB (const void *blob, size_t length) in SUPPORT_QUOTE_BLOB() argument
28 const CHAR *p = blob; in SUPPORT_QUOTE_BLOB()
A Dsupport.h75 char *support_quote_blob (const void *blob, size_t length);
81 char *support_quote_blob_wide (const void *blob, size_t length);

Completed in 11 milliseconds