Searched defs:dump (Results 1 - 2 of 2) sorted by relevance

/httpd/support/
H A Dctlogconfig230 def dump(cur, args): function
257 dump
275 (displayable with the dump command)
295 'dump': dump,
298 cmds_requiring_db = ['dump', 'forget'] # db must already exist
/httpd/modules/ssl/
H A Dssl_engine_io.c2180 const char *dump = ""; local
2183 dump = "(BIO dump follows)";
2185 dump = "(Oops, no memory buffer?)";
2192 bio, argp, dump);
2193 if (*dump != '\0' && argp != NULL)

Completed in 15 milliseconds