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

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dpattern.c252 CFArrayRef pSessions; local
271 pSessions = CFArrayCreate(NULL, NULL, 0, &kCFTypeArrayCallBacks);
272 CFArrayAppendValue(pInfo, pSessions);
273 CFRelease(pSessions);
375 CFMutableArrayRef pSessions; local
388 pSessions = (CFMutableArrayRef)CFArrayGetValueAtIndex(pInfo, 1);
389 pSessions = CFArrayCreateMutableCopy(NULL, 0, pSessions);
390 CFArrayAppendValue(pSessions, sessionNum);
391 CFArraySetValueAtIndex(pInfo, 1, pSessions);
419 CFMutableArrayRef pSessions; local
494 CFArrayRef pSessions; local
555 CFArrayRef pSessions; local
[all...]

Completed in 168 milliseconds