Home
last modified time | relevance | path

Searched refs:p_cookie (Results 1 – 25 of 75) sorted by relevance

123

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dchapter_command.hpp236 …static bool MatchIsDomain ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
237 …static bool MatchIsVMG ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
238 …static bool MatchVTSNumber ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
239 …static bool MatchVTSMNumber ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
240 …static bool MatchTitleNumber ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
241 …static bool MatchPgcType ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
242 …static bool MatchPgcNumber ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
243 …static bool MatchChapterNumber( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
244 …static bool MatchCellNumber ( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_c…
H A Dvirtual_segment.hpp59 const void *p_cookie,
61 const void *p_cookie,
96 const void *p_cookie,
98 const void *p_cookie, size_t i_cookie_size );
155 const void *p_cookie,
157 const void *p_cookie,
H A Dchapter_command.cpp585 …pretor_c::MatchVTSNumber( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_… in MatchVTSNumber() argument
594 uint16 i_title = *static_cast<uint16 const*>( p_cookie ); in MatchVTSNumber()
599 …retor_c::MatchVTSMNumber( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_… in MatchVTSMNumber() argument
608 uint8 i_title = *static_cast<uint8 const*>( p_cookie ); in MatchVTSMNumber()
622 uint8 i_title = *static_cast<uint8 const*>( p_cookie ); in MatchTitleNumber()
627 …erpretor_c::MatchPgcType( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_… in MatchPgcType() argument
636 uint8 i_pgc = *static_cast<uint8 const*>( p_cookie ); in MatchPgcType()
641 …pretor_c::MatchPgcNumber( const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_… in MatchPgcNumber() argument
649 uint16 const* i_pgc_n = static_cast<uint16 const*>( p_cookie ); in MatchPgcNumber()
664 uint8 i_ptt = *static_cast<uint8 const*>( p_cookie ); in MatchChapterNumber()
[all …]
H A Dvirtual_segment.cpp335 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ), in BrowseCodecPrivate() argument
336 const void *p_cookie, in BrowseCodecPrivate()
341 return p_ved->BrowseCodecPrivate( codec_id, match, p_cookie, i_cookie_size ); in BrowseCodecPrivate()
348 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ), in BrowseCodecPrivate() argument
349 const void *p_cookie, in BrowseCodecPrivate()
357 …virtual_chapter_c * p_result = vchapters[i]->BrowseCodecPrivate( codec_id, match, p_cookie, i_cook… in BrowseCodecPrivate()
367 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ), in BrowseCodecPrivate() argument
368 const void *p_cookie, in BrowseCodecPrivate()
374 if( p_chapter->BrowseCodecPrivate( codec_id, match, p_cookie, i_cookie_size ) ) in BrowseCodecPrivate()
379 …er_c * p_result = sub_vchapters[i]->BrowseCodecPrivate( codec_id, match, p_cookie, i_cookie_size ); in BrowseCodecPrivate()
H A Dchapters.cpp41 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ), in BrowseCodecPrivate() argument
42 const void *p_cookie, in BrowseCodecPrivate()
50 if ( match( **index ,p_cookie, i_cookie_size ) ) in BrowseCodecPrivate()
H A Dchapters.hpp68 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ),
69 const void *p_cookie,
H A Ddemux.hpp377 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ),
378 const void *p_cookie,
H A Ddemux.cpp772 … bool (*match)(const chapter_codec_cmds_c &data, const void *p_cookie, size_t i_cookie_size ), in BrowseCodecPrivate() argument
773 const void *p_cookie, in BrowseCodecPrivate()
780 … p_result = used_vsegments[i]->BrowseCodecPrivate( codec_id, match, p_cookie, i_cookie_size ); in BrowseCodecPrivate()
/dports/multimedia/libndi/libndi-c14b40caafb26a02249f062e7f907ceaa53c1b74/
H A Dlibndi_discovery_microdns.c67 static bool cb_mdns_should_stop(void *p_cookie) in cb_mdns_should_stop() argument
69 ndi_discovery_ctx_t *ctx = p_cookie; in cb_mdns_should_stop()
76 static void cb_mdns(void *p_cookie, int status, const struct rr_entry *entries) in cb_mdns() argument
78 ndi_discovery_ctx_t *ctx = p_cookie; in cb_mdns()
/dports/dns/libmicrodns/microdns-0.2.0/src/
H A Dmdns.c51 void *p_cookie; member
733 void *p_cookie) in mdns_listen_probe_network() argument
768 callback(p_cookie, r, entries); in mdns_listen_probe_network()
812 callback(p_cookie, r, NULL); in mdns_listen()
816 callback(p_cookie, r, NULL); in mdns_listen()
828 mdns_announce_callback callback, void *p_cookie) in mdns_announce() argument
839 svc->p_cookie = p_cookie; in mdns_announce()
852 svc->announce_callback(svc->p_cookie, in mdns_request_initial_announce()
875 svc->announce_callback(svc->p_cookie, in mdns_serve()
881 for (; stop(p_cookie) == false;) { in mdns_serve()
[all …]
/dports/dns/libmicrodns/microdns-0.2.0/include/microdns/
H A Dmicrodns.h188 mdns_listen_callback callback, void *p_cookie);
201 mdns_announce_callback callback, void *p_cookie);
214 MDNS_EXPORT int mdns_serve(struct mdns_ctx *ctx, mdns_stop_func stop, void *p_cookie);
/dports/dns/libmicrodns/microdns-0.2.0/examples/
H A Dmain.c42 static bool stop(void *p_cookie) in stop() argument
47 static void callback(void *p_cookie, int status, const struct rr_entry *entries) in callback() argument
/dports/devel/godot-tools/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.h80 bool has_element(IOHIDElementCookie p_cookie, Vector<rec_element> *p_list) const;
H A Djoypad_osx.cpp74 bool joypad::has_element(IOHIDElementCookie p_cookie, Vector<rec_element> *p_list) const { in has_element() argument
76 if (p_cookie == p_list->get(i).cookie) { in has_element()
/dports/devel/godot2/godot-2.1.6-stable/platform/osx/
H A Djoystick_osx.h79 bool has_element(IOHIDElementCookie p_cookie, Vector<rec_element> *p_list) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/osx/
H A Djoystick_osx.h79 bool has_element(IOHIDElementCookie p_cookie, Vector<rec_element> *p_list) const;
/dports/devel/godot/godot-3.2.3-stable/platform/osx/
H A Djoypad_osx.h80 bool has_element(IOHIDElementCookie p_cookie, Vector<rec_element> *p_list) const;
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dssl.h627 void *p_cookie; /*!< context for the cookie callbacks */ member
1350 void *p_cookie );
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dssl.h519 void *p_cookie; /*!< context for the cookie callbacks */ member
1226 void *p_cookie );
/dports/multimedia/vlc/vlc-3.0.16/modules/services_discovery/
H A Dupnp.cpp995 int Upnp_i11e_cb::run( Upnp_EventType eventType, UpnpEventPtr p_event, void *p_cookie ) in run() argument
997 Upnp_i11e_cb *self = static_cast<Upnp_i11e_cb*>( p_cookie ); in run()
1124 UpnpEventPtr p_event, void *p_cookie ) in sendActionCb() argument
1128 IXML_Document** pp_sendActionResult = (IXML_Document** )p_cookie; in sendActionCb()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dssl.h868 void *p_cookie; /*!< context for the cookie callbacks */ member
1688 void *p_cookie );
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dssl.h905 void *p_cookie; /*!< context for the cookie callbacks */ member
1782 void *p_cookie );
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dssl.h905 void *p_cookie; /*!< context for the cookie callbacks */ member
1782 void *p_cookie );
/dports/comms/fldigi/fldigi-4.1.20/src/include/mbedtls/
H A Dssl.h878 void *p_cookie; /*!< context for the cookie callbacks */ member
1755 void *p_cookie );
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/include/mbedtls/
H A Dssl.h876 void *p_cookie; /*!< context for the cookie callbacks */ member
1753 void *p_cookie );

123