Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.c513 BINN_PRIVATE BOOL binn_object_set_raw(binn *item, const char *key, int keylen, int type, void *pval… in binn_object_set_raw() function
2248 return binn_object_set_raw(obj, key, strlen(key), type, pvalue, size); in binn_object_set()
2255 return binn_object_set_raw(obj, key, keylen, type, pvalue, size); in binn_object_set2()