author | Sebastian Harl <sh@tokkee.org> | |
Tue, 11 Dec 2012 18:43:26 +0000 (19:43 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 11 Dec 2012 18:43:26 +0000 (19:43 +0100) | ||
commit | 99ba555ab2cb5e0cd9aa7bc5f90991fda14af094 | |
tree | 2830250a65b45a9d4b715b8c5b303542be2691cc | tree | snapshot |
parent | dd591340d23e285f4ac5d44e08ec30871004e8fd | commit | diff |
utils unixsock: Added sc_unixsock_client_process_lines().
This function may be used to process data returned from the socket line by
line. The function will split each line into columns. The data-types of each
column may be specified by the caller.
This is similar to the DBI query abstraction function (sc_dbi_exec_query()) in
that in takes care of all the annoying data parsing and conversion stuff.
This function may be used to process data returned from the socket line by
line. The function will split each line into columns. The data-types of each
column may be specified by the caller.
This is similar to the DBI query abstraction function (sc_dbi_exec_query()) in
that in takes care of all the annoying data parsing and conversion stuff.
src/include/utils/unixsock.h | diff | blob | history | |
src/utils/unixsock.c | diff | blob | history |