Home
last modified time | relevance | path

Searched refs:HKS_NULL_POINTER (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_mem.h23 #define HKS_NULL_POINTER nullptr macro
28 #define HKS_NULL_POINTER NULL macro
40 if ((PTR) != HKS_NULL_POINTER) { \
42 (PTR) = HKS_NULL_POINTER; \
51 if ((blob).data != HKS_NULL_POINTER) { \
53 (blob).data = HKS_NULL_POINTER; \
60 if ((ptr) != HKS_NULL_POINTER) { \
63 (ptr) = HKS_NULL_POINTER; \
68 if ((blob).data != HKS_NULL_POINTER) { \
71 (blob).data = HKS_NULL_POINTER; \
Dhks_template.h19 #undef HKS_NULL_POINTER
22 #define HKS_NULL_POINTER nullptr macro
24 #define HKS_NULL_POINTER NULL macro
55 if ((OBJECT) == HKS_NULL_POINTER) { \
61 if ((OBJECT) == HKS_NULL_POINTER) { \
67 if ((OBJECT) == HKS_NULL_POINTER) { \
72 if ((OBJECT) == HKS_NULL_POINTER) { \