D:/opendownloadmanager/ODM-1.x/InetFile/cURL_lib/setup_once.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
#include <errno.h>

Go to the source code of this file.

Classes

struct  timeval

Defines

#define SEND_4TH_ARG   0
#define ISSPACE(x)   (isspace((int) ((unsigned char)x)))
#define ISDIGIT(x)   (isdigit((int) ((unsigned char)x)))
#define ISALNUM(x)   (isalnum((int) ((unsigned char)x)))
#define ISXDIGIT(x)   (isxdigit((int) ((unsigned char)x)))
#define ISGRAPH(x)   (isgraph((int) ((unsigned char)x)))
#define ISALPHA(x)   (isalpha((int) ((unsigned char)x)))
#define ISPRINT(x)   (isprint((int) ((unsigned char)x)))
#define ISUPPER(x)   (isupper((int) ((unsigned char)x)))
#define ISLOWER(x)   (islower((int) ((unsigned char)x)))
#define ISBLANK(x)
#define TRUE   1
#define FALSE   0
#define SIG_ATOMIC_T   static volatile sig_atomic_t
#define RETSIGTYPE   void
#define DEBUGF(x)   do { } while (0)
#define DEBUGASSERT(x)   do { } while (0)
#define SOCKERRNO   (errno)
#define SET_SOCKERRNO(x)   (errno = (x))
#define ERRNO   (errno)
#define SET_ERRNO(x)   (errno = (x))
#define argv_item_t   char *

Typedefs

typedef unsigned char bool
typedef int sig_atomic_t


Define Documentation

#define argv_item_t   char *

Definition at line 229 of file setup_once.h.

#define DEBUGASSERT (  )     do { } while (0)

#define DEBUGF (  )     do { } while (0)

#define ERRNO   (errno)

Definition at line 167 of file setup_once.h.

Referenced by Curl_telnet().

#define FALSE   0

Definition at line 125 of file setup_once.h.

#define ISALNUM (  )     (isalnum((int) ((unsigned char)x)))

Definition at line 105 of file setup_once.h.

Referenced by skip().

#define ISALPHA (  )     (isalpha((int) ((unsigned char)x)))

Definition at line 108 of file setup_once.h.

Referenced by Curl_parsedate().

#define ISBLANK (  ) 

Value:

(int)((((unsigned char)x) == ' ') || \
                          (((unsigned char)x) == '\t'))

Definition at line 113 of file setup_once.h.

Referenced by Curl_cookie_add(), and Curl_cookie_init().

#define ISDIGIT (  )     (isdigit((int) ((unsigned char)x)))

#define ISGRAPH (  )     (isgraph((int) ((unsigned char)x)))

Definition at line 107 of file setup_once.h.

#define ISLOWER (  )     (islower((int) ((unsigned char)x)))

Definition at line 111 of file setup_once.h.

#define ISPRINT (  )     (isprint((int) ((unsigned char)x)))

Definition at line 109 of file setup_once.h.

#define ISSPACE (  )     (isspace((int) ((unsigned char)x)))

#define ISUPPER (  )     (isupper((int) ((unsigned char)x)))

Definition at line 110 of file setup_once.h.

#define ISXDIGIT (  )     (isxdigit((int) ((unsigned char)x)))

Definition at line 106 of file setup_once.h.

Referenced by CreateConnection(), and curl_easy_unescape().

#define RETSIGTYPE   void

Definition at line 140 of file setup_once.h.

#define SEND_4TH_ARG   0

Definition at line 53 of file setup_once.h.

Referenced by tftp_rx(), and tftp_tx().

#define SET_ERRNO (  )     (errno = (x))

Definition at line 168 of file setup_once.h.

Referenced by Curl_inet_ntop(), Curl_inet_pton(), and inet_ntop4().

#define SET_SOCKERRNO (  )     (errno = (x))

Definition at line 160 of file setup_once.h.

Referenced by verifyconnect(), and wait_ms().

#define SIG_ATOMIC_T   static volatile sig_atomic_t

Definition at line 136 of file setup_once.h.

#define SOCKERRNO   (errno)

#define TRUE   1

Definition at line 122 of file setup_once.h.


Typedef Documentation

typedef unsigned char bool

Definition at line 117 of file setup_once.h.

typedef int sig_atomic_t

Definition at line 129 of file setup_once.h.


Generated on Sun May 25 00:20:09 2008 by  doxygen 1.5.6