Home
last modified time | relevance | path

Searched refs:ctx_cb (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dudp_request.c153 SendtoWithRetryCtx *ctx_cb; in sendto_with_retry() local
163 assert(ctx_cb != NULL); in sendto_with_retry()
165 assert(ctx_cb->buffer == ctx->buffer); in sendto_with_retry()
166 free(ctx_cb); in sendto_with_retry()
193 assert(ctx_cb != NULL); in sendto_with_retry()
194 assert(ctx_cb->udp_request == ctx->udp_request); in sendto_with_retry()
195 assert(ctx_cb->buffer == ctx->buffer); in sendto_with_retry()
197 if ((ctx_cb = malloc(sizeof *ctx_cb)) == NULL) { in sendto_with_retry()
201 assert(ctx_cb == in sendto_with_retry()
203 *ctx_cb = *ctx; in sendto_with_retry()
[all …]
/dports/devel/ossp-cfg/cfg-0.9.11/perl/
H A Dcfg.xs473 cb_ctx_t ctx_cb;
477 ctx_cb.fct = cb_fct_cb;
478 ctx_cb.ctx = cb_ctx_cb;
479 RETVAL = cfg_node_apply(cfg, node, cb_fct, &ctx_cmp, cb_fct, &ctx_cb);