Searched refs:nr_of_uploading_clients (Results 1 – 3 of 3) sorted by relevance
/external/libmicrohttpd/doc/examples/ |
D | largepost.c | 23 static unsigned int nr_of_uploading_clients = 0; variable 133 nr_of_uploading_clients--; in request_completed() 155 if (nr_of_uploading_clients >= MAXCLIENTS) in answer_to_connection() 176 nr_of_uploading_clients++; in answer_to_connection() 194 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients); in answer_to_connection()
|
/external/libmicrohttpd/doc/chapters/ |
D | largerpost.inc | 16 static unsigned int nr_of_uploading_clients = 0; 104 if (nr_of_uploading_clients >= MAXCLIENTS) 149 nr_of_uploading_clients++; 168 sprintf (buffer, askpage, nr_of_uploading_clients); 299 nr_of_uploading_clients--;
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 1058 static unsigned int nr_of_uploading_clients = 0; 1128 if (nr_of_uploading_clients >= MAXCLIENTS) 1168 nr_of_uploading_clients++; 1184 sprintf (buffer, askpage, nr_of_uploading_clients); 1291 nr_of_uploading_clients--; 2927 static unsigned int nr_of_uploading_clients = 0; 3037 nr_of_uploading_clients--; 3059 if (nr_of_uploading_clients >= MAXCLIENTS) 3080 nr_of_uploading_clients++; 3098 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients);
|