Searched full:stream_end (Results 1 – 14 of 14) sorted by relevance
21 "STREAM_END"})).26 "STREAM_END"})).29 - describe STREAM_END:
15 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"
67 -- Create a new emitter and send STREAM_START, listed events and STREAM_END.72 local _, msg = emitter.emit {type='STREAM_END'}
8 expect (e ().type).to_be "STREAM_END"33 - describe STREAM_END:37 expect (ev.type).to_be "STREAM_END"
78 /* 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()
252 MENTRY( STREAM_END ); in token_iter()
333 MENTRY( STREAM_END ); in event_iter()
222 if (fparams->type >= STREAM_END) in LLVMFuzzerTestOneInput()241 case STREAM_END: in LLVMFuzzerTestOneInput()
16 STREAM_END enumerator
115 for (int type = 0; type < STREAM_END; type++) { in main()
114 str = emitter.emit {type = "STREAM_END"}119 `STREAM_END` event returns a string formatted as a [YAML 1.1][yaml11]
280 local ok, stream = dumper:emit {type='STREAM_END'}496 while parser:parse() ~= 'STREAM_END' do
1724 static void stream_end (struct parseunit *);1750 stream_end,1885 stream_end( in stream_end() function
1227 - do not return STREAM_END prematurely in inflate (John Bowler)