Searched defs:ptype (Results 26 - 37 of 37) sorted by relevance

12

/external/bluetooth/hcidump/parser/
H A Dhci.c905 uint16_t ptype = btohs(cp->pkt_type); local
911 printf("bdaddr %s ptype 0x%4.4x rswitch 0x%2.2x clkoffset 0x%4.4x%s\n",
912 addr, ptype, cp->role_switch,
915 str = hci_ptypetostr(ptype);
937 uint16_t ptype = btohs(cp->pkt_type); local
941 printf("handle %d ptype 0x%4.4x\n", btohs(cp->handle), ptype);
943 str = hci_ptypetostr(ptype);
1114 printf("handle %d voice setting 0x%4.4x ptype 0x%4.4x\n",
3282 uint16_t ptype local
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc300 ProxyType ptype; local
346 ptype = PROXY_SOCKS5;
348 ptype = PROXY_HTTPS;
352 ptype = PROXY_UNKNOWN;
356 ptype = PROXY_UNKNOWN;
359 if (Better(ptype, proxy->type)) {
360 proxy->type = ptype;
852 proxy->ptype = PT_HTTPS;
/external/tcpdump/
H A Dprint-ppp.c1601 u_int16_t ptype; local
1625 ptype = *p;
1627 printf("%02x ", ptype);
1632 ptype = ntohs(*(u_int16_t *)p);
1634 printf("%04x ", ptype);
1639 ptype = 0; /*XXX*/
1652 ptype = ntohs(ph->phdr_type);
1653 if (eflag && (ptype == PPP_VJC || ptype == PPP_VJNC)) {
1655 "proto-#%d", ptype));
[all...]
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c886 swig_type_info **ptype; member in struct:swig_constant_info
1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
/external/bluetooth/bluez/tools/
H A Dsdptool.c2065 uint16_t ptype[4] = { 0x0010, 0x0020, 0x0030, 0x0040 }; local
2070 sdp_data_t *data = sdp_data_alloc(SDP_UINT16, &ptype[p]);
/external/pcre/
H A Dpcre_compile.c2459 ptype the property type
2467 check_char_prop(int c, int ptype, int pdata, BOOL negated) argument
2470 switch(ptype)
2854 int ptype, pdata, errorcodeptr; local
2858 ptype = get_ucp(&ptr, &negated, &pdata, &errorcodeptr);
2859 if (ptype < 0) return FALSE;
2872 return check_char_prop(c, ptype, pdata, (next == -ESC_P) != negated);
3693 int ptype = get_ucp(&ptr, &negated, &pdata, errorcodeptr); local
3694 if (ptype < 0) goto FAILED;
3698 *class_utf8data++ = ptype;
6050 int ptype = get_ucp(&ptr, &negated, &pdata, errorcodeptr); local
[all...]
/external/qemu/
H A Dmonitor.c2894 const char *ptype, *str; local
2931 ptype = cmd->args_type;
2933 if (*ptype != '\0') {
2934 ptype++;
2935 while (*ptype == '?')
2936 ptype++;
2940 switch(*ptype) {
/external/bluetooth/glib/gobject/
H A Dgtype.c2124 GType ptype = NODE_PARENT_TYPE (node); local
2174 if (ptype)
2175 type_data_unref_WmREC (lookup_type_node_I (ptype), FALSE);
2622 GType ptype; local
2644 ptype = NODE_PARENT_TYPE (node);
2656 GTypeClass *pclass = ptype ? g_type_class_ref (ptype) : NULL;
/external/libxml2/
H A Drelaxng.c6125 * @ptype: the parent type
6134 xmlRelaxNGType ptype)
6408 if (ptype == XML_RELAXNG_GROUP) {
6410 } else if (ptype == XML_RELAXNG_INTERLEAVE) {
6414 } else if (ptype == XML_RELAXNG_CHOICE) {
6416 } else if (ptype == XML_RELAXNG_LIST) {
6418 } else if (ptype == XML_RELAXNG_EXCEPT) {
6132 xmlRelaxNGCheckRules(xmlRelaxNGParserCtxtPtr ctxt, xmlRelaxNGDefinePtr cur, int flags, xmlRelaxNGType ptype) argument
H A Dxmlschemas.c26363 xmlSchemaTypePtr ptype; local
26390 ptype = pielem->typeDef;
26392 if (ptype->builtInType == XML_SCHEMAS_ANYTYPE) {
26440 switch (ptype->contentType) {
26464 if (ptype->contModel == NULL) {
26484 regexCtxt = xmlRegNewExecCtxt(ptype->contModel,
26542 if (WXS_IS_COMPLEX(ptype)) {
/external/bluetooth/bluez/lib/bluetooth/
H A Dhci.h1905 uint16_t ptype; member in struct:__anon316
/external/qemu/hw/
H A Dbt.h1528 uint16_t ptype; member in struct:__anon8555

Completed in 1591 milliseconds

12