Searched refs:operation (Results 1 - 25 of 146) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_CHECKSUM.h17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLogRecordHandler.java22 @param operation
23 The recovery operation being performed.
31 RecoveryOperation operation);
28 handleLogRecord(Environment environment, DatabaseEntry logRecord, LogSequenceNumber lsn, RecoveryOperation operation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand.h21 FLAC__bool do_shorthand_operation__picture(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
22 FLAC__bool do_shorthand_operation__cuesheet(const char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
24 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write);
25 FLAC__bool do_shorthand_operation__vorbis_comment(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw);
H A Doperations_shorthand_streaminfo.c30 FLAC__bool do_shorthand_operation__streaminfo(const char *filename, FLAC__bool prefix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) argument
50 switch(operation->type) {
85 memcpy(block->data.stream_info.md5sum, operation->argument.streaminfo_md5.value, 16);
89 block->data.stream_info.min_blocksize = operation->argument.streaminfo_uint32.value;
93 block->data.stream_info.max_blocksize = operation->argument.streaminfo_uint32.value;
97 block->data.stream_info.min_framesize = operation->argument.streaminfo_uint32.value;
101 block->data.stream_info.max_framesize = operation->argument.streaminfo_uint32.value;
105 block->data.stream_info.sample_rate = operation->argument.streaminfo_uint32.value;
109 block->data.stream_info.channels = operation->argument.streaminfo_uint32.value;
113 block->data.stream_info.bits_per_sample = operation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
69 if(operation == ASN1_OP_NEW_PRE) {
73 } else if(operation == ASN1_OP_FREE_PRE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_asn1.c67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
69 if(operation == ASN1_OP_NEW_PRE) {
73 } else if(operation == ASN1_OP_FREE_PRE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules_parse.c81 static int get_key(char **line, char **key, enum key_operation *operation, char **value) argument
121 /* get operation type */
123 *operation = KEY_OP_MATCH;
127 *operation = KEY_OP_NOMATCH;
131 *operation = KEY_OP_ADD;
135 *operation = KEY_OP_ASSIGN;
139 *operation = KEY_OP_ASSIGN_FINAL;
198 enum key_operation operation, const char *value)
202 key->operation = operation;
197 add_rule_key(struct udev_rule *rule, struct key *key, enum key_operation operation, const char *value) argument
211 add_rule_key_pair(struct udev_rule *rule, struct key_pairs *pairs, enum key_operation operation, const char *key, const char *value) argument
254 enum key_operation operation = KEY_OP_UNSET; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ecn.c46 einfo->operation |= IPT_ECN_OP_MATCH_CWR;
51 einfo->operation |= IPT_ECN_OP_MATCH_ECE;
58 einfo->operation |= IPT_ECN_OP_MATCH_IP;
79 if (einfo->operation & IPT_ECN_OP_MATCH_ECE) {
84 if (einfo->operation & IPT_ECN_OP_MATCH_CWR) {
89 if (einfo->operation & IPT_ECN_OP_MATCH_IP) {
101 if (einfo->operation & IPT_ECN_OP_MATCH_ECE) {
107 if (einfo->operation & IPT_ECN_OP_MATCH_CWR) {
113 if (einfo->operation & IPT_ECN_OP_MATCH_IP) {
H A Dlibipt_ECN.c56 einfo->operation = IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR;
61 einfo->operation |= IPT_ECN_OP_SET_CWR;
65 einfo->operation |= IPT_ECN_OP_SET_ECE;
69 einfo->operation |= IPT_ECN_OP_SET_IP;
79 "ECN target: An operation is required");
90 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)
95 if (einfo->operation & IPT_ECN_OP_SET_ECE)
98 if (einfo->operation & IPT_ECN_OP_SET_CWR)
101 if (einfo->operation & IPT_ECN_OP_SET_IP)
111 if (einfo->operation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_ecn.c52 einfo->operation |= IPT_ECN_OP_MATCH_CWR;
63 einfo->operation |= IPT_ECN_OP_MATCH_ECE;
77 einfo->operation |= IPT_ECN_OP_MATCH_IP;
109 if (einfo->operation & IPT_ECN_OP_MATCH_ECE) {
115 if (einfo->operation & IPT_ECN_OP_MATCH_CWR) {
121 if (einfo->operation & IPT_ECN_OP_MATCH_IP) {
135 if (einfo->operation & IPT_ECN_OP_MATCH_ECE) {
141 if (einfo->operation & IPT_ECN_OP_MATCH_CWR) {
147 if (einfo->operation & IPT_ECN_OP_MATCH_IP) {
H A Dlibipt_ECN.c56 einfo->operation = IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR;
68 einfo->operation |= IPT_ECN_OP_SET_CWR;
79 einfo->operation |= IPT_ECN_OP_SET_ECE;
90 einfo->operation |= IPT_ECN_OP_SET_IP;
120 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)
125 if (einfo->operation & IPT_ECN_OP_SET_ECE)
128 if (einfo->operation & IPT_ECN_OP_SET_CWR)
131 if (einfo->operation & IPT_ECN_OP_SET_IP)
143 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)
149 if (einfo->operation
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.c38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
H A Deval-plural.h32 switch (pexp->operation)
45 /* pexp->operation must be lnot. */
52 if (pexp->operation == lor)
54 else if (pexp->operation == land)
60 switch (pexp->operation)
101 /* pexp->operation must be qmop. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
67 if(operation == ASN1_OP_NEW_POST) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dnsseq.c65 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
67 if(operation == ASN1_OP_NEW_POST) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_ECN.h22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
H A Dipt_ecn.h23 u_int8_t operation; member in struct:ipt_ecn_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_ECN.h22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
H A Dipt_ecn.h23 u_int8_t operation; member in struct:ipt_ecn_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_ECN.h22 u_int8_t operation; /* bitset of operations */ member in struct:ipt_ECN_info
H A Dipt_ecn.h23 u_int8_t operation; member in struct:ipt_ecn_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Do_time.c173 long operation; local
181 operation = LIB$K_DELTA_SECONDS;
182 status = lib$cvt_to_internal_time(&operation,
200 operation = LIB$K_DAY_OF_WEEK;
201 status = lib$cvt_from_internal_time(&operation,
205 operation = LIB$K_DAY_OF_YEAR;
206 status = lib$cvt_from_internal_time(&operation,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Do_time.c173 long operation; local
181 operation = LIB$K_DELTA_SECONDS;
182 status = lib$cvt_to_internal_time(&operation,
200 operation = LIB$K_DAY_OF_WEEK;
201 status = lib$cvt_from_internal_time(&operation,
205 operation = LIB$K_DAY_OF_YEAR;
206 status = lib$cvt_from_internal_time(&operation,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsa_asn1.c66 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
68 if(operation == ASN1_OP_NEW_PRE) {
89 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
91 if(operation == ASN1_OP_NEW_PRE) {
95 } else if(operation == ASN1_OP_FREE_PRE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_asn1.c66 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
68 if(operation == ASN1_OP_NEW_PRE) {
89 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
91 if(operation == ASN1_OP_NEW_PRE) {
95 } else if(operation == ASN1_OP_FREE_PRE) {

Completed in 109 milliseconds

123456