Home
last modified time | relevance | path

Searched refs:DS_RM (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dtgl-fetch.h60 …lloc_reply_markup (struct tgl_state *TLS, struct tgl_message *M, struct tl_ds_reply_markup *DS_RM);
H A Dstructures.c1938 …loc_reply_markup (struct tgl_state *TLS, struct tgl_message *M, struct tl_ds_reply_markup *DS_RM) { in tglf_fetch_alloc_reply_markup() argument
1939 if (!DS_RM) { return NULL; } in tglf_fetch_alloc_reply_markup()
1942 R->flags = DS_LVAL (DS_RM->flags); in tglf_fetch_alloc_reply_markup()
1945 R->rows = DS_RM->rows ? DS_LVAL (DS_RM->rows->cnt) : 0; in tglf_fetch_alloc_reply_markup()
1952 struct tl_ds_keyboard_button_row *DS_K = DS_RM->rows->data[i]; in tglf_fetch_alloc_reply_markup()
1959 struct tl_ds_keyboard_button_row *DS_K = DS_RM->rows->data[i]; in tglf_fetch_alloc_reply_markup()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dtgl-fetch.h60 …lloc_reply_markup (struct tgl_state *TLS, struct tgl_message *M, struct tl_ds_reply_markup *DS_RM);
H A Dstructures.c1937 …loc_reply_markup (struct tgl_state *TLS, struct tgl_message *M, struct tl_ds_reply_markup *DS_RM) { in tglf_fetch_alloc_reply_markup() argument
1938 if (!DS_RM) { return NULL; } in tglf_fetch_alloc_reply_markup()
1941 R->flags = DS_LVAL (DS_RM->flags); in tglf_fetch_alloc_reply_markup()
1944 R->rows = DS_RM->rows ? DS_LVAL (DS_RM->rows->cnt) : 0; in tglf_fetch_alloc_reply_markup()
1951 struct tl_ds_keyboard_button_row *DS_K = DS_RM->rows->data[i]; in tglf_fetch_alloc_reply_markup()
1958 struct tl_ds_keyboard_button_row *DS_K = DS_RM->rows->data[i]; in tglf_fetch_alloc_reply_markup()
/dports/net-im/telegram-cli/tg-20200106/
H A Dinterface.c877 struct tl_ds_reply_markup *DS_RM = fetch_ds_type_reply_markup (TYPE_TO_PARAM (reply_markup)); in do_msg_kbd() local
878 assert (DS_RM); in do_msg_kbd()
880 …TR(2), TGL_SEND_MSG_FLAG_REPLY(reply_id) | disable_msg_preview | do_html, DS_RM, print_msg_success… in do_msg_kbd()
882 free_ds_type_reply_markup (DS_RM, TYPE_TO_PARAM (reply_markup)); in do_msg_kbd()