Home
last modified time | relevance | path

Searched refs:lenptr (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_newline.c80 uint32_t *lenptr, BOOL utf) in PRIV()
94 *lenptr = 1; in PRIV()
98 *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1; in PRIV()
115 *lenptr = 1; in PRIV()
119 *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1; in PRIV()
125 *lenptr = utf? 2 : 1; in PRIV()
130 *lenptr = 3; in PRIV()
137 *lenptr = 1; in PRIV()
170 uint32_t *lenptr, BOOL utf) in PRIV()
190 *lenptr = (ptr > startptr && ptr[-1] == CHAR_CR)? 2 : 1; in PRIV()
[all …]
Dpcre2grep.c1450 end_of_line(char *p, char *endptr, int *lenptr) in end_of_line() argument
1459 *lenptr = 1; in end_of_line()
1462 *lenptr = 0; in end_of_line()
1469 *lenptr = 1; in end_of_line()
1472 *lenptr = 0; in end_of_line()
1479 *lenptr = 1; in end_of_line()
1482 *lenptr = 0; in end_of_line()
1491 *lenptr = 0; in end_of_line()
1496 *lenptr = 2; in end_of_line()
1526 *lenptr = 1; in end_of_line()
[all …]
Dpcre2test.c3148 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16() argument
3151 PCRE2_SIZE len = *lenptr; in to16()
3190 *lenptr = pp - pbuffer16; in to16()
3235 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32() argument
3238 PCRE2_SIZE len = *lenptr; in to32()
3281 *lenptr = pp - pbuffer32; in to32()
/external/ppp/pppd/plugins/radius/
Dsendserver.c40 unsigned char *buf, *vector, *lenptr; in rc_pack_list() local
51 lenptr = buf++; in rc_pack_list()
66 *lenptr = length + 8; in rc_pack_list()
75 *lenptr = length + 8; in rc_pack_list()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dacinclude.m41776 $t *lenptr = 0;
1777 if(0 != getpeername(0, 0, lenptr))
/external/mdnsresponder/mDNSCore/
DuDNS.c1045 mDNSu8 *lenptr = (mDNSu8 *)&tcpInfo->replylen; in tcpCallback() local
1046 n = mDNSPlatformReadTCP(sock, lenptr + tcpInfo->nread, 2 - tcpInfo->nread, &closed); in tcpCallback()
1079 tcpInfo->replylen = (mDNSu16)((mDNSu16)lenptr[0] << 8 | lenptr[1]); in tcpCallback()