|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Data Fields | |
| const char * | group_name |
| const char * | command_name |
| int | argv_offset |
| NativeJsonCommandHandlerFn | handler |
Definition at line 53 of file native_json_runtime_ops.c.
| int NativeJsonCommandDispatchEntry::argv_offset |
Definition at line 56 of file native_json_runtime_ops.c.
Referenced by dispatch_native_json_command_entries().
| const char* NativeJsonCommandDispatchEntry::command_name |
Definition at line 55 of file native_json_runtime_ops.c.
Referenced by dispatch_native_json_command_entries().
| const char* NativeJsonCommandDispatchEntry::group_name |
Definition at line 54 of file native_json_runtime_ops.c.
Referenced by dispatch_native_json_command_entries().
| NativeJsonCommandHandlerFn NativeJsonCommandDispatchEntry::handler |
Definition at line 57 of file native_json_runtime_ops.c.
Referenced by dispatch_native_json_command_entries().