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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthitems.h17 AI_TYPE_INT, enumerator in enum:__anon3484
H A Dauthitems.c114 case AI_TYPE_INT:
719 if (item && item->type == AI_TYPE_INT) {
722 item = auth_item_create(AI_TYPE_INT, key, &value, sizeof(int32_t), 0);
736 if (!(item->type ==AI_TYPE_INT || item->type == AI_TYPE_UNKNOWN) || (item->data.valueLength != sizeof(int32_t))) {
738 item->data.name, item->type, AI_TYPE_INT, item->data.valueLength, sizeof(int32_t));
H A Dauthdb.c583 case AI_TYPE_INT:

Completed in 180 milliseconds