Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq/blob/master/mongoose.h>
Public Attributes | |
const char * | ptr |
int | len |
int | num_desc |
enum json_type | type |
Definition at line 1104 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1104 of file mongoose.h
int json_token::len |
Definition at line 1106 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1106 of file mongoose.h
Referenced by capture_len(), cs_md5(), expect(), find_json_token(), json_emit(), json_emit_quoted_str(), json_emit_unquoted_str(), json_emit_va(), mbuf_insert(), mbuf_remove(), mg_rpc_create_error(), mg_rpc_create_reply(), mg_rpc_dispatch(), and parse_string().
int json_token::num_desc |
Definition at line 1107 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1107 of file mongoose.h
Referenced by capture_len(), and find_json_token().
const char* json_token::ptr |
Definition at line 1105 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1105 of file mongoose.h
Referenced by capture_len(), capture_ptr(), find_json_token(), mg_rpc_create_error(), mg_rpc_create_reply(), and mg_rpc_dispatch().
enum json_type json_token::type |
Definition at line 1108 of file mongoose.h.
View newest version in sPHENIX GitHub at line 1108 of file mongoose.h
Referenced by capture_ptr(), find_json_token(), and mg_rpc_create_reply().