HomeSort by: relevance | last modified time | path
    Searched refs:REC_FLAG_FOLLOW_PTR (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
record.h 48 #define REC_FLAG_FOLLOW_PTR (1<<0) /* follow PTR records */
53 (REC_FLAG_FOLLOW_PTR | REC_FLAG_SKIP_DTXT | REC_FLAG_SEEK_END)
record.c 82 /* .IP REC_FLAG_FOLLOW_PTR
94 /* enables the REC_FLAG_FOLLOW_PTR, REC_FLAG_SKIP_DTXT
307 if (type == REC_TYPE_PTR && (flags & REC_FLAG_FOLLOW_PTR) != 0

Completed in 14 milliseconds