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

/macosx-10.9.5/webdavfs-352.92.2/webdavlib/
H A Dwebdavlib.c47 struct callback_ctx { struct
80 static enum WEBDAVLIBAuthStatus finalStatusFromStatusCode(struct callback_ctx *ctx, int *error);
81 static int handleStreamError(struct callback_ctx *ctx, boolean_t *tryAgain);
82 static int handleSSLErrors(struct callback_ctx *ctx, boolean_t *tryAgain);
83 static enum WEBDAVLIBAuthStatus sendOptionsRequest(CFURLRef a_url, struct callback_ctx *ctx, int *result);
84 static enum WEBDAVLIBAuthStatus sendOptionsRequestAuthenticated(CFURLRef a_url, struct callback_ctx *ctx, CFDictionaryRef creds, int *result);
85 static void applyCredentialsToRequest(struct callback_ctx *ctx, CFDictionaryRef creds, CFHTTPMessageRef request);
87 static int updateNetworkProxies(struct callback_ctx *ctx);
88 static void releaseContextItems(struct callback_ctx *ctx);
89 static void initContext(struct callback_ctx *ct
[all...]

Completed in 83 milliseconds