Lines Matching defs:api
112 MSH3_API *api;833 ctx->api = MsH3ApiOpen();834 if(!ctx->api) {835 failf(data, "can't create msh3 api");839 ctx->qconn = MsH3ConnectionOpen(ctx->api,847 if(ctx->api) {848 MsH3ApiClose(ctx->api);849 ctx->api = NULL;931 if(ctx->api) {932 MsH3ApiClose(ctx->api);933 ctx->api = NULL;