Searched refs:datatype (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/
H A Dfile_generator.pl178 my $datatype = "";
180 $datatype = $1;
181 print "\tDatatype: " . $datatype . "\n";
186 if ($datatype eq "Define") {
188 } elsif ($datatype eq "Enum") {
190 } elsif ($datatype eq "TypeDef") {
254 my $datatype = "";
256 $datatype = $1;
257 print "\tDataType: " . $datatype . "\n";
271 write_cpp_enum_start(*CPPOUTPUT, $dataname, $datatype);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsauce.c36 int datatype, filetype, t1, t2, nb_comments; local
56 datatype = avio_r8(pb);
65 if (got_width && datatype && filetype) {
66 if ((datatype == 1 && filetype <=2) || (datatype == 5 && filetype == 255) || datatype == 6) {
73 } else if (datatype == 5) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsauce.c36 int datatype, filetype, t1, t2, nb_comments; local
56 datatype = avio_r8(pb);
65 if (got_width && datatype && filetype) {
66 if ((datatype == 1 && filetype <=2) || (datatype == 5 && filetype == 255) || datatype == 6) {
73 } else if (datatype == 5) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcsv.h70 typedef enum { NOTSET=1, DOUBLE, STRING, UNSIGNED_LONG } datatype; typedef in typeref:enum:__anon6319
78 datatype type; /* Data type */
H A Dcode.c14 datatype type; /* Data type */
22 char *type_to_string(datatype);
381 datatype type;
H A DDbRecord.c13 static int DbRecord_field(DbRecord *, u_int, void *, datatype);
150 DbRecord *recordp, u_int field, void *addr, datatype type)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsh_mipi_dsi.c122 u32 pctype, datatype, pixfmt; local
130 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_24;
137 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_16;
144 datatype = MIPI_DSI_PIXEL_STREAM_3BYTE_18;
151 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_18;
158 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_24;
165 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_16;
172 datatype = MIPI_DSI_PIXEL_STREAM_3BYTE_18;
179 datatype = MIPI_DSI_PACKED_PIXEL_STREAM_18;
186 datatype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_jobs_conv.c30 { "data_type", PY_UNISTR, offsetof(JOB_INFO_1, datatype) },
47 { "data_type", PY_UNISTR, offsetof(JOB_INFO_2, datatype) },
67 { "data_type", PY_UNISTR, offsetof(DOC_INFO_1, datatype) },
H A Dpy_spoolss_printers_conv.c90 { "datatype", PY_UNISTR, offsetof(PRINTER_INFO_2, datatype) },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Drfbi.c106 enum omap_rfbi_datatype datatype; member in struct:__anon16347
254 if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_16 &&
268 } else if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_24 &&
283 } else if (rfbi.datatype == OMAP_DSS_RFBI_DATATYPE_16 &&
691 enum omap_rfbi_datatype datatype; local
696 datatype = OMAP_DSS_RFBI_DATATYPE_12;
699 datatype = OMAP_DSS_RFBI_DATATYPE_16;
702 datatype = OMAP_DSS_RFBI_DATATYPE_18;
705 datatype = OMAP_DSS_RFBI_DATATYPE_24;
711 rfbi.datatype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-streams.c622 int datatype; local
657 datatype = 1;
660 datatype = 2;
664 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype);
668 datatype = 0;
671 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h546 UNISTR2 datatype; member in struct:_printer_default
724 UNISTR2 datatype; member in struct:spool_doc_info_1
948 UNISTR datatype; member in struct:printer_info_2
1202 UNISTR datatype; member in struct:s_job_info_1
1221 UNISTR datatype; member in struct:s_job_info_2
1491 UNISTR2 datatype; member in struct:spool_printer_info_level_2
1870 UNISTR2 datatype; member in struct:spool_q_resetprinter
H A Dnt_printing.h321 fstring datatype; member in struct:nt_printer_info_level_2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddb.h120 #define SQL_C_BOOLEAN(datatype) (sizeof(datatype) == 1 ? SQL_C_UTINYINT : (sizeof(datatype) == 2 ? SQL_C_USHORT : SQL_C_ULONG))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c112 datatype_free( struct tr_datatype * datatype )
114 datatype->next = datatype_pool;
115 datatype_pool = datatype;
131 peer_io_push_datatype( tr_peerIo * io, struct tr_datatype * datatype )
138 tmp->next = datatype;
140 io->outbuf_datatypes = datatype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclirap2.c1686 pstring ownername, notifyname, datatype, jparms, jstatus, jcomment; local
1693 GETSTRINGF(p, datatype, RAP_DATATYPE_LEN);
1702 jfn(jid, ownername, notifyname, datatype, jparms, pos, fsstatus,
1787 pstring ownername, notifyname, datatype, jparms, jstatus, jcomment; local
1794 GETSTRINGF(p, datatype, RAP_DATATYPE_LEN);
1803 jfn(jid, ownername, notifyname, datatype, jparms, pos, fsstatus,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c99 if(!smb_io_unistr2("", &info_1->datatype, info_1->p_datatype, ps, depth))
878 if (!smb_io_unistr2("datatype", &pd->datatype, pd->datatype_ptr, ps,depth))
902 const fstring datatype,
1042 inf->datatype_ptr = (info->datatype.buffer!=NULL)?1:0;
1061 init_unistr2_from_unistr(&inf->datatype, &info->datatype);
1063 init_unistr2_from_unistr(&inf->datatype, &info->datatype);
2341 if (!smb_io_relstr("datatype", buffe
900 make_spoolss_q_open_printer_ex(SPOOL_Q_OPEN_PRINTER_EX *q_u, const fstring printername, const fstring datatype, uint32 access_required, const fstring clientname, const fstring user_name) argument
7441 make_spoolss_q_startdocprinter(SPOOL_Q_STARTDOCPRINTER *q_u, POLICY_HND *handle, uint32 level, char *docname, char *outputfile, char *datatype) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkfifo.h66 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \
69 datatype *type; \
134 * @fifo: name of the declared fifo datatype
149 * @fifo: name of the declared fifo datatype
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c233 fstring datatype = ""; local
245 rpcstr_pull(datatype, i2->datatype.buffer,sizeof(datatype), -1, STR_TERMINATE);
257 printf("\tdatatype:[%s]\n", datatype);
1388 init_unistr( &info2.datatype, "RAW");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss.c458 const char *printername, const char *datatype, uint32 access_required,
468 make_spoolss_q_open_printer_ex( &in, printername, datatype,
1568 char *outputfile, char *datatype,
1580 outputfile, datatype );
457 rpccli_spoolss_open_printer_ex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *printername, const char *datatype, uint32 access_required, const char *station, const char *username, POLICY_HND *pol) argument
1566 rpccli_spoolss_startdocprinter(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *hnd, char *docname, char *outputfile, char *datatype, uint32 *jobid) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c1450 copy_unistr2(&new_def->datatype, &def->datatype);
3043 len = rpcstr_push(temp, printer->info_2->datatype, sizeof(pstring)-2, STR_TERMINATE);
4211 init_unistr(&printer->datatype, ntprinter->info_2->datatype); /* datatype */
5711 fstring datatype; local
5731 unistr2_to_ascii(datatype, &info_1->datatype, sizeof(datatype));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rap.c534 const char *notifyname, const char *datatype,
533 enum_jobs(uint16 jobid, const char *ownername, const char *notifyname, const char *datatype, const char *jparms, uint16 pos, uint16 status, const char *jstatus, unsigned int submitted, unsigned int jobsize, const char *comment) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_printing.c645 rpcstr_pull( printer2->datatype, regval_data_p(val), sizeof(fstring), regval_size(val), 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c2435 info->datatype,
3770 fstrcpy(info->datatype, "RAW");
3858 info->datatype,
3975 DEBUGADD(106,("datatype:[%s]\n", info2->datatype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.cpp74 bool DataTypeSupported(wxDb *pDb, SWORD datatype, wxString *nativeDataTypeName) argument
81 if (pDb->GetDataTypeInfo(datatype, sqlTypeInfo))

Completed in 325 milliseconds

12