Home
last modified time | relevance | path

Searched refs:DS_P (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/
H A Dtgl-fetch.h36 tgl_peer_id_t tglf_fetch_peer_id (struct tgl_state *TLS, struct tl_ds_peer *DS_P);
58 struct tgl_photo *tglf_fetch_alloc_photo (struct tgl_state *TLS, struct tl_ds_photo *DS_P);
H A Dstructures.c169 switch (DS_P->magic) { in tglf_fetch_peer_id()
171 return TGL_MK_USER (DS_LVAL (DS_P->user_id)); in tglf_fetch_peer_id()
173 return TGL_MK_CHAT (DS_LVAL (DS_P->chat_id)); in tglf_fetch_peer_id()
175 return TGL_MK_CHANNEL (DS_LVAL (DS_P->channel_id)); in tglf_fetch_peer_id()
809 if (!DS_P) { return NULL; } in tglf_fetch_alloc_photo()
810 if (DS_P->magic == CODE_photo_empty) { return NULL; } in tglf_fetch_alloc_photo()
812 struct tgl_photo *P = tgl_photo_get (TLS, DS_LVAL (DS_P->id)); in tglf_fetch_alloc_photo()
820 P->id = DS_LVAL (DS_P->id); in tglf_fetch_alloc_photo()
825 P->access_hash = DS_LVAL (DS_P->access_hash); in tglf_fetch_alloc_photo()
827 P->date = DS_LVAL (DS_P->date); in tglf_fetch_alloc_photo()
[all …]
H A Dbinlog.c761 struct tl_ds_chat_participant *DS_P = participants->f2[i]; in bl_do_chat() local
762 C->user_list[i].user_id = DS_LVAL (DS_P->user_id); in bl_do_chat()
763 C->user_list[i].inviter_id = DS_LVAL (DS_P->inviter_id); in bl_do_chat()
764 C->user_list[i].date = DS_LVAL (DS_P->date); in bl_do_chat()
/dports/net-im/telegram-cli/tg-20200106/tgl/
H A Dtgl-fetch.h36 tgl_peer_id_t tglf_fetch_peer_id (struct tgl_state *TLS, struct tl_ds_peer *DS_P);
58 struct tgl_photo *tglf_fetch_alloc_photo (struct tgl_state *TLS, struct tl_ds_photo *DS_P);
H A Dstructures.c169 switch (DS_P->magic) { in tglf_fetch_peer_id()
171 return TGL_MK_USER (DS_LVAL (DS_P->user_id)); in tglf_fetch_peer_id()
173 return TGL_MK_CHAT (DS_LVAL (DS_P->chat_id)); in tglf_fetch_peer_id()
175 return TGL_MK_CHANNEL (DS_LVAL (DS_P->channel_id)); in tglf_fetch_peer_id()
809 if (!DS_P) { return NULL; } in tglf_fetch_alloc_photo()
810 if (DS_P->magic == CODE_photo_empty) { return NULL; } in tglf_fetch_alloc_photo()
812 struct tgl_photo *P = tgl_photo_get (TLS, DS_LVAL (DS_P->id)); in tglf_fetch_alloc_photo()
820 P->id = DS_LVAL (DS_P->id); in tglf_fetch_alloc_photo()
825 P->access_hash = DS_LVAL (DS_P->access_hash); in tglf_fetch_alloc_photo()
827 P->date = DS_LVAL (DS_P->date); in tglf_fetch_alloc_photo()
[all …]
H A Dbinlog.c761 struct tl_ds_chat_participant *DS_P = participants->f2[i]; in bl_do_chat() local
762 C->user_list[i].user_id = DS_LVAL (DS_P->user_id); in bl_do_chat()
763 C->user_list[i].inviter_id = DS_LVAL (DS_P->inviter_id); in bl_do_chat()
764 C->user_list[i].date = DS_LVAL (DS_P->date); in bl_do_chat()
/dports/devel/z88dk/z88dk/src/z80asm/tt/
H A Dtokens.yaml317 - name : DS_P