Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
dbbd2064
Commit
dbbd2064
authored
24 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Curl_str(n)equal renamed to curl_str(n)equal
parent
b8fe4deb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/curl/curl.h
+4
-4
4 additions, 4 deletions
include/curl/curl.h
with
4 additions
and
4 deletions
include/curl/curl.h
+
4
−
4
View file @
dbbd2064
...
@@ -450,10 +450,10 @@ typedef enum {
...
@@ -450,10 +450,10 @@ typedef enum {
NOTE: they return TRUE if the strings match *case insensitively*.
NOTE: they return TRUE if the strings match *case insensitively*.
*/
*/
extern
int
(
C
url_strequal
)(
const
char
*
s1
,
const
char
*
s2
);
extern
int
(
c
url_strequal
)(
const
char
*
s1
,
const
char
*
s2
);
extern
int
(
C
url_strnequal
)(
const
char
*
s1
,
const
char
*
s2
,
size_t
n
);
extern
int
(
c
url_strnequal
)(
const
char
*
s1
,
const
char
*
s2
,
size_t
n
);
#define strequal(a,b)
C
url_strequal(a,b)
#define strequal(a,b)
c
url_strequal(a,b)
#define strnequal(a,b,c)
C
url_strnequal(a,b,c)
#define strnequal(a,b,c)
c
url_strnequal(a,b,c)
/* external form function */
/* external form function */
int
curl_formparse
(
char
*
string
,
int
curl_formparse
(
char
*
string
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment