Home
last modified time | relevance | path

Searched refs:pformats (Results 1 – 25 of 188) sorted by path

12345678

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs72290 …onst super::super::Media::MediaFoundation::DXVA2_VideoDesc, count: u32, pformats: *mut super::Dire…
72294 …VideoDesc, rendertargetformat: super::Direct3D9::D3DFORMAT, count: u32, pformats: *mut super::Dire…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs16583 …pub unsafe fn GetVideoProcessorOutputFormats(&self, count: u32, pformats: *mut super::super::Graph…
16584 …std::mem::transmute_copy(self), ::std::mem::transmute(count), ::std::mem::transmute(pformats)).ok()
16587 …pub unsafe fn GetVideoProcessorInputFormats(&self, count: u32, pformats: *mut super::super::Graphi…
16588 …std::mem::transmute_copy(self), ::std::mem::transmute(count), ::std::mem::transmute(pformats)).ok()
16640 …unsafe extern "system" fn(this: ::windows::runtime::RawPtr, count: u32, pformats: *mut super::supe…
16642 …unsafe extern "system" fn(this: ::windows::runtime::RawPtr, count: u32, pformats: *mut super::supe…
17177 …Targets(&self, guid: *const ::windows::runtime::GUID, pcount: *mut u32, pformats: *mut *mut super:…
17178 …, ::std::mem::transmute(guid), ::std::mem::transmute(pcount), ::std::mem::transmute(pformats)).ok()
17243 …ntime::RawPtr, guid: *const ::windows::runtime::GUID, pcount: *mut u32, pformats: *mut *mut super:…
17393 …s::runtime::GUID, pvideodesc: *const DXVA2_VideoDesc, pcount: *mut u32, pformats: *mut *mut super:…
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/
H A Ddblib.c8080 const char * pformats = ptext + strlen(ptext) + 1; in dbperror() local
8082 assert(*(pformats - 1) == '\0'); in dbperror()
8083 if(*pformats != '\0') { in dbperror()
8091 rc = tds_vstrbuild(buffer, len, &result_len, ptext, TDS_NULLTERM, pformats, TDS_NULLTERM, ap); in dbperror()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/dblib/
H A Ddblib.c8008 const char * pformats = ptext + strlen(ptext) + 1; in dbperror() local
8010 assert(*(pformats - 1) == '\0'); in dbperror()
8011 if(*pformats != '\0') { in dbperror()
8019 rc = tds_vstrbuild(buffer, len, &result_len, ptext, TDS_NULLTERM, pformats, TDS_NULLTERM, ap); in dbperror()
/dports/databases/cppdb/cppdb-0.3.1/drivers/
H A Dpostgres_backend.cpp492 int *pformats = 0; in real_query() local
517 pformats=&formats.front(); in real_query()
531 pformats, // format - text in real_query()
542 pformats, // format - text in real_query()
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/
H A Ddblib.c8168 const char * pformats = ptext + strlen(ptext) + 1; in dbperror() local
8170 assert(*(pformats - 1) == '\0'); in dbperror()
8171 if(*pformats != '\0') { in dbperror()
8179 rc = tds_vstrbuild(buffer, len, &result_len, ptext, TDS_NULLTERM, pformats, TDS_NULLTERM, ap); in dbperror()
/dports/databases/freetds/freetds-1.3.4/src/dblib/
H A Ddblib.c8168 const char * pformats = ptext + strlen(ptext) + 1; in dbperror() local
8170 assert(*(pformats - 1) == '\0'); in dbperror()
8171 if(*pformats != '\0') { in dbperror()
8179 rc = tds_vstrbuild(buffer, len, &result_len, ptext, TDS_NULLTERM, pformats, TDS_NULLTERM, ap); in dbperror()
/dports/databases/postgresql-plproxy/plproxy-2.10.0/src/
H A Dexecute.c156 const char **values, int *plengths, int *pformats) in send_query() argument
193 pformats, /* paramFormats */ in send_query()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/tcop/
H A Dpostgres.c1485 int16 *pformats = NULL; in exec_bind_message() local
1555 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1557 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1691 pformat = pformats[paramno]; in exec_bind_message()
1693 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tcop/
H A Dpostgres.c1512 int16 *pformats = NULL; in exec_bind_message() local
1583 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1585 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1720 pformat = pformats[paramno]; in exec_bind_message()
1722 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/tcop/
H A Dpostgres.c1581 int16 *pformats = NULL; in exec_bind_message() local
1650 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1652 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1776 pformat = pformats[paramno]; in exec_bind_message()
1778 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/tcop/
H A Dpostgres.c1581 int16 *pformats = NULL; in exec_bind_message() local
1650 pformats = (int16 *) palloc(numPFormats * sizeof(int16)); in exec_bind_message()
1652 pformats[i] = pq_getmsgint(input_message, 2); in exec_bind_message()
1776 pformat = pformats[paramno]; in exec_bind_message()
1778 pformat = pformats[0]; in exec_bind_message()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/tcop/
H A Dpostgres.c1581 int16 *pformats = NULL;
1650 pformats = (int16 *) palloc(numPFormats * sizeof(int16));
1652 pformats[i] = pq_getmsgint(input_message, 2);
1776 pformat = pformats[paramno];
1778 pformat = pformats[0];

12345678