代码搜索:dump
找到约 8,160 项符合「dump」的源代码
代码结果 8,160
www.eeworm.com/read/345053/11843246
h dump-dvbscan.h
#ifndef __DUMP_DVBSCAN_H__
#define __DUMP_DVBSCAN_H__
#include
#include
extern void dvbscan_dump_tuningdata (
FILE *f,
fe_type_t type,
struct dvb_fronte
www.eeworm.com/read/345053/11843248
h dump-vdr.h
#ifndef __DUMP_VDR_H__
#define __DUMP_VDR_H__
#include
#include
static const char *inv_name [] = {
"0",
"1",
"999"
};
static const char *fec_name [] = {
"0",
www.eeworm.com/read/345053/11843250
h dump-kaffeine.h
#ifndef __DUMP_KAFFEINE_H__
#define __DUMP_KAFFEINE_H__
#include
#include
extern void kaffeine_dump_service_parameter_set (FILE *f,
const char *service_name,
www.eeworm.com/read/345053/11843252
c dump-xine.c
#include
#include "dump-xine.h"
#include
static const char *inv_name [] = {
"INVERSION_OFF",
"INVERSION_ON",
"INVERSION_AUTO"
};
static const char *fec_name [] =
www.eeworm.com/read/345053/11843253
c dump-vdr.c
#include
#include "dump-vdr.h"
#include
/*
static const char *inv_name [] = {
"0",
"1",
"999"
};
static const char *fec_name [] = {
"0",
"12",
"23",
"34",
"
www.eeworm.com/read/345053/11843273
h dump-xine.h
#ifndef __DUMP_ZAP_H__
#define __DUMP_ZAP_H__
#include
#include
extern void xine_dump_dvb_parameters (FILE *f, fe_type_t type,
struct dvb_frontend_parameters *t);
www.eeworm.com/read/345053/11843276
c dump-dvbscan.c
#include
#include "dump-dvbscan.h"
#include
static const char *fec_name [] = {
"NONE",
"1/2",
"2/3",
"3/4",
"4/5",
"5/6",
"6/7",
"7/8",
"8/9",
"AUTO"
};
s
www.eeworm.com/read/154728/11931857
php table-dump.php
$info = $response->tableInfo();
a_to_table($info);
function a_to_table ($a) {
echo "\n";
foreach ($a as $k => $v) {
echo "$k";
www.eeworm.com/read/153658/12014381
h struct-dump.h
enum desc_type {
UINT64,
SINT64,
UINT32,
SINT32,
UINT16,
SINT16,
UINT8,
SINT8,
FOURCC,
STRING,
PTR,
ENUM16,
ENUM32,
STRUCT,
UNION,
BITS16,
BITS32,
BITS64,
VER,
PADDING,
};
struct
www.eeworm.com/read/153658/12014399
c struct-dump.c
#include
#include
#include
#include
#include
#include
#include "struct-dump.h"
/* -----------------------------------------------