Home
last modified time | relevance | path

Searched defs:firstnull (Results 1 – 2 of 2) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_stomp/src/
H A Drabbit_stomp_frame.erl267 firstnull(Content) -> firstnull(Content, 0). function
269 firstnull(<<>>, _N) -> -1; function
270 firstnull(<<0, _Rest/binary>>, N) -> N; function
271 firstnull(<<_Ch, Rest/binary>>, N) -> firstnull(Rest, N+1). function
/dports/net/rdesktop/rdesktop-1.9.0/
H A Dxclip.c1030 uint8 *firstnull; in ui_clip_handle_data() local