Home
last modified time | relevance | path

Searched refs:num_fields (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c38 ret->num_fields = num; in TXT_DB_read()
134 if (idx >= db->num_fields) { in TXT_DB_get_by_index()
155 if (field >= db->num_fields) { in TXT_DB_create_index()
198 nn = db->num_fields; in TXT_DB_write()
240 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
254 for (i = 0; i < db->num_fields; i++) { in TXT_DB_insert()
288 for (i = db->num_fields - 1; i >= 0; i--) in TXT_DB_free()
300 max = p[db->num_fields]; /* last address */ in TXT_DB_free()
302 for (n = 0; n < db->num_fields; n++) in TXT_DB_free()
305 for (n = 0; n < db->num_fields; n++) { in TXT_DB_free()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp60 uptr num_fields = sizeof(*this) / sizeof(uptr); in MergeFrom() local
61 for (uptr i = 0; i < num_fields; i++) in MergeFrom()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp102 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl() local
103 field_index < num_fields; ++field_index) { in ExtractFromFunctionDecl()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c521 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_set() local
524 char **res = os_calloc(num_fields + 1, sizeof(char *)); in wpa_cli_complete_set()
527 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_set()
622 int i, num_fields = ARRAY_SIZE(fields); in wpa_cli_complete_get() local
625 char **res = os_calloc(num_fields + 1, sizeof(char *)); in wpa_cli_complete_get()
628 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_get()
1511 int i, num_fields = ARRAY_SIZE(network_fields); in wpa_cli_complete_network() local
1519 res = os_calloc(num_fields + 1, sizeof(char *)); in wpa_cli_complete_network()
1522 for (i = 0; i < num_fields; i++) { in wpa_cli_complete_network()
1562 int i, num_fields = ARRAY_SIZE(network_fields); in wpa_cli_complete_dup_network() local
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dtxt_db.h40 int num_fields; member
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp505 const uint32_t num_fields = compiler_type.GetNumFields(); in PrivateAutoCompleteMembers() local
507 if (num_fields > 0) { in PrivateAutoCompleteMembers()
508 for (uint32_t i = 0; i < num_fields; ++i) { in PrivateAutoCompleteMembers()
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c1078 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_set() local
1083 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_set()
1086 for (i = 0; i < num_fields; i++) { in hostapd_complete_set()
1123 int i, num_fields = ARRAY_SIZE(fields); in hostapd_complete_get() local
1128 res = os_calloc(num_fields + 1, sizeof(char *)); in hostapd_complete_get()
1131 for (i = 0; i < num_fields; i++) { in hostapd_complete_get()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i62 num_fields = property(GetNumberOfFields, None, doc='''A read only property that returns number of fields in this type as an integer.''')
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c1310 unsigned num_fields UNUSED) in xo_retain_add()
1453 xo_retain_add (const char *fmt, xo_field_info_t *fields, unsigned num_fields) in xo_retain_add() argument
1457 ssize_t sz = sizeof(*xrep) + (num_fields + 1) * sizeof(*fields); in xo_retain_add()
1465 memcpy(xfip, fields, num_fields * sizeof(*fields)); in xo_retain_add()
1471 xrep->xre_num_fields = num_fields; in xo_retain_add()
5695 xo_field_info_t *fields, unsigned num_fields) in xo_parse_field_numbers() argument
5702 for (xfip = fields, field = 0; field < num_fields; xfip++, field++) { in xo_parse_field_numbers()
5706 else if (xfip->xfi_fnum > num_fields) { in xo_parse_field_numbers()
5727 unsigned num_fields, const char *fmt) in xo_parse_fields() argument
5734 for (cp = fmt; *cp && field < num_fields; field++, xfip++) { in xo_parse_fields()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3050 uint32_t num_fields = 0; in IsHomogeneousAggregate() local
3063 if (num_fields == 0) in IsHomogeneousAggregate()
3076 if (num_fields == 0) { in IsHomogeneousAggregate()
3090 ++num_fields; in IsHomogeneousAggregate()
3095 return num_fields; in IsHomogeneousAggregate()