Searched defs:txp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/mysqldyn/
H A Ddlz_mysqldyn_mod.c553 mysql_transaction_t *txp; local
556 for (txp = state->transactions; txp != NULL; txp = txp->next) {
557 if (txn == txp) {
1358 mysql_transaction_t *txp; local
1371 txp = state->transactions;
1372 while (txp != NULL) {
1373 if (txp
[all...]

Completed in 531 milliseconds