Home
last modified time | relevance | path

Searched refs:last_ctx (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.cc125 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
130 last_ctx= pctx; in diff_handlers()
134 return (exclusive && last_ctx ? n - last_ctx->m_handlers.elements() : n); in diff_handlers()
143 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
148 last_ctx= pctx; in diff_cursors()
152 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements() : n); in diff_cursors()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.cc125 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
130 last_ctx= pctx; in diff_handlers()
134 return (exclusive && last_ctx ? n - last_ctx->m_handlers.elements() : n); in diff_handlers()
143 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
148 last_ctx= pctx; in diff_cursors()
152 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements() : n); in diff_cursors()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsp_pcontext.cc125 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
130 last_ctx= pctx; in diff_handlers()
134 return (exclusive && last_ctx ? n - last_ctx->m_handlers.elements() : n); in diff_handlers()
143 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
148 last_ctx= pctx; in diff_cursors()
152 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements() : n); in diff_cursors()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsp_pcontext.cc125 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
130 last_ctx= pctx; in diff_handlers()
134 return (exclusive && last_ctx ? n - last_ctx->m_handlers.elements() : n); in diff_handlers()
143 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
148 last_ctx= pctx; in diff_cursors()
152 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements() : n); in diff_cursors()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsp_pcontext.cc125 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
130 last_ctx= pctx; in diff_handlers()
134 return (exclusive && last_ctx ? n - last_ctx->m_handlers.elements() : n); in diff_handlers()
143 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
148 last_ctx= pctx; in diff_cursors()
152 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements() : n); in diff_cursors()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsp_pcontext.cc166 sp_pcontext *last_ctx= NULL; in diff_handlers() local
171 last_ctx= pctx; in diff_handlers()
175 return (exclusive && last_ctx ? n - last_ctx->m_context_handlers : n); in diff_handlers()
184 sp_pcontext *last_ctx= NULL; in diff_cursors() local
189 last_ctx= pctx; in diff_cursors()
193 return (exclusive && last_ctx ? n - last_ctx->m_cursors.elements : n); in diff_cursors()
/dports/www/py-tornado4/tornado-4.5.3/tornado/
H A Dstack_context.py300 last_ctx = 0
307 last_ctx += 1
326 while last_ctx > 0:
327 last_ctx -= 1
328 c = stack[last_ctx]
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/eventloop/minitornado/
H A Dstack_context.py298 last_ctx = 0
305 last_ctx += 1
324 while last_ctx > 0:
325 last_ctx -= 1
326 c = stack[last_ctx]
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/
H A Dstack_context.py301 last_ctx = 0
308 last_ctx += 1
327 while last_ctx > 0:
328 last_ctx -= 1
329 c = stack[last_ctx]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsp_pcontext.cc178 const sp_pcontext *last_ctx = nullptr; in diff_handlers() local
182 last_ctx = pctx; in diff_handlers()
186 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
193 const sp_pcontext *last_ctx = nullptr; in diff_cursors() local
197 last_ctx = pctx; in diff_cursors()
200 if (pctx) return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsp_pcontext.cc205 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
210 last_ctx= pctx; in diff_handlers()
214 return (exclusive && last_ctx ? n - last_ctx->m_handlers.size() : n); in diff_handlers()
223 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
228 last_ctx= pctx; in diff_cursors()
232 return (exclusive && last_ctx ? n - last_ctx->m_cursors.size() : n); in diff_cursors()
/dports/www/py-tornado5/tornado-5.1.1/tornado/
H A Dstack_context.py323 last_ctx = 0
330 last_ctx += 1
349 while last_ctx > 0:
350 last_ctx -= 1
351 c = stack[last_ctx]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsp_pcontext.cc170 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
175 last_ctx= pctx; in diff_handlers()
179 return (exclusive && last_ctx ? n -(uint) last_ctx->m_handlers.elements() : n); in diff_handlers()
188 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
193 last_ctx= pctx; in diff_cursors()
197 return (exclusive && last_ctx ? (uint)(n - last_ctx->m_cursors.elements()) : n); in diff_cursors()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsp_pcontext.cc170 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
175 last_ctx= pctx; in diff_handlers()
179 return (exclusive && last_ctx ? n -(uint) last_ctx->m_handlers.elements() : n); in diff_handlers()
188 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
193 last_ctx= pctx; in diff_cursors()
197 return (exclusive && last_ctx ? (uint)(n - last_ctx->m_cursors.elements()) : n); in diff_cursors()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsp_pcontext.cc170 const sp_pcontext *last_ctx= NULL;
175 last_ctx= pctx;
179 return (exclusive && last_ctx ? n -(uint) last_ctx->m_handlers.elements() : n);
188 const sp_pcontext *last_ctx= NULL;
193 last_ctx= pctx;
197 return (exclusive && last_ctx ? (uint)(n - last_ctx->m_cursors.elements()) : n);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsp_pcontext.cc170 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
175 last_ctx= pctx; in diff_handlers()
179 return (exclusive && last_ctx ? n -(uint) last_ctx->m_handlers.elements() : n); in diff_handlers()
188 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
193 last_ctx= pctx; in diff_cursors()
197 return (exclusive && last_ctx ? (uint)(n - last_ctx->m_cursors.elements()) : n); in diff_cursors()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c305 struct hva_ctx *last_ctx = &hva->dbg.last_ctx; in last_show() local
307 if (last_ctx->flags & HVA_FLAG_STREAMINFO) { in last_show()
310 hva_dbg_perf_compute(last_ctx); in last_show()
311 format_ctx(s, last_ctx); in last_show()
393 memcpy(&hva->dbg.last_ctx, ctx, sizeof(*ctx)); in hva_dbg_ctx_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c305 struct hva_ctx *last_ctx = &hva->dbg.last_ctx; in last_show() local
307 if (last_ctx->flags & HVA_FLAG_STREAMINFO) { in last_show()
310 hva_dbg_perf_compute(last_ctx); in last_show()
311 format_ctx(s, last_ctx); in last_show()
393 memcpy(&hva->dbg.last_ctx, ctx, sizeof(*ctx)); in hva_dbg_ctx_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c305 struct hva_ctx *last_ctx = &hva->dbg.last_ctx; in last_show() local
307 if (last_ctx->flags & HVA_FLAG_STREAMINFO) { in last_show()
310 hva_dbg_perf_compute(last_ctx); in last_show()
311 format_ctx(s, last_ctx); in last_show()
393 memcpy(&hva->dbg.last_ctx, ctx, sizeof(*ctx)); in hva_dbg_ctx_remove()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsp_pcontext.cc177 const sp_pcontext *last_ctx= NULL; in diff_handlers() local
182 last_ctx= pctx; in diff_handlers()
186 return (exclusive && last_ctx ? n -(uint) last_ctx->m_handlers.elements() : n); in diff_handlers()
195 const sp_pcontext *last_ctx= NULL; in diff_cursors() local
200 last_ctx= pctx; in diff_cursors()
204 return (exclusive && last_ctx ? (uint)(n - last_ctx->m_cursors.elements()) : n); in diff_cursors()

123