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

/macosx-10.10.1/webdavfs-367/webdavlib/
H A Dwebdavlib.c102 static void initContext(struct callback_ctx *ctx);
417 initContext(&ctx);
483 initContext(&ctx);
1348 static void initContext(struct callback_ctx *ctx) function
/macosx-10.10.1/kext_tools-384.1.4/
H A Dupdate_boot.c490 * Logically, callers provide up->boots,caches but initContext() also
679 // should be holding it (caller should have called initContext() XX?).
795 * initContext() sets up a struct updatingVol for use by other functions
804 initContext(struct updatingVol *up, CFURLRef srcVol, CFStringRef helperBSDName, function
1062 if ((opres = initContext(&up, volumeURL, NULL, opts))) {
1368 errnum = initContext(&up, srcVol, targetBSDName, opts);
1657 opres = initContext(&up, srcVolRoot, helperBSDName, kBROptsNone);

Completed in 145 milliseconds