Searched refs:THIS_FUNCTION_IS_DEPRECATED (Results 1 – 2 of 2) sorted by relevance
17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) macro19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func macro21 #define THIS_FUNCTION_IS_DEPRECATED(func) func macro295 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* o…
249 THIS_FUNCTION_IS_DEPRECATED(extern const void* lh_table_lookup(struct lh_table *t, const void *k));