Home
last modified time | relevance | path

Searched refs:stmt_count (Results 1 – 25 of 141) sorted by relevance

123456

/dports/java/java-subversion/subversion-1.14.1/build/
H A Dtransform_sql.py69 self.stmt_count))
76 (self.stmt_count, match.group(1), info))
77 self.output.write('#define STMT_%d \\\n' % (self.stmt_count,))
80 self.stmt_count += 1
99 self.stmt_count = 0
287 if proc.stmt_count > 0:
291 + ', \\\n'.join(' STMT_%d' % (i,) for i in range(proc.stmt_count))
299 + ', \\\n'.join(' STMT_%d_INFO' % (i) for i in range(proc.stmt_count))
/dports/devel/py-subversion/subversion-1.14.1/build/
H A Dtransform_sql.py69 self.stmt_count))
76 (self.stmt_count, match.group(1), info))
77 self.output.write('#define STMT_%d \\\n' % (self.stmt_count,))
80 self.stmt_count += 1
99 self.stmt_count = 0
287 if proc.stmt_count > 0:
291 + ', \\\n'.join(' STMT_%d' % (i,) for i in range(proc.stmt_count))
299 + ', \\\n'.join(' STMT_%d_INFO' % (i) for i in range(proc.stmt_count))
/dports/security/subversion-gnome-keyring/subversion-1.14.1/build/
H A Dtransform_sql.py69 self.stmt_count))
76 (self.stmt_count, match.group(1), info))
77 self.output.write('#define STMT_%d \\\n' % (self.stmt_count,))
80 self.stmt_count += 1
99 self.stmt_count = 0
287 if proc.stmt_count > 0:
291 + ', \\\n'.join(' STMT_%d' % (i,) for i in range(proc.stmt_count))
299 + ', \\\n'.join(' STMT_%d_INFO' % (i) for i in range(proc.stmt_count))
/dports/devel/p5-subversion/subversion-1.14.1/build/
H A Dtransform_sql.py69 self.stmt_count))
76 (self.stmt_count, match.group(1), info))
77 self.output.write('#define STMT_%d \\\n' % (self.stmt_count,))
80 self.stmt_count += 1
99 self.stmt_count = 0
287 if proc.stmt_count > 0:
291 + ', \\\n'.join(' STMT_%d' % (i,) for i in range(proc.stmt_count))
299 + ', \\\n'.join(' STMT_%d_INFO' % (i) for i in range(proc.stmt_count))
/dports/news/inn-current/inn-2.7-20211226/storage/ovsqlite/
H A Dsqlite-helper-gen.in148 my($stmt_count, @lines, $text);
160 $stmt_count = @{$names};
185 $stmt_count,
H A Dsqlite-helper.c34 count = helper->stmt_count; in sqlite_helper_init()
85 count = helper->stmt_count; in sqlite_helper_term()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-parse.y2115 { stmt_count++;
2230 { stmt_count++;
2243 { stmt_count++;
2263 { stmt_count++;
2294 { stmt_count++;
2298 { stmt_count++;
2303 { stmt_count++;
2308 { stmt_count++;
2312 stmt_count++;
2325 stmt_count++;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-parse.y2115 { stmt_count++;
2230 { stmt_count++;
2243 { stmt_count++;
2263 { stmt_count++;
2294 { stmt_count++;
2298 { stmt_count++;
2303 { stmt_count++;
2308 { stmt_count++;
2312 stmt_count++;
2325 stmt_count++;
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/objc/
H A Dobjc-parse.y2172 { stmt_count++;
2287 { stmt_count++;
2300 { stmt_count++;
2320 { stmt_count++;
2351 { stmt_count++;
2355 { stmt_count++;
2360 { stmt_count++;
2365 { stmt_count++;
2369 stmt_count++;
2382 stmt_count++;
[all …]
H A Dobjc-parse.c4745 { stmt_count++; in yyparse()
4824 { stmt_count++; in yyparse()
4856 { stmt_count++; in yyparse()
4877 { stmt_count++; in yyparse()
4900 { stmt_count++; in yyparse()
4911 { stmt_count++; in yyparse()
4922 { stmt_count++; in yyparse()
4933 { stmt_count++; in yyparse()
4938 { stmt_count++; in yyparse()
4943 { stmt_count++; in yyparse()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/objc/
H A Dobjc-parse.y2172 { stmt_count++;
2287 { stmt_count++;
2300 { stmt_count++;
2320 { stmt_count++;
2351 { stmt_count++;
2355 { stmt_count++;
2360 { stmt_count++;
2365 { stmt_count++;
2369 stmt_count++;
2382 stmt_count++;
[all …]
H A Dobjc-parse.c4745 { stmt_count++; in yyparse()
4824 { stmt_count++; in yyparse()
4856 { stmt_count++; in yyparse()
4877 { stmt_count++; in yyparse()
4900 { stmt_count++; in yyparse()
4911 { stmt_count++; in yyparse()
4922 { stmt_count++; in yyparse()
4933 { stmt_count++; in yyparse()
4938 { stmt_count++; in yyparse()
4943 { stmt_count++; in yyparse()
[all …]
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/lib/Devel/NYTProf/
H A DReader.pm300 my ($stmt_time, $stmt_count) = @$stmts;
308 $stmt_count ||= 1;
311 $line_stats->{'calls'} = $stmt_count;
312 $line_stats->{'time/call'} = $stmt_time/$stmt_count;
318 $runningTotalCalls += $stmt_count;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/ndb_binlog/t/
H A Dndb_binlog_get_binlog_stmts_basic.inc47 set @stmt_count = 0;
52 @stmt_count:= @stmt_count + stmt_boundary # All rows from same stmt will
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dbrace_cleanup.cpp410 __func__, __LINE__, frm.stmt_count, frm.expr_count); in parse_cleanup()
412 if ( ( frm.stmt_count == 0 in parse_cleanup()
423 pc->flags.test(PCF_STMT_START) ? "stmt" : "expr", frm.stmt_count, in parse_cleanup()
426 frm.stmt_count++; in parse_cleanup()
429 __func__, __LINE__, frm.stmt_count, frm.expr_count); in parse_cleanup()
899 frm.stmt_count = 0; in parse_cleanup()
902 __func__, __LINE__, frm.stmt_count, frm.expr_count); in parse_cleanup()
1131 frm.stmt_count = 0; in check_complex_statements()
1134 __func__, __LINE__, frm.stmt_count, frm.expr_count); in check_complex_statements()
1136 frm.stmt_count = 1; in check_complex_statements()
[all …]

123456