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

Function ap_set_string_slot

server/config.c:1469–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1467 */
1468
1469AP_DECLARE_NONSTD(const char *) ap_set_string_slot(cmd_parms *cmd,
1470 void *struct_ptr,
1471 const char *arg)
1472{
1473 int offset = (int)(long)cmd->info;
1474
1475 *(const char **)((char *)struct_ptr + offset) = arg;
1476
1477 return NULL;
1478}
1479
1480AP_DECLARE_NONSTD(const char *) ap_set_int_slot(cmd_parms *cmd,
1481 void *struct_ptr,

Callers 2

authz_dbd_prepareFunction · 0.85
authn_dbd_prepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected