MCPcopy Create free account
hub / github.com/apache/httpd / ltox

Function ltox

modules/aaa/mod_auth_digest.c:1172–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170 */
1171
1172static const char *ltox(apr_pool_t *p, unsigned long num)
1173{
1174 if (num != 0) {
1175 return apr_psprintf(p, "%lx", num);
1176 }
1177 else {
1178 return "";
1179 }
1180}
1181
1182static void note_digest_auth_failure(request_rec *r,
1183 const digest_config_rec *conf,

Callers 1

note_digest_auth_failureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected