HomeSort by relevance Sort by last modified time
    Searched defs:column_text (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
sqlite_utils.cc 460 const char* SQLStatement::column_text(int index) { function in class:SQLStatement
468 const char* s = column_text(index);
487 const char* s = column_text(index);
501 const char* s = column_text(index);
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 73 const unsigned char * (*column_text)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
248 #define sqlite3_column_text sqlite3_api->column_text

Completed in 54 milliseconds