Home
last modified time | relevance | path

Searched defs:field (Results 76 – 100 of 25803) sorted by relevance

12345678910>>...1033

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DFieldVisitor.java33 public void doOop(OopField field, boolean isVMField); in doOop()
34 public void doOop(NarrowOopField field, boolean isVMField); in doOop()
35 public void doByte(ByteField field, boolean isVMField); in doByte()
36 public void doChar(CharField field, boolean isVMField); in doChar()
37 public void doBoolean(BooleanField field, boolean isVMField); in doBoolean()
38 public void doShort(ShortField field, boolean isVMField); in doShort()
39 public void doInt(IntField field, boolean isVMField); in doInt()
40 public void doLong(LongField field, boolean isVMField); in doLong()
41 public void doFloat(FloatField field, boolean isVMField); in doFloat()
42 public void doDouble(DoubleField field, boolean isVMField); in doDouble()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DFieldVisitor.java33 public void doOop(OopField field, boolean isVMField); in doOop()
34 public void doOop(NarrowOopField field, boolean isVMField); in doOop()
35 public void doByte(ByteField field, boolean isVMField); in doByte()
36 public void doChar(CharField field, boolean isVMField); in doChar()
37 public void doBoolean(BooleanField field, boolean isVMField); in doBoolean()
38 public void doShort(ShortField field, boolean isVMField); in doShort()
39 public void doInt(IntField field, boolean isVMField); in doInt()
40 public void doLong(LongField field, boolean isVMField); in doLong()
41 public void doFloat(FloatField field, boolean isVMField); in doFloat()
42 public void doDouble(DoubleField field, boolean isVMField); in doDouble()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DFieldVisitor.java33 public void doOop(OopField field, boolean isVMField); in doOop()
34 public void doOop(NarrowOopField field, boolean isVMField); in doOop()
35 public void doByte(ByteField field, boolean isVMField); in doByte()
36 public void doChar(CharField field, boolean isVMField); in doChar()
37 public void doBoolean(BooleanField field, boolean isVMField); in doBoolean()
38 public void doShort(ShortField field, boolean isVMField); in doShort()
39 public void doInt(IntField field, boolean isVMField); in doInt()
40 public void doLong(LongField field, boolean isVMField); in doLong()
41 public void doFloat(FloatField field, boolean isVMField); in doFloat()
42 public void doDouble(DoubleField field, boolean isVMField); in doDouble()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldVisitor.java33 public void doOop(OopField field, boolean isVMField); in doOop()
34 public void doOop(NarrowOopField field, boolean isVMField); in doOop()
35 public void doByte(ByteField field, boolean isVMField); in doByte()
36 public void doChar(CharField field, boolean isVMField); in doChar()
37 public void doBoolean(BooleanField field, boolean isVMField); in doBoolean()
38 public void doShort(ShortField field, boolean isVMField); in doShort()
39 public void doInt(IntField field, boolean isVMField); in doInt()
40 public void doLong(LongField field, boolean isVMField); in doLong()
41 public void doFloat(FloatField field, boolean isVMField); in doFloat()
42 public void doDouble(DoubleField field, boolean isVMField); in doDouble()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldVisitor.java33 public void doOop(OopField field, boolean isVMField); in doOop()
34 public void doOop(NarrowOopField field, boolean isVMField); in doOop()
35 public void doByte(ByteField field, boolean isVMField); in doByte()
36 public void doChar(CharField field, boolean isVMField); in doChar()
37 public void doBoolean(BooleanField field, boolean isVMField); in doBoolean()
38 public void doShort(ShortField field, boolean isVMField); in doShort()
39 public void doInt(IntField field, boolean isVMField); in doInt()
40 public void doLong(LongField field, boolean isVMField); in doLong()
41 public void doFloat(FloatField field, boolean isVMField); in doFloat()
42 public void doDouble(DoubleField field, boolean isVMField); in doDouble()
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
203 #define LIST_FOREACH(var, head, field) \ argument
231 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument
245 #define QUEUEDEBUG_LIST_OP(elm, field) argument
279 #define LIST_REMOVE(elm, field) do { \ argument
391 #define SIMPLEQ_LAST(head, type, field) \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
430 #define TAILQ_FOREACH(var, head, field) \ argument
483 #define QUEUEDEBUG_TAILQ_OP(elm, field) argument
652 #define STAILQ_LAST(head, type, field) \ argument
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
203 #define LIST_FOREACH(var, head, field) \ argument
231 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument
245 #define QUEUEDEBUG_LIST_OP(elm, field) argument
279 #define LIST_REMOVE(elm, field) do { \ argument
391 #define SIMPLEQ_LAST(head, type, field) \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
430 #define TAILQ_FOREACH(var, head, field) \ argument
483 #define QUEUEDEBUG_TAILQ_OP(elm, field) argument
652 #define STAILQ_LAST(head, type, field) \ argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
203 #define LIST_FOREACH(var, head, field) \ argument
231 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument
245 #define QUEUEDEBUG_LIST_OP(elm, field) argument
279 #define LIST_REMOVE(elm, field) do { \ argument
391 #define SIMPLEQ_LAST(head, type, field) \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
430 #define TAILQ_FOREACH(var, head, field) \ argument
483 #define QUEUEDEBUG_TAILQ_OP(elm, field) argument
652 #define STAILQ_LAST(head, type, field) \ argument
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
203 #define LIST_FOREACH(var, head, field) \ argument
231 #define QUEUEDEBUG_LIST_OP(elm, field) \ argument
245 #define QUEUEDEBUG_LIST_OP(elm, field) argument
279 #define LIST_REMOVE(elm, field) do { \ argument
391 #define SIMPLEQ_LAST(head, type, field) \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
430 #define TAILQ_FOREACH(var, head, field) \ argument
483 #define QUEUEDEBUG_TAILQ_OP(elm, field) argument
652 #define STAILQ_LAST(head, type, field) \ argument
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c35 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
105 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
112 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
129 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
713 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
736 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
922 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
942 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
1046 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c35 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
105 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
112 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
129 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
713 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
736 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
922 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
942 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
1046 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c35 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
105 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
112 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
129 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
713 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
736 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
922 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
942 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
1046 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxdbupgrade/
H A Ddbupgrade_2050.c34 const ZBX_FIELD field = {"agent", "Zabbix", NULL, NULL, 255, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050000() local
104 const ZBX_FIELD field = {"mtime", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050003() local
111 const ZBX_FIELD field = {"meta", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050004() local
128 const ZBX_FIELD field = {"error", "", NULL, NULL, 2048, ZBX_TYPE_CHAR, ZBX_NOTNULL, 0}; in DBpatch_2050007() local
456 const ZBX_FIELD field = {"flags", "0", NULL, NULL, 0, ZBX_TYPE_INT, ZBX_NOTNULL, 0}; in DBpatch_2050045() local
652 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050077() local
675 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050080() local
861 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050093() local
881 const ZBX_FIELD field = {"userid", NULL, "users", "userid", 0, 0, 0, 0}; in DBpatch_2050095() local
985 const ZBX_FIELD field = {"userid", NULL, NULL, NULL, 0, ZBX_TYPE_ID, 0, 0}; in DBpatch_2050107() local
[all …]

12345678910>>...1033