Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dhttp2-pushinmemory.c62 static int pushindex = 1; variable
103 if(pushindex == MAX_FILES) in server_push_callback()
108 init_memory(&files[pushindex]); in server_push_callback()
109 curl_easy_setopt(easy, CURLOPT_WRITEDATA, &files[pushindex]); in server_push_callback()
110 pushindex++; in server_push_callback()
180 for(i = 0; i < pushindex; i++) { in main()

Completed in 6 milliseconds