Lines Matching refs:te
40 struct tevent_timer *te;
62 static void renew_tgt(struct tevent_context *ev, struct tevent_timer *te,
165 struct tevent_timer *te = NULL;
207 te = tevent_add_timer(renew_tgt_ctx->ev,
210 if (te == NULL) {
217 if (auth_data == NULL || te == NULL) {
240 talloc_zfree(renew_tgt_ctx->te);
252 struct tevent_timer *te,
259 renew_tgt_ctx->te = NULL;
283 if (renew_tgt_ctx->te != NULL) {
293 renew_tgt_ctx->te = tevent_add_timer(renew_tgt_ctx->ev, renew_tgt_ctx,
296 if (renew_tgt_ctx->te == NULL) {
506 krb5_ctx->renew_tgt_ctx->te = tevent_add_timer(ev, krb5_ctx->renew_tgt_ctx,
509 if (krb5_ctx->renew_tgt_ctx->te == NULL) {