HomeSort by relevance Sort by last modified time
    Searched full:pptr (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/tcpdump/
print-syslog.c 85 syslog_print(register const u_char *pptr, register u_int len)
97 if (!TTEST2(*pptr, 1))
100 if (*(pptr+msg_off) == '<') {
103 if (!TTEST2(*(pptr+msg_off), 1))
106 while ( *(pptr+msg_off) >= '0' &&
107 *(pptr+msg_off) <= '9' &&
110 if (!TTEST2(*(pptr+msg_off), 1))
113 pri = pri * 10 + (*(pptr+msg_off) - '0');
116 if (!TTEST2(*(pptr+msg_off), 1))
119 if (*(pptr+msg_off) == '>'
    [all...]
print-sip.c 36 sip_print(register const u_char *pptr, register u_int len)
47 if (EXTRACT_16BITS(pptr+idx) != 0x0d0a) { /* linefeed ? */
48 safeputchar(*(pptr+idx));
57 print_unknown_data(pptr,"\n\t",len);
print-bgp.c 428 decode_prefix4(const u_char *pptr, char *buf, u_int buflen)
433 TCHECK(pptr[0]);
434 plen = pptr[0];
439 TCHECK2(pptr[1], (plen + 7) / 8);
440 memcpy(&addr, &pptr[1], (plen + 7) / 8);
453 decode_labeled_prefix4(const u_char *pptr, char *buf, u_int buflen)
458 TCHECK(pptr[0]);
459 plen = pptr[0]; /* get prefix length */
478 TCHECK2(pptr[4], (plen + 7) / 8);
479 memcpy(&addr, &pptr[4], (plen + 7) / 8)
    [all...]
print-isoclns.c 713 static int clnp_print (const u_int8_t *pptr, u_int length)
721 clnp_header = (const struct clnp_header_t *) pptr;
725 optr = pptr;
744 pptr += sizeof(struct clnp_header_t);
746 dest_address_length = *pptr;
747 dest_address = pptr + 1;
749 pptr += (1 + dest_address_length);
751 source_address_length = *pptr;
752 source_address = pptr +1;
754 pptr += (1 + source_address_length)
1746 const u_int8_t *optr, *pptr, *tptr; local
    [all...]
print-zephyr.c 88 parse_field(char **pptr, int *len)
92 if (*len <= 0 || !pptr || !*pptr)
94 if (*pptr > (char *) snapend)
97 s = *pptr;
98 while (*pptr <= (char *) snapend && *len >= 0 && **pptr) {
99 (*pptr)++;
102 (*pptr)++;
104 if (*len < 0 || *pptr > (char *) snapend
    [all...]
decode_prefix.h 36 extern int decode_prefix4(const u_char *pptr, char *buf, u_int buflen);
print-slow.c 120 slow_print(register const u_char *pptr, register u_int len) {
134 tptr=pptr;
135 slow_com_header = (const struct slow_common_header *)pptr;
  /external/chromium/base/
ref_counted_unittest.cc 20 SelfAssign** pptr = &ptr_; local
21 EXPECT_EQ(*pptr, ptr_);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ParsEvent.c 79 char* pPtr;
117 pPtr = pEventStream->current + IW_EV_LCP_LEN;
121 pPtr = pEventStream->value;
127 if((pPtr + uDataLen) > pEventStream->end)
136 os_memcpy((char *) pEvent + IW_EV_LCP_LEN + IW_EV_POINT_OFF, pPtr, uDataLen);
141 os_memcpy((char *) pEvent + IW_EV_LCP_LEN, pPtr, uDataLen);
145 pPtr = pPtr + uDataLen;
150 if((pPtr + uDataLen) > (pEventStream->current + pEvent->len))
157 pEventStream->value = pPtr;
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ParsEvent.c 79 char* pPtr;
117 pPtr = pEventStream->current + IW_EV_LCP_LEN;
121 pPtr = pEventStream->value;
127 if((pPtr + uDataLen) > pEventStream->end)
136 os_memcpy((char *) pEvent + IW_EV_LCP_LEN + IW_EV_POINT_OFF, pPtr, uDataLen);
141 os_memcpy((char *) pEvent + IW_EV_LCP_LEN, pPtr, uDataLen);
145 pPtr = pPtr + uDataLen;
150 if((pPtr + uDataLen) > (pEventStream->current + pEvent->len))
157 pEventStream->value = pPtr;
    [all...]
  /external/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
147 if (pptr() != epptr()) {
148 *pptr() = traits_type::to_char_type(c);
177 if (gptr() == egptr() && pptr() && pptr() > egptr())
178 setg(eback(), gptr(), pptr());
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 113 return int(pptr() ? pptr() - pbase() : 0);
121 if (pptr() == epptr() && _M_dynamic && !_M_frozen && !_M_constant) {
147 if (pptr() != epptr()) {
148 *pptr() = traits_type::to_char_type(c);
177 if (gptr() == egptr() && pptr() && pptr() > egptr())
178 setg(eback(), gptr(), pptr());
208 if ((!do_get && !do_put) || (do_put && !pptr()) || !gptr())
223 newoff = do_put ? pptr() - seeklow : gptr() - seeklow
    [all...]
  /external/astl/src/
streambuf.cpp 46 const streamsize avail = this->epptr() - this->pptr();
50 traits_type::copy(this->pptr(), str, len);
  /external/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 146 if ( this->pptr() < this->epptr() ) { // just put back in any case
178 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
184 _Traits::copy(this->pptr(), __s, __avail);
221 ptrdiff_t __avail = _S_finish(_M_str) - this->pptr();
223 _Traits::assign(this->pptr(), __STATIC_CAST(size_t, __n), __c);
228 _Traits::assign(this->pptr(), __avail, __c);
271 __offp = this->pptr() - this->pbase();
311 if ( (__imode && (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323 __newoff = __imode ? this->gptr() - this->eback() : this->pptr() - this->pbase()
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
sstream.tcc 92 const bool __testput = this->pptr() < this->epptr();
120 this->gptr() - this->eback(), this->pptr() - this->pbase());
123 *this->pptr() = __conv;
170 __newoffo += this->pptr() - __beg;
186 this->pbump((__beg + __newoffo) - this->pptr());
215 this->pbump((__beg + __pos) - this->pptr());
fstream.tcc 415 if (this->pbase() < this->pptr())
420 *this->pptr() = traits_type::to_char_type(__c);
427 this->pptr() - this->pbase()))
442 *this->pptr() = traits_type::to_char_type(__c);
506 streamsize __rlen = this->pptr() - __iend;
622 streamsize __bufavail = this->epptr() - this->pptr();
631 const streamsize __buffill = this->pptr() - this->pbase();
781 if (this->pbase() < this->pptr())
843 if (this->pbase() < this->pptr())
streambuf.tcc 84 const streamsize __buf_len = this->epptr() - this->pptr();
89 traits_type::copy(this->pptr(), __s, __len);
  /external/openssl/crypto/bio/
bss_mem.c 200 char **pptr; local
232 pptr=(char **)ptr;
233 *pptr=(char *)&(bm->data[0]);
244 pptr=(char **)ptr;
245 *pptr=(char *)bm;
bss_conn.c 456 const char **pptr; local
480 pptr=(const char **)ptr;
483 *pptr=data->param_hostname;
488 *pptr=data->param_port;
492 *pptr= (char *)&(data->ip[0]);
499 *pptr="not initialized";
  /external/grub/stage2/
stage2.c 576 char *pptr = password; local
587 while (! isspace (*pptr) && *pptr)
588 pptr++;
591 *pptr++ = 0;
596 while (isspace (*pptr))
597 pptr++;
599 /* If *PPTR is NUL, then allow the user to use
602 if (*pptr != 0)
604 while ((*(new_file++) = *(pptr++)) != 0
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
sstream 123 if (this->pptr())
126 if (this->pptr() > this->egptr())
127 __ret = __string_type(this->pbase(), this->pptr());
234 if (this->pptr() && this->pptr() > this->egptr())
237 this->setg(this->eback(), this->gptr(), this->pptr());
239 this->setg(this->pptr(), this->pptr(), this->pptr());
  /dalvik/vm/reflect/
Annotation.c 39 const u1** pPtr);
40 static bool skipEncodedAnnotation(const ClassObject* clazz, const u1** pPtr);
379 const u1** pPtr, AnnotationValue* pValue,
385 const u1* ptr = *pPtr;
604 *pPtr = ptr;
697 * "clazz" is the class on which the annotations are defined. "pPtr"
707 const ClassObject* annoClass, const u1** pPtr)
722 elementNameIdx = readUleb128(pPtr);
724 if (!processAnnotationValue(clazz, pPtr, &avalue, kAllObjects)) {
786 * "clazz" is the class on which the annotations are defined. "pPtr"
    [all...]
  /external/astl/include/
streambuf 94 * - pptr() returns the next pointer for the output sequence.
99 char_type* pptr() const { return mPutCurr; }
  /external/zlib/contrib/iostream/
zfstream.cpp 197 *pptr() = c;
224 n = pptr() - q;

Completed in 3420 milliseconds

1 2 3