Searched refs:nlen (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Ddn_comp.c42 const unsigned char* lens, int nlen) {
49 l = lens[--nlen];
56 if (nlen)
58 if (!nlen || !noff)
41 match(int* offset, const unsigned char* base, const unsigned char* dn, const char* end, const unsigned char* lens, int nlen) argument
/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c23 static zx_status_t find_note(const char* name, size_t nlen, uint32_t type, argument
42 (hdr->n_namesz == nlen) &&
43 (memcmp(name, hdr + 1, nlen) == 0)) {
57 size_t nlen = strlen(name) + 1; local
88 int r = find_note(name, nlen, type, data, ph[i].p_filesz, func, cookie);
/fuchsia/zircon/system/public/zircon/boot/
H A Dbootdata.h309 #define BOOTFS_ALIGN(nlen) (((nlen) + 3) & (~3))

Completed in 56 milliseconds