Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dvar.c237 char *funcp; in varexpand() local
251 funcp = memchr(envp, ':', clp - envp); in varexpand()
252 if(funcp) in varexpand()
253 nlen = funcp - envp; in varexpand()
297 if(funcp) { in varexpand()
299 size_t flen = clp - funcp; in varexpand()
300 ParameterError err = varfunc(global, value, vlen, funcp, flen, in varexpand()

Completed in 4 milliseconds