Home
last modified time | relevance | path

Searched full:stream_end (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/lyaml/spec/
H A Dext_yaml_emitter_spec.yaml21 "STREAM_END"})).
26 "STREAM_END"})).
29 - describe STREAM_END:
H A Dext_yaml_scanner_spec.yaml15 expect (k ().type).to_be "STREAM_END"
22 expect (k ().type).to_be "STREAM_END"'
39 - describe STREAM_END:
43 expect (k.type).to_be "STREAM_END"
H A Dspec_helper.lua67 -- Create a new emitter and send STREAM_START, listed events and STREAM_END.
72 local _, msg = emitter.emit {type='STREAM_END'}
H A Dext_yaml_parser_spec.yaml8 expect (e ().type).to_be "STREAM_END"
33 - describe STREAM_END:
37 expect (ev.type).to_be "STREAM_END"
/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c78 /* Emit a STREAM_END event. */
339 else if MENTRY( STREAM_END ) in emit()
351 if (type && STREQ (type, "STREAM_END")) in emit()
377 /* Return `true, "YAML string"` after accepting a STREAM_END event. */ in emit()
H A Dscanner.c252 MENTRY( STREAM_END ); in token_iter()
H A Dparser.c333 MENTRY( STREAM_END ); in event_iter()
/freebsd/contrib/libder/tests/
H A Dfuzz_stream.c222 if (fparams->type >= STREAM_END) in LLVMFuzzerTestOneInput()
241 case STREAM_END: in LLVMFuzzerTestOneInput()
H A Dfuzzers.h16 STREAM_END enumerator
H A Dmake_corpus.c115 for (int type = 0; type < STREAM_END; type++) { in main()
/freebsd/contrib/lyaml/
H A DREADME.md114 str = emitter.emit {type = "STREAM_END"}
119 `STREAM_END` event returns a string formatted as a [YAML 1.1][yaml11]
/freebsd/contrib/lyaml/lib/lyaml/
H A Dinit.lua280 local ok, stream = dumper:emit {type='STREAM_END'}
496 while parser:parse() ~= 'STREAM_END' do
/freebsd/contrib/ntp/ntpd/
H A Drefclock_parse.c1724 static void stream_end (struct parseunit *);
1750 stream_end,
1885 stream_end( in stream_end() function
/freebsd/sys/contrib/zlib/
H A DChangeLog1227 - do not return STREAM_END prematurely in inflate (John Bowler)