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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzFind.c483 #define GET_MATCHES_HEADER2(minLen, ret_op) \ macro
488 #define GET_MATCHES_HEADER(minLen) GET_MATCHES_HEADER2(minLen, return 0)
489 #define SKIP_HEADER(minLen) GET_MATCHES_HEADER2(minLen, continue)

Completed in 16 milliseconds