Searched refs:ext (Results 101 - 125 of 548) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c522 if( z->ext + EB_L_UT_SIZE > USHRT_MAX ||
534 if( z->extra && z->ext != 0 ) {
535 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
538 z->ext = 0;
544 l_ef += z->ext;
573 z->ext += EB_L_UT_SIZE;
597 if( z->ext + EB_L_UX2_SIZE > USHRT_MAX ||
609 if( z->extra && z->ext != 0 ) {
610 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UX2_SIZE );
613 z->ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c535 if( z->ext + EB_L_UT_SIZE > USHRT_MAX ||
547 if( z->extra && z->ext != 0 ) {
548 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
551 z->ext = 0;
557 l_ef += z->ext;
586 z->ext += EB_L_UT_SIZE;
610 if( z->ext + EB_L_UX2_SIZE > USHRT_MAX ||
622 if( z->extra && z->ext != 0 ) {
623 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UX2_SIZE );
626 z->ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c467 if ((extra = (char *)malloc(z->ext + 4 + ef_data_size)) == NULL)
469 if ((cextra = (char *)malloc(z->ext + 4 + ef_data_size)) == NULL)
472 if (z->ext)
473 memcpy(extra, z->extra, z->ext);
482 z->extra[z->ext + 0] = 'u';
483 z->extra[z->ext + 1] = 'x';
484 z->extra[z->ext + 2] = (char)ef_data_size; /* length of data part */
485 z->extra[z->ext + 3] = 0;
486 z->extra[z->ext + 4] = 1; /* version */
489 z->extra[z->ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmimecmn.cpp135 const wxChar *ext = va_arg(argptr, const wxChar *); local
140 if ( !ext )
146 m_exts.Add(ext);
600 wxMimeTypesManager::GetFileTypeFromExtension(const wxString& ext) argument
604 wxString::const_iterator i = ext.begin();
605 const wxString::const_iterator end = ext.end();
608 extWithoutDot.assign(++i, ext.end());
610 extWithoutDot = ext;
612 wxCHECK_MSG( !ext.empty(), NULL, _T("extension can't be empty") );
623 if ( m_fallbacks[n].GetExtensions().Index(ext) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_req.c193 ASN1_TYPE *ext = NULL; local
205 ext = attr->value.single;
207 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
210 if (!ext || (ext->type != V_ASN1_SEQUENCE))
212 p = ext->value.sequence->data;
214 ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c188 ASN1_TYPE *ext = NULL; local
200 if(attr->single) ext = attr->value.single;
202 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
205 if(!ext || (ext->type != V_ASN1_SEQUENCE))
207 p = ext->value.sequence->data;
209 ext->value.sequence->length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c193 ASN1_TYPE *ext = NULL; local
205 ext = attr->value.single;
207 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
210 if (!ext || (ext->type != V_ASN1_SEQUENCE))
212 p = ext->value.sequence->data;
214 ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_asid.c156 void *ext,
160 ASIdentifiers *asid = ext;
706 ASIdentifiers *ext)
713 assert(ctx != NULL || ext != NULL);
721 if (ext != NULL) {
727 if ((ext = x->rfc3779_asid) == NULL)
730 if (!v3_asid_is_canonical(ext))
732 if (ext->asnum != NULL) {
733 switch (ext->asnum->type) {
738 child_as = ext
704 v3_asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, ASIdentifiers *ext) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfat_free.c57 !strncmp(dir->ext," ",3)) {
H A Dmformat.c84 boot->ext.old.res_2m = 0;
85 boot->ext.old.fmt_2mf = 6;
87 boot->ext.old.wt = 1;
89 boot->ext.old.wt = 0;
90 boot->ext.old.rate_0= rate_0;
91 boot->ext.old.rate_any= rate_any;
92 if (boot->ext.old.rate_any== 2 )
93 boot->ext.old.rate_any= 1;
97 set_word(boot->ext.old.Infp0, i);
103 set_word(boot->ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgdiimage.h89 const wxString& ext,
91 : m_name(name), m_extension(ext)
98 void SetExtension(const wxString& ext) { m_extension = ext; } argument
88 wxGDIImageHandler(const wxString& name, const wxString& ext, long type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dgdiimage.h79 const wxString& ext,
81 : m_name(name), m_extension(ext)
88 void SetExtension(const wxString& ext) { m_extension = ext; } argument
78 wxGDIImageHandler(const wxString& name, const wxString& ext, long type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dswiven.h65 int SWI_MimeMap_Translate(const char *ext);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dphonet.h74 } ext; member in union:phonetmsg::__anon17987
81 #define pn_e_submsg_id pn_msg_u.ext.pn_e_submsg_id
82 #define pn_e_res_id pn_msg_u.ext.pn_e_res_id
84 #define pn_e_data pn_msg_u.ext.pn_e_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dintr_vect_defs.h119 unsigned int ext : 1; member in struct:__anon9118
157 unsigned int ext : 1; member in struct:__anon9119
194 unsigned int ext : 1; member in struct:__anon9120
201 unsigned int ext : 1; member in struct:__anon9121
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dcpu-single.h43 extern void cpu_set_pte_ext(pte_t *ptep, pte_t pte, unsigned int ext);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h62 unsigned int ext; /* flag - this is an extension record */ member in struct:blk_config
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp520 wxString path, name, ext; local
522 wxSplitPath(filename, & path, & name, & ext);
524 ext.MakeLower();
525 if (ext == _T("jpg") || ext == _T("jpeg"))
527 if (ext == _T("gif"))
529 if (ext == _T("bmp"))
531 if (ext == _T("png"))
533 if (ext == _T("pcx"))
535 if (ext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dhelpwin.cpp113 wxString path, name, ext; local
114 wxSplitPath(file, & path, & name, & ext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmimetype.h35 wxFileType *GetFileTypeFromExtension(const wxString& ext);
36 wxFileType *GetOrAllocateFileTypeFromExtension(const wxString& ext) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/man/
H A DMakefile433 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
434 case "$$ext" in \
436 *) ext='1' ;; \
440 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
454 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
455 case "$$ext" in \
457 *) ext='1' ;; \
461 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
478 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
479 case "$$ext" i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmangle.c43 static char *demangle_checks(const struct vol *vol, char* uname, char * mfilename, size_t prefix, char * ext) argument
60 if (strcmp(ext, buf))
63 if (*ext)
248 char ext[MAX_EXT_LENGTH +2]; /* for convert_charset dest_len parameter +2 */ local
264 ext_len = mangle_extension(vol, uname, ext, (flags & 2) ? CH_UTF8_MAC : vol->v_maccharset);
283 strncat(m, ext, ext_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daic.c250 int16_t **base, int16_t **ext)
258 dst[scan[i * 8 + j + 4]] = (*ext)[j];
260 *ext += 4;
264 dst[scan[i * 8 + j]] = (*ext)[j];
265 *ext += 8;
270 int16_t **base, int16_t **ext,
280 dst[scan[i * 8 + j + 4]] = (*ext)[j];
282 *ext += 4;
286 dst[scan[i]] = (*ext)[i];
287 *ext
249 recombine_block(int16_t *dst, const uint8_t *scan, int16_t **base, int16_t **ext) argument
269 recombine_block_il(int16_t *dst, const uint8_t *scan, int16_t **base, int16_t **ext, int block_no) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_trce.c550 const unsigned char *ext, size_t extlen)
560 xlen = ext[0];
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
584 ext += 2;
588 ssl_trace_str(ext[
549 ssl_print_extension(BIO *bio, int indent, int server, int extype, const unsigned char *ext, size_t extlen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_trce.c550 const unsigned char *ext, size_t extlen)
560 xlen = ext[0];
564 ext + 1, xlen, 1, ssl_point_tbl);
569 xlen = (ext[0] << 8) | ext[1];
573 ext + 2, xlen, 2, ssl_curve_tbl);
579 xlen = (ext[0] << 8) | ext[1];
584 ext += 2;
588 ssl_trace_str(ext[
549 ssl_print_extension(BIO *bio, int indent, int server, int extype, const unsigned char *ext, size_t extlen) argument
[all...]

Completed in 238 milliseconds

1234567891011>>