Searched refs:OS_DELIVER_ARG_ENCODE_FLAG (Results 1 – 2 of 2) sorted by relevance
594 sBufferPtr->header.flag = OS_DELIVER_ARG_ENCODE_FLAG | OS_DELIVER_ARG_VALID_FLAG; in OS_EncodeDeliverArg()657 sBufferPtr->header.flag &= ~OS_DELIVER_ARG_ENCODE_FLAG; in OS_DecodeDeliverArg()858 … return (p->header.flag & (OS_DELIVER_ARG_ENCODE_FLAG | OS_DELIVER_ARG_VALID_FLAG)) ? TRUE : FALSE; in OS_IsDeliverArgEncoded()
277 #define OS_DELIVER_ARG_ENCODE_FLAG 1 macro