Home
last modified time | relevance | path

Searched refs:unlocked_get (Results 1 – 2 of 2) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dconn.c348 static Octstr *unlocked_get(Connection *conn, long length) in unlocked_get() function
1090 result = unlocked_get(conn, unlocked_inbuf_len(conn)); in conn_read_everything()
1114 result = unlocked_get(conn, length); in conn_read_fixed()
1140 result = unlocked_get(conn, pos - conn->inbufpos); in conn_read_line()
1190 result = unlocked_get(conn, length); in conn_read_withlen()
1229 result = unlocked_get(conn, endpos - startpos + 1); in conn_read_packet()
/dports/www/kannel/gateway-1.4.4/doc/
H A DChangeLog-0.13.1481 * gwlib/conn.c: Memory leak debugging: all callers of unlocked_get
4942 octstr_write_withlen. Also fixed errors in unlocked_get().