Home
last modified time | relevance | path

Searched refs:tarantool_connection (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-tarantool-queue/tarantool-queue-0.1.4/tarantool_queue/
H A Dtarantool_tqueue.py327 def tarantool_connection(self): member in TQueue
336 @tarantool_connection.setter
337 def tarantool_connection(self, cls): member in TQueue
344 @tarantool_connection.deleter
345 def tarantool_connection(self): member in TQueue
378 self._tnt = self.tarantool_connection(self.host, self.port,
H A Dtarantool_queue.py411 def tarantool_connection(self): member in Queue
420 @tarantool_connection.setter
421 def tarantool_connection(self, cls): member in Queue
428 @tarantool_connection.deleter
429 def tarantool_connection(self): member in Queue
462 self._tnt = self.tarantool_connection(self.host, self.port,
/dports/databases/php-tarantool/tarantool-php-0.3.3/src/
H A Dtarantool.c23 static int __tarantool_authenticate(tarantool_connection *obj);
24 static void tarantool_stream_close(tarantool_connection *obj);
61 tarantool_connection *obj = t_##NAME->obj;
139 tarantool_stream_send(tarantool_connection *obj TSRMLS_DC) { in PHP_INI_END()
247 tarantool_stream_close(tarantool_connection *obj) { in tarantool_stream_close()
259 tarantool_connection *obj = t_obj->obj; in __tarantool_connect()
408 tarantool_connection *obj, in tarantool_step_recv()
639 int get_spaceno_by_name(tarantool_connection *obj, zval *name) { in get_spaceno_by_name()
937 int tarantool_uwrite_ops(tarantool_connection *obj, zval *ops, in tarantool_uwrite_ops()
978 tarantool_connection *obj = (tarantool_connection *)rsrc->ptr; in tarantool_destructor_connection()
[all …]
H A Dphp_tarantool.h153 struct tarantool_connection { struct
176 typedef struct tarantool_connection tarantool_connection; typedef
/dports/databases/php-tarantool/tarantool-php-0.3.3/
H A Dphp_tarantool.h153 struct tarantool_connection { struct
176 typedef struct tarantool_connection tarantool_connection; typedef
/dports/databases/tarantool-c/tarantool-c-0ab37e8/doc/source/
H A Dexample.c48 struct tnt_stream *tarantool_connection(const char *uri) { in tarantool_connection() function
337 struct tnt_stream *tnt = tarantool_connection(TARANTOOL_URI); in main()
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/doc/source/
H A Dexample.c61 struct tnt_stream *tarantool_connection(const char *uri) { in tarantool_connection() function
348 struct tnt_stream *tnt = tarantool_connection(TARANTOOL_URI); in main()