OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mimecurrent
(Results
1 - 5
of
5
) sorted by null
/external/curl/src/
tool_formparse.h
67
tool_mime **
mimecurrent
,
tool_formparse.c
739
tool_mime **
mimecurrent
,
756
if(!*
mimecurrent
) {
758
*
mimecurrent
= *mimeroot;
780
NULL_CHECK(part, tool_mime_new_parts(*
mimecurrent
), 4);
781
*
mimecurrent
= part;
788
if(*
mimecurrent
== *mimeroot) {
793
*
mimecurrent
= (*
mimecurrent
)->parent;
816
subparts = *
mimecurrent
;
818
NULL_CHECK(subparts, tool_mime_new_parts(*
mimecurrent
), 8)
[
all
...]
tool_cfgable.h
183
tool_mime *
mimecurrent
;
member in struct:OperationConfig
tool_cfgable.c
152
config->
mimecurrent
= NULL;
tool_getparam.c
[
all
...]
Completed in 173 milliseconds