HomeSort by relevance Sort by last modified time
    Searched full:request_cls (Results 1 - 1 of 1) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_misc.c 41 #define REQUEST_CLS "1234567890REQ"
137 void *request_cls = SPDY_get_cls_from_request(request); local
138 if(NULL == request_cls || strcmp(request_cls, REQUEST_CLS))
179 char *request_cls = strdup(REQUEST_CLS); local
180 SPDY_set_cls_to_request(request,request_cls);

Completed in 866 milliseconds