Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Dlinkhash.h285 void lh_abort(const char *msg, ...);
Dlinkhash.c27 void lh_abort(const char *msg, ...) in lh_abort() function
435 if(!t) lh_abort("lh_table_new: calloc failed\n"); in lh_table_new()
440 if(!t->table) lh_abort("lh_table_new: calloc failed\n"); in lh_table_new()