Home
last modified time | relevance | path

Searched refs:create_gstring_from_frame (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afstomp/
H A Dstomp.h59 GString *create_gstring_from_frame(stomp_frame *frame);
H A Dstomp.c326 create_gstring_from_frame(stomp_frame *frame) in create_gstring_from_frame() function
348 data = create_gstring_from_frame(frame); in stomp_write()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afstomp/tests/
H A Dtest_stomp_proto.c95 actual = create_gstring_from_frame(&frame); in Test()