Searched refs:db (Results 1 - 12 of 12) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
H A Dconv.c132 for (inp = in.db, cnt = in.dbrcnt;
136 in.dbp = in.db;
164 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt);
198 in.dbp = in.db + in.dbcnt;
245 for (inp = in.db; in.dbcnt >= cbsz; inp += cbsz, in.dbcnt -= cbsz) {
259 (void)memmove(in.db, in.dbp - in.dbcnt, in.dbcnt);
260 in.dbp = in.db + in.dbcnt;
271 for (t = in.db + in.dbcnt - 1; t >= in.db && *t == ' '; --t);
272 if (t >= in.db) {
[all...]
H A Ddd.c218 if ((in.db = malloc(dbsz)) == NULL) {
222 out.db = in.db;
223 } else if ((in.db =
225 (out.db = malloc((u_int)(out.dbsz + cbsz))) == NULL) {
229 in.dbp = in.db;
230 out.dbp = out.db;
456 memset(out.db, 0, out.dbsz);
458 out.dbp = out.db + out.dbcnt;
505 outp = out.db;
[all...]
H A Dposition.c88 if ((nr = ddop_read(in, in.fd, in.db, bcnt)) > 0) {
160 if ((n = ddop_read(out, out.fd, out.db, out.dbsz)) > 0)
180 out.db, out.dbsz)) != out.dbsz)
H A Ddd.h75 u_char *db; /* buffer address */ member in struct:__anon1719
/system/sepolicy/tools/
H A Dcheck_seapp.c146 sepol_policydb_t *db; member in struct:policy_info
173 .db = NULL,
296 * @param db
297 * The policy db to search
307 static int check_type(sepol_policydb_t *db, char *type) { argument
311 policydb_t *d = (policydb_t *)db;
384 if(!check_type(pol.db, value)) {
402 int ret = sepol_mls_check(pol.handle, pol.db, value);
880 if (sepol_policydb_create(&pol.db) < 0) {
881 log_error("Could not create sepolicy db
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_api.c314 ** db: output parameter which will contain the GATT database copy.
320 btgatt_db_element_t **db, int *count)
322 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count);
319 BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
H A Dbta_gattc_cache.c1142 ** Returns number of elements inside db from start_handle to end_handle
1186 ** Description copy the server GATT database into db parameter.
1189 ** db: output parameter which will contain GATT database copy.
1199 btgatt_db_element_t **db,
1207 *db = NULL;
1293 *db = buffer;
1301 ** Description copy the server GATT database into db parameter.
1304 ** db: output parameter which will contain GATT database copy.
1311 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
1332 bta_gattc_get_gatt_db_impl(p_clcb->p_srcb, start_handle, end_handle, db, coun
1197 bta_gattc_get_gatt_db_impl(tBTA_GATTC_SERV *p_srvc_cb, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count) argument
[all...]
H A Dbta_gattc_int.h487 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, int *count);
/system/sepolicy/
H A Dproperty_contexts34 debug.db. u:object_r:debuggerd_prop:s0
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cpp237 void GetGattDbCallback(int conn_id, btgatt_db_element_t *db, int size) { argument
243 GetGattDbCallback(g_interface, conn_id, db, size));
/system/bt/bta/include/
H A Dbta_gatt_api.h760 ** Description This function is called to get gatt db.
763 ** db: output parameter which will contain gatt db copy.
765 ** count: number of elements in db.
769 btgatt_db_element_t **db, int *count);
/system/bt/btif/src/
H A Dbtif_gatt_client.c1238 btgatt_db_element_t *db = NULL; local
1240 BTA_GATTC_GetGattDb(p_cb->conn_id, 0x0000, 0xFFFF, &db, &count);
1243 p_cb->conn_id, db, count);
1244 osi_free(db);

Completed in 208 milliseconds