HomeSort by relevance Sort by last modified time
    Searched refs:operation_cstr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 453 char* operation_cstr; local
545 operation_cstr = PyString_AsString(operation);
552 operation_cstr = PyString_AsString(operation_bytestr);
598 statement_type = detect_statement_type(operation_cstr);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
cursor.c 442 char* operation_cstr; local
533 operation_cstr = PyString_AsString(operation);
540 operation_cstr = PyString_AsString(operation_bytestr);
585 statement_type = detect_statement_type(operation_cstr);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
cursor.c 382 const char* operation_cstr; local
468 operation_cstr = PyUnicode_AsUTF8AndSize(operation, &operation_len);
469 if (operation_cstr == NULL)

Completed in 457 milliseconds