Lines Matching defs:struct_ptr
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;
1491 *(int *)(struct_ptr + offset) = arg ? 1 : 0;
1500 char *struct_ptr = (char *)struct_ptr_v;
1502 *(struct_ptr + offset) = arg ? 1 : 0;
1508 AP_DECLARE_NONSTD(const char *) ap_set_file_slot(cmd_parms *cmd, void *struct_ptr,
1525 *(const char **) ((char*)struct_ptr + offset) = path;
1531 void *struct_ptr,