Home
last modified time | relevance | path

Searched refs:n_objects (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dpkcs11-util.c355 CK_ULONG n_attributes, a, n_objects; in pkcs11_token_find_x509_certificate() local
439 rv = m->C_FindObjects(session, objects, ELEMENTSOF(objects), &n_objects); in pkcs11_token_find_x509_certificate()
447 if (n_objects == 0) in pkcs11_token_find_x509_certificate()
450 if (n_objects > 1) in pkcs11_token_find_x509_certificate()
519 CK_ULONG n_attributes, a, n_objects; in pkcs11_token_find_private_key() local
629 rv = m->C_FindObjects(session, objects, ELEMENTSOF(objects), &n_objects); in pkcs11_token_find_private_key()
637 if (n_objects == 0) in pkcs11_token_find_private_key()
640 if (n_objects > 1) in pkcs11_token_find_private_key()
/systemd-251/src/libsystemd/sd-journal/
Djournal-verify.c820 …uint64_t n_weird = 0, n_objects = 0, n_entries = 0, n_data = 0, n_fields = 0, n_data_hash_tables =… in journal_file_verify() local
950 n_objects++; in journal_file_verify()
1224 if (n_objects != le64toh(f->header->n_objects)) { in journal_file_verify()
1225 error(offsetof(Header, n_objects), in journal_file_verify()
1227 n_objects, in journal_file_verify()
1228 le64toh(f->header->n_objects)); in journal_file_verify()
Djournal-def.h200 le64_t n_objects; \
Djournal-file.c1009 f->header->n_objects = htole64(le64toh(f->header->n_objects) + 1); in journal_file_append_object()
3275 le64toh(f->header->n_objects), in journal_file_print_header()
/systemd-251/docs/
DJOURNAL_FILE_FORMAT.md163 le64_t n_objects;
202 The **n_objects** field contains a counter for objects currently available in