Searched refs:AI_TYPE_BOOL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthitems.h22 AI_TYPE_BOOL, enumerator in enum:__anon3484
H A Dauthitems.c126 case AI_TYPE_BOOL:
679 if (item && item->type == AI_TYPE_BOOL) {
682 item = auth_item_create(AI_TYPE_BOOL, key, &value, sizeof(bool), 0);
696 if (!(item->type == AI_TYPE_BOOL || item->type == AI_TYPE_UNKNOWN) || (item->data.valueLength != sizeof(bool))) {
698 item->data.name, item->type, AI_TYPE_BOOL, item->data.valueLength, sizeof(bool));
H A Dauthdb.c598 case AI_TYPE_BOOL:

Completed in 199 milliseconds