Searched refs:numte (Results 1 – 1 of 1) sorted by relevance
1553 int i, j, k, numte, numedge; in transaction_order() local1577 numte = 0; in transaction_order()1584 numte++; in transaction_order()1586 POOL_DEBUG(SOLV_DEBUG_STATS, "transaction elements: %d\n", numte); in transaction_order()1587 if (!numte) in transaction_order()1590 numte++; /* leave first one zero */ in transaction_order()1593 od.ntes = numte; in transaction_order()1594 od.tes = solv_calloc(numte, sizeof(*od.tes)); in transaction_order()1617 for (i = 1, te = od.tes + i; i < numte; i++, te++) in transaction_order()1630 for (i = numte - 1; i > 0; i--) in transaction_order()[all …]