Searched refs:axa_opt_to_str (Results 1 – 4 of 4) sorted by relevance
/dports/net/axa/axa-2.2.0/axa/ |
H A D | wire.h | 162 extern const char * axa_opt_to_str(char *buf, size_t buflen, axa_p_opt_type_t opt);
|
/dports/net/axa/axa-2.2.0/axalib/ |
H A D | wire.c | 357 axa_opt_to_str(char *buf, size_t buflen, axa_p_opt_type_t opt) in axa_opt_to_str() function 923 axa_opt_to_str(opt_buf, sizeof(opt_buf), in axa_p_to_str() 1527 axa_opt_to_str(opt_buf, sizeof(opt_buf), opt->type)); in ck_opt() 1535 axa_opt_to_str(opt_buf, sizeof(opt_buf), opt->type), in ck_opt()
|
H A D | json.c | 638 add_yajl_string(g, axa_opt_to_str(buf, sizeof(buf), AXA_P2H64(body->opt.type))); in axa_body_to_json()
|
/dports/net/axa/axa-2.2.0/debian/ |
H A D | changelog | 139 * Add axa_opt_to_str() to public API
|