Implements HTTP and Z39.50 encoding and decoding. More...
#include <string.h>#include <yaz/odr.h>#include <yaz/zgdu.h>Go to the source code of this file.
Functions | |
| int | z_GDU (ODR o, Z_GDU **p, int opt, const char *name) |
Implements HTTP and Z39.50 encoding and decoding.
Definition in file zgdu.c.
Definition at line 15 of file zgdu.c.
References odr::buf, odr::direction, ODR_DECODE, odr_malloc(), odr::size, yaz_decode_http_request(), yaz_decode_http_response(), yaz_encode_http_request(), yaz_encode_http_response(), z_APDU(), Z_GDU_HTTP_Request, Z_GDU_HTTP_Response, and Z_GDU_Z3950.
Referenced by do_read(), ir_read(), process_gdu_response(), send_srw(), and send_SRW_redirect().
1.6.3