Home
last modified time | relevance | path

Searched refs:opt_stmt (Results 1 – 11 of 11) sorted by relevance

/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb_iterator.c215 sqlite3_stmt *stmt = NULL, *opt_stmt = NULL; in pkgdb_load_deps() local
306 &opt_stmt, NULL) != SQLITE_OK) { in pkgdb_load_deps()
311 sqlite3_bind_int64(opt_stmt, 1, in pkgdb_load_deps()
314 while (sqlite3_step(opt_stmt) == SQLITE_ROW) { in pkgdb_load_deps()
317 sqlite3_column_text(opt_stmt, 0)) in pkgdb_load_deps()
320 sqlite3_column_text(opt_stmt, 1), in pkgdb_load_deps()
323 sqlite3_column_text(opt_stmt, 1), in pkgdb_load_deps()
327 sqlite3_column_text(opt_stmt, 1), in pkgdb_load_deps()
336 sqlite3_finalize(opt_stmt); in pkgdb_load_deps()
/dports/net/dgd/dgd-1.4.23/src/comp/
H A Doptimize.h21 extern node *opt_stmt (node*, Uint*);
H A Doptimize.c2029 node *opt_stmt(node *first, Uint *depth) in opt_stmt() function
2050 n->l.left = opt_stmt(n->l.left, &d1); in opt_stmt()
2058 n->l.left = opt_stmt(n->l.left, &d1); in opt_stmt()
2063 n->l.left = opt_stmt(n->l.left, &d1); in opt_stmt()
2067 n->r.right = opt_stmt(n->r.right, &d2); in opt_stmt()
2091 n = opt_stmt(n, &d1); in opt_stmt()
2098 n = opt_stmt(n, &d1); in opt_stmt()
2147 n->r.right = opt_stmt(n->r.right, &d2); in opt_stmt()
2170 n = opt_stmt(n, &d1); in opt_stmt()
2182 n = opt_stmt(n, &d1); in opt_stmt()
[all …]
H A Dcompile.c1032 n = opt_stmt(n, &depth); in c_funcbody()
/dports/net/daq/daq-2.2.2/sfbpf/
H A Dsf_optimize.c144 static void opt_stmt(struct stmt *, int[], int);
989 static void opt_stmt(s, val, alter) in opt_stmt() function
1295 opt_stmt(&s->s, b->val, do_stmts);
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Doptimize.c115 static void opt_stmt(struct stmt *, int[], int);
865 opt_stmt(s, val, alter) in opt_stmt() function
1127 opt_stmt(&s->s, b->val, do_stmts);
/dports/net/tcpview/tcpview-1.0/
H A Doptimize.c792 opt_stmt(s, val, alter) in opt_stmt() function
1053 opt_stmt(&s->s, b->val, do_stmts);
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/common/
H A Dargus_filter.c1162 static void opt_stmt(struct stmt *, long long[], int);
1893 opt_stmt( struct stmt *s, long long val[], int alter) in opt_stmt() function
2173 opt_stmt(&s->s, b->val, do_stmts); in opt_blk()
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dargus_filter.c1149 static void opt_stmt(struct stmt *, long long[], int);
1880 opt_stmt( struct stmt *s, long long val[], int alter) in opt_stmt() function
2160 opt_stmt(&s->s, b->val, do_stmts); in opt_blk()
/dports/security/nmap/nmap-7.91/libpcap/
H A Doptimize.c1094 opt_stmt(opt_state_t *opt_state, struct stmt *s, int val[], int alter) in opt_stmt() function
1417 opt_stmt(opt_state, &s->s, b->val, do_stmts); in opt_blk()
/dports/net/libpcap/libpcap-1.10.1/
H A Doptimize.c1187 opt_stmt(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 val[], int alter) in opt_stmt() function
1528 opt_stmt(opt_state, &s->s, b->val, do_stmts); in opt_blk()