Searched refs:zAbsoluteName (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c25365 static struct vxworksFileId *vxworksFindFileId(const char *zAbsoluteName){ argument
25368 int n; /* Length of zAbsoluteName string */
25370 assert( zAbsoluteName[0]=='/' );
25371 n = (int)strlen(zAbsoluteName);
25375 memcpy(pNew->zCanonicalName, zAbsoluteName, n+1);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c34827 vxworksFindFileId(const char *zAbsoluteName) argument
[all...]

Completed in 740 milliseconds