Lines Matching defs:c_char
41 value: *mut c_char, in ylong_json_parse()
42 err_msg: *mut *mut c_char, in ylong_json_parse()
63 pub unsafe extern "C" fn ylong_json_free_string(string: *mut c_char) { in ylong_json_free_string()
74 pub unsafe extern "C" fn ylong_json_print_unformatted(item: *const YlongJson) -> *mut c_char { in ylong_json_print_unformatted()
385 value: *mut *mut c_char, in ylong_json_get_value_from_string()
407 value: *const c_char, in ylong_json_set_value_to_string()
732 string: *const c_char, in ylong_json_has_object_item()
759 string: *const c_char, in ylong_json_get_object_item()
793 string: *const c_char, in ylong_json_add_item_to_object()
826 index: *const c_char, in ylong_json_replace_object_item_by_index()
862 index: *const c_char, in ylong_json_remove_object_item_by_index()
888 index: *const c_char, in ylong_json_delete_object_item_by_index()
911 key: *mut *mut c_char, in ylong_json_get_all_object_items()
966 string: *const c_char, in ylong_json_get_object_node()
1017 string: *const c_char, in ylong_json_add_item_to_object_then_get_node()
1116 unsafe fn str_to_c_char(str: &str) -> *mut c_char { in str_to_c_char()