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

Function ippGetName

cups/ipp.c:2275–2290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2273 */
2274
2275const char * /* O - Attribute name or @code NULL@ for separators */
2276ippGetName(ipp_attribute_t *attr) /* I - IPP attribute */
2277{
2278 /*
2279 * Range check input...
2280 */
2281
2282 if (!attr)
2283 return (NULL);
2284
2285 /*
2286 * Return the name...
2287 */
2288
2289 return (attr->name);
2290}
2291
2292
2293/*

Callers 15

do_testFunction · 0.85
print_attrFunction · 0.85
print_csvFunction · 0.85
print_ippserver_attrFunction · 0.85
print_json_attrFunction · 0.85
print_lineFunction · 0.85
with_distinct_valuesFunction · 0.85
with_valueFunction · 0.85
with_value_fromFunction · 0.85
debug_attributesFunction · 0.85
filter_cbFunction · 0.85
process_ippFunction · 0.85

Calls

no outgoing calls

Tested by 1

show_attributesFunction · 0.68