Searched refs:flags1 (Results 1 – 3 of 3) sorted by relevance
156 sal_uInt8 flags1 = unmarshal.read8(); in readMessage() local162 if ((flags1 & 0x80) != 0) { // bit 7: LONGHEADER in readMessage()163 if ((flags1 & 0x40) == 0) { // bit 6: REQUEST in readMessage()164 readReplyMessage(unmarshal, flags1); in readMessage()167 newType = (flags1 & 0x20) != 0; // bit 5: NEWTYPE in readMessage()168 newOid = (flags1 & 0x10) != 0; // bit 4: NEWOID in readMessage()169 newTid = (flags1 & 0x08) != 0; // bit 3: NEWTID in readMessage()170 if ((flags1 & 0x01) != 0) { // bit 0: MOREFLAGSS in readMessage()185 functionId = ((flags1 & 0x04) != 0) // bit 2: FUNCTIONID16 in readMessage()193 ? ((flags1 & 0x3F) << 8) | unmarshal.read8() : flags1 & 0x3F; in readMessage()[all …]
72 void readReplyMessage(Unmarshal & unmarshal, sal_uInt8 flags1);
2184 boolean preferred1 = ((flags1 & FLAGVAL_PREFERRED) == FLAGVAL_PREFERRED); in transform60to6Y()2219 ((flags1 & FLAGVAL_IMPORT) == FLAGVAL_IMPORT) && in transform60to6Y()2220 ((flags1 & FLAGVAL_EXPORT) == FLAGVAL_EXPORT) in transform60to6Y()2223 flags1 |= FLAGVAL_COMBINED; in transform60to6Y()2224 flags1 &= ~FLAGVAL_IMPORT ; in transform60to6Y()2225 flags1 &= ~FLAGVAL_EXPORT ; in transform60to6Y()2226 aFilter.put(PROPNAME_FLAGS, new java.lang.Integer(flags1)); in transform60to6Y()2233 flags1 &= ~FLAGVAL_BROWSERPREFERRED; in transform60to6Y()2234 aFilter.put(PROPNAME_FLAGS, new java.lang.Integer(flags1)); in transform60to6Y()2239 flags1 &= ~FLAGVAL_3RDPARTYFILTER; in transform60to6Y()[all …]
Completed in 47 milliseconds