Home
last modified time | relevance | path

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

/dports/security/ftimes/ftimes-3.11.0/src/
H A Ddecode.c1425 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->dev, psDecodeState->pdev); in DecodeProcessDevice()
1445 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->dev, psDecodeState->pdev); in DecodeProcessDevice()
1535 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->gid, psDecodeState->pgid); in DecodeProcessGroupId()
1555 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->gid, psDecodeState->pgid); in DecodeProcessGroupId()
1899 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->mode, psDecodeState->pmode); in DecodeProcessMode()
1919 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->mode, psDecodeState->pmode); in DecodeProcessMode()
2067 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->rdev, psDecodeState->prdev); in DecodeProcessRDevice()
2087 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->rdev, psDecodeState->prdev); in DecodeProcessRDevice()
2214 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->size, psDecodeState->psize); in DecodeProcessSize()
2273 DECODE_UNDEFINE_PREV_NUMBER_VALUE(psDecodeState->uid, psDecodeState->puid); in DecodeProcessUserId()
[all …]
H A Ddecode.h57 #define DECODE_UNDEFINE_PREV_NUMBER_VALUE(field, pfield) field = 0; pfield = NULL; macro