D:/opendownloadmanager/ODM-1.x/InetFile/cURL_lib/strequal.c File Reference

#include "setup.h"
#include <string.h>
#include <ctype.h>
#include "strequal.h"

Go to the source code of this file.

Functions

int curl_strequal (const char *first, const char *second)
int curl_strnequal (const char *first, const char *second, size_t max)
char * Curl_strcasestr (const char *haystack, const char *needle)
size_t Curl_strlcat (char *dst, const char *src, size_t siz)


Function Documentation

char* Curl_strcasestr ( const char *  haystack,
const char *  needle 
)

Definition at line 91 of file strequal.c.

References curl_strnequal(), and NULL.

int curl_strequal ( const char *  first,
const char *  second 
)

Definition at line 41 of file strequal.c.

References strcasecmp().

Referenced by check_telnet_options(), checkday(), checkmonth(), checktz(), Curl_http(), and Curl_http_output_auth().

size_t Curl_strlcat ( char *  dst,
const char *  src,
size_t  siz 
)

Definition at line 118 of file strequal.c.

References n, and simple_client::s.

int curl_strnequal ( const char *  first,
const char *  second,
size_t  max 
)

Definition at line 61 of file strequal.c.

References strncasecmp().

Referenced by add_custom_headers(), Curl_strcasestr(), and ftp_parse_url_path().


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