HomeSort by relevance Sort by last modified time
    Searched refs:ucp (Results 1 - 10 of 10) sorted by null

  /external/ppp/pppd/
ipxcp.c 610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; \/* Pointer to current output char *\/ local
    [all...]
ipv6cp.c 554 ipv6cp_addci(f, ucp, lenp)
556 u_char *ucp;
566 PUTCHAR(opt, ucp); \
567 PUTCHAR(vjlen, ucp); \
568 PUTSHORT(val, ucp); \
578 PUTCHAR(opt, ucp); \
579 PUTCHAR(idlen, ucp); \
580 eui64_put(val1, ucp); \
903 u_char *ucp = inp; /* Pointer to current output char */ local
1024 ucp = inp; /* Backup *
    [all...]
ipcp.c 749 ipcp_addci(f, ucp, lenp)
751 u_char *ucp;
761 PUTCHAR(opt, ucp); \
762 PUTCHAR(CILEN_ADDRS, ucp); \
764 PUTLONG(l, ucp); \
766 PUTLONG(l, ucp); \
776 PUTCHAR(opt, ucp); \
777 PUTCHAR(vjlen, ucp); \
778 PUTSHORT(val, ucp); \
780 PUTCHAR(maxslotindex, ucp); \
1334 u_char *ucp = inp; \/* Pointer to current output char *\/ local
    [all...]
lcp.c 684 lcp_addci(f, ucp, lenp)
686 u_char *ucp;
690 u_char *start_ucp = ucp;
694 PUTCHAR(opt, ucp); \
695 PUTCHAR(CILEN_VOID, ucp); \
699 PUTCHAR(opt, ucp); \
700 PUTCHAR(CILEN_SHORT, ucp); \
701 PUTSHORT(val, ucp); \
705 PUTCHAR((opt), ucp); \
706 PUTCHAR(CILEN_CHAP, ucp); \
    [all...]
  /external/chromium/third_party/icu/source/common/
uchar.c 121 _openProps(UCharProps *ucp, UErrorCode *pErrorCode) {
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
130 ucp->pData32=p=(const uint32_t *)udata_getMemory(ucp->propsData);
134 length=utrie_unserialize(&ucp->propsTrie, (const uint8_t *)(p+UPROPS_INDEX_COUNT), length-64, pErrorCode);
142 length=utrie_unserialize(&ucp->propsVectorsTrie, (const uint8_t *)(p+p[UPROPS_ADDITIONAL_TRIE_INDEX]), length, pErrorCode);
151 uprv_memset(&ucp->propsVectorsTrie, 0, sizeof(ucp->propsVectorsTrie));
168 UCharProps ucp={ NULL }; local
175 _openProps(&ucp, pErrorCode)
    [all...]
  /external/icu4c/common/
uchar.c 120 _openProps(UCharProps *ucp, UErrorCode *pErrorCode) {
124 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
129 ucp->pData32=p=(const uint32_t *)udata_getMemory(ucp->propsData);
133 length=utrie_unserialize(&ucp->propsTrie, (const uint8_t *)(p+UPROPS_INDEX_COUNT), length-64, pErrorCode);
141 length=utrie_unserialize(&ucp->propsVectorsTrie, (const uint8_t *)(p+p[UPROPS_ADDITIONAL_TRIE_INDEX]), length, pErrorCode);
150 uprv_memset(&ucp->propsVectorsTrie, 0, sizeof(ucp->propsVectorsTrie));
167 UCharProps ucp={ NULL }; local
174 _openProps(&ucp, pErrorCode)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 123 const unsigned char *ucp = (const unsigned char *) name; local
129 c = (int) *ucp++;
146 const unsigned char *ucp = (const unsigned char *) msg; local
159 c = (int) ucp[i];
  /external/strace/
signal.c     [all...]
  /external/dnsmasq/src/
rfc2131.c 655 unsigned char *ucp = option_ptr(opt, 0); local
657 for (j = 0; j < option_len(opt); j += ucp[j] + 1);
661 tmp = j + ucp[j] + 1;
662 ucp[j] = 0;
1148 unsigned char *ucp = option_ptr(opt, 0); local
1163 unsigned char *ucp = option_ptr(opt, 0); local
1175 unsigned char *ucp = option_ptr(opt, 0); local
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 3370 unsigned char* ucp = reinterpret_cast<unsigned char*>(bytes.get()); local
3389 const unsigned char* ucp = reinterpret_cast<const unsigned char*>(bytes.get()); local
    [all...]

Completed in 411 milliseconds