Home | History | Annotate | Download | only in p2p

Lines Matching refs:info_len

1506 			size_t info_len = msg.session_info_len;
1507 char *deferred_sess_resp = os_malloc(2 * info_len + 1);
1514 utf8_escape((char *) msg.session_info, info_len,
1515 deferred_sess_resp, 2 * info_len + 1);