Searched refs:out_errstring (Results 1 – 3 of 3) sorted by relevance
| /memcached-1.6.32/ |
| D | proto_text.c | 1095 out_errstring(c, "CLIENT_ERROR bad command line format"); in process_mget_command() 1111 out_errstring(c, errstr); in process_mget_command() 1392 out_errstring(c, errstr); in process_mget_command() 1414 out_errstring(c, "CLIENT_ERROR bad command line format"); in process_mset_command() 1419 out_errstring(c, "CLIENT_ERROR bad command line format"); in process_mset_command() 1424 out_errstring(c, "CLIENT_ERROR options flags too long"); in process_mset_command() 1433 out_errstring(c, "CLIENT_ERROR bad command line format"); in process_mset_command() 1438 out_errstring(c, "CLIENT_ERROR bad command line format"); in process_mset_command() 1605 out_errstring(c, errstr); in process_mset_command() 1759 out_errstring(c, errstr); in process_mdelete_command() [all …]
|
| D | memcached.h | 1064 void out_errstring(conn *c, const char *str);
|
| D | memcached.c | 1289 void out_errstring(conn *c, const char *str) { in out_errstring() function
|