Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre_newline.c74 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, in PRIV()
90 case 0x000a: *lenptr = 1; return TRUE; /* LF */ in PRIV()
91 case 0x000d: *lenptr = (ptr < endptr - 1 && ptr[1] == 0x0a)? 2 : 1; in PRIV()
102 case 0x000c: *lenptr = 1; return TRUE; /* FF */ in PRIV()
103 case 0x000d: *lenptr = (ptr < endptr - 1 && ptr[1] == 0x0a)? 2 : 1; in PRIV()
106 case 0x0085: *lenptr = utf? 2 : 1; return TRUE; /* NEL */ in PRIV()
108 case 0x2029: *lenptr = 3; return TRUE; /* PS */ in PRIV()
112 case 0x2029: *lenptr = 1; return TRUE; /* PS */ in PRIV()
138 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, in PRIV()
156 case 0x000a: *lenptr = (ptr > startptr && ptr[-1] == 0x0d)? 2 : 1; in PRIV()
[all …]
/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.c1453 end_of_line(char *p, char *endptr, int *lenptr) in end_of_line() argument
1462 *lenptr = 1; in end_of_line()
1465 *lenptr = 0; in end_of_line()
1472 *lenptr = 1; in end_of_line()
1475 *lenptr = 0; in end_of_line()
1482 *lenptr = 1; in end_of_line()
1485 *lenptr = 0; in end_of_line()
1494 *lenptr = 0; in end_of_line()
1499 *lenptr = 2; in end_of_line()
1529 *lenptr = 1; in end_of_line()
[all …]
Dpcre2test.c3151 to16(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to16() argument
3154 PCRE2_SIZE len = *lenptr; in to16()
3193 *lenptr = pp - pbuffer16; in to16()
3238 to32(uint8_t *p, int utf, PCRE2_SIZE *lenptr) in to32() argument
3241 PCRE2_SIZE len = *lenptr; in to32()
3284 *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))
Dconfigure25972 $t *lenptr = 0;
25973 if(0 != getpeername(0, 0, lenptr))