Lines Matching refs:txc_count
71 size_t txc_count; member
118 elem = bsearch(prop_name, data->txc_cmds, data->txc_count, in tx_process_property()
190 int count = data->txc_count; in tx_process_cmds()
500 data->txc_count = count; in tx_commit_data_new()
529 assert(cmd_no < tx_data->txc_count); in tx_cmd_action()
530 if (cmd_no >= tx_data->txc_count) in tx_cmd_action()
544 return (tx_data->txc_count); in tx_cmd_count()
560 assert(cmd_no < tx_data->txc_count); in tx_cmd_nvalues()
561 if (cmd_no >= tx_data->txc_count) in tx_cmd_nvalues()
581 assert(cmd_no < tx_data->txc_count); in tx_cmd_prop()
582 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop()
602 assert(cmd_no < tx_data->txc_count); in tx_cmd_prop_type()
603 if (cmd_no >= tx_data->txc_count) in tx_cmd_prop_type()
629 assert(cmd_no < tx_data->txc_count); in tx_cmd_value()
630 if (cmd_no >= tx_data->txc_count) in tx_cmd_value()
684 if (data->txc_count == 0) { in object_tx_commit()