Home
last modified time | relevance | path

Searched refs:text_cnt (Results 1 – 4 of 4) sorted by relevance

/dports/benchmarks/sysbench/sysbench-1.0.20/src/
H A Dsb_logger.c64 static unsigned int text_cnt; variable
435 text_cnt = 0; in text_handler_init()
457 text_cnt++; in text_handler_process()
464 if (text_cnt > 0) in text_handler_process()
465 printf("(last message repeated %u times)\n", text_cnt); in text_handler_process()
467 text_cnt = 0; in text_handler_process()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTGuess.c41 int text_cnt; member
84 (int)(100*me->text_cnt/me->cnt + 0.5) _ in HTGuess_flush()
91 me->text_cnt + me->lf_cnt >= 16 * (me->ctrl_cnt + me->high_cnt)) { in HTGuess_flush()
202 me->text_cnt++; in HTGuess_put_block()
206 me->text_cnt++; in HTGuess_put_block()
/dports/textproc/word2x/word2x-0.005/
H A Dreader.cc762 nl->text_cnt=0; in list_type()
778 nl->text_cnt=0; in list_type()
795 nl->text_cnt=0; in list_type()
809 nl->text_cnt=0; in list_type()
952 lp->text_cnt=0; in list_check()
988 lp->text_cnt=0; in list_check()
1030 lp->text_cnt=0; in list_check()
1057 lp->text_cnt +=strlen(txt); in list_check()
1058 if (lp->obj_cnt>PAR_ITEM_SEP_LIMIT || lp->text_cnt>TEXT_ITEM_SEP_LIMIT) in list_check()
H A Dreader.h231 int text_cnt; member