Searched refs:axa_op_to_str (Results 1 – 5 of 5) sorted by relevance
/dports/net/axa/axa-2.2.0/axalib/ |
H A D | wire.c | 831 axa_op_to_str(tag_op_buf, in axa_p_to_str() 1228 axa_op_to_str(op_buf, sizeof(op_buf), in axa_ck_hdr() 1237 axa_op_to_str(op_buf, sizeof(op_buf), in axa_ck_hdr() 1301 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_field_null() 1307 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_field_null() 1341 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_an() 1373 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_watch() 1380 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_watch() 1456 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_watch() 1492 axa_op_to_str(op_buf, sizeof(op_buf), op), in ck_whit() [all …]
|
H A D | json.c | 491 axa_op_to_str(op_str, sizeof(op_str), hdr->op); in axa_body_to_json() 515 axa_op_to_str(op_str, sizeof(op_str), body->result.orig_op); in axa_body_to_json()
|
H A D | client.c | 733 axa_op_to_str(op_buf, sizeof(op_buf), in axa_client_hello()
|
/dports/net/axa/axa-2.2.0/sratool/ |
H A D | server.c | 231 axa_op_to_str(buf, sizeof(buf), in read_srvr()
|
/dports/net/axa/axa-2.2.0/axa/ |
H A D | wire.h | 149 extern const char *axa_op_to_str(char *buf, size_t buf_len, axa_p_op_t op);
|