Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
H A Dromfs.c58 untohl(const u32_be_t be) in untohl() function
99 return untohl(cr->size); in romfs_mount_check()
120 untohl(ci->dir_start)); in dir_link()
156 (untohl(next_be) & 7) == RFST_HARDLINK) { in romfs_lookup()
160 (untohl(ci->dir_start) & ~15)); in romfs_lookup()
165 if ((untohl(ci->next) & 7) == RFST_SYMLINK) { in romfs_lookup()
180 switch (untohl(ci->next) & 7) { in romfs_lookup()
206 if (!(untohl(ci->next) & ~15)) in romfs_lookup()
210 (untohl(ci->next) & ~15)); in romfs_lookup()
232 *len = untohl(c in romfs_get_info()
[all...]

Completed in 1 milliseconds