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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthitems.c111 case AI_TYPE_STRING:
214 if (item->type == AI_TYPE_STRING) {
607 if (item && item->type == AI_TYPE_STRING && valLen < item->bufLen) {
611 item = auth_item_create(AI_TYPE_STRING, key, value, valLen, 0);
626 if (!(item->type == AI_TYPE_STRING || item->type == AI_TYPE_UNKNOWN)) {
628 item->data.name, item->type, AI_TYPE_STRING);
701 if (item->type == AI_TYPE_STRING) {
741 if (item->type == AI_TYPE_STRING) {
781 if (item->type == AI_TYPE_STRING) {
821 if (item->type == AI_TYPE_STRING) {
[all...]
H A Dauthitems.h16 AI_TYPE_STRING, enumerator in enum:__anon3484
H A Dauthdb.c608 case AI_TYPE_STRING:

Completed in 197 milliseconds