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

Function httpGetSubField

cups/http.c:1351–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349 */
1350
1351char * /* O - Value or @code NULL@ */
1352httpGetSubField(http_t *http, /* I - HTTP connection */
1353 http_field_t field, /* I - Field index */
1354 const char *name, /* I - Name of sub-field */
1355 char *value) /* O - Value string */
1356{
1357 return (httpGetSubField2(http, field, name, value, HTTP_MAX_VALUE));
1358}
1359
1360
1361/*

Callers 1

password_cbFunction · 0.85

Calls 1

httpGetSubField2Function · 0.85

Tested by

no test coverage detected