Searched defs:struct_ptr (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | config.c | 1443 void *struct_ptr, 1448 *(const char **)((char *)struct_ptr + offset) = arg; 1454 void *struct_ptr, 1461 *(int *)((char*)struct_ptr + offset) = strtol(arg, &endptr, 10); 1473 void *struct_ptr, 1480 *(char **)((char *)struct_ptr + offset) = arg; 1489 char *struct_ptr = (char *)struct_ptr_v; local 1491 *(int *)(struct_ptr + offset) = arg ? 1 : 0; 1500 char *struct_ptr = (char *)struct_ptr_v; local 1502 *(struct_ptr 1442 ap_set_string_slot(cmd_parms *cmd, void *struct_ptr, const char *arg) argument 1453 ap_set_int_slot(cmd_parms *cmd, void *struct_ptr, const char *arg) argument 1472 ap_set_string_slot_lower(cmd_parms *cmd, void *struct_ptr, const char *arg_) argument 1508 ap_set_file_slot(cmd_parms *cmd, void *struct_ptr, const char *arg) argument 1530 ap_set_deprecated(cmd_parms *cmd, void *struct_ptr, const char *arg) argument [all...] |
H A D | core.c | 2817 char *struct_ptr = (char *)cmd->server; local 2825 *(const char **)(struct_ptr + offset) = arg;
|
Completed in 29 milliseconds