OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpDir
(Results
1 - 8
of
8
) sorted by null
/external/libvncserver/examples/
pnmshow24.c
73
rfbScreen->
httpDir
= "../webclients";
pnmshow.c
78
rfbScreen->
httpDir
= "../webclients";
example.c
292
rfbScreen->
httpDir
= "../webclients";
/external/libvncserver/libvncserver/
httpd.c
111
if (!rfbScreen->
httpDir
)
179
if (!rfbScreen->
httpDir
)
294
if (strlen(rfbScreen->
httpDir
) > 255) {
299
strcpy(fullFname, rfbScreen->
httpDir
);
cargs.c
46
fprintf(stderr, "-
httpdir
dir-path enable http server using dir-path home\n");
156
} else if (strcmp(argv[i], "-
httpdir
") == 0) { /* -
httpdir
directory-path */
161
rfbScreen->
httpDir
= argv[++i];
main.c
847
screen->
httpDir
=NULL;
/external/libvncserver/examples/android/jni/
fbvncserver.c
198
vncscr->
httpDir
= NULL;
/external/libvncserver/rfb/
rfb.h
292
char*
httpDir
;
[
all
...]
Completed in 172 milliseconds