代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/436014/7779059
c connect.c
#include "links.h"
/*
#define LOG_TRANSFER "/tmp/log"
*/
#ifdef LOG_TRANSFER
void log_data(unsigned char *data, int len)
{
int fd;
if ((fd = open(LOG_TRANSFER, O_WRONLY | O_APPEND | O_CREAT, 0622)
www.eeworm.com/read/100495/7807542
c connect.c
/*
* connect.c
*
* $Id: connect.c,v 1.15 2001/06/06 12:36:16 source Exp $
*
* Connect (load) driver
*
* The iODBC driver manager.
*
* Copyright (C) 1995 by Ke Jin
www.eeworm.com/read/299228/7872877
h connect.h
/* Declarations for connect.
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is part of GNU Wget.
GNU Wget i
www.eeworm.com/read/299228/7872929
c connect.c
/* Establishing and handling network connections.
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
This file is pa
www.eeworm.com/read/398665/7930422
pas connect.pas
unit Connect;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls,IniFiles, XPMenu;
type
Tfrm_Connect = class(TForm)
www.eeworm.com/read/398665/7930510
ddp connect.ddp
www.eeworm.com/read/398665/7930620
dfm connect.dfm
object frm_Connect: Tfrm_Connect
Left = 343
Top = 321
Width = 308
Height = 175
BorderIcons = [biSystemMenu]
Caption = #26381#21153#22120#37197#32622
Color = clSkyBlue
Font.Char
www.eeworm.com/read/398665/7930623