Home
last modified time | relevance | path

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

/third_party/iowow/src/json/
Diwbinn.h190 typedef void (*binn_mem_free)(void*); typedef
194 #define BINN_STATIC ((binn_mem_free) 0)
195 #define BINN_TRANSIENT ((binn_mem_free) - 1)
222 binn_mem_free freefn; // used only when type == BINN_STRING or BINN_BLOB
305 IW_ALLOC binn* binn_value(int type, void *pvalue, int size, binn_mem_free freefn);
360 IW_ALLOC IW_INLINE binn* binn_string(const char *str, binn_mem_free freefn) { in binn_string()
364 IW_ALLOC IW_INLINE binn* binn_blob(void *ptr, int size, binn_mem_free freefn) { in binn_blob()
573 BOOL binn_set_blob(binn *item, void *ptr, int size, binn_mem_free pfree);
Diwbinn.c2767 binn* binn_value(int type, void *pvalue, int size, binn_mem_free freefn) { in binn_value()
2819 BOOL binn_set_blob(binn *item, void *ptr, int size, binn_mem_free pfree) { in binn_set_blob()