Lines Matching refs:binary_prot
485 case binary_prot: in prot_text()
713 } else if (c->protocol == binary_prot) { in conn_new()
776 case binary_prot: in conn_new()
834 c->sfd, c->protocol == binary_prot ? "binary" : "ascii"); in conn_release_items()
1302 if (c->protocol == binary_prot) { in out_of_memory()
1405 if (c->protocol == binary_prot) { in append_stats()
1449 || c->protocol == binary_prot in complete_nread()
1453 || c->protocol == binary_prot); in complete_nread()
1457 } else if (c->protocol == binary_prot) { in complete_nread()
2385 c->protocol = binary_prot;
2407 c->protocol = binary_prot;
2929 ((c->protocol == binary_prot) ? 2 : 0));
2982 if (c->rlbytes == 0 && c->protocol == binary_prot && total >= 0) {
3743 bproto = binary_prot;
5161 settings.binding_protocol = binary_prot;
5757 settings.binding_protocol = binary_prot;
5759 if (settings.binding_protocol != binary_prot) {