Searched refs:BRANCH (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h15 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2104
H A DTpcbExample.cpp256 hrec.bid = randomId(BRANCH, accounts, branches, tellers);
386 branch = randomId(BRANCH, accounts, branches, tellers);
500 case BRANCH:
501 if (type == BRANCH)
/netgear-WNDR4500-V1.0.1.40_1.0.68/project/gpl/l7filter/regexp/
H A Dregexp.c74 * all nodes except BRANCH implement concatenation; a "next" pointer with
75 * a BRANCH on both ends of it is connecting two alternatives. (Here we
76 * have one of the subtle syntax dependencies: an individual BRANCH (as
80 * particular, the operand of a BRANCH node is the first node of the branch.
92 #define BRANCH 6 /* node Match this alternative, or the next... */ macro
105 * BRANCH The set of branches constituting a single choice are hooked
108 * "next" pointer of the last BRANCH in a choice points to the
111 * branch starts with the operand node of a BRANCH node.
117 * BRANCH structures using BACK. Simple cases (one character
269 scan = r->program+1; /* First BRANCH
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l7filter/regexp/
H A Dregexp.c74 * all nodes except BRANCH implement concatenation; a "next" pointer with
75 * a BRANCH on both ends of it is connecting two alternatives. (Here we
76 * have one of the subtle syntax dependencies: an individual BRANCH (as
80 * particular, the operand of a BRANCH node is the first node of the branch.
92 #define BRANCH 6 /* node Match this alternative, or the next... */ macro
105 * BRANCH The set of branches constituting a single choice are hooked
108 * "next" pointer of the last BRANCH in a choice points to the
111 * branch starts with the operand node of a BRANCH node.
117 * BRANCH structures using BACK. Simple cases (one character
269 scan = r->program+1; /* First BRANCH
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c41 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2101
462 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
503 case BRANCH:
504 if (type == BRANCH)
621 branch = random_id(BRANCH, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp23 typedef enum { ACCOUNT, BRANCH, TELLER } FTYPE; enumerator in enum:__anon2102
418 hrec.bid = random_id(BRANCH, accounts, branches, tellers);
456 case BRANCH:
457 if (type == BRANCH)
554 branch = random_id(BRANCH, accounts, branches, tellers);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java69 public static final int BRANCH = 1; field in class:TpcbExample
288 hrec.set_bid(random_id(BRANCH));
319 case BRANCH:
320 if (type == BRANCH)
460 branch = TpcbExample.this.random_id(TpcbExample.BRANCH);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.h775 #define BRANCH 1 /* Tag field value. */ macro

Completed in 124 milliseconds