Home
last modified time | relevance | path

Searched refs:binn_object_set2 (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.h294 BOOL binn_object_set2(binn *obj, const char *key, int keylen, int type, void *pvalue, int size);
826 return binn_object_set2(obj, key, keylen, value->type, binn_ptr(value), binn_size(value)); in binn_object_set_value2()
Diwbinn.c2251 BOOL binn_object_set2(binn *obj, const char *key, int keylen, int type, void *pvalue, int size) { in binn_object_set2() function