OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_param
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c
212
PyObject*
current_param
;
local
240
current_param
= PyTuple_GET_ITEM(parameters, i);
241
Py_XINCREF(
current_param
);
243
current_param
= PyList_GET_ITEM(parameters, i);
244
Py_XINCREF(
current_param
);
246
current_param
= PySequence_GetItem(parameters, i);
248
if (!
current_param
) {
252
if (!_need_adapt(
current_param
)) {
253
adapted =
current_param
;
255
adapted = pysqlite_microprotocols_adapt(
current_param
, (PyObject*)&pysqlite_PrepareProtocolType, NULL);
[
all
...]
/external/libbrillo/brillo/dbus/
dbus_param_reader.h
93
ParamValueType
current_param
;
94
if (!DBusType<ParamValueType>::Read(reader, &
current_param
)) {
111
static_cast<const ParamValueType&>(
current_param
));
127
ParamValueType
current_param
{}; // Default-initialize the value.
137
&
current_param
);
Completed in 1258 milliseconds