Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
35862037
Commit
35862037
authored
8 years ago
by
Evelyn
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update mg_next_comma_list_entry.md
parent
e406de7e
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
docs/c-api/util.h/mg_next_comma_list_entry.md
+4
-4
4 additions, 4 deletions
docs/c-api/util.h/mg_next_comma_list_entry.md
with
4 additions
and
4 deletions
docs/c-api/util.h/mg_next_comma_list_entry.md
+
4
−
4
View file @
35862037
...
...
@@ -8,12 +8,12 @@ signature: |
---
A helper function for traversing a comma separated list of values.
It returns a list pointer shifted to the next value
,
or NULL if the end
It returns a list pointer shifted to the next value or NULL if the end
of the list found.
V
alue is stored in val vector. If value has form "x=y", then eq_val
vector is initiali
z
ed to point to the "y" part, and val vector length
The v
alue is stored in
a
val vector. If
the
value has
a
form "x=y", then eq_val
vector is initiali
s
ed to point to the "y" part, and val vector length
is adjusted to point only to "x".
If list is just a comma separated list of entries, like "aa,bb,cc" then
If
the
list is just a comma separated list of entries, like "aa,bb,cc" then
`eq_val`
will contain zero-length string.
The purpose of this function is to parse comma separated string without
...
...
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