Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Ddescriptor.c521 DescriptorHeader *srchd, *targethd; in PGAPI_CopyDesc() local
530 targethd = &(target->deschd); in PGAPI_CopyDesc()
537 if (targethd->type_defined) in PGAPI_CopyDesc()
548 if (targethd->embedded) in PGAPI_CopyDesc()
562 if (!targethd->type_defined) in PGAPI_CopyDesc()
564 targethd->desc_type = srchd->desc_type; in PGAPI_CopyDesc()
576 if (!targethd->type_defined) in PGAPI_CopyDesc()
578 targethd->desc_type = srchd->desc_type; in PGAPI_CopyDesc()
585 if (!targethd->type_defined) in PGAPI_CopyDesc()
587 targethd->desc_type = srchd->desc_type; in PGAPI_CopyDesc()
[all …]