Searched refs:BHSTR_FLAGS_FINAL (Results 1 – 2 of 2) sorted by relevance
51 bhstr->bhstr_flags = BHSTR_FLAGS_FINAL; in text_new_request()79 if ((bhstr->bhstr_flags & (BHSTR_FLAGS_FINAL | BHSTR_FLAGS_CONTINUE)) != in text_receive_request()80 BHSTR_FLAGS_FINAL) in text_receive_request()110 bhstr2->bhstr_flags = BHSTR_FLAGS_FINAL; in text_new_response()137 flags = bhstr->bhstr_flags & (BHSTR_FLAGS_FINAL | BHSTR_FLAGS_CONTINUE); in text_receive_response()145 case BHSTR_FLAGS_FINAL: in text_receive_response()221 if ((bhstr->bhstr_flags & BHSTR_FLAGS_FINAL) != 0) { in text_read_response()321 if ((bhstr->bhstr_flags & BHSTR_FLAGS_FINAL) == 0) in text_send_response()
239 #define BHSTR_FLAGS_FINAL 0x80 macro