HomeSort by: relevance | last modified time | path
    Searched refs:drop (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_create.sql 0 drop table persons;
2 drop sequence persons_id_seq;
10 drop table institutes;
11 drop sequence institutes_id_seq;
17 drop table documents;
18 drop sequence documents_id_seq;
25 drop table authors_docs;
32 drop table phones;
33 drop sequence phones_id_seq;
40 drop table certs
    [all...]
backsql_create.sql 0 drop table ldap_oc_mappings;
2 drop sequence ldap_oc_mappings_id_seq;
14 drop table ldap_attr_mappings;
15 drop sequence ldap_attr_mappings_id_seq;
31 drop table ldap_entries;
32 drop sequence ldap_entries_id_seq;
44 drop table ldap_entry_objclasses;
  /src/common/dist/zlib/contrib/infback9/
inftree9.c 40 unsigned drop; /* code bits to drop for sub-table */ local
141 with length len. That code is converted to an index by dropping drop
142 bits off of the bottom. For codes where len is less than drop + curr,
143 those top drop + curr - len bits are incremented through all values to
149 new sub-table should be started. drop is zero when the root table is
150 being filled, and drop is root when sub-tables are being filled.
194 drop = 0; /* current bits to drop from code for index */
207 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inftree9.c 40 unsigned drop; /* code bits to drop for sub-table */ local
141 with length len. That code is converted to an index by dropping drop
142 bits off of the bottom. For codes where len is less than drop + curr,
143 those top drop + curr - len bits are incremented through all values to
149 new sub-table should be started. drop is zero when the root table is
150 being filled, and drop is root when sub-tables are being filled.
194 drop = 0; /* current bits to drop from code for index */
207 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inftree9.c 40 unsigned drop; /* code bits to drop for sub-table */ local
141 with length len. That code is converted to an index by dropping drop
142 bits off of the bottom. For codes where len is less than drop + curr,
143 those top drop + curr - len bits are incremented through all values to
149 new sub-table should be started. drop is zero when the root table is
150 being filled, and drop is root when sub-tables are being filled.
194 drop = 0; /* current bits to drop from code for index */
207 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
testdb_create.sql 0 drop table persons;
9 drop table institutes;
15 drop table documents;
22 drop table authors_docs;
28 drop table phones;
35 drop table referrals;
backsql_create.sql 0 drop table ldap_oc_mappings;
14 drop table ldap_attr_mappings;
30 drop table ldap_entries;
53 drop table ldap_entry_objclasses;
  /src/common/dist/zlib/
inftrees.c 42 unsigned drop; /* code bits to drop for sub-table */ local
149 with length len. That code is converted to an index by dropping drop
150 bits off of the bottom. For codes where len is less than drop + curr,
151 those top drop + curr - len bits are incremented through all values to
157 new sub-table should be started. drop is zero when the root table is
158 being filled, and drop is root when sub-tables are being filled.
200 drop = 0; /* current bits to drop from code for index */
213 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
inftrees.c 40 unsigned drop; /* code bits to drop for sub-table */ local
147 with length len. That code is converted to an index by dropping drop
148 bits off of the bottom. For codes where len is less than drop + curr,
149 those top drop + curr - len bits are incremented through all values to
155 new sub-table should be started. drop is zero when the root table is
156 being filled, and drop is root when sub-tables are being filled.
198 drop = 0; /* current bits to drop from code for index */
211 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
inftrees.c 45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
inftrees.c 45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
inftrees.c 40 unsigned drop; /* code bits to drop for sub-table */ local
147 with length len. That code is converted to an index by dropping drop
148 bits off of the bottom. For codes where len is less than drop + curr,
149 those top drop + curr - len bits are incremented through all values to
155 new sub-table should be started. drop is zero when the root table is
156 being filled, and drop is root when sub-tables are being filled.
198 drop = 0; /* current bits to drop from code for index */
211 here.bits = (unsigned char)(len - drop);
    [all...]
  /src/usr.sbin/altq/altqd/altq.conf.samples/
cdnr.sample 9 conditioner pvc1 dropper <drop>
21 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <pass><drop>>
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/
testdb_create.sql 0 drop table if exists persons;
9 drop table if exists institutes;
15 drop table if exists documents;
22 drop table if exists authors_docs;
28 drop table if exists phones;
35 drop table if exists certs;
80 drop table if exists referrals;
backsql_create.sql 0 drop table if exists ldap_oc_mappings;
13 drop table if exists ldap_attr_mappings;
29 drop table if exists ldap_entries;
52 drop table if exists ldap_entry_objclasses;
  /src/external/cddl/osnet/dist/uts/common/zmod/
inftrees.c 47 unsigned drop; /* code bits to drop for sub-table */ local
154 with length len. That code is converted to an index by dropping drop
155 bits off of the bottom. For codes where len is less than drop + curr,
156 those top drop + curr - len bits are incremented through all values to
162 new sub-table should be started. drop is zero when the root table is
163 being filled, and drop is root when sub-tables are being filled.
208 drop = 0; /* current bits to drop from code for index */
220 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inftree9.c 45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inftree9.c 45 unsigned drop; /* code bits to drop for sub-table */ local
146 with length len. That code is converted to an index by dropping drop
147 bits off of the bottom. For codes where len is less than drop + curr,
148 those top drop + curr - len bits are incremented through all values to
154 new sub-table should be started. drop is zero when the root table is
155 being filled, and drop is root when sub-tables are being filled.
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_handle.c 315 dtrace_dropdata_t drop; local
321 bzero(&drop, sizeof (drop));
322 drop.dtdda_handle = dtp;
323 drop.dtdda_cpu = cpu;
324 drop.dtdda_kind = what;
325 drop.dtdda_drops = howmany;
326 drop.dtdda_msg = str;
345 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
359 "dynamic variable drop" },
395 dtrace_dropdata_t drop; local
    [all...]
  /src/external/bsd/kyua-cli/etc/kyua/
kyua.conf 9 -- User to drop privileges to when invoking kyua(1) as root and a test case
  /src/tests/net/altq/
t_cbq.sh 160 check_counter ./out drop 'pkts: 0'
169 check_counter ./out drop 'drops: 1'
170 check_counter ./out drop 'pkts: 0'
274 check_counter ./out drop 'pkts: 0'
283 check_counter ./out drop 'pkts: 0'
292 check_counter ./out drop 'drops: 1'
293 check_counter ./out drop 'pkts: 0'
303 check_counter ./out drop 'drops: 1'
304 check_counter ./out drop 'pkts: 0'
389 check_counter ./out drop 'pkts: 0
    [all...]
  /src/usr.bin/telnet/
terminal.c 89 ttyflush(int drop)
95 if (drop) {
113 if (!drop)
  /src/external/bsd/am-utils/dist/libamu/
misc_rpc.c 101 goto drop;
106 goto drop;
109 drop:
  /src/sys/netinet6/
ip6_forward.c 113 * If not forwarding, just drop the packet. This could be confusing
152 goto drop;
211 goto drop;
225 goto drop;
249 goto drop;
286 goto drop;
295 goto drop;
322 * to loop. Thus, we immediately drop the packet and
332 goto drop;
456 drop
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
dg-cmp-results.sh 132 function drop() { function
159 drop() function
184 drop() function

Completed in 30 milliseconds

1 2 3 4 5 6 7 8