Searched refs:s_www_path (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c136 static char *s_www_path = NULL; variable
159 s_www_path = NULL;
285 s_www_path = *(++argv);
286 if (strlen(s_www_path) > MYBUFSIZ - 100) {
424 if (s_www_path != NULL) {
426 s_www_path);
483 if (s_www_path != NULL) {
484 BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n", s_www_path);
519 if (s_www_path) {
521 s_www_path);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c136 static char *s_www_path = NULL; variable
159 s_www_path = NULL;
285 s_www_path = *(++argv);
286 if (strlen(s_www_path) > MYBUFSIZ - 100) {
424 if (s_www_path != NULL) {
426 s_www_path);
483 if (s_www_path != NULL) {
484 BIO_snprintf(buf, sizeof buf, "GET %s HTTP/1.0\r\n\r\n", s_www_path);
519 if (s_www_path) {
521 s_www_path);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c181 static char *s_www_path=NULL; variable
204 s_www_path=NULL;
324 s_www_path= *(++argv);
325 if(strlen(s_www_path) > MYBUFSIZ-100)
517 if (s_www_path != NULL)
519 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
572 if (s_www_path != NULL)
574 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
610 if (s_www_path)
612 BIO_snprintf(buf,sizeof buf,"GET %s HTTP/1.0\r\n\r\n",s_www_path);
[all...]

Completed in 168 milliseconds