ofono/gatchat
Denis Kenzior b648a112f2 Improve string parsing code
Currently next_string and next_hexstring functions use a static
buffer in the iterator to store the value.  This value is clobbered
as soon as next_string or next_hexstring is called.  Instead,
we copy the entire line in iter_next and use it as a scratch buffer.
The only limitation is that lines of max 2048 are possible, however
these are limited to around this size by parts of the standard.
2009-06-16 16:38:24 -05:00
..
Makefile.am Add AT chat library implementation 2009-05-06 14:42:54 -07:00
gatchat.c Add g_at_send_listing function 2009-06-16 16:38:19 -05:00
gatchat.h Add g_at_send_listing function 2009-06-16 16:38:19 -05:00
gatresult.c Improve string parsing code 2009-06-16 16:38:24 -05:00
gatresult.h Improve string parsing code 2009-06-16 16:38:24 -05:00
ringbuffer.c Add AT chat library implementation 2009-05-06 14:42:54 -07:00
ringbuffer.h Add AT chat library implementation 2009-05-06 14:42:54 -07:00