| /src/share/examples/puffs/pgfs/ |
| pgfs_db.h | 29 #include <libpq-fe.h> /* Oid */ 49 int simplefetch(struct Xconn *, Oid, ...); 60 int fetchnext(struct fetchstatus *, unsigned int, const Oid *, ...);
|
| pgfs_subs.h | 42 int my_lo_open(struct Xconn *, Oid, int32_t, int32_t *);
|
| pgfs_subs.c | 322 my_lo_open(struct Xconn *xc, Oid loid, int32_t mode, int32_t *fdp) 365 lo_lookup_by_fileid(struct Xconn *xc, fileid_t fileid, Oid *idp) 368 static const Oid types[] = { OIDOID, }; 387 Oid loid; 466 static const Oid types[] = { 507 static const Oid types[] = { 640 static const Oid types[] = { INT8OID, }; 911 static const Oid types[] = { INT8OID, };
|
| pgfs_db.c | 216 Oid *paramtypes; 243 Oid type = va_arg(ap, Oid); 364 Oid type = c->paramtypes[i]; 385 v = (intmax_t)va_arg(ap, Oid); 391 errx(EXIT_FAILURE, "unknown integer oid %u", 521 vfetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, va_list ap) 575 *va_arg(ap, Oid *) = 606 fetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, ...) 641 simplefetch(struct Xconn *xc, Oid type, ... [all...] |
| newfs.sql | 75 loid Oid NOT NULL UNIQUE); 77 -- loid REFERENCES pg_largeobject_metadata(oid);
|
| pgfs_puffs.c | 130 static const Oid types[] = { 329 static const Oid types[] = { INT8OID, }; 1171 static const Oid types[] = { INT8OID, }; 1184 "ON (n.oid=c.relnamespace) " 1187 "SELECT sum(pg_total_relation_size(c.oid))::int8 " 1189 "ON (n.oid=c.relnamespace) "
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_ndis.c | 429 NDIS_OID Oid; 435 NDIS_OID Oid; 451 static int ndis_get_oid(struct wpa_driver_ndis_data *drv, unsigned int oid, 464 o->Oid = oid; 472 "failed (oid=%08x): %d", oid, (int) GetLastError()); 478 wpa_printf(MSG_DEBUG, "NDIS: query oid=%08x written (%d); " 479 "too short", oid, (unsigned int) written); 485 wpa_printf(MSG_DEBUG, "NDIS: query oid=%08x written (%d) > [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| tls2.c | 55 struct berval oid; member in struct:oid_name 1397 find_oid( struct berval *oid ) 1401 for ( i=0; !BER_BVISNULL( &oids[i].oid ); i++ ) { 1402 if ( oids[i].oid.bv_len != oid->bv_len ) continue; 1403 if ( !strcmp( oids[i].oid.bv_val, oid->bv_val )) 1523 struct berval Oid, Val, oid2, *in = x509_name; 1589 tag = ber_get_stringbv( ber, &Oid, LBER_BV_NOTERM ); 1597 if ( ber_decode_oid( &Oid, &oid2 ) < 0 ) [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-npf.c | 156 * Returned a customer-defined NTSTATUS in OID requests to avoid 181 * perform the OID request, with a BIOCQUERYOID ioctl. The kernel code 183 * or NDIS_STATUS_NOT_RECOGNIZED if the OID request isn't supported by 204 oid_get_request(ADAPTER *adapter, bpf_u_int32 oid, void *data, size_t *lenp, 223 oid_data_arg->Oid = oid; 392 pcap_oid_get_request_npf(pcap_t *p, bpf_u_int32 oid, void *data, size_t *lenp) 396 return (oid_get_request(pw->adapter, oid, data, lenp, p->errbuf)); 400 pcap_oid_set_request_npf(pcap_t *p, bpf_u_int32 oid, const void *data, 417 oid_data_arg->Oid = oid [all...] |