HomeSort by relevance Sort by last modified time
    Searched refs:RESPONSE_BODY (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_notls.c 32 #define RESPONSE_BODY "<html><body><b>Hi, this is libmicrospdy!</b></body></html>"
431 //if(strcmp(RESPONSE_BODY, data) != 0)
433 if(len + rcvbuf_c > strlen(RESPONSE_BODY))
789 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,RESPONSE_BODY,strlen(RESPONSE_BODY));
853 if(NULL == (rcvbuf = malloc(strlen(RESPONSE_BODY)+1)))
862 if(strcmp(rcvbuf, RESPONSE_BODY))
test_request_response.c 32 #define RESPONSE_BODY "<html><body><b>Hi, this is libmicrospdy!</b></body></html>"
416 //if(strcmp(RESPONSE_BODY, data) != 0)
418 if(len + rcvbuf_c > strlen(RESPONSE_BODY))
846 response = SPDY_build_response(200,NULL,SPDY_HTTP_VERSION_1_1,NULL,RESPONSE_BODY,strlen(RESPONSE_BODY));
909 if(NULL == (rcvbuf = malloc(strlen(RESPONSE_BODY)+1)))
921 if(strcmp(rcvbuf, RESPONSE_BODY))
test_new_connection.c 34 #define RESPONSE_BODY "<html><body><b>Hi, this is libmicrospdy!</b></body></html>"
433 if(strcmp(RESPONSE_BODY, (char *)data) != 0)

Completed in 337 milliseconds