Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 - 22 of 22) sorted by relevance

/third_party/curl/lib/
H A Dcurl_rtmp.c37 #include <librtmp/rtmp.h>
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()
H A DMakefile.mk104 ifneq ($(findstring -rtmp,$(CFG)),)
H A Dversion.c57 #include <librtmp/rtmp.h>
356 "rtmp",
H A Durldata.h1049 void *rtmp; member
/third_party/ffmpeg/libavformat/
H A Dlibrtmp.c37 #include <librtmp/rtmp.h>
43 RTMP rtmp; member
77 RTMP *r = &ctx->rtmp; in rtmp_close()
87 * URL syntax: rtmp://server[:port][/app][/playpath][ keyword=value]...
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()
[all...]
H A Drtmpproto.c43 #include "rtmp.h"
96 RTMPPacket out_pkt; ///< rtmp packet, created from flv a/v or metadata (for output)
1418 * rtmp handshake server side
2588 * URL syntax: rtmp://server[:port][/app][/playpath]
2630 if (rt->listen && strcmp(proto, "rtmp")) { in rtmp_open()
3119 {"rtmp_listen", "Listen for incoming rtmp connections", OFFSET(listen), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, DEC, "rtmp_listen" },
3120 {"listen", "Listen for incoming rtmp connections", OFFSET(listen), AV_OPT_TYPE_INT, {.i64 = 0}, INT_MIN, INT_MAX, DEC, "rtmp_listen" },
3154 RTMP_PROTOCOL(rtmp, RTMP)
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_mmi.c36 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[
[all...]
/third_party/libcoap/include/oscore/
H A Doscore_context.h133 oscore_associations_t *tmp, *rtmp; \
134 HASH_ITER (hh, (r), tmp, rtmp)
136 #define OSCORE_ASSOCIATIONS_ITER_SAFE(e, el, rtmp) \
137 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
/third_party/libunwind/libunwind/tests/
H A Dia64-test-dyn1.c93 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/node/deps/openssl/openssl/crypto/pem/
H A Dpem_all.c55 RSA *rtmp; in pkey_get_rsa() local
58 rtmp = EVP_PKEY_get1_RSA(key); in pkey_get_rsa()
60 if (!rtmp) in pkey_get_rsa()
64 *rsa = rtmp; in pkey_get_rsa()
66 return rtmp; in pkey_get_rsa()
/third_party/openssl/crypto/pem/
H A Dpem_all.c55 RSA *rtmp; in pkey_get_rsa() local
58 rtmp = EVP_PKEY_get1_RSA(key); in pkey_get_rsa()
60 if (!rtmp) in pkey_get_rsa()
64 *rsa = rtmp; in pkey_get_rsa()
66 return rtmp; in pkey_get_rsa()
/third_party/libcoap/include/coap3/
H A Dcoap_session_internal.h535 #define SESSIONS_ITER(e, el, rtmp) \
536 HASH_ITER(hh, (e), el, rtmp)
538 #define SESSIONS_ITER_SAFE(e, el, rtmp) \
539 for ((el) = (e); (el) && ((rtmp) = (el)->hh.next, 1); (el) = (rtmp))
H A Dcoap_resource_internal.h128 coap_resource_t *tmp, *rtmp; \
129 HASH_ITER(hh, (r), tmp, rtmp)
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_crl.c436 X509_REVOKED rtmp, *rev;
452 rtmp.serialNumber = *serial;
453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp);
/third_party/openssl/crypto/x509/
H A Dx_crl.c436 X509_REVOKED rtmp, *rev;
452 rtmp.serialNumber = *serial;
453 idx = sk_X509_REVOKED_find(crl->crl.revoked, &rtmp);
/third_party/libcoap/src/
H A Dcoap_session.c1111 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()
H A Dcoap_io.c1361 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) {
H A Dcoap_net.c620 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()
3942 coap_session_t *s, *rtmp; in coap_can_exit() local
3951 SESSIONS_ITER(ep->sessions, s, rtmp) { in coap_can_exit()
3960 SESSIONS_ITER(context->sessions, s, rtmp) { in coap_can_exit()
H A Dcoap_resource.c583 coap_resource_t *rtmp; local
588 HASH_ITER(hh, context->resources, res, rtmp) {
/third_party/node/deps/openssl/openssl/apps/
H A Dca.c2476 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/openssl/apps/
H A Dca.c2456 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/ffmpeg/
H A Dconfigure209 --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

Completed in 41 milliseconds