Searched refs:Type (Results 151 - 175 of 220) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsse2api.c967 security->UsernameToken->Password->Type = (char*)wsse_PasswordTextURI;
1007 security->UsernameToken->Password->Type = (char*)wsse_PasswordDigestURI;
1074 if (token->Password->Type
1075 && !strcmp(token->Password->Type, wsse_PasswordDigestURI))
H A Dwsseapi.c1032 security->UsernameToken->Password->Type = (char*)wsse_PasswordTextURI;
1072 security->UsernameToken->Password->Type = (char*)wsse_PasswordDigestURI;
1139 if (token->Password->Type
1140 && !strcmp(token->Password->Type, wsse_PasswordDigestURI))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp202 enum Type enum in class:wxPluralFormsToken
210 Type type() const { return m_type; }
211 void setType(Type type) { m_type = type; }
217 Type m_type;
240 wxPluralFormsToken::Type type = wxPluralFormsToken::T_ERROR;
1224 int begin = header.Find(wxT("Content-Type: text/plain; charset="));
1227 begin += 34; //strlen("Content-Type: text/plain; charset=")
1239 // else: incorrectly filled Content-Type header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifssmb.c1047 pRetData->Type = cpu_to_le32(-1); /* unknown */
1053 pRetData->Type = cpu_to_le32(-1);
5203 data_offset->Type = cpu_to_le32(UNIX_FILE);
5205 data_offset->Type = cpu_to_le32(UNIX_DIR);
5207 data_offset->Type = cpu_to_le32(UNIX_SYMLINK);
5209 data_offset->Type = cpu_to_le32(UNIX_CHARDEV);
5211 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV);
5213 data_offset->Type = cpu_to_le32(UNIX_FIFO);
5215 data_offset->Type = cpu_to_le32(UNIX_SOCKET);
H A Dinode.c204 switch (le32_to_cpu(info->Type)) {
241 cFYI(1, "unknown type %d", le32_to_cpu(info->Type));
1216 if (pInfo->Type == cpu_to_le32(-1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dexpr.tex267 \membersection{wxExpr::Type}\label{wxexprtype}
269 \constfunc{wxExprType}{Type}{\void}
H A Dlist.tex255 // Type of compare function for list sort operation (as in 'qsort')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wpa.c229 || ((pEapol_packet->KeyDesc.Type != WPA1_KEY_DESC)
230 && (pEapol_packet->KeyDesc.Type != WPA2_KEY_DESC))) {
2286 | Protocol Type | 1 octet
2290 | Descriptor Type | 1 octet
2350 pMsg->KeyDesc.Type = WPA2_KEY_DESC;
2352 pMsg->KeyDesc.Type = WPA1_KEY_DESC;
2367 /* Specify Key Type as Group(0) or Pairwise(1) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c2351 pAd->PsPollFrame.FC.Type = BTYPE_CNTL;
2362 pAd->NullFrame.FC.Type = BTYPE_DATA;
2386 pAd->PsPollFrame.FC.Type = BTYPE_CNTL;
2422 pAd->NullFrame.FC.Type = BTYPE_DATA;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Ddevice.h215 CONTEXT_TYPE Type; member in struct:_USB_SEND_CONTEXT
H A Drxtx.c2221 pContext->Type = CONTEXT_MGMT_PACKET;
2317 pContext->Type = CONTEXT_MGMT_PACKET;
2700 pContext->Type = CONTEXT_MGMT_PACKET;
3018 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"ntohs Pkt Type=%04x\n", ntohs(pDevice->sTxEthHeader.wType));
3021 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Pkt Type=%04x\n", (pDevice->sTxEthHeader.wType));
3089 pContext->Type = CONTEXT_DATA_PACKET;
3249 pContext->Type = CONTEXT_DATA_PACKET;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dwis-sony-tuner.c48 unsigned char Type; /* unused here */ member in struct:sony_tunertype
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dstorvsc.c720 vstorPacket->VmSrb.DataIn = Request->Type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U.h305 u8 Type:2; // Reserved for MAC header Frame Type subfield. member in struct:_tx_desc_819x_usb
546 u8 Type:2; member in struct:rx_desc_819x_usb
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java1265 av.visit(name, Type.getType(readUTF8(v, buf)));
1584 * {@link Double}, {@link String} or {@link Type} corresponding to
1600 return Type.getType(s.charAt(0) == '[' ? s : "L" + s + ";");
H A DMethodWriter.java506 * @param desc the method's descriptor (see {@link Type}).
594 panns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
600 ipanns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc161 D flush 10I 0 value Type of flush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dmake_vms.com34 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dmake_vms.com34 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc161 D flush 10I 0 value Type of flush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl.cpp1669 typedef rettype (* name ## Type) args ; \
1670 name ## Type pfn_ ## name; \
1675 typedef void (* name ## Type) args ; \
1676 name ## Type pfn_ ## name; \
1681 pfn_ ## name = (name ## Type) lib.GetSymbol( wxT(#name), &success ); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_bsg.c347 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT;
1315 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT;
1798 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT;
2282 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT;
3268 cmd->un.genreq64.w5.hcsw.Type = MENLO_TRANSPORT_TYPE; /* 0xfe */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp53 typedef rettype (* name ## Type) args ; \
54 name ## Type pfn_ ## name; \
59 pfn_ ## name = (name ## Type) lib->GetSymbol( wxT(#name), &success ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc201 D flush 10I 0 value Type of flush
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/as400/
H A Dzlib.inc201 D flush 10I 0 value Type of flush

Completed in 319 milliseconds

123456789