Searched refs:XF_OPCODE_CDATA (Results 1 – 3 of 3) sorted by relevance
87 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) macro
76 #define XF_OPCODE_CDATA(opcode) ((opcode) & (1 << 31)) macro
193 (XF_OPCODE_CDATA(m->opcode) ? XF_PROXY_INVALIDATE(m->buffer, m->length) : 0); in xf_shmem_process_input()