Home
last modified time | relevance | path

Searched refs:strptr (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_parse_txt_reply.c48 const unsigned char *strptr; in ares__parse_txt_reply() local
120 strptr = aptr; in ares__parse_txt_reply()
121 while (strptr < (aptr + rr_len)) in ares__parse_txt_reply()
123 substr_len = (unsigned char)*strptr; in ares__parse_txt_reply()
124 if (strptr + substr_len + 1 > aptr + rr_len) in ares__parse_txt_reply()
149 txt_curr->record_start = (strptr == aptr); in ares__parse_txt_reply()
158 ++strptr; in ares__parse_txt_reply()
159 memcpy ((char *) txt_curr->txt, strptr, substr_len); in ares__parse_txt_reply()
164 strptr += substr_len; in ares__parse_txt_reply()
Dares_parse_caa_reply.c46 const unsigned char *strptr; in ares_parse_caa_reply() local
110 strptr = aptr; in ares_parse_caa_reply()
133 caa_curr->critical = (int)*strptr++; in ares_parse_caa_reply()
134 caa_curr->plength = (int)*strptr++; in ares_parse_caa_reply()
146 memcpy ((char *) caa_curr->property, strptr, caa_curr->plength); in ares_parse_caa_reply()
149 strptr += caa_curr->plength; in ares_parse_caa_reply()
163 memcpy ((char *) caa_curr->value, strptr, caa_curr->length); in ares_parse_caa_reply()
/third_party/libsnd/src/
Dtxw.c129 const char *strptr ; in txw_read_header() local
152 strptr = "looped" ; in txw_read_header()
156 strptr = "non-looped" ; in txw_read_header()
164 psf_log_printf (psf, " Format : 0x%02X => %s\n", txwh.format, strptr) ; in txw_read_header()
166 strptr = NULL ; in txw_read_header()
198 strptr = " Sample Rate : Unknown : forcing to 33333\n" ; in txw_read_header()
205 if (strptr) in txw_read_header()
206 psf_log_printf (psf, strptr) ; in txw_read_header()
Dcommon.c108 char c, *strptr, istr [5], lead_char, sign_char ; in psf_log_printf() local
162 strptr = va_arg (ap, char *) ; in psf_log_printf()
163 if (strptr == NULL) in psf_log_printf()
165 slen = strlen (strptr) ; in psf_log_printf()
170 while (*strptr) in psf_log_printf()
171 log_putchar (psf, *strptr++) ; in psf_log_printf()
355 strptr = istr ; in psf_log_printf()
356 while (*strptr) in psf_log_printf()
357 { c = *strptr++ ; in psf_log_printf()
563 char c, *strptr ; in psf_binheader_writef() local
[all …]
/third_party/elfutils/tests/
Drun-strptr.sh23 testrun_compare ${abs_top_builddir}/tests/strptr testfile <<\EOF
62 testrun_compare ${abs_top_builddir}/tests/strptr testfile10 <<\EOF
D.gitignore99 /strptr
DMakefile.am55 getsrc_die strptr newdata elfstrtab dwfl-proc-attach \ program
177 run-getsrc-die.sh run-strptr.sh newdata elfstrtab dwfl-proc-attach \
490 run-getsrc-die.sh run-strptr.sh \
DChangeLog2597 * strptr.c: New file.
2598 * run-strptr.sh: New test.
2599 * Makefile.am (check_PROGRAMS): Add strptr.
2600 (TESTS): Add run-strptr.sh.
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c153 const u8 * const strptr = &inbuf[i]; /* String we're matching against */ in ntfs_best_match() local
158 const u8 *best_matchptr = strptr; in ntfs_best_match()
168 hash = ntfs_hash(strptr); in ntfs_best_match()
199 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match()
200 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match()
201 matchptr[0] != strptr[0]) in ntfs_best_match()
205 if (matchptr[len] != strptr[len]) in ntfs_best_match()
221 strptr[best_len])) in ntfs_best_match()
227 } while (best_matchptr[best_len] == strptr[best_len]); in ntfs_best_match()
242 pctx->rel = best_matchptr - strptr; /* given as a negative number! */ in ntfs_best_match()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c769 jt_read_integer(const char **strptr, JDIMENSION *result) in jt_read_integer() argument
771 const char *ptr = *strptr; in jt_read_integer()
778 if (ptr == *strptr) in jt_read_integer()
780 *strptr = ptr; in jt_read_integer()
/third_party/libjpeg-turbo/
Dtransupp.c1362 jt_read_integer(const char **strptr, JDIMENSION *result) in jt_read_integer() argument
1364 const char *ptr = *strptr; in jt_read_integer()
1371 if (ptr == *strptr) in jt_read_integer()
1373 *strptr = ptr; in jt_read_integer()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c1360 jt_read_integer(const char **strptr, JDIMENSION *result) in jt_read_integer() argument
1362 const char *ptr = *strptr; in jt_read_integer()
1369 if (ptr == *strptr) in jt_read_integer()
1371 *strptr = ptr; in jt_read_integer()