__wrap_calloc      21 lib/common/mock_private.h void *__wrap_calloc(size_t nmemb, size_t size);
__wrap_calloc      52 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_calloc, 1);                      // calloc() should fail
__wrap_calloc      53 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_calloc, NULL);                   // calloc() return value
__wrap_calloc      64 lib/common/tests/utils/crm_user_lookup_test.c     will_return_always(__wrap_calloc, 0);               // calloc() should never fail
__wrap_calloc      78 lib/common/tests/utils/crm_user_lookup_test.c     will_return_always(__wrap_calloc, 0);               // calloc() should never fail
__wrap_calloc      97 lib/common/tests/utils/crm_user_lookup_test.c     will_return_always(__wrap_calloc, 0);               // calloc() should never fail