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