Searched refs:DROP (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.local.h67 #define DROP 3 /* offset to drop characters with descenders */ macro
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.h93 DROP, enumerator in enum:__anon8210
106 * return DROP if it is time to drop or ENQUE otherwise.
142 return DROP;
147 return DROP;
H A Ddn_aqm_pie.c506 t = DROP;
509 && drop_early(pst, q->ni.len_bytes) == DROP) {
519 t = DROP;
538 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
547 t = DROP;
553 if (t != DROP) {
H A Ddn_sched_fq_pie.c702 && drop_early(pst, q->stats.len_bytes) == DROP) {
712 t = DROP;
731 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
740 t = DROP;
746 if (t != DROP) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh54 iptables -P FORWARD DROP
H A Dp2p-action.sh81 iptables -P FORWARD DROP
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbad_dtls_test.c733 #define DROP(x) { x##UL, 1 } macro
742 DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1),
743 NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010),
744 NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012),
745 NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001),
746 NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff),
747 NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
748 /* The last test should be NODROP, because a DROP wouldn't get tested. */
899 printf("Error: last test cannot be DROP()\
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql605 DROP TABLE IF EXISTS changelist_list;
620 DROP TRIGGER IF EXISTS trigger_changelist_list_change;
637 DROP TRIGGER trigger_changelist_list_change;
638 DROP TABLE changelist_list;
639 DROP TABLE targets_list
647 DROP TABLE IF EXISTS targets_list;
658 DROP TABLE targets_list
1340 DROP TABLE IF EXISTS target_prop_cache;
1397 DROP TABLE target_prop_cache;
1400 DROP TABL
[all...]
H A Dwc-metadata.sql670 DROP INDEX IF EXISTS I_ACTUAL_CHANGELIST;
671 DROP INDEX IF EXISTS I_EXTERNALS_PARENT;
673 DROP INDEX I_NODES_PARENT;
677 DROP INDEX I_ACTUAL_PARENT;
741 DROP TABLE ACTUAL_NODE;
766 DROP TABLE ACTUAL_NODE_BACKUP;
/freebsd-11-stable/stand/ficl/
H A Dvm.c179 DROP,
222 case DROP:
H A Dficl.h416 #define DROP(n) stackDrop(pVM->pStack,n) macro
H A Dwords.c2969 DROP(2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c274 #define DROP(n) (p->slen -= (n)) macro
647 DROP(1);
1130 DROP(finish-start); /* drop the operand */
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c161 #define DROP(n) (p->slen -= (n)) macro
528 DROP(1);
1026 DROP(finish-start); /* drop the operand */
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1510 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
1515 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
1547 return (DROP);
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c192 #define DROP(n) (p->slen -= (n)) macro
640 DROP(1);
1194 DROP(finish-start); /* drop the operand */
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y455 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
628 | SET BLOCKPOLICY DROP {
642 | SET FAILPOLICY DROP {
2666 | DROP {
5499 { "drop", DROP},
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2193 ** rollback, ABORT processing, [DROP TABLE], or by any other
2238 ** do rollbacks or ABORT processing, or [DROP TABLE] processing. The
6920 ** <b>The "DROP TABLE" Exception</b>
6924 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
6929 ** invoked immediately. If the application then re-attempts the "DROP TABLE"
6930 ** or "DROP INDEX" query, an infinite loop might be the result.
6935 ** the special "DROP TABLE/INDEX" case, the extended error code is just
12813 ** "DROP TABLE" statements and to prevent some nasty side effects of
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c9917 ** <b>The "DROP TABLE" Exception</b>
9921 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement,
9926 ** invoked immediately. If the application then re-attempts the "DROP TABLE"
9927 ** or "DROP INDEX" query, an infinite loop might be the result.
9932 ** the special "DROP TABLE/INDEX" case, the extended error code is just
17010 unsigned bDropColumn : 1; /* Doing schema check after DROP COLUMN */
19216 #define INITFLAG_AlterDrop 0x0002 /* Reparse after a DROP COLUMN */
[all...]

Completed in 1141 milliseconds