Home
last modified time | relevance | path

Searched refs:binary_prot (Results 1 – 2 of 2) sorted by relevance

/memcached-1.4.29/
H A Dmemcached.c422 case binary_prot: in prot_text()
542 } else if (c->protocol == binary_prot) { in conn_new()
990 if (c->protocol == binary_prot) { in out_of_memory()
1649 if (c->protocol == binary_prot) { in append_stats()
2467 || c->protocol == binary_prot); in complete_nread()
2471 } else if (c->protocol == binary_prot) { in complete_nread()
4046 c->protocol = binary_prot; in try_read_command()
4057 if (c->protocol == binary_prot) { in try_read_command()
4760 if(c->protocol == binary_prot) { in drive_machine()
5849 settings.binding_protocol = binary_prot; in main()
[all …]
H A Dmemcached.h188 binary_prot, enumerator