Home
last modified time | relevance | path

Searched refs:nelements (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_parse.c181 return ((priv->nelements == 0) ? 0 : -1); in check_rsa()
188 for (j = 0; j < priv->nelements; j++) { in check_rsa()
222 if (priv->nelements != DH_NTAGS) { in check_dh()
226 for (j = 0; j < priv->nelements; j++) { in check_dh()
231 if (j == priv->nelements) { in check_dh()
246 return ((priv->nelements == 0) ? 0 : -1); in check_ecdsa()
252 for (j = 0; j < priv->nelements; j++) { in check_ecdsa()
282 return ((priv->nelements == 0) ? 0 : -1); in check_eddsa()
288 for (j = 0; j < priv->nelements; j++) { in check_eddsa()
314 if (priv->nelements != HMACMD5_NTAGS) { in check_hmac_md5()
[all …]
H A Dopenssleddsa_link.c453 priv.nelements = 0; in openssleddsa_tofile()
491 priv.nelements = i; in openssleddsa_tofile()
532 if (priv.nelements != 0) { in openssleddsa_parse()
549 for (i = 0; i < priv.nelements; i++) { in openssleddsa_parse()
H A Dopensslecdsa_link.c515 priv.nelements = 0; in opensslecdsa_tofile()
556 priv.nelements = i; in opensslecdsa_tofile()
695 if (priv.nelements != 0 || pub == NULL) { in opensslecdsa_parse()
704 for (i = 0; i < priv.nelements; i++) { in opensslecdsa_parse()
H A Ddst_parse.h115 unsigned short nelements; member
H A Dopensslrsa_link.c724 priv.nelements = 0; in opensslrsa_tofile()
823 priv.nelements = i; in opensslrsa_tofile()
915 if (priv.nelements != 0) { in opensslrsa_parse()
933 for (i = 0; i < priv.nelements; i++) { in opensslrsa_parse()
1006 for (i = 0; i < priv.nelements; i++) { in opensslrsa_parse()
H A Dhmac_link.c433 priv.nelements = 2; in hmac_tofile()
479 for (i = 0; i < priv.nelements && result == ISC_R_SUCCESS; i++) { in hmac_parse()
H A Dpkcs11ecdsa_link.c738 priv.nelements = 0; in pkcs11ecdsa_tofile()
767 priv.nelements = i; in pkcs11ecdsa_tofile()
906 if (priv.nelements != 0) { in pkcs11ecdsa_parse()
920 for (i = 0; i < priv.nelements; i++) { in pkcs11ecdsa_parse()
H A Dpkcs11eddsa_link.c709 priv.nelements = 0; in pkcs11eddsa_tofile()
738 priv.nelements = i; in pkcs11eddsa_tofile()
877 if (priv.nelements != 0) { in pkcs11eddsa_parse()
891 for (i = 0; i < priv.nelements; i++) { in pkcs11eddsa_parse()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddst_parse.c173 return (priv->nelements == 0) ? 0 : -1; in check_rsa()
180 for (j = 0; j < priv->nelements; j++) { in check_rsa()
218 return (priv->nelements == 0) ? 0 : -1; in check_dh()
224 for (j = 0; j < priv->nelements; j++) { in check_dh()
251 return (priv->nelements == 0) ? 0 : -1; in check_ecdsa()
257 for (j = 0; j < priv->nelements; j++) { in check_ecdsa()
280 if (priv->nelements != HMACMD5_NTAGS) { in check_eddsa()
285 if (old && priv->nelements == OLD_HMACMD5_NTAGS && in check_eddsa()
296 for (j = 0; j < priv->nelements; j++) { in check_eddsa()
301 if (j == priv->nelements) { in check_eddsa()
[all...]
H A Dopenssleddsa_link.c381 priv.nelements = 0; in openssleddsa_todns()
415 priv.nelements = i; in openssleddsa_fromdns()
445 if (priv.nelements != 0) { in openssleddsa_tofile()
458 for (i = 0; i < priv.nelements; i++) { in openssleddsa_tofile()
H A Ddst_parse.h108 unsigned short nelements;
114 unsigned short nelements; global() member
H A Dhmac_link.c442 priv.nelements = 2; in hmac_tofile()
488 for (i = 0; i < priv.nelements && result == ISC_R_SUCCESS; i++) { in hmac_parse()
H A Dopensslecdsa_link.c971 priv.nelements = 0; in ecdsa_check()
1005 priv.nelements = i; in ecdsa_check()
1036 if (priv.nelements != 0 || pub == NULL) { in ecdsa_check()
1046 for (i = 0; i < priv.nelements; i++) { in ecdsa_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstringpool.cc243 unsigned int nelements; member
255 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
275 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.c237 unsigned int nelements; member
249 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
269 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistfile.c680 history_do_write (const char *filename, int nelements, int overwrite) in history_do_write() argument
716 if (nelements > history_length) in history_do_write()
717 nelements = history_length; in history_do_write()
729 for (buffer_size = 0, i = history_length - nelements; i < history_length; i++) in history_do_write()
766 for (j = 0, i = history_length - nelements; i < history_length; i++) in history_do_write()
789 history_lines_written_to_file = nelements; in history_do_write()
823 append_history (int nelements, const char *filename) in append_history() argument
825 return (history_do_write (filename, nelements, HISTORY_APPEND)); in append_history()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc172 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash()
260 unsigned int nslots, unsigned int nelements, in ht_load() argument
267 ht->nelements = nelements; in ht_load()
306 nelts = table->nelements; in ht_dump_statistics()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c172 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash()
260 unsigned int nslots, unsigned int nelements, in ht_load() argument
267 ht->nelements = nelements; in ht_load()
306 nelts = table->nelements; in ht_dump_statistics()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dsymtab.h59 unsigned int nelements; /* Number of live elements. */ member
98 unsigned int nslots, unsigned int nelements, bool own);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dsymtab.h59 unsigned int nelements; /* Number of live elements. */ member
98 unsigned int nslots, unsigned int nelements, bool own);
/netbsd-src/usr.sbin/altq/altqstat/
H A Dqdisc_cdnr.c86 get_stats.nelements = NELEMENTS; in cdnr_stat_loop()
104 for (i = 0; i < get_stats.nelements; i++) { in cdnr_stat_loop()
/netbsd-src/sys/altq/
H A Daltq_cdnr.c1083 int error, n, nskip, nelements; in cdnrcmd_get_stats() local
1092 nelements = ap->nelements; in cdnrcmd_get_stats()
1094 if (nelements <= 0 || usp == NULL) in cdnrcmd_get_stats()
1134 if (++n == nelements) in cdnrcmd_get_stats()
1137 ap->nelements = n; in cdnrcmd_get_stats()
H A Daltq_cdnr.h192 int nelements; /* # of element stats (WR) */ member
/netbsd-src/usr.bin/error/
H A Dsubr.c74 Calloc(size_t nelements, size_t size) in Calloc() argument
78 back = calloc(nelements, size); in Calloc()
/netbsd-src/external/bsd/file/dist/src/
H A Dcdf.c1003 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
1055 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
1056 if (nelements > CDF_ELEMENT_LIMIT || nelements == 0) { in cdf_read_property_info()
1058 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info()
1063 nelements = 1; in cdf_read_property_info()
1093 if (nelements > 1) { in cdf_read_property_info()
1095 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info()
1100 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()

12