HomeSort by relevance Sort by last modified time
    Searched refs:headerfile (Results 1 - 15 of 15) sorted by null

  /external/curl/docs/examples/
sepheaders.c 42 FILE *headerfile; local
61 headerfile = fopen(headerfilename, "wb");
62 if(!headerfile) {
71 fclose(headerfile);
76 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, headerfile);
85 fclose(headerfile);
simplessl.c 52 FILE *headerfile; local
74 headerfile = fopen(pHeaderFile, "wb");
82 curl_easy_setopt(curl, CURLOPT_HEADERDATA, headerfile);
  /external/curl/src/
tool_cb_hdr.c 76 if(heads->config->headerfile && heads->stream) {
tool_cfgable.c 61 Curl_safefree(config->headerfile);
tool_cfgable.h 63 char *headerfile; member in struct:OperationConfig
tool_operate.c 322 if(config->headerfile) {
324 if(strcmp(config->headerfile, "-")) {
325 FILE *newfile = fopen(config->headerfile, "wb");
327 warnf(config->global, "Failed to open %s\n", config->headerfile);
332 heads.filename = config->headerfile;
    [all...]
tool_getparam.c     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandList.inc 54 COMMENT_COMMAND(headerfile)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandList.inc 54 COMMENT_COMMAND(headerfile)
  /tools/repohooks/tools/
cpplint.py     [all...]
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 157 headerFile( LEXER,
187 <actions.(actionScope).headerfile>
    [all...]
  /external/libunwind/doc/
libunwind.tex 133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
302 \item[\File{libunwind.h}] Headerfile to include for native (same
304 \item[\File{libunwind-}\Var{PLAT}\File{.h}] Headerfile to include when
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]

Completed in 297 milliseconds