Searched refs:oplen (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluez/attrib/ |
D | gatt.c | 113 guint16 oplen; in primary_by_uuid_cb() local 134 oplen = encode_discover_primary(range->end + 1, 0xffff, &dp->uuid, in primary_by_uuid_cb() 137 if (oplen == 0) in primary_by_uuid_cb() 140 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_by_uuid_cb, in primary_by_uuid_cb() 203 guint16 oplen = encode_discover_primary(end + 1, 0xffff, NULL, in primary_all_cb() local 206 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_all_cb, in primary_all_cb() 255 guint16 oplen; in char_discovered_cb() local 308 oplen = enc_read_by_type_req(last + 1, dc->end, &uuid, buf, in char_discovered_cb() 311 if (oplen == 0) in char_discovered_cb() 314 g_attrib_send(dc->attrib, 0, buf[0], buf, oplen, in char_discovered_cb()
|
/external/pcre/ |
D | pcregrep.c | 2097 int oplen = (int)(equals - op->long_name); in main() local 2100 if (oplen == arglen && strncmp(arg, op->long_name, oplen) == 0) in main()
|
/external/iproute2/misc/ |
D | ss.c | 831 int oplen = alen + 4 + sizeof(struct inet_diag_hostcond); in ssfilter_bytecompile() local 834 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 }; in ssfilter_bytecompile() 839 ptr += oplen; in ssfilter_bytecompile()
|