|
YAZ 5.35.1
|
Copies various Z39.50 types. More...
Go to the source code of this file.
Functions | |
| Z_RPNQuery * | yaz_copy_z_RPNQuery (Z_RPNQuery *q, ODR out) |
| Z_Query * | yaz_copy_Z_Query (Z_Query *q, ODR out) |
| Z_RPNQuery * | yaz_clone_z_RPNQuery (Z_RPNQuery *q, NMEM out) |
| int | yaz_compare_z_RPNQuery (Z_RPNQuery *a, Z_RPNQuery *b) |
| Z_Query * | yaz_clone_z_Query (Z_Query *q, NMEM out) |
| int | yaz_compare_z_Query (Z_Query *a, Z_Query *b) |
| Z_NamePlusRecord * | yaz_clone_z_NamePlusRecord (Z_NamePlusRecord *s, NMEM out) |
| int | yaz_compare_z_NamePlusRecord (Z_NamePlusRecord *a, Z_NamePlusRecord *b) |
| Z_RecordComposition * | yaz_clone_z_RecordComposition (Z_RecordComposition *s, NMEM out) |
| int | yaz_compare_z_RecordComposition (Z_RecordComposition *a, Z_RecordComposition *b) |
| Z_OtherInformation * | yaz_clone_z_OtherInformation (Z_OtherInformation *s, NMEM out) |
| int | yaz_compare_z_OtherInformation (Z_OtherInformation *a, Z_OtherInformation *b) |
Copies various Z39.50 types.
Definition in file copy_types.h.
| Z_NamePlusRecord * yaz_clone_z_NamePlusRecord | ( | Z_NamePlusRecord * | s, |
| NMEM | out | ||
| ) |
| Z_OtherInformation * yaz_clone_z_OtherInformation | ( | Z_OtherInformation * | s, |
| NMEM | out | ||
| ) |
Referenced by yaz_copy_Z_Query().
| Z_RecordComposition * yaz_clone_z_RecordComposition | ( | Z_RecordComposition * | s, |
| NMEM | out | ||
| ) |
| Z_RPNQuery * yaz_clone_z_RPNQuery | ( | Z_RPNQuery * | q, |
| NMEM | out | ||
| ) |
Referenced by clone_z_type().
| int yaz_compare_z_NamePlusRecord | ( | Z_NamePlusRecord * | a, |
| Z_NamePlusRecord * | b | ||
| ) |
| int yaz_compare_z_OtherInformation | ( | Z_OtherInformation * | a, |
| Z_OtherInformation * | b | ||
| ) |
| int yaz_compare_z_RecordComposition | ( | Z_RecordComposition * | a, |
| Z_RecordComposition * | b | ||
| ) |
| int yaz_compare_z_RPNQuery | ( | Z_RPNQuery * | a, |
| Z_RPNQuery * | b | ||
| ) |
Definition at line 70 of file copy_types.c.
References odr::mem, and yaz_clone_z_Query().
Referenced by Z3950_send_search().
| Z_RPNQuery * yaz_copy_z_RPNQuery | ( | Z_RPNQuery * | q, |
| ODR | out | ||
| ) |
Referenced by ZOOM_connection_Z3950_send_scan().