Home | History | Annotate | Download | only in libril

Lines Matching refs:SapSocketRequest

56     SapSocketRequest *request = (SapSocketRequest*) t;
202 SapSocketRequest *req = dispatchQueue.dequeue();
269 // SapSocketRequest will be deallocated in onRequestComplete()
270 SapSocketRequest* currRequest=(SapSocketRequest*)malloc(sizeof(SapSocketRequest));
301 SapSocketRequest* request= (SapSocketRequest*)t;
326 // Deallocate SapSocketRequest
420 // SapSocketRequest will be deallocated in processRequestsLoop()
421 SapSocketRequest *recv = (SapSocketRequest*)malloc(sizeof(SapSocketRequest));
488 // SapSocketRequest will be deallocated in sOnRequestComplete()
489 SapSocketRequest* currRequest=(SapSocketRequest*)malloc(sizeof(SapSocketRequest));