Functions
ares_strsplit.c File Reference
#include "ares_setup.h"
#include "ares_strsplit.h"
#include "ares.h"
#include "ares_private.h"
Include dependency graph for ares_strsplit.c:

Go to the source code of this file.

Functions

char ** ares_strsplit (const char *in, const char *delms, int make_set, size_t *num_elm)
 
void ares_strsplit_free (char **elms, size_t num_elm)
 
static int is_delim (char c, const char *delims, size_t num_delims)
 
static int list_contains (char *const *list, size_t num_elem, const char *str, int insensitive)
 

Function Documentation

◆ ares_strsplit()

char** ares_strsplit ( const char *  in,
const char *  delms,
int  make_set,
size_t *  num_elm 
)

Definition at line 78 of file ares_strsplit.c.

◆ ares_strsplit_free()

void ares_strsplit_free ( char **  elms,
size_t  num_elm 
)

Definition at line 65 of file ares_strsplit.c.

◆ is_delim()

static int is_delim ( char  c,
const char *  delims,
size_t  num_delims 
)
static

Definition at line 52 of file ares_strsplit.c.

◆ list_contains()

static int list_contains ( char *const list,
size_t  num_elem,
const char *  str,
int  insensitive 
)
static

Definition at line 25 of file ares_strsplit.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:03