Home
last modified time | relevance | path

Searched refs:json_object (Results 1 – 25 of 1799) sorted by relevance

12345678910>>...72

/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Dtpm_json_serialize.h89 json_object **jso);
104 json_object **jso);
133 json_object **jso);
156 json_object **jso);
160 json_object **jso);
201 json_object **jso);
213 json_object **jso);
225 json_object **jso);
229 json_object **jso);
237 json_object **jso);
[all …]
H A Dtpm_json_deserialize.h25 ifapi_get_sub_object(json_object *jso, char *name, json_object **sub_jso);
28 ifapi_json_BYTE_deserialize(json_object *jso, BYTE *out);
31 ifapi_json_UINT16_deserialize(json_object *jso, UINT16 *out);
34 ifapi_json_UINT32_deserialize(json_object *jso, UINT32 *out);
37 ifapi_json_UINT64_deserialize(json_object *jso, UINT64 *out);
73 ifapi_json_TPMI_RH_HIERARCHY_deserialize(json_object *jso,
77 ifapi_json_TPMI_RH_NV_INDEX_deserialize(json_object *jso,
95 ifapi_json_TPMI_ALG_SYM_MODE_deserialize(json_object *jso,
144 ifapi_json_TPMT_TK_CREATION_deserialize(json_object *jso,
222 ifapi_json_TPMS_SCHEME_HASH_deserialize(json_object *jso,
[all …]
H A Difapi_policy_json_serialize.h22 json_object **jso);
34 json_object **jso);
41 json_object **jso);
45 json_object **jso);
57 json_object **jso);
65 json_object **jso);
69 json_object **jso);
73 json_object **jso);
77 json_object **jso);
81 json_object **jso);
[all …]
H A Difapi_policy_json_deserialize.h20 ifapi_json_TPMI_POLICYTYPE_deserialize_txt(json_object *jso,
24 ifapi_json_TPMS_POLICYSIGNED_deserialize(json_object *jso,
28 ifapi_json_TPMS_POLICYSECRET_deserialize(json_object *jso,
32 ifapi_json_TPMS_POLICYLOCALITY_deserialize(json_object *jso,
51 ifapi_json_TPMS_POLICYCPHASH_deserialize(json_object *jso,
55 ifapi_json_TPMS_POLICYNAMEHASH_deserialize(json_object *jso,
71 ifapi_json_TPMS_POLICYPASSWORD_deserialize(json_object *jso,
79 ifapi_json_TPMS_POLICYTEMPLATE_deserialize(json_object *jso,
87 ifapi_json_TPMS_POLICYACTION_deserialize(json_object *jso,
108 ifapi_json_TPMS_POLICYBRANCH_deserialize(json_object *jso,
[all …]
/dports/devel/json-c/json-c-0.15/
H A Djson_object.h143 JSON_EXPORT struct json_object *json_object_get(struct json_object *obj);
164 JSON_EXPORT int json_object_put(struct json_object *obj);
231 JSON_EXPORT void *json_object_get_userdata(json_object *jso);
425 JSON_EXPORT struct json_object *json_object_object_get(const struct json_object *obj,
575 JSON_EXPORT struct json_object *
576 json_object_array_bsearch(const struct json_object *key, const struct json_object *jso,
588 JSON_EXPORT int json_object_array_add(struct json_object *obj, struct json_object *val);
621 JSON_EXPORT struct json_object *json_object_array_get_idx(const struct json_object *obj,
1010 JSON_EXPORT int json_object_equal(struct json_object *obj1, struct json_object *obj2);
1026 typedef int(json_c_shallow_copy_fn)(json_object *src, json_object *parent, const char *key,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/json-c/
H A Djson_object.h143 JSON_EXPORT struct json_object *json_object_get(struct json_object *obj);
164 JSON_EXPORT int json_object_put(struct json_object *obj);
231 JSON_EXPORT void *json_object_get_userdata(json_object *jso);
425 JSON_EXPORT struct json_object *json_object_object_get(const struct json_object *obj,
575 JSON_EXPORT struct json_object *
576 json_object_array_bsearch(const struct json_object *key, const struct json_object *jso,
588 JSON_EXPORT int json_object_array_add(struct json_object *obj, struct json_object *val);
621 JSON_EXPORT struct json_object *json_object_array_get_idx(const struct json_object *obj,
1010 JSON_EXPORT int json_object_equal(struct json_object *obj1, struct json_object *obj2);
1026 typedef int(json_c_shallow_copy_fn)(json_object *src, json_object *parent, const char *key,
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/
H A Djson_object.h144 struct json_object *val;
154 typedef struct json_object json_object; typedef
190 JSON_EXPORT struct json_object* json_object_get(struct json_object *obj);
415 struct json_object *val);
456 JSON_EXPORT struct json_object* json_object_object_get(const struct json_object* obj,
522 struct json_object *val; \
588 const struct json_object *key,
589 const struct json_object *jso,
602 struct json_object *val);
627 JSON_EXPORT struct json_object* json_object_array_get_idx(const struct json_object *obj,
[all …]
H A Djson_object.c81 struct json_object* obj = in json_object_fini()
168 extern struct json_object* json_object_get(struct json_object *jso) in json_object_get()
219 struct json_object *jso; in json_object_new()
221 jso = (struct json_object*)calloc(sizeof(struct json_object), 1); in json_object_new()
512 struct json_object* json_object_object_get(const struct json_object* jso, in json_object_object_get()
1093 struct json_object *val; in json_object_array_to_json_string()
1192 int json_object_array_add(struct json_object *jso,struct json_object *val) in json_object_array_add()
1211 struct json_object* json_object_array_get_idx(const struct json_object *jso, in json_object_array_get_idx()
1239 struct json_object *sub; in json_object_all_values_equal()
1262 int json_object_equal(struct json_object* jso1, struct json_object* jso2) in json_object_equal()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/json-c/
H A Djson_object.h154 struct json_object *val;
164 typedef struct json_object json_object; typedef
200 JSON_EXPORT struct json_object* json_object_get(struct json_object *obj);
431 struct json_object *val);
448 struct json_object *const val,
472 JSON_EXPORT struct json_object* json_object_object_get(const struct json_object* obj,
585 const struct json_object *key,
586 const struct json_object *jso,
599 struct json_object *val);
624 JSON_EXPORT struct json_object* json_object_array_get_idx(const struct json_object *obj,
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.h66 struct json_object *val;
76 typedef struct json_object json_object; typedef
114 extern struct json_object* json_object_get(struct json_object *obj);
247 struct json_object *val);
265 extern struct json_object* json_object_object_get(struct json_object* obj,
322 val = (struct json_object*)entry ## key->v; \
331 struct json_object *val; \
337 val = (struct json_object*)entry ## key->v, \
390 struct json_object *val);
408 struct json_object *val);
[all …]
H A Djson_object.c75 struct json_object* obj = (struct json_object*)ent->v; in json_object_fini()
134 extern struct json_object* json_object_get(struct json_object *jso) in json_object_get()
174 struct json_object *jso; in json_object_new()
176 jso = (struct json_object*)calloc(sizeof(struct json_object), 1); in json_object_new()
373 struct json_object *val) in json_object_object_add()
396 struct json_object* json_object_object_get(struct json_object* jso, const char *key) in json_object_object_get()
398 struct json_object *result = NULL; in json_object_object_get()
690 struct json_object *val; in json_object_array_to_json_string()
762 int json_object_array_add(struct json_object *jso,struct json_object *val) in json_object_array_add()
768 struct json_object *val) in json_object_array_put_idx()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.h71 struct json_object *val;
81 typedef struct json_object json_object; typedef
119 extern struct json_object* json_object_get(struct json_object *obj);
252 struct json_object *val);
271 extern struct json_object* json_object_object_get(struct json_object* obj,
328 val = (struct json_object*)entry ## key->v; \
337 struct json_object *val; \
343 val = (struct json_object*)entry ## key->v, \
396 struct json_object *val);
414 struct json_object *val);
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/libjson/
H A Djson_object.h71 struct json_object *val;
81 typedef struct json_object json_object; typedef
119 extern struct json_object* json_object_get(struct json_object *obj);
252 struct json_object *val);
271 extern struct json_object* json_object_object_get(struct json_object* obj,
328 val = (struct json_object*)entry ## key->v; \
337 struct json_object *val; \
343 val = (struct json_object*)entry ## key->v, \
396 struct json_object *val);
414 struct json_object *val);
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/json/
H A Djson_object.h32 struct json_object;
53 extern struct json_object* json_object_get(struct json_object *obj);
59 extern void json_object_put(struct json_object *obj);
101 extern struct json_object* json_object_new_object();
120 struct json_object *val);
127 extern struct json_object* json_object_object_get(struct json_object* obj,
147 char *key; struct json_object *val; \
170 extern struct json_object* json_object_new_array();
194 struct json_object *val);
212 struct json_object *val);
[all …]
H A Djson_object.c70 struct json_object* obj = (struct json_object*)ent->v; in json_object_fini()
124 extern struct json_object* json_object_get(struct json_object *this) in json_object_get()
156 struct json_object *this = calloc(sizeof(struct json_object), 1); in json_object_new()
233 struct json_object* json_object_new_object() in json_object_new_object()
256 struct json_object *val) in json_object_object_add()
262 struct json_object* json_object_object_get(struct json_object* this, char *key) in json_object_object_get()
440 struct json_object *val; in json_object_array_to_json_string()
462 struct json_object* json_object_new_array() in json_object_new_array()
488 int json_object_array_add(struct json_object *this,struct json_object *val) in json_object_array_add()
494 struct json_object *val) in json_object_array_put_idx()
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Dobjectjson.h218 extern json_object *json_object_host(unsigned, host *);
221 extern json_object *json_object_hostgroupcount(unsigned, host *);
223 extern json_object *json_object_hostgroup(unsigned, hostgroup *);
233 extern json_object *json_object_service(unsigned, service *);
236 extern json_object *json_object_servicegroupcount(service *);
247 extern json_object *json_object_contact(unsigned, contact *);
250 extern json_object *json_object_contactgroupcount(contact *);
257 extern json_object *json_object_timeperiodcount(void);
259 extern json_object *json_object_timeperiod(unsigned, timeperiod *);
264 extern json_object *json_object_commandcount(void);
[all …]
H A Djsonutils.h58 } json_object; typedef
60 typedef json_object json_array;
157 extern json_object *json_new_object(void);
158 extern void json_free_object(json_object *, int);
161 extern void json_object_append_object(json_object *, char *, json_object *);
163 extern void json_object_append_integer(json_object *, char *, int);
164 extern void json_object_append_real(json_object *, char *, double);
168 extern void json_object_append_string(json_object *, char *,
171 extern void json_array_append_object(json_array *, json_object *);
190 extern json_object *json_help(option_help *);
[all …]
/dports/security/razorback-api/api-0.5.0/include/razorback/
H A Djson_buffer.h18 SO_PUBLIC extern bool JsonBuffer_Put_uint8_t (json_object * parent,
27 SO_PUBLIC extern bool JsonBuffer_Put_ByteArray (json_object * parent, const char *name,
31 SO_PUBLIC extern bool JsonBuffer_Put_String (json_object * parent, const char * name,
36 SO_PUBLIC extern bool JsonBuffer_Get_uint16_t (json_object * parent, const char * name,
39 SO_PUBLIC extern bool JsonBuffer_Get_uint32_t (json_object * parent, const char *name,
42 SO_PUBLIC extern bool JsonBuffer_Get_uint64_t (json_object * parent, const char *name,
60 SO_PUBLIC extern bool JsonBuffer_Put_Hash (json_object * parent, const char * name,
75 SO_PUBLIC extern bool JsonBuffer_Get_Block (json_object * parent, const char * name,
81 SO_PUBLIC extern bool JsonBuffer_Get_Event (json_object * parent, const char * name,
113 JsonBuffer_Put_uint8List (json_object * parent, const char * name,
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.h103 json_object* poObj );
109 json_object* poGJObject_;
133 OGRGeometry* ReadGeometry( json_object* poObj );
142 json_object* poVal,
155 json_object* OGRGeoJSONFindMemberByName(json_object* poObj, const char* pszName );
164 OGRPoint* OGRGeoJSONReadPoint( json_object* poObj );
194 json_object* poGJObject_;
207 bool GenerateFeatureDefn( json_object* poObj );
210 OGRGeometry* ReadGeometry( json_object* poObj );
211 OGRFeature* ReadFeature( json_object* poObj );
[all …]
/dports/net/samba412/samba-4.12.15/lib/audit_logging/
H A Daudit_logging.h38 struct json_object { struct
42 extern const struct json_object json_empty_object; argument
46 void audit_log_json(struct json_object *message,
52 struct json_object *message);
55 void json_free(struct json_object *object);
56 void json_assert_is_array(struct json_object *array);
70 struct json_object *value);
80 struct json_object *object,
91 struct json_object *object, const char *name);
93 struct json_object *object, const char *name);
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.h158 json_object* poObj );
176 json_object* poGJObject_;
212 json_object* poVal,
218 json_object* poVal,
231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
235 json_object* json_ex_get_object_by_path( json_object* poObj,
238 json_object CPL_DLL* CPL_json_object_object_get( struct json_object* obj,
282 json_object* poGJObject_;
295 bool ParseField( json_object* poObj );
298 OGRFeature* ReadFeature( json_object* poObj );
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.h158 json_object* poObj );
176 json_object* poGJObject_;
212 json_object* poVal,
218 json_object* poVal,
231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
235 json_object* json_ex_get_object_by_path( json_object* poObj,
238 json_object CPL_DLL* CPL_json_object_object_get( struct json_object* obj,
282 json_object* poGJObject_;
295 bool ParseField( json_object* poObj );
298 OGRFeature* ReadFeature( json_object* poObj );
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/geojson/
H A Dogrgeojsonreader.h158 json_object* poObj );
176 json_object* poGJObject_;
212 json_object* poVal,
218 json_object* poVal,
231 json_object* OGRGeoJSONFindMemberByName( json_object* poObj,
235 json_object* json_ex_get_object_by_path( json_object* poObj,
238 json_object CPL_DLL* CPL_json_object_object_get( struct json_object* obj,
282 json_object* poGJObject_;
295 bool ParseField( json_object* poObj );
298 OGRFeature* ReadFeature( json_object* poObj );
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/tests/
H A Djson-tester.c10 int compare_features(JSON_Object *json_object, faup_feature_t feature, const char *url_origin, char… in compare_features() argument
18 json_feature = json_object_get_string(json_object, json_obj_str); in compare_features()
46 JSON_Object *json_object; in main() local
77 json_object = json_array_get_object(json_array, i); in main()
79 url_origin = json_object_get_string(json_object, "url_origin"); in main()
87 … if (compare_features(json_object, fh->faup.features.scheme, url_origin, "expected_scheme") == 0) { in main()
111 … if (compare_features(json_object, fh->faup.features.domain, url_origin, "expected_domain") == 0) { in main()
127 if (compare_features(json_object, fh->faup.features.host, url_origin, "expected_host") == 0) { in main()
135 if (compare_features(json_object, fh->faup.features.tld, url_origin, "expected_tld") == 0) { in main()
143 if (compare_features(json_object, fh->faup.features.port, url_origin, "expected_port") == 0) { in main()
[all …]
/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_json.h82 SILO_API extern struct json_object * json_object_new_strptr(void *p);
83 SILO_API extern void * json_object_get_strptr(struct json_object *o);
90 SILO_API extern void json_object_extptr_delete(struct json_object *jso);
93 SILO_API int json_object_is_extptr(struct json_object *obj);
94 SILO_API extern int json_object_get_extptr_datatype(struct json_object *obj);
95 SILO_API extern int json_object_get_extptr_ndims(struct json_object *obj);
97 SILO_API extern void * json_object_get_extptr_ptr(struct json_object *obj);
104 SILO_API extern struct json_object * json_object_from_binary_buf(void *buf, int len);
108 SILO_API extern struct json_object * json_object_from_binary_file(char const *filename);
110 SILO_API extern int json_object_diff(struct json_object *objL, struct json_object json_objR);
[all …]

12345678910>>...72