Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
2a5f4e0b
Commit
2a5f4e0b
authored
Jun 23, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I suppose Meuuh forgot this one
parent
1010d87c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
include/vlc_symbols.h
include/vlc_symbols.h
+7
-4
No files found.
include/vlc_symbols.h
View file @
2a5f4e0b
...
...
@@ -195,18 +195,18 @@ struct module_symbols_t
httpd_host_t
*
(
*
httpd_HostNew_inner
)
(
vlc_object_t
*
,
const
char
*
psz_host
,
int
i_port
);
httpd_host_t
*
(
*
httpd_TLSHostNew_inner
)
(
vlc_object_t
*
,
const
char
*
,
int
,
const
char
*
,
const
char
*
,
const
char
*
,
const
char
*
);
void
(
*
httpd_HostDelete_inner
)
(
httpd_host_t
*
);
httpd_url_t
*
(
*
httpd_UrlNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_user
,
char
*
psz_password
);
httpd_url_t
*
(
*
httpd_UrlNewUnique_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_user
,
char
*
psz_password
);
httpd_url_t
*
(
*
httpd_UrlNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_user
,
char
*
psz_password
,
char
**
ppsz_hosts
,
int
i_hosts
);
httpd_url_t
*
(
*
httpd_UrlNewUnique_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_user
,
char
*
psz_password
,
char
**
ppsz_hosts
,
int
i_hosts
);
int
(
*
httpd_UrlCatch_inner
)
(
httpd_url_t
*
,
int
i_msg
,
httpd_callback_t
,
httpd_callback_sys_t
*
);
void
(
*
httpd_UrlDelete_inner
)
(
httpd_url_t
*
);
void
(
*
httpd_ClientModeStream_inner
)
(
httpd_client_t
*
cl
);
void
(
*
httpd_ClientModeBidir_inner
)
(
httpd_client_t
*
cl
);
char
*
(
*
httpd_ClientIP_inner
)
(
httpd_client_t
*
cl
);
httpd_file_t
*
(
*
httpd_FileNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_mime
,
char
*
psz_user
,
char
*
psz_password
,
httpd_file_callback_t
pf_fill
,
httpd_file_sys_t
*
);
httpd_file_t
*
(
*
httpd_FileNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_mime
,
char
*
psz_user
,
char
*
psz_password
,
char
**
ppsz_hosts
,
int
i_hosts
,
httpd_file_callback_t
pf_fill
,
httpd_file_sys_t
*
);
void
(
*
httpd_FileDelete_inner
)
(
httpd_file_t
*
);
httpd_redirect_t
*
(
*
httpd_RedirectNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url_dst
,
char
*
psz_url_src
);
void
(
*
httpd_RedirectDelete_inner
)
(
httpd_redirect_t
*
);
httpd_stream_t
*
(
*
httpd_StreamNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_mime
,
char
*
psz_user
,
char
*
psz_password
);
httpd_stream_t
*
(
*
httpd_StreamNew_inner
)
(
httpd_host_t
*
,
char
*
psz_url
,
char
*
psz_mime
,
char
*
psz_user
,
char
*
psz_password
,
char
**
ppsz_hosts
,
int
i_hosts
);
void
(
*
httpd_StreamDelete_inner
)
(
httpd_stream_t
*
);
int
(
*
httpd_StreamHeader_inner
)
(
httpd_stream_t
*
,
uint8_t
*
p_data
,
int
i_data
);
int
(
*
httpd_StreamSend_inner
)
(
httpd_stream_t
*
,
uint8_t
*
p_data
,
int
i_data
);
...
...
@@ -375,6 +375,7 @@ struct module_symbols_t
const
char
*
(
*
vlc_gai_strerror_inner
)
(
int
);
void
(
*
net_ListenClose_inner
)
(
int
*
fd
);
void
(
*
DigestMD5_inner
)
(
struct
md5_s
*
,
uint32_t
*
);
int
(
*
__net_CheckIP_inner
)
(
vlc_object_t
*
p_this
,
char
*
psz_ip
,
char
**
ppsz_hosts
,
int
i_hosts
);
};
# if defined (__PLUGIN__)
# define aout_FiltersCreatePipeline (p_symbols)->aout_FiltersCreatePipeline_inner
...
...
@@ -735,6 +736,7 @@ struct module_symbols_t
# define vlc_gai_strerror (p_symbols)->vlc_gai_strerror_inner
# define net_ListenClose (p_symbols)->net_ListenClose_inner
# define DigestMD5 (p_symbols)->DigestMD5_inner
# define __net_CheckIP (p_symbols)->__net_CheckIP_inner
# elif defined (HAVE_DYNAMIC_PLUGINS) && !defined (__BUILTIN__)
/******************************************************************
* STORE_SYMBOLS: store VLC APIs into p_symbols for plugin access.
...
...
@@ -1098,6 +1100,7 @@ struct module_symbols_t
((p_symbols)->vlc_gai_strerror_inner) = vlc_gai_strerror; \
((p_symbols)->net_ListenClose_inner) = net_ListenClose; \
((p_symbols)->DigestMD5_inner) = DigestMD5; \
((p_symbols)->__net_CheckIP_inner) = __net_CheckIP; \
(p_symbols)->net_ConvertIPv4_deprecated = NULL; \
# endif
/* __PLUGIN__ */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment