Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/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.c1458 end_of_line(char *p, char *endptr, int *lenptr) in end_of_line() argument
1467 *lenptr = 1; in end_of_line()
1470 *lenptr = 0; in end_of_line()
1477 *lenptr = 1; in end_of_line()
1480 *lenptr = 0; in end_of_line()
1487 *lenptr = 1; in end_of_line()
1490 *lenptr = 0; in end_of_line()
1499 *lenptr = 0; in end_of_line()
1504 *lenptr = 2; in end_of_line()
1534 *lenptr = 1; in end_of_line()
[all …]
Dpcre2test.c3177 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16() argument
3180 PCRE2_SIZE len = *lenptr; in to16()
3219 *lenptr = pp - pbuffer16; in to16()
3264 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32() argument
3267 PCRE2_SIZE len = *lenptr; in to32()
3310 *lenptr = pp - pbuffer32; in to32()
/third_party/pcre2/pcre2/maint/
Dutf8.c130 long unsigned int *vptr, int *lenptr) in utf82ord() argument
152 *lenptr = 0; in utf82ord()
156 *lenptr = 0; /* Too many high bits */ in utf82ord()
172 *lenptr = j + 1; in utf82ord()
178 *lenptr = j + 1; in utf82ord()
195 *lenptr = i + 1; in utf82ord()
/third_party/ffmpeg/libavformat/
Dsrtp.c126 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr) in ff_srtp_decrypt() argument
129 int len = *lenptr; in ff_srtp_decrypt()
185 *lenptr = len; in ff_srtp_decrypt()
193 *lenptr = len; in ff_srtp_decrypt()
Dsrtp.h48 int ff_srtp_decrypt(struct SRTPContext *s, uint8_t *buf, int *lenptr);
/third_party/node/deps/cares/
Dacinclude.m41776 $t *lenptr = 0;
1777 if(0 != getpeername(0, 0, lenptr))
Dconfigure26368 $t *lenptr = 0;
26369 if(0 != getpeername(0, 0, lenptr))