Home
last modified time | relevance | path

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

/memcached-1.6.32/
Dmemcached.c485 case binary_prot: in prot_text()
713 } else if (c->protocol == binary_prot) { in conn_new()
776 case binary_prot: in conn_new()
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;
[all …]
Dstorage.c189 if (c->protocol == binary_prot) { in _storage_get_item_cb()
337 int iovtotal = (c->protocol == binary_prot) ? it->nbytes - 2 : it->nbytes; in storage_get_item()
Dmemcached.h237 binary_prot, enumerator