Lines Matching defs:handshake
871 hyper_task *task = NULL; /* for the handshake */
876 hyper_task *handshake = NULL;
967 handshake = hyper_clientconn_handshake(io, options);
968 if(!handshake) {
969 failf(data, "Couldn't create hyper client handshake");
976 if(HYPERE_OK != hyper_executor_push(h->exec, handshake)) {
977 failf(data, "Couldn't hyper_executor_push the handshake");
981 handshake = NULL; /* ownership passed on */
985 failf(data, "Couldn't hyper_executor_poll the handshake");
1217 if(handshake)
1218 hyper_task_free(handshake);