Home
last modified time | relevance | path

Searched refs:copy_null (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/protocol/
H A Dpool_proto_modules.h44 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/protocol/
H A Dpool_proto_modules.h44 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/protocol/
H A Dpool_proto_modules.h44 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/protocol/
H A Dpool_proto_modules.h42 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/protocol/
H A Dpool_proto_modules.h42 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/protocol/
H A Dpool_proto_modules.h42 extern char *copy_null; /* copy null string */
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/protocol/
H A Dpool_process_query.c3072 if (copy_null) in check_copy_from_stdin()
3073 pfree(copy_null); in check_copy_from_stdin()
3075 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3095 copy_null = MemoryContextStrdup(TopMemoryContext, "\\N"); /* default null string */ in check_copy_from_stdin()
3110 if (copy_null) in check_copy_from_stdin()
3111 pfree(copy_null); in check_copy_from_stdin()
3113 copy_null = MemoryContextStrdup(TopMemoryContext, v->val.str); in check_copy_from_stdin()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/protocol/
H A Dpool_process_query.c3080 if (copy_null) in check_copy_from_stdin()
3081 pfree(copy_null); in check_copy_from_stdin()
3083 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3103 copy_null = MemoryContextStrdup(TopMemoryContext, "\\N"); /* default null string */ in check_copy_from_stdin()
3118 if (copy_null) in check_copy_from_stdin()
3119 pfree(copy_null); in check_copy_from_stdin()
3121 copy_null = MemoryContextStrdup(TopMemoryContext, v->val.str); in check_copy_from_stdin()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/protocol/
H A Dpool_process_query.c3156 if (copy_null) in check_copy_from_stdin()
3157 pfree(copy_null); in check_copy_from_stdin()
3159 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3179 copy_null = MemoryContextStrdup(TopMemoryContext, "\\N"); /* default null string */ in check_copy_from_stdin()
3194 if (copy_null) in check_copy_from_stdin()
3195 pfree(copy_null); in check_copy_from_stdin()
3197 copy_null = MemoryContextStrdup(TopMemoryContext, v->val.str); in check_copy_from_stdin()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/protocol/
H A Dpool_process_query.c3055 if (copy_null) in check_copy_from_stdin()
3056 pfree(copy_null); in check_copy_from_stdin()
3058 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3077 copy_null = MemoryContextStrdup(TopMemoryContext,"\\N"); /* default null string */ in check_copy_from_stdin()
3092 if (copy_null) in check_copy_from_stdin()
3093 pfree(copy_null); in check_copy_from_stdin()
3095 copy_null = MemoryContextStrdup(TopMemoryContext,v->val.str); in check_copy_from_stdin()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/protocol/
H A Dpool_process_query.c3051 if (copy_null) in check_copy_from_stdin()
3052 pfree(copy_null); in check_copy_from_stdin()
3054 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3073 copy_null = MemoryContextStrdup(TopMemoryContext,"\\N"); /* default null string */ in check_copy_from_stdin()
3088 if (copy_null) in check_copy_from_stdin()
3089 pfree(copy_null); in check_copy_from_stdin()
3091 copy_null = MemoryContextStrdup(TopMemoryContext,v->val.str); in check_copy_from_stdin()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/protocol/
H A Dpool_process_query.c3078 if (copy_null) in check_copy_from_stdin()
3079 pfree(copy_null); in check_copy_from_stdin()
3081 copy_schema = copy_table = copy_null = NULL; in check_copy_from_stdin()
3101 copy_null = MemoryContextStrdup(TopMemoryContext, "\\N"); /* default null string */ in check_copy_from_stdin()
3116 if (copy_null) in check_copy_from_stdin()
3117 pfree(copy_null); in check_copy_from_stdin()
3119 copy_null = MemoryContextStrdup(TopMemoryContext, v->val.str); in check_copy_from_stdin()
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/lang/python38/Python-3.8.12/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/lang/python39/Python-3.9.9/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/lang/python310/Python-3.10.1/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dunicodeobject.h158 int copy_null);
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Dvalue_test.cc67 Value copy_null = null; in TestBasicSemantics() local
68 EXPECT_EQ(copy_null, null); in TestBasicSemantics()
69 Value const moved_null = std::move(copy_null); in TestBasicSemantics()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/
H A Dvalue_test.cc70 Value copy_null = null; in TestBasicSemantics() local
71 EXPECT_EQ(copy_null, null); in TestBasicSemantics()
72 Value const moved_null = std::move(copy_null); in TestBasicSemantics()

1234