亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? 說明.txt

?? IVR交互式語音應(yīng)答系統(tǒng)腳本解析器
?? TXT
?? 第 1 頁 / 共 2 頁
字號(hào):
endproc

 
 
busdrv.cmd:
 
//these command and variant declared for bus driving
version 'busworker flow'   //FILE VERSION
parentstyle 'basedrv.cmd'
////////////////////////////////////////////////
//define some variant
variant ThisWorker     0x00f10001
variant registerCallFunction  0x00f10002
variant StationModId    0x00f10003
variant PDUHeadFlag     0x00f10004
variant StationName     0x00f10005
////////////////////////////////////////////
//DFINE SOME flow MESSAGE
const ID_CMD_INIT  0x00001001//flow init
const ID_CMD_CLOSE  0x00001002//flow close
const ID_CMD_TIME  0x000000c8//time message
const CMD_APPLY_RES  0x40005002//distributor message
///////////////////////////////////////////////////
//
const ID_SendToBus   0x00001003//bus message
const ID_DealCommStatus  0x40000008//comm dll status changed
const ID_DealCommData  0x40000009//comm dll data arrived
const ID_SendRemoteData  0x4000000a//data for send
const ID_SetLinkReport  0x4000000c//need report
const ID_SetOnLineReport 0x4000000e//need OnLine report
//default odbc handle name
const nDefaultArray     0xffffffff
const nDefaultOdbc     0xffffffff
//excute sql flags
const nWantResult     0x10000
const nNoResult      0x00000
//excute sql flags
const nPamTypePointed    0x20000
const nPamTypeNopointed    0x00000
//excute sql flags
const nPmPointedSet     0x40000//define flow the parameter
const nPmDefaultSet     0x00000//default: int,dword-->nsqllong,flag->nsqldouble,string->slqvarchar,datablock->sqlbinary
//excute sql flags
const nNoReturn      0x80000
const nNeedReturn     0x00000
//excute sql flags
const nProcedureName    0x0000
const nTableName     0x1000
const nSqlClause     0x2000
//table move flags
const nMoveFirst     0
const nMoveLast      1
const nMoveNext      2
const nMovePrev      3
//param datatype
const nSqlChar      0
const nSqlDecimal     0
const nSqlMoney      0
const nSqlNChar      0
const nSqlNText      0
const nSqlNumeric     0
const nSqlNVarChar     0
const nSqlText      0
const nSqlUniqueIdentifier   0
const nSqlVarChar     0
const nSqlTinyInt     1
const nSqlSmallInt     2
const nSqlReal      3
const nSqlFloat      4
const nSqlDateTime     5
const nSqlSmallDateTime    5
const nSqlBinary     6
const nSqlTimeStamp     6
const nSqlVarBinary     6
const nSqlImage      7
const nSqlBit      8
const nSqlInt      9
//param input/output type
const nSqlInputParam    0x000
const nSqlParam      0x000
const nSqlOutputParam    0x100
const nSqlInoutParam    0x200
//output columns type
const nSqlInputColumn    0x400
defcommand SendCommandEx   0x00f10007 MACH dword mach=0,dword dwSenderObject,dword dwCommand,ROAD int irode=0xffffffff,HKEY int hkey=0,TIMER int itime=0xffffffff,...
defcommand SendEventEx    0x00f10008 MACH dword mach=0,dword dwSenderObject,dword dwCommand,RMACH dword rmach=0,WAITOBJ dword wobj=0,WAITCMD dword wcmd=0,WAITTYPE dword wtype=0,ROAD int irode=0xffffffff,HKEY int hkey=0,...
defcommand SendRespEx    0x00f10009 MACH dword mach=0,dword dwSenderObject,dword dwCommand,RMACH dword rmach=0,WAITOBJ dword wobj=0,WAITCMD dword wcmd=0,WAITTYPE dword wtype=0,ROAD int irode=0xffffffff,...
defcommand SetTimeOut    0x00f1000a int iSec
defcommand CancelTimeOut   0x00f1000b int iSec
defcommand LockOwn     0x00f10017 int & key,ASYN int asyn=1
defcommand UnLockOwn    0x00f1001e int key
defcommand GetCurrentCommandParam 0x00f10004 int idx,datablock 0 & param
defcommand GetCommandParamNum  0x00f10005 int & num
defcommand GetCommand    0x00f10006 dword & CommandHandle, dword & ApplyObject,dword & CommandType, WAIT int wait=0
defcommand AddTimeOutMessage  0x00f1000f int timeout ,int timeid,CFLAG int callflag=0,TFlag int tflag=1
defcommand CancelTimeOutMessage  0x00f10010 int timeid
defcommand FlowSleep    0x00f10011 int iSec,FLAG int iflag=0
defcommand FlowEdau     0x00f10020 ALIS string szAlis='dacs',string szFunction,FLAG int flag=0,RET int & isqlret=0,SPYY string & spyy='',ROW int IROW=0,COL int icol=0,...
defcommand AsynDllCall    0x00f10021 dword lhandle,dword thandle,string name,CALLRET int cret,FUNCRET int fret...
///////////////////////////////////////////////////////////////////////
//all new command ,id must big than 0x00f20000
defcommand CreateNewFlow   0x00f20000 int & flagandret,int id,MOD int modid=0,SCMD int scmd=0,ECMD int ecmd=0,string flown,...
defcommand GetCommandMsgInfo  0x00f20001 SENDMOD int & sendmod=0,SENDOBJ int & sendobj=0,SENDCMD int & command=0,CMDTYPE int & itype=0,MSGIDENT int & ident=0,RECVTIME int & iteme=0,PARMNUM int & pnum=0
defcommand ReleaseFlow    0x00f20002 FLOWID int id=0,MOD int modid=0,FLAG int flag=0
defcommand GetAllCommandParam  0x00f20003 ...
defcommand SetFlowEvent    0x00f20004 int obj,MOD int modid=0,FLAG int flag=0,int iEventId, datablock 0 v1,datablock 0 v2
defcommand ExcuteOver    0x00f20005 int obj,MOD int modid=0,dword dwCommand,...
defcommand StartTransAction   0x00f20006 
defcommand EndTransAction   0x00f20007 
defcommand StartAtomAction   0x00f20008 
defcommand EndAtomAction   0x00f20009 
defcommand ApplyExprFunctin   0x00f2000a int obj,MOD int modid=0,int startcmd,int endcmd,DIR int dir=0
defcommand OpenDistrabutor   0x00f2000b int & obj,string szAlis,int GroupNum,string szFeatureList,int timeout,int length
defcommand GetDistrabutor   0x00f2000c int & obj,string szAlis
defcommand CloseDistrabutor   0x00f2000d int obj
defcommand AddRes     0x00f2000e int & suc,int obj,int dwGroupId,SKIL string szSkillFeature='',int dwResKey,BRDOBJ int dwCatchObj=0,BRDMOD int dwCatchMod=0
defcommand FreeRes     0x00f2000f int & suc,int obj,int dwResKey
defcommand LockRes     0x00f20010 int & suc,int obj,int dwResKey
defcommand ApplyResbySkill   0x00f20011 int & dwResKey,int obj,KEY1 int dwNeedKey1=0,KEY2 int dwNeedKey2=0,RTYPE int dwType=0,string szFeature,RGT int dwRight=0,MOD int dwMod=0
defcommand ApplyResbyGroup   0x00f20012 int & dwResKey,int obj,KEY1 int dwNeedKey1=0,KEY2 int dwNeedKey2=0,RTYPE int dwType=0x010,int igroupid,RGT int dwRight=0,MOD int dwMod=0
defcommand EnableGetIn    0x00f2001a FLAG int iflag=0,HANDLE dword dwNotifyhandle=0,string szIdentString,int port,int & iactid,SUCC int & suc=0
defcommand StartConnect    0x00f2001b FLAG int iflag=0,HANDLE dword dwNotifyhandle=0,string szIdentString,int port,int & iactid,SUCC int & suc=0
defcommand Disconnected    0x00f2001c FLAG int iflag=0,dword connecthandle
defcommand DisableGetIn    0x00f2001d FLAG int iflag=0,int actid
defcommand WriteCommData   0x00f2001f FLAG int iflag=0,dword connecthandle,datablock 0 dt,int iLen
defcommand ChangModName    0x00f20020 dword connecthandle,int & modid,string Name
defcommand GetLinkBuffer   0x00f20021 dword & bhandle,dword connecthandle
defcommand CheckBusLink    0x00f20022 
defcommand CheckClientModId   0x00f20023 dword & modid
defcommand WriteRemoteData   0x00f20024 dword modid,datablock 0 dt,int len,TYPE int type=1,CONNECT int hconnect=0,ZAP int iszap=0,CODE int iscode=0,TIM int times=0
defcommand GetPDUData    0x00f20025 dword bufferid,int & modid,datablock 0 & remotedata,int & len,int & type,int & iszap,int & iscode
defcommand GetModIdByName   0x00f20026 string strName,dword & stationid
defcommand GetRegistedWorker  0x00f20027 int & worker,int registerid,MOD int modid=0
defcommand SetReportOver   0x00f20028 dword dwConnectHandle
defcommand OpenArray    0x00f20029 int & arrayhandle
defcommand CloseArray    0x00f2002a int arrayhandle
defcommand CopyArray    0x00f2002b int arrayhandle1,int arrayhandle2
defcommand GetArrayMenber   0x00f2002c ARRAY int arrayhandle=0xffffffff,LINE int ilne=0,COL int icol=0,datablock 0 & uv
defcommand SetArrayMenber   0x00f2002d ARRAY int arrayhandle=0xffffffff,LINE int ilne=0,COL int icol=0,datablock 0 uv
defcommand GetArrayLine    0x00f2002e ARRAY int arrayhandle=0xffffffff,LINE int ilne=0,...
defcommand SetArrayLine    0x00f2002f ARRAY int arrayhandle=0xffffffff,LINE int ilne=0,...
defcommand GetArrayParam   0x00f20030 ARRAY int arrayhandle=0xffffffff,LINE int & ilne=0,COL int & col=0,RET int & ret=0
defcommand OpenOdbc     0x00f20031 int & odbchandle,string szAlis,string szConnect,PRDS string prds='select isoutparam,type,length from syscolumns where id in (select id from sysobjects where name=?)',TABS string tabs='select name,type,length from syscolumns where id in (select id from sysobjects where name=?)' 
defcommand GetOdbc     0x00f20032 int & odbchandle,string szAlis
defcommand CloseOdbc    0x00f20033 int odbchandle
defcommand ExcuteOdbc    0x00f20034 ODBC int odbc=0xffffffff,string szExcuteSql,FLAG int flag=0,RET int & isqlret=0,SPYY string & spyy='',ROW int IROW=0,COL int icol=0,...
defcommand OpenTable    0x00f20035 ODBC int odbc=0xffffffff,int & handle,string szTableName
defcommand CloseTable    0x00f20036 ODBC int odbc=0xffffffff,int handle
defcommand MoveToLine    0x00f20037 ODBC int odbc=0xffffffff,int handle,int flag
defcommand AddNewLine    0x00f20038 ODBC int odbc=0xffffffff,int handle
defcommand UpdateLine    0x00f20039 ODBC int odbc=0xffffffff,int handle
defcommand apicalldllA    0x00f2003a dword lhandle,dword thandle,string name,CALLRET int cret,FUNCRET int fret...
//////////////////////////////////////////////////////////////////////
defevent OwnorRelease    0x00f00000

