Changeset 746 for vendor/current/librpc/ndr/libndr.h
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/librpc/ndr/libndr.h
r740 r746 137 137 #define LIBNDR_FLAG_ALIGN8 (1<<24) 138 138 139 #define LIBNDR_ALIGN_FLAGS (LIBNDR_FLAG_ALIGN2|LIBNDR_FLAG_ALIGN4|LIBNDR_FLAG_ALIGN8) 139 #define LIBNDR_ALIGN_FLAGS ( 0 | \ 140 LIBNDR_FLAG_NOALIGN | \ 141 LIBNDR_FLAG_REMAINING | \ 142 LIBNDR_FLAG_ALIGN2 | \ 143 LIBNDR_FLAG_ALIGN4 | \ 144 LIBNDR_FLAG_ALIGN8 | \ 145 0) 140 146 141 147 #define LIBNDR_PRINT_ARRAY_HEX (1<<25) … … 569 575 enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t element_size); 570 576 enum ndr_err_code ndr_pull_charset(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset); 577 enum ndr_err_code ndr_pull_charset_to_null(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset); 571 578 enum ndr_err_code ndr_push_charset(struct ndr_push *ndr, int ndr_flags, const char *var, uint32_t length, uint8_t byte_mul, charset_t chset); 572 579
Note:
See TracChangeset
for help on using the changeset viewer.