Home
last modified time | relevance | path

Searched refs:scanned (Results 1 – 25 of 46) sorted by relevance

12

/external/bluetooth/bluez/src/
Dsdpd-request.c118 int scanned, data_size = 0; in extract_des() local
127 scanned = sdp_extract_seqtype(buf, len, &seqType, &data_size); in extract_des()
130 if (!scanned || (seqType != SDP_SEQ8 && seqType != SDP_SEQ16)) { in extract_des()
134 p = buf + scanned; in extract_des()
135 bufsize = len - scanned; in extract_des()
243 scanned += seqlen; in extract_des()
245 return scanned; in extract_des()
354 int status = 0, i, plen, mlen, mtu, scanned; in service_search_req() local
366 scanned = extract_des(pdata, data_left, &pattern, &dtd, SDP_TYPE_UUID); in service_search_req()
368 if (scanned == -1) { in service_search_req()
[all …]
Dsdpd-service.c297 uint32_t handleExpected, int *scanned) in extract_pdu_server() argument
307 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen); in extract_pdu_server()
308 p += *scanned; in extract_pdu_server()
309 bufsize -= *scanned; in extract_pdu_server()
391 *scanned += seqlen; in extract_pdu_server()
401 int scanned = 0; in service_register_req() local
415 rec = extract_pdu_server(&req->device, p, bufsize, 0xffffffff, &scanned); in service_register_req()
471 int status = 0, scanned = 0; in service_update_req() local
490 nrec = extract_pdu_server(BDADDR_ANY, p, bufsize, handle, &scanned); in service_update_req()
Dglib-helper.c140 int scanned, seqlen = 0, bytesleft = size; in search_completed_cb() local
149 scanned = sdp_extract_seqtype(rsp, bytesleft, &dataType, &seqlen); in search_completed_cb()
150 if (!scanned || !seqlen) in search_completed_cb()
153 rsp += scanned; in search_completed_cb()
154 bytesleft -= scanned; in search_completed_cb()
169 scanned += recsize; in search_completed_cb()
174 } while (scanned < (ssize_t) size && bytesleft > 0); in search_completed_cb()
/external/iptables/extensions/
Dlibxt_string.man10 Set the offset up to which should be scanned. That is, byte \fIoffset\fP-1
11 (counting from 0) is the last one that is scanned.
/external/bluetooth/bluez/lib/
Dsdp.c998 int sdp_uuid_extract(const uint8_t *p, int bufsize, uuid_t *uuid, int *scanned) in sdp_uuid_extract() argument
1014 *scanned += sizeof(uint8_t); in sdp_uuid_extract()
1022 *scanned += sizeof(uint16_t); in sdp_uuid_extract()
1029 *scanned += sizeof(uint32_t); in sdp_uuid_extract()
1036 *scanned += sizeof(uint128_t); in sdp_uuid_extract()
1229 int scanned = sizeof(uint8_t); in sdp_extract_seqtype() local
1248 scanned += sizeof(uint8_t); in sdp_extract_seqtype()
1257 scanned += sizeof(uint16_t); in sdp_extract_seqtype()
1266 scanned += sizeof(uint32_t); in sdp_extract_seqtype()
1272 return scanned; in sdp_extract_seqtype()
[all …]
/external/icu4c/i18n/
Dregexcst.txt45 … |--- Character or named character classes to test for. If the current character being scanned
276 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
312 # set-after-lit The last thing scanned was a literal character within a set.
355 # Have scanned [[set]&
365 # set-lit-amp Have scanned "[literals&"
376 # Have scanned [set]-
388 # scanned a-b- or \w-
403 # Have scanned "[literals-" Could be a range or a -- operator or a literal
418 # scanned "[literal-\"
/external/icu4c/common/
Drbbirpt.txt45 … |--- Character or named character classes to test for. If the current character being scanned
76 # ! We've just scanned a '!', indicating either a !!key word flag or a
299 # when what is being scanned no longer looks like an expression.
/external/bluetooth/bluez/lib/bluetooth/
Dsdp_lib.h482 int sdp_uuid_extract(const uint8_t *buffer, int bufsize, uuid_t *uuid, int *scanned);
602 sdp_record_t *sdp_extract_pdu(const uint8_t *pdata, int bufsize, int *scanned);
/external/openssl/crypto/err/
Dopenssl.ec39 # additional header files to be scanned for function names
/external/llvm/docs/CommandGuide/
Dlit.pod282 builds this is the directory that will be scanned for tests.
310 directory being scanned.
Dllvm-ar.pod221 with F<files> will be scanned (recursively) to find files to be added to the
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man424 newline has been scanned).
609 actions follows), and then the remaining input is scanned
847 current input string to be scanned again. Unless
870 stream. It will be the next character scanned. The
1679 bytes are not scanned; thus, scanning consists of
1812 The macro YY_AT_BOL() returns true if the next token scanned
2213 per character scanned).
2230 tests and one array look-up per character scanned).
2557 putting back some excess text you scanned, use yyless().
2610 scanned text does not match any rule. The state occurs when
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info455 starting to scan, or right after a newline has been scanned).
593 scanned for another match.
772 string to be scanned again. Unless you've changed how the scanner
780 will be the next character scanned. The following action will
1400 scanned; thus, scanning consists of `base[0]' through
1504 The macro `YY_AT_BOL()' returns true if the next token scanned from
1825 performance-wise (one array look-up per character scanned).
1841 scanned).
2084 text you scanned, use `yyless()'.
2122 that in that state the currently scanned text does not match any rule.
[all …]
Dflex.texi543 newline has been scanned).
717 scanned for another match.
940 current input string to be scanned again. Unless
950 stream. It will be the next character scanned.
1663 These last two bytes are not scanned; thus,
1788 scanned from the current buffer will have '^' rules
2168 scanned).
2187 look-up per character scanned).
2469 if just putting back some excess text you scanned, use
2514 scanned text does not match any rule. The state occurs
[all …]
/external/kernel-headers/original/linux/
Dmm.h1063 unsigned long shrink_slab(unsigned long scanned, gfp_t gfp_mask,
/external/pcre/doc/
Dpcregrep.txt133 scanned; instead output the number of lines that would other-
135 zero is output. If several files are are being scanned, a
421 their line endings. If the data that is being scanned does
Dpcretest.txt309 whitespace is removed, and it is then scanned for \ escapes. Some of
Dpcre.txt1180 carried out when the whole pattern has been scanned; in this case the
2942 patterns, if it has been scanned far enough.
5543 mum subject length for a match, a shorter subject will not be scanned
/external/bison/doc/
Drefcard.tex130 % can be scanned without complaint.
/external/webkit/Tools/android/flex-2.5.4a/
DNEWS237 YY_END_OF_BUFFER_CHAR (these bytes are not scanned; thus, scanning
340 - The macro YY_AT_BOL() returns true if the next token scanned from
/external/jpeg/
Dusage.doc18 for example scanned photographs. Cartoons, line drawings, and other
/external/iproute2/doc/
Dip-cref.tex1943 predicate. The RPDB is scanned in the order of increasing priority. The selector
2732 \item Otherwise, all interfaces are scanned to search for an address
/external/pcre/
DChangeLog1435 are not scanned in any specific order and on different systems the order
2251 "--" to be printed when multiple files were scanned, even when none of the
2939 amount of subject to be scanned is less than 1000 bytes.
/external/e2fsprogs/po/
De2fsprogs.pot209 msgid "%u inodes scanned.\n"
Dzh_CN.po212 msgid "%u inodes scanned.\n"

12