Searched refs:SOAP_IO (Results 1 – 2 of 2) sorted by relevance
741 if (soap->fpreparesend && (soap->mode & SOAP_IO) != SOAP_IO_STORE) in soap_send_raw()746 if (soap->mode & SOAP_IO) in soap_send_raw()775 if ((soap->mode & SOAP_IO) == SOAP_IO_STORE) in soap_flush()817 { if ((soap->mode & SOAP_IO) == SOAP_IO_STORE) in soap_flush_raw()825 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK) in soap_flush_raw()1088 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK && !soap->chunksize) in soap_recv_raw()1096 if ((soap->mode & SOAP_IO) == SOAP_IO_CHUNK) /* read HTTP chunked transfer */ in soap_recv_raw()5050 …if (soap->status == 0 && (soap->omode & SOAP_IO) == SOAP_IO_CHUNK) /* soap->status == 0 for HTTP r… in http_parse()5052 soap->omode = (soap->omode & ~SOAP_IO) | SOAP_IO_STORE; in http_parse()5112 if (soap->length > 0 || (soap->imode & SOAP_IO) == SOAP_IO_CHUNK) in http_parse()[all …]
1158 #define SOAP_IO 0x00000003 /* IO mask */ macro