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

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 460 static char *string_dup_n(const char *s, int n){ function
471 return string_dup_n(s, strlen(s));
    [all...]
fts1.c 872 static char *string_dup_n(const char *s, int n){ function
883 return string_dup_n(s, strlen(s));
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 1791 static char *string_dup_n(const char *s, int n){ function
    [all...]

Completed in 52 milliseconds