MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / init_dig_cred

Function init_dig_cred

parser/digest/digest_parser.c:446–449  ·  view source on GitHub ↗

* Initialize a digest credentials structure */

Source from the content-addressed store, hash-verified

444 * Initialize a digest credentials structure
445 */
446void init_dig_cred(dig_cred_t* _c)
447{
448 memset(_c, 0, sizeof(dig_cred_t));
449}

Callers 1

new_credentialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected