Searched refs:binn_object_null (Results 1 – 3 of 3) sorted by relevance
561 CU_ASSERT(binn_object_null(objptr, "null") == TRUE); in test_binn_read()563 CU_ASSERT(binn_object_null(objptr, "bool_true") == FALSE); in test_binn_read()641 CU_ASSERT(binn_object_null(objptr, "null") == TRUE); in test_binn_read()642 CU_ASSERT(binn_object_null(objptr, "nonull") == FALSE); in test_binn_read()
454 BOOL binn_object_null(void *obj, const char *key);
2722 BOOL binn_object_null(void *obj, const char *key) { in binn_object_null() function