Home | History | Annotate | Download | only in obex

Lines Matching refs:OBEX_HTTP_CONTINUE

176         if ((mOperationDone) && (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE)) {
181 if ((!mOperationDone) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
211 || (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
493 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
636 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
638 ResponseCodes.OBEX_HTTP_CONTINUE)) {
644 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
648 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
666 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
667 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
672 if (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
677 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
705 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
725 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {
739 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
775 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
778 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
787 while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE) {
803 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
806 while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE && !mOperationDone) {
811 while (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE && !mOperationDone) {
835 mReplyHeader.responseCode = ResponseCodes.OBEX_HTTP_CONTINUE;
836 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
841 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_CONTINUE) {