Searched refs:key (Results 1 - 25 of 2274) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_odc.c133 archive_write_odc_options(struct archive_write *a, const char *key, argument
139 if (strcmp(key, "hdrcharset") == 0) {
H A Darchive_write_set_format_cpio_binary.c236 archive_write_binary_options(struct archive_write *a, const char *key, argument
242 if (strcmp(key, "hdrcharset") == 0) {
H A Darchive_write_set_format_7zip.c340 _7z_options(struct archive_write *a, const char *key, const char *value) argument
346 if (strcmp(key, "compression") == 0) {
403 if (strcmp(key, "compression-level") == 0) {
1485 file_cmp_key(const struct archive_rb_node *n, const void *key) argument
1489 return (f->name_len - *(const char *)key);
H A Darchive_read_support_format_zip.c331 const uint8_t *key, size_t key_len, uint8_t *crcchk)
347 trad_enc_decrypt_update(ctx, key, 12, header, 12);
355 crypt_derive_key_sha1(const void *p, int size, unsigned char *key,
385 memcpy(key, md2, key_size);
2993 const char *key, const char *val)
2999 if (strcmp(key, "compat-2x") == 0) {
3003 } else if (strcmp(key, "hdrcharset") == 0) {
3019 } else if (strcmp(key, "ignorecrc32") == 0) {
3029 } else if (strcmp(key, "mac-ext") == 0) {
3512 cmp_key(const struct archive_rb_node *n, const void *key) argument
330 trad_enc_init(struct trad_enc_ctx *ctx, const char *pw, size_t pw_len, const uint8_t *key, size_t key_len, uint8_t *crcchk) argument
2992 archive_read_format_zip_options(struct archive_read *a, const char *key, const char *val) argument
3535 rsrc_cmp_key(const struct archive_rb_node *n, const void *key) argument
[all...]
H A Darchive_read_support_format_tar.c208 struct archive_entry *, const char *key, const char *value,
426 const char *key, const char *val)
432 if (strcmp(key, "compat-2x") == 0) {
437 } else if (strcmp(key, "hdrcharset") == 0) {
451 } else if (strcmp(key, "mac-ext") == 0) {
454 } else if (strcmp(key, "read_concatenated_archives") == 0) {
1587 char *key, *value; local
1645 /* Find end of key and null terminate it. */
1646 key = p;
1647 if (key[
425 archive_read_format_tar_options(struct archive_read *a, const char *key, const char *val) argument
1869 pax_attribute(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *key, const char *value, size_t value_length) argument
[all...]
H A Darchive_read_support_format_rar5.c1116 static int rar5_options(struct archive_read *a, const char *key, argument
1119 (void) key;
H A Darchive_read_support_format_rar.c784 const char *key, const char *val)
790 if (strcmp(key, "hdrcharset") == 0) {
783 archive_read_format_rar_options(struct archive_read *a, const char *key, const char *val) argument
H A Darchive_read_support_format_mtree.c213 const char *key, const char *val)
218 if (strcmp(key, "checkfs") == 0) {
257 mtree_cmp_key(const struct archive_rb_node *n, const void *key) argument
261 return (strcmp(e->name, key));
425 bid_keycmp(const char *p, const char *key, ssize_t len) argument
429 while (len > 0 && *p && *key) {
430 if (*p == *key) {
433 ++key;
439 if (*key != '\0')
506 default: return (0);/* Unknown key */
212 archive_read_format_mtree_options(struct archive_read *a, const char *key, const char *val) argument
1592 char *val, *key; local
[all...]
H A Darchive_read_support_format_cpio.c324 const char *key, const char *val)
330 if (strcmp(key, "compat-2x") == 0) {
334 } else if (strcmp(key, "hdrcharset") == 0) {
348 } else if (strcmp(key, "pwb") == 0) {
323 archive_read_format_cpio_options(struct archive_read *a, const char *key, const char *val) argument
H A Darchive_read_support_format_cab.c459 const char *key, const char *val)
465 if (strcmp(key, "hdrcharset") == 0) {
458 archive_read_format_cab_options(struct archive_read *a, const char *key, const char *val) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c352 struct umtx_key key; local
360 AUTO_SHARE : THREAD_SHARE, &key);
369 if (umtx_key_match(&f->f_key, &key)) {
378 umtx_key_release(&key);
391 umtx_key_release(&key);
408 umtx_key_release(&key);
420 tmpf->f_key = key;
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure9679 for (key in S) S_is_set[key] = 1
9689 key = field[i]
9690 keylen = length(key)
9691 if (S_is_set[key]) {
9692 value = S[key]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h2101 ** [foreign key constraints]. There should be two additional arguments.
2378 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2456 ** [foreign key actions] or [REPLACE] constraint resolution are not counted.
2512 ** ^Changes made as part of [foreign key actions] are included in the
3682 ** with N URI parameters key/values pairs in the array P. The result from
3700 ** to a key and value for a query parameter. The P parameter may be a NULL
3702 ** NULL pointers and key pointers should not be empty strings.
5967 ** Specify the activation key for a CEROD database. Unless
6586 ** primary key: 1
7183 ** <li> ^([foreign key constraint
[all...]
H A Dsqlite3.c3164 ** [foreign key constraints]. There should be two additional arguments.
3441 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
3519 ** [foreign key actions] or [REPLACE] constraint resolution are not counted.
3575 ** ^Changes made as part of [foreign key actions] are included in the
4745 ** with N URI parameters key/values pairs in the array P. The result from
4763 ** to a key and value for a query parameter. The P parameter may be a NULL
4765 ** NULL pointers and key pointers should not be empty strings.
7030 ** Specify the activation key for a CEROD database. Unless
7649 ** primary key: 1
8246 ** <li> ^([foreign key constraint
65953 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
66012 ptrmapGet(BtShared *pBt, Pgno key, u8 *pEType, Pgno *pPgno) argument
73246 u32 key = get4byte(&apNew[i]->aData[8]); local
183918 Blob key; /* Last key written to the current block */ member in struct:NodeWriter
188309 unsigned int key = (((unsigned int)c)<<10) | 0x000003FF; local
188382 unsigned int key = (((unsigned int)c)<<3) | 0x00000007; local
232093 unsigned int key = (((unsigned int)c)<<3) | 0x00000007; local
[all...]
H A Dconfigure15173 for (key in S) S_is_set[key] = 1
15183 key = field[i]
15184 keylen = length(key)
15185 if (S_is_set[key]) {
15186 value = S[key]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c68 /** number of times a key must be seen before it can become valid */
128 /** Debug routine to print pretty key information */
134 * Implementation of debug pretty key print
135 * @param ta: trust anchor key with DNSKEY data.
153 verbose(level, "%s key %d %s", str?str:"??", keytag, msg);
162 * @param ta: trust key autotrust metadata
344 tp->node.key = tp;
352 tp->autr->pnode.key = tp;
469 * @return new key in trust point.
623 * @return key allocate
2049 struct trust_anchor key, *tp2; local
2093 struct trust_anchor key; local
[all...]
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dlruhash.c110 (*table->delkeyfunc)(p->key, table->cb_arg);
209 table->space_used -= table->sizefunc(d->key, d->data);
211 (*table->markdelfunc)(d->key);
219 struct lruhash_bin* bin, hashvalue_type hash, void* key)
223 if(p->hash == hash && table->compfunc(p->key, key) == 0)
311 need_size = table->sizefunc(entry->key, data);
320 if(!(found=bin_find_entry(table, bin, hash, entry->key))) {
330 (*table->sizefunc)(found->key, found->data);
331 (*table->delkeyfunc)(entry->key, cb_ar
218 bin_find_entry(struct lruhash* table, struct lruhash_bin* bin, hashvalue_type hash, void* key) argument
356 lruhash_lookup(struct lruhash* table, hashvalue_type hash, void* key, int wr) argument
378 lruhash_remove(struct lruhash* table, hashvalue_type hash, void* key) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c1000 void* listen_sslctx_create(char* key, char* pem, char* verifypem) argument
1008 if(!key || key[0] == 0) {
1009 log_err("error: no tls-service-key file specified");
1028 if(!SSL_CTX_use_PrivateKey_file(ctx, key, SSL_FILETYPE_PEM)) {
1029 log_err("error for private key file: %s", key);
1035 log_err("error for key file: %s", key);
1053 (void)key; (voi
1148 connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert) argument
1518 struct tls_session_ticket_key *key; variable in typeref:struct:tls_session_ticket_key
1572 struct tls_session_ticket_key *key; local
[all...]
H A Dconfig_file.h111 /** private key file for dnstcp-ssl service (enabled if not NULL) */
113 /** public key file for dnstcp-ssl service */
125 /** secret key used to encrypt and decrypt TLS session ticket */
359 /** send key tag query */
361 /** enable root key sentinel */
397 /** nsec3 maximum iterations per key size, string */
408 /** size of the key cache */
410 /** slabs in the key cache. */
462 /** private key file for server */
466 /** private key fil
[all...]
H A Dconfig_file.c293 if(!(cfg->server_key_file = strdup(RUN_DIR"/unbound_server.key")))
297 if(!(cfg->control_key_file = strdup(RUN_DIR"/unbound_control.key")))
507 else S_NUMBER_OR_ZERO("shm-key:", shm_key)
523 else S_STR("ssl-service-key:", ssl_service_key)
565 else S_YNO("prefetch-key:", prefetch_key)
627 else S_YNO("root-key-sentinel:", root_key_sentinel)
658 else S_MEMSIZE("key-cache-size:", key_cache_size)
659 else S_POW2("key-cache-slabs:", key_cache_slabs)
670 else S_STR("server-key-file:", server_key_file)
672 else S_STR("control-key
2423 w_lookup_reg_str(const char* key, const char* name) argument
[all...]
/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.h103 * Due to memory management and threading, the key structure cannot be
110 * even when this key is retired to the cache.
123 /** key data: dname, type and class */
230 * key.dname, ttl, rr_data[i].
231 * since key.dname ends with type and class.
265 * An RRset can be represented using both key and data together.
266 * Split into key and data structures to simplify implementation of
282 /** rrset key and data */
287 * Delete packed rrset key and data, not entered in hashtables yet.
289 * @param pkey: rrset key structur
[all...]
H A Dpacked_rrset.c70 ub_rrset_sizefunc(void* key, void* data) argument
72 struct ub_packed_rrset_key* k = (struct ub_packed_rrset_key*)key;
128 ub_rrset_key_delete(void* key, void* userdata) argument
130 struct ub_packed_rrset_key* k = (struct ub_packed_rrset_key*)key;
163 rrset_key_hash(struct packed_rrset_key* key) argument
166 uint16_t t = ntohs(key->type);
170 h = dname_query_hash(key->dname, h);
172 h = hashlittle(&key->rrset_class, sizeof(uint16_t), h);
173 h = hashlittle(&key->flags, sizeof(uint32_t), h);
322 ub_packed_rrset_ttl(struct ub_packed_rrset_key* key) argument
330 packed_rrset_copy_region(struct ub_packed_rrset_key* key, struct regional* region, time_t now) argument
372 packed_rrset_copy_alloc(struct ub_packed_rrset_key* key, struct alloc_cache* alloc, time_t now) argument
[all...]
H A Dmsgreply.h105 /** the key with lock, and ptr to packed data. */
106 struct ub_packed_rrset_key* key; member in struct:rrset_ref
218 /** the hash table key */
219 struct query_info key; member in struct:msgreply_entry
263 * @param alloc: creates packed rrset key structures.
280 * @param alloc: alloc cache for special rrset key structures.
287 * In a region, no special rrset key structures are needed (not shared),
336 /** delete msgreply_entry key structure */
363 * In a region, no special rrset key structures are needed (not shared),
378 * In a region, no special rrset key structure
[all...]
H A Dmsgreply.c158 rep->rrsets[i]->entry.key = rep->rrsets[i];
400 pk->entry.key = (void*)pk;
503 if(x->key < y->key) return -1;
504 if(x->key > y->key) return 1;
524 rep->ref[i].key->entry.data;
525 if(i>0 && rep->ref[i].key == rep->ref[i-1].key)
606 + q->key
[all...]
H A Dmsgencode.c287 compress_owner(struct ub_packed_rrset_key* key, sldns_buffer* pkt, argument
295 if((p = compress_tree_lookup(tree, key->rk.dname,
301 if(!write_compressed_dname(pkt, key->rk.dname,
309 if(sldns_buffer_remaining(pkt) < key->rk.dname_len+4+4+2)
311 sldns_buffer_write(pkt, key->rk.dname,
312 key->rk.dname_len);
316 if(!compress_tree_store(key->rk.dname, owner_labs,
356 type_rdata_compressable(struct ub_packed_rrset_key* key) argument
358 uint16_t t = ntohs(key->rk.type);
449 packed_rrset_encode(struct ub_packed_rrset_key* key, sldns_buffe argument
[all...]

Completed in 595 milliseconds

1234567891011>>