Lines Matching refs:rfbWriteExact
350 rfbWriteExact(&cl,INVALID_REQUEST_STR, strlen(INVALID_REQUEST_STR)); in httpProcessInput()
356 rfbWriteExact(&cl,PROXY_OK_STR,strlen(PROXY_OK_STR)); in httpProcessInput()
364 rfbWriteExact(&cl,PROXY_OK_STR,strlen(PROXY_OK_STR)); in httpProcessInput()
394 rfbWriteExact(&cl, NOT_FOUND_STR, strlen(NOT_FOUND_STR)); in httpProcessInput()
444 rfbWriteExact(&cl, NOT_FOUND_STR, strlen(NOT_FOUND_STR)); in httpProcessInput()
450 rfbWriteExact(&cl, OK_STR_HTML, strlen(OK_STR_HTML)); in httpProcessInput()
452 rfbWriteExact(&cl, OK_STR, strlen(OK_STR)); in httpProcessInput()
478 rfbWriteExact(&cl, ptr, (dollar - ptr)); in httpProcessInput()
485 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
490 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
495 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
500 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
505 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
509 rfbWriteExact(&cl, rfbScreen->desktopName, strlen(rfbScreen->desktopName)); in httpProcessInput()
514 rfbWriteExact(&cl, str, strlen(str)); in httpProcessInput()
519 rfbWriteExact(&cl, user, in httpProcessInput()
523 rfbWriteExact(&cl, "?", 1); in httpProcessInput()
526 rfbWriteExact(&cl, params, strlen(params)); in httpProcessInput()
531 if (rfbWriteExact(&cl, "$", 1) < 0) { in httpProcessInput()
538 if (rfbWriteExact(&cl, ptr, (&buf[n] - ptr)) < 0) in httpProcessInput()
545 if (rfbWriteExact(&cl, buf, n) < 0) in httpProcessInput()