|
| void | KSI_AsyncHandle_free (KSI_AsyncHandle *o) |
| |
| int | KSI_AsyncAggregationHandle_new (KSI_CTX *ctx, KSI_AggregationReq *req, KSI_AsyncHandle **o) |
| |
| KSI_AsyncHandle * | KSI_AsyncHandle_ref (KSI_AsyncHandle *o) |
| |
| int | KSI_AsyncHandle_setRequestCtx (KSI_AsyncHandle *o, void *reqCtx, void(*reqCtx_free)(void *)) |
| |
| int | KSI_AsyncHandle_getRequestCtx (const KSI_AsyncHandle *o, const void **reqCtx) |
| |
| int | KSI_AsyncHandle_getState (const KSI_AsyncHandle *h, int *state) |
| |
| int | KSI_AsyncHandle_getError (const KSI_AsyncHandle *h, int *error) |
| |
| int | KSI_AsyncHandle_getExtError (const KSI_AsyncHandle *h, long *ext) |
| |
| int | KSI_AsyncHandle_getErrorMessage (const KSI_AsyncHandle *h, KSI_Utf8String **msg) |
| |
| int | KSI_AsyncHandle_getRequestId (const KSI_AsyncHandle *h, KSI_uint64_t *id) |
| |
| int | KSI_AsyncHandle_getAggregationReq (const KSI_AsyncHandle *h, KSI_AggregationReq **req) |
| |
| int | KSI_AsyncHandle_getAggregationResp (const KSI_AsyncHandle *h, KSI_AggregationResp **resp) |
| |
| int | KSI_AsyncHandle_getSignature (const KSI_AsyncHandle *h, KSI_Signature **signature) |
| |
| int | KSI_AsyncHandle_getConfig (const KSI_AsyncHandle *h, KSI_Config **config) |
| |
| void | KSI_AsyncClient_free (KSI_AsyncClient *c) |
| |
| int | KSI_AbstractAsyncClient_new (KSI_CTX *ctx, KSI_AsyncClient **c) |
| |
| void | KSI_AsyncService_free (KSI_AsyncService *service) |
| |
| int | KSI_SigningAsyncService_new (KSI_CTX *ctx, KSI_AsyncService **service) |
| |
| int | KSI_AsyncService_addRequest (KSI_AsyncService *s, KSI_AsyncHandle *handle) |
| |
| int | KSI_AsyncService_run (KSI_AsyncService *service, KSI_AsyncHandle **handle, size_t *waiting) |
| |
| int | KSI_AsyncService_getPendingCount (KSI_AsyncService *s, size_t *count) |
| |
| int | KSI_AsyncService_getReceivedCount (KSI_AsyncService *s, size_t *count) |
| |
| int | KSI_AsyncService_setOption (KSI_AsyncService *s, const KSI_AsyncOption option, void *value) |
| |
| int | KSI_AsyncService_getOption (const KSI_AsyncService *s, const KSI_AsyncOption option, void *value) |
| |