MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsMessageNew

Function _cupsMessageNew

cups/language.c:1163–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1161 */
1162
1163cups_array_t * /* O - Array */
1164_cupsMessageNew(void *context) /* I - User data */
1165{
1166 return (cupsArrayNew3((cups_array_func_t)cups_message_compare, context,
1167 (cups_ahash_func_t)NULL, 0,
1168 (cups_acopy_func_t)NULL,
1169 (cups_afree_func_t)cups_message_free));
1170}
1171
1172
1173/*

Callers 3

_ppdCacheCreateWithPPDFunction · 0.85
_cupsMessageLoadFunction · 0.85

Calls 1

cupsArrayNew3Function · 0.85

Tested by

no test coverage detected