RTS API Documentation
1.10.11
|
#include "switch_cJSON.h"
Go to the source code of this file.
Functions | |
CJSON_PUBLIC (cJSON *) cJSONUtils_GetPointer(cJSON *const object | |
CJSON_PUBLIC (void) cJSONUtils_AddPatchToArray(cJSON *const array | |
CJSON_PUBLIC (int) cJSONUtils_ApplyPatches(cJSON *const object | |
CJSON_PUBLIC (char *) cJSONUtils_FindPointerFromObjectTo(const cJSON *const object | |
Variables | |
const char * | pointer |
cJSON *const | to |
const char *const | operation |
const char *const const char *const | path |
const char *const const char *const const cJSON *const | value |
const cJSON *const | patches |
const cJSON *const | patch |
const cJSON *const | target |
CJSON_PUBLIC | ( | cJSON * | ) | const |
CJSON_PUBLIC | ( | void | ) | const |
CJSON_PUBLIC | ( | int | ) | const |
CJSON_PUBLIC | ( | char * | ) | const |
const char* const operation |
Definition at line 39 of file switch_cJSON_Utils.h.
Referenced by decode_patch_operation().
const cJSON *const patch |
Definition at line 67 of file switch_cJSON_Utils.h.
Referenced by compose_patch(), generate_merge_patch(), and merge_patch().
const cJSON *const patches |
Definition at line 41 of file switch_cJSON_Utils.h.
Referenced by CJSON_PUBLIC(), and create_patches().
const char* const const char* const path |
Definition at line 39 of file switch_cJSON_Utils.h.
Referenced by apply_patch(), freeswitch_kill_background(), switch_config_open_file(), switch_core_db_open_file(), switch_core_runtime_loop(), switch_core_uptime(), switch_ivr_record_session_event(), switch_loadable_module_build_dynamic(), switch_loadable_module_init(), switch_loadable_module_load_module_ex(), switch_say_file_handle_detach_path(), and switch_xml_locate_language().
const char * pointer |
Definition at line 31 of file switch_cJSON_Utils.h.
Referenced by CJSON_PUBLIC(), and compare_pointers().
const cJSON* const target |
Definition at line 75 of file switch_cJSON_Utils.h.
Referenced by comp_callback(), merge_patch(), switch_ivr_dmachine_set_target(), switch_ivr_process_fh(), switch_play_and_get_digits(), and switch_xml_proc_inst().
cJSON *const to |
Definition at line 36 of file switch_cJSON_Utils.h.
Referenced by create_patches(), read_rtp_packet(), switch_core_perform_file_open(), switch_ivr_displace_session(), switch_ivr_originate(), switch_ivr_park(), switch_ivr_preprocess_session(), switch_ivr_record_session_event(), switch_known_bitrate(), switch_needs_url_encode(), and switch_replace_char().
const char* const const char* const const cJSON* const value |
Definition at line 39 of file switch_cJSON_Utils.h.
Referenced by apply_patch(), CJSON_PUBLIC(), load_configuration(), switch_channel_get_variable_buf(), switch_channel_get_variable_strdup(), switch_channel_set_cap_value(), switch_channel_set_flag_value(), switch_channel_var_true(), switch_core_media_read_frame(), switch_event_create_json(), switch_event_dup_reply(), switch_event_import_xml(), switch_http_parse_header(), switch_load_timezones(), switch_lookup_timezone(), switch_send_rtcp_event(), switch_xml_config_parse_event(), switch_xml_find_child_multi(), and transtime().