Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ WriteAMFNull
Function
WriteAMFNull
src/brpc/amf.cpp:971–973 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
969
}
970
971
void WriteAMFNull(AMFOutputStream* stream) {
972
stream->put_u8(AMF_MARKER_NULL);
973
}
974
975
void WriteAMFUndefined(AMFOutputStream* stream) {
976
stream->put_u8(AMF_MARKER_UNDEFINED);
Callers
15
OnStopInternal
Method · 0.85
Play
Method · 0.85
Play2
Method · 0.85
Publish
Method · 0.85
Seek
Method · 0.85
Pause
Method · 0.85
SendStopMessage
Method · 0.85
OnConnect
Method · 0.85
OnCreateStream
Method · 0.85
OnPlay
Method · 0.85
Run
Method · 0.85
SendFMLEStartResponse
Function · 0.85
Calls
1
put_u8
Method · 0.80
Tested by
no test coverage detected