Lines Matching refs:handle

41 interposed_auth_callback(papi_service_t handle, void *app_data)  in interposed_auth_callback()  argument
213 papiServiceCreate(papi_service_t *handle, char *service_name, char *user_name, in papiServiceCreate() argument
222 if (handle == NULL) in papiServiceCreate()
225 if ((*handle = svc = calloc(1, sizeof (*svc))) == NULL) in papiServiceCreate()
260 papiServiceDestroy(papi_service_t handle) in papiServiceDestroy() argument
262 if (handle != NULL) { in papiServiceDestroy()
263 service_t *svc = handle; in papiServiceDestroy()
286 free(handle); in papiServiceDestroy()
291 papiServiceSetPeer(papi_service_t handle, int fd) in papiServiceSetPeer() argument
295 if (handle != NULL) { in papiServiceSetPeer()
296 service_t *svc = handle; in papiServiceSetPeer()
307 papiServiceSetUserName(papi_service_t handle, char *user_name) in papiServiceSetUserName() argument
311 if (handle != NULL) { in papiServiceSetUserName()
312 service_t *svc = handle; in papiServiceSetUserName()
329 papiServiceSetPassword(papi_service_t handle, char *password) in papiServiceSetPassword() argument
333 if (handle != NULL) { in papiServiceSetPassword()
334 service_t *svc = handle; in papiServiceSetPassword()
351 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) in papiServiceSetEncryption() argument
355 if (handle != NULL) { in papiServiceSetEncryption()
356 service_t *svc = handle; in papiServiceSetEncryption()
371 papiServiceSetAuthCB(papi_service_t handle, in papiServiceSetAuthCB() argument
376 if (handle != NULL) { in papiServiceSetAuthCB()
377 service_t *svc = handle; in papiServiceSetAuthCB()
392 papiServiceSetAppData(papi_service_t handle, void *app_data) in papiServiceSetAppData() argument
396 if (handle != NULL) { in papiServiceSetAppData()
397 service_t *svc = handle; in papiServiceSetAppData()
408 papiServiceGetServiceName(papi_service_t handle) in papiServiceGetServiceName() argument
412 if (handle != NULL) { in papiServiceGetServiceName()
413 service_t *svc = handle; in papiServiceGetServiceName()
427 papiServiceGetUserName(papi_service_t handle) in papiServiceGetUserName() argument
431 if (handle != NULL) { in papiServiceGetUserName()
432 service_t *svc = handle; in papiServiceGetUserName()
446 papiServiceGetPassword(papi_service_t handle) in papiServiceGetPassword() argument
450 if (handle != NULL) { in papiServiceGetPassword()
451 service_t *svc = handle; in papiServiceGetPassword()
465 papiServiceGetEncryption(papi_service_t handle) in papiServiceGetEncryption() argument
469 if (handle != NULL) { in papiServiceGetEncryption()
470 service_t *svc = handle; in papiServiceGetEncryption()
485 papiServiceGetAppData(papi_service_t handle) in papiServiceGetAppData() argument
488 service_t *svc = handle; in papiServiceGetAppData()
490 if (handle != NULL) in papiServiceGetAppData()
497 papiServiceGetAttributeList(papi_service_t handle) in papiServiceGetAttributeList() argument
500 service_t *svc = handle; in papiServiceGetAttributeList()
502 if (handle != NULL) { in papiServiceGetAttributeList()
523 papiServiceGetStatusMessage(papi_service_t handle) in papiServiceGetStatusMessage() argument
526 service_t *svc = handle; in papiServiceGetStatusMessage()
528 if (handle != NULL) { in papiServiceGetStatusMessage()