/third_party/ffmpeg/libavcodec/mips/ |
D | hevcdsp_mmi.c | 36 uint64_t rtmp[1]; \ 103 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \ 133 uint64_t rtmp[1]; \ 201 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \ 286 [ftmp14]"=&f"(ftmp[14]), [rtmp0]"=&r"(rtmp[0]), \ 319 uint64_t rtmp[1]; \ 418 [offset]"+&f"(offset.f), [rtmp0]"=&r"(rtmp[0]) \ 452 uint64_t rtmp[1]; \ 525 [ftmp10]"=&f"(ftmp[10]), [rtmp0]"=&r"(rtmp[0]), \ 638 [offset]"+&f"(offset.f), [rtmp0]"=&r"(rtmp[0]) \ [all …]
|
/third_party/ffmpeg/libavformat/ |
D | librtmp.c | 43 RTMP rtmp; member 77 RTMP *r = &ctx->rtmp; in rtmp_close() 99 RTMP *r = &ctx->rtmp; in rtmp_open() 204 RTMP *r = &ctx->rtmp; in rtmp_write() 215 RTMP *r = &ctx->rtmp; in rtmp_read() 226 RTMP *r = &ctx->rtmp; in rtmp_read_pause() 237 RTMP *r = &ctx->rtmp; in rtmp_read_seek() 255 RTMP *r = &ctx->rtmp; in rtmp_get_file_handle() 292 RTMP_CLASS(rtmp)
|
D | rtmpproto.c | 3154 RTMP_PROTOCOL(rtmp, RTMP)
|
/third_party/curl/lib/ |
D | curl_rtmp.c | 219 conn->proto.rtmp = r; in rtmp_setup_connection() 226 RTMP *r = conn->proto.rtmp; in rtmp_connect() 261 RTMP *r = conn->proto.rtmp; in rtmp_do() 290 RTMP *r = conn->proto.rtmp; in rtmp_disconnect() 294 conn->proto.rtmp = NULL; in rtmp_disconnect() 305 RTMP *r = conn->proto.rtmp; in rtmp_recv() 327 RTMP *r = conn->proto.rtmp; in rtmp_send()
|
D | Makefile.mk | 104 ifneq ($(findstring -rtmp,$(CFG)),)
|
D | urldata.h | 1049 void *rtmp; member
|
D | curl_config.h.in | 402 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
|
/third_party/libcoap/include/oscore/ |
D | oscore_context.h | 133 oscore_associations_t *tmp, *rtmp; \ 134 HASH_ITER (hh, (r), tmp, rtmp) 136 #define OSCORE_ASSOCIATIONS_ITER_SAFE(e, el, rtmp) \ argument 137 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
|
/third_party/openssl/crypto/pem/ |
D | pem_all.c | 55 RSA *rtmp; in IMPLEMENT_PEM_rw() local 58 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw() 60 if (!rtmp) in IMPLEMENT_PEM_rw() 64 *rsa = rtmp; in IMPLEMENT_PEM_rw() 66 return rtmp; in IMPLEMENT_PEM_rw()
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
D | pem_all.c | 55 RSA *rtmp; in IMPLEMENT_PEM_rw() local 58 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw() 60 if (!rtmp) in IMPLEMENT_PEM_rw() 64 *rsa = rtmp; in IMPLEMENT_PEM_rw() 66 return rtmp; in IMPLEMENT_PEM_rw()
|
/third_party/libunwind/libunwind/tests/ |
D | ia64-test-dyn1.c | 93 unw_dyn_region_info_t *r_pro, *r_epi, *r, *rtmp; in main() local 151 rtmp = r; in main() 154 r->next = rtmp; in main() 164 rtmp = r; in main() 167 r->next = rtmp; in main()
|
/third_party/libcoap/include/coap3/ |
D | coap_session_internal.h | 535 #define SESSIONS_ITER(e, el, rtmp) \ argument 536 HASH_ITER(hh, (e), el, rtmp) 538 #define SESSIONS_ITER_SAFE(e, el, rtmp) \ argument 539 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
|
D | coap_resource_internal.h | 128 coap_resource_t *tmp, *rtmp; \ 129 HASH_ITER(hh, (r), tmp, rtmp)
|
/third_party/libcoap/src/ |
D | coap_session.c | 1111 coap_session_t *rtmp; in coap_endpoint_get_session() local 1133 SESSIONS_ITER(endpoint->sessions, session, rtmp) { in coap_endpoint_get_session() 1324 coap_session_t *s, *rtmp; in coap_session_create_client() local 1329 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) { in coap_session_create_client() 1951 coap_session_t *session, *rtmp; in coap_free_endpoint() local 1953 SESSIONS_ITER_SAFE(ep->sessions, session, rtmp) { in coap_free_endpoint() 1988 coap_session_t *s, *rtmp; in coap_session_get_by_peer() local 1990 SESSIONS_ITER(ctx->sessions, s, rtmp) { in coap_session_get_by_peer() 2004 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_session_get_by_peer()
|
D | coap_io.c | 1361 coap_session_t *s, *rtmp; local 1429 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) { 1504 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) { 1794 coap_session_t *s, *rtmp; local 1808 SESSIONS_ITER(ep->sessions, s, rtmp) { 1819 SESSIONS_ITER(context->sessions, s, rtmp) {
|
D | coap_net.c | 620 coap_session_t *sp, *rtmp; in coap_free_context() local 622 SESSIONS_ITER_SAFE(context->sessions, sp, rtmp) { in coap_free_context() 2056 coap_session_t *s, *rtmp; in coap_io_do_io() 2069 SESSIONS_ITER_SAFE(ep->sessions, s, rtmp) { in coap_io_do_io() 2084 SESSIONS_ITER_SAFE(ctx->sessions, s, rtmp) { in coap_io_do_io() 3940 coap_session_t *s, *rtmp; in coap_can_exit() local 3949 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_can_exit() 3958 SESSIONS_ITER(context->sessions, s, rtmp) { in coap_can_exit()
|
D | coap_resource.c | 583 coap_resource_t *rtmp; local 588 HASH_ITER(hh, context->resources, res, rtmp) {
|
/third_party/openssl/crypto/x509/ |
D | x_crl.c | 436 X509_REVOKED rtmp, *rev; in def_crl_lookup() local 452 rtmp.serialNumber = *serial; in def_crl_lookup() 453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp); in def_crl_lookup()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x_crl.c | 436 X509_REVOKED rtmp, *rev; in def_crl_lookup() local 452 rtmp.serialNumber = *serial; in def_crl_lookup() 453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp); in def_crl_lookup()
|
/third_party/openssl/apps/ |
D | ca.c | 2456 ASN1_ENUMERATED *rtmp = NULL; in make_revoked() local 2469 rtmp = ASN1_ENUMERATED_new(); in make_revoked() 2470 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked() 2472 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked() 2497 ASN1_ENUMERATED_free(rtmp); in make_revoked()
|
/third_party/node/deps/openssl/openssl/apps/ |
D | ca.c | 2476 ASN1_ENUMERATED *rtmp = NULL; in make_revoked() local 2489 rtmp = ASN1_ENUMERATED_new(); in make_revoked() 2490 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked() 2492 if (X509_REVOKED_add1_ext_i2d(rev, NID_crl_reason, rtmp, 0, 0) <= 0) in make_revoked() 2517 ASN1_ENUMERATED_free(rtmp); in make_revoked()
|
/third_party/ffmpeg/doc/ |
D | protocols.texi | 804 @section rtmp 813 rtmp://[@var{username}:@var{password}@@]@var{server}[:@var{port}][/@var{app}][/@var{instance}][/@va… 928 ffplay rtmp://myserver/vod/sample 934 ffmpeg -re -i <input> -f flv -rtmp_playpath some/long/path -rtmp_app long/app/name rtmp://username:… 1042 @section librtmp rtmp, rtmpe, rtmps, rtmpt, rtmpte 1062 where @var{rtmp_proto} is one of the strings "rtmp", "rtmpt", "rtmpe", 1074 ffmpeg -re -i myfile -f flv rtmp://myserver/live/mystream 1079 ffplay "rtmp://myserver/live/mystream live=1"
|
D | demuxers.texi | 303 ffmpeg -f live_flv -i rtmp://<any.server>/anything/key ....
|
/third_party/curl/docs/ |
D | URL-SYNTAX.md | 139 `imaps`, `ldap`, `ldaps`, `mqtt`, `pop3`, `pop3s`, `rtmp`, `rtmpe`, `rtmps`,
|
/third_party/ffmpeg/ |
D | configure | 209 --enable-gcrypt enable gcrypt, needed for rtmp(t)e support 211 --enable-gmp enable gmp, needed for rtmp(t)e support 6617 enabled librtmp && require_pkg_config librtmp librtmp librtmp/rtmp.h RTMP_Socket
|