Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/bthidcontrol/
HDsdp.c66 #define nattrs (sizeof(attrs)/sizeof(attrs[0])) macro
114 if (sdp_search(ss, 1, &service, nattrs, attrs, nvalues, values) != 0) in hid_sdp_query()
/NextBSD/contrib/apr-util/dbd/
HDapr_dbd_odbc.c834 int *defaultBufferSize, int *nattrs, in odbc_parse_params() argument
842 *nattrs = 0; in odbc_parse_params()
923 *nattrs = j; in odbc_parse_params()
1080 int nattrs = 0, *attrs = NULL, connect = 0; in odbc_open() local
1092 &password, &defaultBufferSize, &nattrs, &attrs, in odbc_open()
1096 for (i = 0; i < nattrs && SQL_SUCCEEDED(rc); i++) { in odbc_open()