Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:zCopy
(Results
1 - 2
of
2
) sorted by relevance
/third_party/sqlite/src/
H
A
D
shell.c
4956
char *
zCopy
= sqlite3_mprintf("%s", zFile);
in makeDirectory()
local
4959
if(
zCopy
==0 ){
in makeDirectory()
4962
int nCopy = (int)strlen(
zCopy
);
in makeDirectory()
4969
for(;
zCopy
[i]!='/' && i<nCopy; i++);
in makeDirectory()
4971
zCopy
[i] = '\0';
in makeDirectory()
4973
rc2 = fileStat(
zCopy
, &sStat);
in makeDirectory()
4975
if( mkdir(
zCopy
, 0777) ) rc = SQLITE_ERROR;
in makeDirectory()
4979
zCopy
[i] = '/';
in makeDirectory()
4983
sqlite3_free(
zCopy
);
in makeDirectory()
H
A
D
sqlite3.c
47010
char *
zCopy
= 0;
sqlite3_win32_set_directory8()
local
149984
char *
zCopy
;
global()
local
175540
char *
zCopy
;
global()
local
188840
char *
zCopy
;
global()
local
210171
char *
zCopy
= rbuStrndup(zName, &p->rc);
global()
local
243570
char *
zCopy
= sqlite3Fts5Strndup(&rc, zType, -1);
global()
local
244103
const char *
zCopy
= (const char *)sqlite3_value_text(pLe);
global()
local
[all...]
Completed in 160 milliseconds