Searched refs:extension (Results 51 - 75 of 168) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp952 { cerr << "Cyclic restriction/extension base dependency" << endl;
1005 else if (simpleContent->extension)
1007 if (simpleContent->extension->simpleTypePtr())
1008 level = simpleContent->extension->simpleTypePtr()->baseLevel() + 1;
1009 else if (simpleContent->extension->complexTypePtr())
1010 level = simpleContent->extension->complexTypePtr()->baseLevel() + 1;
1025 else if (complexContent->extension)
1027 if (complexContent->extension->simpleTypePtr())
1028 level = complexContent->extension->simpleTypePtr()->baseLevel() + 1;
1029 else if (complexContent->extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dschema.cpp952 { cerr << "Cyclic restriction/extension base dependency" << endl;
1005 else if (simpleContent->extension)
1007 if (simpleContent->extension->simpleTypePtr())
1008 level = simpleContent->extension->simpleTypePtr()->baseLevel() + 1;
1009 else if (simpleContent->extension->complexTypePtr())
1010 level = simpleContent->extension->complexTypePtr()->baseLevel() + 1;
1025 else if (complexContent->extension)
1027 if (complexContent->extension->simpleTypePtr())
1028 level = complexContent->extension->simpleTypePtr()->baseLevel() + 1;
1029 else if (complexContent->extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.cpp952 { cerr << "Cyclic restriction/extension base dependency" << endl;
1005 else if (simpleContent->extension)
1007 if (simpleContent->extension->simpleTypePtr())
1008 level = simpleContent->extension->simpleTypePtr()->baseLevel() + 1;
1009 else if (simpleContent->extension->complexTypePtr())
1010 level = simpleContent->extension->complexTypePtr()->baseLevel() + 1;
1025 else if (complexContent->extension)
1027 if (complexContent->extension->simpleTypePtr())
1028 level = complexContent->extension->simpleTypePtr()->baseLevel() + 1;
1029 else if (complexContent->extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.cpp952 { cerr << "Cyclic restriction/extension base dependency" << endl;
1005 else if (simpleContent->extension)
1007 if (simpleContent->extension->simpleTypePtr())
1008 level = simpleContent->extension->simpleTypePtr()->baseLevel() + 1;
1009 else if (simpleContent->extension->complexTypePtr())
1010 level = simpleContent->extension->complexTypePtr()->baseLevel() + 1;
1025 else if (complexContent->extension)
1027 if (complexContent->extension->simpleTypePtr())
1028 level = complexContent->extension->simpleTypePtr()->baseLevel() + 1;
1029 else if (complexContent->extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.c152 short extension; local
155 /* Remove any (pseudo) file extension */
156 extension = parsename (filename,fname,ext);
475 char ext[EXTENSION_MAX + 1] = ""; /* extension name */
476 short extension; /* does the filename contain an extension */ local
495 extension = parsename(t,fname,ext);
517 if (extension) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_conf.c59 /* extension creation utilities */
132 /* Now get internal extension representation based on type */
216 /* Given an internal structure, nid and critical flag create an extension */
228 /* Check the extension string for critical flag */
241 /* Check extension string for generic extension and return the type */
261 /* Create a generic extension: for now just handle DER type */
270 X509_EXTENSION *extension = NULL; local
299 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
306 return extension;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfiletype.tex4 MIME type under Unix, but under Windows it corresponds more to an extension than
7 extension and wish to find out the corresponding MIME type or, conversely, it
8 might want to find the right extension for the file to which it writes the
29 typically correspond to the extension ".txt", but may as well be associated with
105 given extension anyhow (but no other message parameters), there is no need to
135 one file extension is mapped to different MIME types by KDE, mailcap and
H A Dfilesysh.tex96 Returns the MIME type based on {\bf extension} of {\it location}. (While wxFSFile::GetMimeType
97 returns real MIME type - either extension-based or queried from HTTP.)
H A Dfsfile.tex46 \docparam{mimetype}{MIME type of this file. Mime type is either extension-based or HTTP Content-Type}
121 extension-based (see wxMimeTypesManager) or extracted from
H A Dti18n.tex26 with extension .po and binary catalogs which are created from the source ones
27 with {\it msgfmt} program (part of gettext package) and have the extension .mo.
H A Ddoctempl.tex24 The default extension for files of this type.
99 {\it ext} is the default file extension (such as txt).
172 Returns the default file extension for the document data, as passed to the document template constructor.
233 Sets the default file extension.
H A Dhthlpdat.tex35 file can have either .zip or .htb extension, htb stands for "html book").
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c58 /* extension creation utilities */
132 /* Now get internal extension representation based on type */
213 /* Given an internal structure, nid and critical flag create an extension */
225 /* Check the extension string for critical flag */
236 /* Check extension string for generic extension and return the type */
259 /* Create a generic extension: for now just handle DER type */
267 X509_EXTENSION *extension=NULL; local
297 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
303 return extension;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c59 /* extension creation utilities */
132 /* Now get internal extension representation based on type */
216 /* Given an internal structure, nid and critical flag create an extension */
228 /* Check the extension string for critical flag */
241 /* Check extension string for generic extension and return the type */
261 /* Create a generic extension: for now just handle DER type */
270 X509_EXTENSION *extension = NULL; local
299 extension = X509_EXTENSION_create_by_OBJ(NULL, obj, crit, oct);
306 return extension;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h181 static wxBitmapHandler *FindHandler(const wxString& extension, wxBitmapType bitmapType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgdiimage.h141 static wxGDIImageHandler *FindHandler(const wxString& extension, long type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dgdiimage.h131 static wxGDIImageHandler *FindHandler(const wxString& extension, long type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dvmwgfx_drm.h99 * @exists: The queried extension exists.
100 * @driver_ioctl_offset: Ioctl number of the first ioctl in the extension.
102 * used by the extension.
103 * @major: Major version number of the extension.
104 * @minor: Minor version number of the extension.
105 * @pl: Patch level version number of the extension.
123 * @extension - Ascii name of the extension to be queried. //In
130 char extension[DRM_VMW_EXT_NAME_LEN]; member in union:drm_vmw_extension_arg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h34 * @p9_proto_2000u: 9P2000.u extension
35 * @p9_proto_2000L: 9P2000.L extension
127 * @dotu: extension flags negotiated by protocol
228 char *extension);
H A D9p.h366 * @extension: area used to encode extended UNIX support in type &p9_str
367 * @n_uid: numeric user id of owner (part of 9p2000.u extension)
368 * @n_gid: numeric group id (part of 9p2000.u extension)
369 * @n_muid: numeric user id of laster modifier (part of 9p2000.u extension)
387 char *extension; /* 9p2000.u extensions */ member in struct:p9_wstat
510 u32 errno; /* 9p2000.u extension */
559 struct p9_str extension; member in struct:p9_tcreate
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm166 Perf::Trace::Core - Perl extension for perf trace
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_driver.c822 * through vendor specific extension units (LXU).
844 * extension unit.
862 memcpy(unit->extension.guidExtensionCode, &buffer[4], 16);
863 unit->extension.bNumControls = buffer[20];
865 unit->extension.bControlSize = buffer[22+p];
866 unit->extension.bmControls = (__u8 *)unit + sizeof(*unit);
867 unit->extension.bmControlsType = (__u8 *)unit + sizeof(*unit)
869 memcpy(unit->extension.bmControls, &buffer[23+p], 2*n);
1113 memcpy(unit->extension.guidExtensionCode, &buffer[4], 16);
1114 unit->extension
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c204 wstat->extension = NULL;
568 * @extension: 9p2000.u extension string to support devices, etc.
575 struct dentry *dentry, char *extension, u32 perm, u8 mode)
603 err = p9_client_fcreate(ofid, name, perm, mode, extension);
1316 if (v9fs_proto_dotu(v9ses) && (stat->extension[0] != '\0')) {
1319 * to the .u extension. So there can be
1321 * this even with .u extension. So check
1322 * for non NULL stat->extension
1324 strncpy(ext, stat->extension, sizeo
574 v9fs_create(struct v9fs_session_info *v9ses, struct inode *dir, struct dentry *dentry, char *extension, u32 perm, u8 mode) argument
1559 v9fs_vfs_mkspecial(struct inode *dir, struct dentry *dentry, int mode, const char *extension) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp1621 int wxFileIconsTable::GetIconID(const wxString& extension, const wxString& mime) argument
1627 if (!extension.empty())
1629 wxFileIconEntry *entry = (wxFileIconEntry*) m_HashTable->Get(extension);
1634 wxTheMimeTypesManager -> GetFileTypeFromExtension(extension) :
1653 m_HashTable->Put(extension, new wxFileIconEntry(newid));
1663 m_HashTable->Put(extension, new wxFileIconEntry(newid));
1687 m_HashTable->Put(extension, new wxFileIconEntry(id));
1693 if (extension == wxT("exe"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlimagemagic.lua29 -- extract extension and basefilename

Completed in 423 milliseconds

1234567