Searched refs:binn_object_set2 (Results 1 – 2 of 2) sorted by relevance
/third_party/iowow/src/json/ |
D | iwbinn.h | 294 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()
|
D | iwbinn.c | 2251 BOOL binn_object_set2(binn *obj, const char *key, int keylen, int type, void *pvalue, int size) { in binn_object_set2() function
|