Lines Matching defs:pref
1340 OtpPreferences *pref = malloc(sizeof(OtpPreferences));
1345 pref->priorityL[i] = NULL;
1347 pref->priority = OTP_ZERO;
1348 pref->switchingL = NULL;
1349 pref->switching = false;
1351 return pref;
1354 static void free_OtpPreferences(OtpPreferences *pref)
1358 FreeList(&pref->switchingL);
1360 FreeList(&pref->priorityL[i]);
1363 free(pref);