basedrv.cmd:
 
//these command and variant declared for bus driving
version 'baseworker flow'   //FILE VERSION
const TRUE    1
const FALSE    0
/////////////////////////////////////////////////
//define a static variant for test
static AuthorName
//////////////////////////////////////////////////////
//define const for dll
const apiint   0
const apilpint   1
const apiuseint   2
const apilong   3
const apilplong   4
const apiuselong  5
const apifloat   6
const apilpfloat  7
const apiusefloat  8
const apidword   9
const apilpdword  10
const apiusedword  11
const apilpstr   12
const apilpctstr  13
const apiuselpstr  14
const apilpvoid   15
const apivoid   16
const apiusestruct  17
const apiusecstring  18
const apiusecbyteary 19
const apiusechar  20
const apiuseshort  21
const apiusedouble  22
const apilpdouble  23
const apilpbtary  24
const apilpcstr   25
const apichar   26
const apishort   27
const apidouble   28
const apiblock   100
defcommand trimleft     0x00f00001 string & s
defcommand trimright    0x00f00002 string & s
defcommand substr     0x00f00003 string & s, int is,   int il
defcommand subinsert    0x00f00004 string & s, int i,string  subs
defcommand replace     0x00f00005 string & s, string  subs, string subt, int & il
defcommand findstr     0x00f00006 string   s, string  subs, int & is
defcommand isempty     0x00f00007 string   s, int & bempty
defcommand leftstr     0x00f00008 string & s, int   i
defcommand rightstr     0x00f00009 string & s, int   i
defcommand atoi      0x00f0000a string   s, int & i
defcommand itoa      0x00f0000b string & s, int   i
defcommand atof      0x00f0000c string   s, float & f
defcommand ftoa      0x00f0000d string & s, float   f
defcommand copyfile     0x00f0000e string   s, string t,  int & i
defcommand movefile     0x00f0000f string   s, string t,  int & i
defcommand removefile    0x00f00010 string   s, int & i
//defcommand loaddll    0x00f00011 string dllname, string & dllalis
//defcommand dllcall    0x00f00012 string dllalis, string strFunctionName,int & iResult,...
defcommand blockopr     0x00f00013 datablock 0 & uv1,datablock 0 & uv2,int iflag,int ifirst,LEN int ilen=0,RESET int ireset=15
//iflag 0: insert,1:delete,2:subst,3:copy //ireset resetflag,used by iflag==3//ifirst operate firsrpos//iLen operate len
defcommand byteget     0x00f00014 datablock 0   uv,int & iv,int idx,ULEN int ilen=1//getbyte from uv on index iv
defcommand datalen     0x00f00015 datablock 0   uv,int & idx
defcommand isfileexist    0x00f00016 string strName ,int & bSuc
defcommand byteset     0x00f00017 datablock 0   uv,int iv,int idx,ULEN int ilen=1
defcommand tostring     0x00f00018 datablock 0   uv
defcommand apidefinetype   0x00f00019 dword & thandle,...
defcommand apiloaddll    0x00f0001a dword & lhandle,string name
defcommand apicalldll    0x00f0001b dword lhandle,dword thandle,string name,CALLRET int cret=0,FUNCRET int fret=0,...
defcommand GetLastError    0x00f10002  int & errorcode
defcommand SetLastError    0x00f10003 int & errorcode
defcommand GetErrMsg    0x00f10001 int errorcode, ERRMSG string & errormsg
defcommand GetDate     0x00f10012 int & year,int & month,int & day,int & dayofweek,TNHND int tm=0
defcommand GetTime     0x00f10013 int & hour,int & minute,int & second,TNHND int tm=0
defcommand SetFlowParam    0x00f1000c datablock 0 param,INDEX int idx=0xffffffff
defcommand GetFlowParam    0x00f10018 datablock 0 & param,int idx
defcommand GetFlowParamNum   0x00f10019 int & idx
defcommand ClearFlowParam   0x00f10025 
defcommand FlowLog     0x00f1001d int iType,int iCommand,int iLevel,string strLogInfo,string strLogFile
defcommand GetTimeHandle   0x00f1000d int & time
defcommand SetTimeString   0x00f1000e int time,string & tmstr
defcommand OpenMonitorObjector  0x00f10014 int & iHandle,SFLAG int iflag=0,string strGroupName,string strObjectName,...
defcommand SetMonitorObValue  0x00f10015 int iHandle,SFLAG int iflag=0,int idx,datablock 0 uvValue
defcommand GetMonitorObValue  0x00f10016 int iHandle,SFLAG int iflag=0,int idx,datablock 0 & uvValue
defcommand ErrorMsgBox    0x00f1001a string strMsg
defcommand AddMessageInfo   0x00f1001b int id,string strinfo
defcommand GetMessageInfo   0x00f1001c int id,string & strinfo
defcommand FlowTrace    0x00f1001f string strInfo
//defcommand FlowSmardLog    0x00f10022 CHAN int iChannel=0,string szFunction,int & iRetCode,...
defcommand GetRTStructInfo   0x00f10023 datablock 0 rstruct,RET int & ret=0,LINE int & line=0,COLUM int & icol=0,NEXT int & bHasNext=0,HANDLE int & handle=0,SID int & isid=0,CRET int & bHasRet=0,KEY string & szkey='',ERRMSG string & szErrMsg ='',UTYPE int & uType=0
defcommand GetRTStructUnit   0x00f10024 datablock 0 rstruct,int lin,int col,string & unit,...
///////////////////////////////////////////////////////////////////////
//all new command ,id must big than 0x00f10025 
defcommand RegeisterWorker   0x00f10026 int iregisterid,int & suc
defcommand SetBusLogLevel   0x00f10028 int ilevel
defcommand GetAllFlowParam   0x00f10029 ...
defcommand GetBlockUnit    0x00f1002a datablock 0 uv,int first,dword dwtyp,...
defcommand SetBlockUnit    0x00f1002b datablock 0 & uv,int first,dword dwtyp,...
defcommand FindData     0x00f1002c datablock 0 uv,datablock 0 uv1,int first,int & pos
defcommand SetTimeHandle   0x00f1002d int & time,int year,int month,int day,int hour,int minute,int second
defcommand GetTimeDiff    0x00f1002e int tm1,int tm2,DAYS int & day=0,HOURS int & hour=0,MINUTES int & minute=0,SECONDS int & second=0,ALLHOURS int allhours=0,ALLMINUTES int & allminutes=0,ALLSECONDS int & allseconds=0
defcommand InitSmard    0x00f1002f int & suc,string szlib,TIMEOUT int timeout=60,THREADNUM int tnum=1
defcommand InitEdau     0x00f10030 int & suc,TIMEOUT int timeout=60,THREADNUM int tnum=5
defcommand OpenEdauLib    0x00f10031 int & suc,string szLib,string szAlis
defcommand CreateBuffer    0x00f10032 int & obj,MAXL int maxlen=0xffffff,GOODL int goodl=0x2fff,DELTA int delta=0x2fff
defcommand DeleteBuffer    0x00f10033 int obj
defcommand FindInBuffer    0x00f10034 int obj,int len,datablock 0 data,int & pos
defcommand GetFromData    0x00f10035 int obj,int & len,datablock 0 & data 
defcommand PutToData    0x00f10036 int obj,int len,datablock 0 data 
defcommand RemoveData    0x00f10037 int obj,int len
defcommand TextToFax    0x00f10039 int iret,string TxtFileName, string FaxFileName,datablock 0 Style
defcommand BmpToFax     0x00f10038 int iret,string BmpFileName, string FaxFileName,LEFTM int leftm=12
defcommand FaxToBmp     0x00f1003a int iret,string FaxFileName, string BMPFileName
defcommand SetFaxStyle    0x00f1003b datablock 0 & sty,FNAME string fname='宋體',SIZE int size=9,ITALIC int italic=0,UNDERL int iund=0,BOLD int bold=1,CHARSET int cset=0,LEFTM int leftm=12,RIGHTM int rightm=0,ROWSP int rowsp=2
defcommand SetValueData    0x00f1003c string & s1,string s2,int mode
defcommand SetTimeData    0x00f1003d string & s1,string s2,int mode
defcommand SGetDateData    0x00f1003e string & s1,string s2,int mode
defcommand SetWeekData    0x00f1003f string & s1,string s2,int mode

 
洪家明,szhjm@163.net

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合中文字幕| 亚洲精品国产精华液| 91黄色免费观看| 久久99热这里只有精品| 亚洲欧美另类综合偷拍| 欧美精品一区二区三区在线播放| 色999日韩国产欧美一区二区| 久久99精品视频| 亚洲va韩国va欧美va精品| 国产精品青草综合久久久久99| 91精品在线一区二区| 色综合天天在线| 成人在线视频一区| 精品亚洲porn| 日本女优在线视频一区二区| 亚洲精品免费电影| 国产精品卡一卡二卡三| 精品国产三级电影在线观看| 欧美疯狂做受xxxx富婆| 91精品福利在线| 91麻豆免费观看| 成人黄色一级视频| 国产福利一区在线| 国产在线精品一区二区| 麻豆国产精品一区二区三区| 丝袜亚洲另类欧美综合| 亚洲大片在线观看| 亚洲亚洲精品在线观看| 亚洲精品一二三| 亚洲精品国产a久久久久久 | 欧美日韩三级一区二区| www.欧美日韩| 99久久99精品久久久久久 | 国产91精品免费| 激情综合色播激情啊| 青青青伊人色综合久久| 丝袜亚洲另类欧美| 日本成人在线网站| 蜜臀av性久久久久蜜臀aⅴ四虎 | 在线观看欧美日本| 色88888久久久久久影院按摩| av电影在线观看不卡| 成人av在线网| 色香蕉成人二区免费| 91福利在线观看| 欧美午夜一区二区| 制服丝袜亚洲色图| 日韩欧美国产麻豆| ww久久中文字幕| 国产女主播一区| 亚洲视频免费在线| 亚洲h在线观看| 免费久久99精品国产| 黄色日韩网站视频| 国产suv精品一区二区6| jiyouzz国产精品久久| 在线中文字幕一区二区| 欧美日韩国产影片| 日韩精品在线网站| 国产无人区一区二区三区| 国产精品麻豆视频| 夜夜嗨av一区二区三区中文字幕| 亚洲高清久久久| 青草国产精品久久久久久| 精品一区二区久久| jizz一区二区| 91精品综合久久久久久| 国产婷婷精品av在线| 一区二区视频在线看| 日本三级亚洲精品| 国产精品1区二区.| 欧洲国内综合视频| 欧美videofree性高清杂交| 国产日韩一级二级三级| 亚洲视频在线观看一区| 免费人成黄页网站在线一区二区| 国产精品一区免费在线观看| 不卡av在线网| 欧美福利一区二区| 国产精品久久久久久久久久久免费看| 亚洲小少妇裸体bbw| 国产最新精品免费| 欧美性xxxxxx少妇| 久久精品视频网| 亚洲一区二区三区影院| 国产综合色视频| 精品视频一区二区三区免费| 久久精品网站免费观看| 天天爽夜夜爽夜夜爽精品视频| 国产精品18久久久| 欧美日韩一区二区在线观看视频 | 久久91精品久久久久久秒播| 99国产精品久| 日韩免费福利电影在线观看| 樱桃视频在线观看一区| 国产麻豆精品视频| 欧美伦理影视网| 中文字幕一区二区5566日韩| 热久久久久久久| 91免费小视频| 国产午夜精品一区二区三区嫩草| 婷婷久久综合九色国产成人| 成人动漫在线一区| 精品国产99国产精品| 亚洲444eee在线观看| 91在线视频播放地址| 久久在线观看免费| 三级精品在线观看| 欧美视频中文字幕| 亚洲视频资源在线| 国产精品一区二区三区网站| 日韩一区二区精品葵司在线 | 国产精品久久久久国产精品日日 | 高潮精品一区videoshd| 日韩美女一区二区三区四区| 亚洲精品久久7777| 粉嫩高潮美女一区二区三区| 精品久久久久久久久久久院品网| 午夜精品国产更新| 欧美日韩在线三区| 一级特黄大欧美久久久| 色综合中文字幕| 亚洲手机成人高清视频| 99久久久久久| 国产精品久久影院| 不卡视频免费播放| 国产欧美日韩中文久久| 韩国精品一区二区| 日韩精品中文字幕一区二区三区| 热久久国产精品| 日韩精品中文字幕在线不卡尤物 | 欧美zozozo| 国产在线播放一区二区三区| 欧美大片在线观看| 久久99精品国产麻豆不卡| 欧美一级在线观看| 久久精工是国产品牌吗| 精品国产一区久久| 国产在线精品一区二区不卡了 | 国产精品无码永久免费888| 国产黄色91视频| 国产亚洲欧美日韩在线一区| 国产乱码精品一区二区三区忘忧草 | 欧美日本一区二区三区| 日韩制服丝袜先锋影音| 日韩美女天天操| 国产高清久久久| 国产精品不卡视频| 色一情一乱一乱一91av| 亚洲成人在线免费| 日韩一区二区在线观看视频播放| 蜜桃av一区二区三区| 久久久久久一二三区| 成人av在线资源网| 亚洲在线成人精品| 日韩欧美中文字幕制服| 国产精品白丝av| 日韩伦理免费电影| 欧美日韩一区中文字幕| 看电视剧不卡顿的网站| 欧美激情在线一区二区三区| 91在线视频在线| 婷婷一区二区三区| 久久久久久久久免费| 91蝌蚪porny九色| 秋霞av亚洲一区二区三| 亚洲国产精华液网站w| 欧美伊人精品成人久久综合97 | 日韩一区二区三区高清免费看看| 精品夜夜嗨av一区二区三区| 国产精品久久久久aaaa樱花| 欧美写真视频网站| 国产一区二区看久久| 亚洲老司机在线| 精品福利一二区| 91在线你懂得| 激情成人综合网| 玉米视频成人免费看| 精品欧美一区二区久久| 不卡的看片网站| 久久精品国产免费看久久精品| 国产精品乱人伦一区二区| 欧美日韩国产影片| 成人动漫中文字幕| 老司机午夜精品| 亚洲黄网站在线观看| 欧美精品一区二区三区久久久| 色综合天天综合| 国产精品一品二品| 秋霞午夜鲁丝一区二区老狼| 日韩一区在线免费观看| 精品国产sm最大网站免费看| 日本国产一区二区| 91精品国产综合久久久久| 国产二区国产一区在线观看| 五月天激情小说综合| 亚洲少妇最新在线视频| 久久久久久免费| 欧美一区二区三区婷婷月色| 91麻豆国产香蕉久久精品|