Home
last modified time | relevance | path

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

/curl/src/
H A Dvar.c239 char *funcp; in varexpand() local
253 funcp = memchr(envp, ':', clp - envp); in varexpand()
254 if(funcp) in varexpand()
255 nlen = funcp - envp; in varexpand()
299 if(funcp) { in varexpand()
301 size_t flen = clp - funcp; in varexpand()
302 ParameterError err = varfunc(global, value, vlen, funcp, flen, in varexpand()

Completed in 5 milliseconds