Lines Matching defs:handshake
580 hyper_task *handshake = NULL;
581 hyper_task *task = NULL; /* for the handshake */
626 handshake = hyper_clientconn_handshake(io, options);
627 if(!handshake) {
628 failf(data, "Couldn't create hyper client handshake");
635 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) {
636 failf(data, "Couldn't hyper_executor_push the handshake");
640 handshake = NULL; /* ownership passed on */
644 failf(data, "Couldn't hyper_executor_poll the handshake");
777 if(handshake)
778 hyper_task_free(handshake);