Searched refs:rowid (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecItemInternal.h39 CFDataRef _SecItemMakePersistentRef(CFTypeRef class, sqlite_int64 rowid);
H A DSecItem.c474 sqlite_int64 rowid; local
475 if (_SecItemParsePersistentRef(result, NULL, &rowid)) {
476 *return_result = _SecItemMakePersistentRef(kSecClassIdentity, rowid);
531 /* A persistent ref is just the class and the rowid of the record. */
532 CF_RETURNS_RETAINED CFDataRef _SecItemMakePersistentRef(CFTypeRef class, sqlite_int64 rowid) argument
535 if (rowid < 0)
540 OSWriteBigInt64(bytes + 4, 0, rowid);
555 sqlite_int64 rowid = OSReadBigInt64(bytes + 4, 0); local
573 *return_rowid = rowid;
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecDbItem.c500 SInt64 rowid = 0; local
542 CFNumberGetValue(value, kCFNumberSInt64Type, &rowid);
585 rowid,
1020 SecDbError(SQLITE_ERROR, error, CFSTR("rowid %@ is not a 64 bit number"), number);
1026 static CFNumberRef SecDbItemCreateRowId(SecDbItemRef item, sqlite3_int64 rowid, CFErrorRef *error) { argument
1027 return CFNumberCreate(CFGetAllocator(item), kCFNumberSInt64Type, &rowid);
1030 bool SecDbItemSetRowId(SecDbItemRef item, sqlite3_int64 rowid, CFErrorRef *error) { argument
1034 CFNumberRef value = SecDbItemCreateRowId(item, rowid, error);
1055 sqlite3_int64 rowid = sqlite3_last_insert_rowid(SecDbHandle(dbconn)); local
1056 return SecDbItemSetRowId(item, rowid, erro
[all...]
H A DSecItemServer.c231 SECDB_ATTR(v6rowid, "rowid", RowId, SecDbFlags( ,L, , , , ,R, , ,B, , , ));
586 "INSERT INTO genp (rowid,cdat,mdat,desc,icmt,crtr,type,scrp,labl,alis,invi,nega,cusi,prot,acct,svce,gena,data,agrp,pdmn) SELECT rowid,cdat,mdat,desc,icmt,crtr,type,scrp,labl,alis,invi,nega,cusi,prot,acct,svce,gena,data,agrp,pdmn from ogenp;"
587 "INSERT INTO inet (rowid,cdat,mdat,desc,icmt,crtr,type,scrp,labl,alis,invi,nega,cusi,prot,acct,sdmn,srvr,ptcl,atyp,port,path,data,agrp,pdmn) SELECT rowid,cdat,mdat,desc,icmt,crtr,type,scrp,labl,alis,invi,nega,cusi,prot,acct,sdmn,srvr,ptcl,atyp,port,path,data,agrp,pdmn from oinet;"
588 "INSERT INTO cert (rowid,cdat,mdat,ctyp,cenc,labl,alis,subj,issr,slnr,skid,pkhh,data,agrp,pdmn) SELECT rowid,cdat,mdat,ctyp,cenc,labl,alis,subj,issr,slnr,skid,pkhh,data,agrp,pdmn from ocert;"
589 "INSERT INTO keys (rowid,cdat,mdat,kcls,labl,alis,perm,priv,modi,klbl,atag,crtr,type,bsiz,esiz,sdat,edat,sens,asen,extr,next,encr,decr,drve,sign,vrfy,snrc,vyrc,wrap,unwp,data,agrp,pdmn) SELECT rowid,cdat,mdat,kcls,labl,alis,perm,priv,modi,klbl,atag,crtr,type,bsiz,esiz,sdat,edat,sens,asen,extr,next,encr,decr,drve,sign,vrfy,snrc,vyrc,wrap,unwp,data,agrp,pdmn from okeys;"
1870 sqlite_int64 rowid) {
[all...]
H A DSecDbItem.h289 bool SecDbItemSetRowId(SecDbItemRef item, sqlite3_int64 rowid, CFErrorRef *error);
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DOracle.pm216 if ($data_type =~ /^(?:n(?:var)?char2?|u?rowid|nclob|timestamp\(\d+\)(?: with(?: local)? time zone)?|binary_(?:float|double))\z/i) {
219 if ($data_type =~ /^u?rowid\z/i) {
224 if ($info->{data_type} =~ /^(?:n?[cb]lob|long(?: raw)?|bfile|date|binary_(?:float|double)|rowid)\z/i) {
330 $info->{data_type} = 'rowid';
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlj.vim58 syn keyword sqljType rowid varchar varchar2 float integer
H A Dsqloracle.vim45 syn keyword sqlType mlslabel number raw rowid varchar varchar2 varray
H A Dsqlforms.vim121 syntax keyword sqlType char character date long raw mlslabel number rowid
H A Dprogress.vim170 syn keyword ProgressOperator return-ins[erted] return-to-start-di[r] reverse-from right right-align[ed] right-trim round row row-ma[rkers] row-of rowid rule rule-row rule-y save-as save-file
179 syn keyword ProgressOperator title-dc[olor] title-fgc[olor] title-fo[nt] to-rowid toggle-box tool-bar top topic total trailing trunc[ate] type unbuff[ered] unique-id unload unsubscribe upper use use-dic[t-exps]
H A Dsqlanywhere.vim49 syn keyword sqlFunction rowid grouping stddev variance rank
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1156 "rowid" "second" "smallint" "time" "timestamp" "urowid" "varchar"
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c2130 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2134 ** is another alias for the rowid.
2136 ** ^This routine returns the [rowid] of the most recent
2139 ** records the last insert rowid of both ordinary tables and [virtual tables].
2144 ** method, then this routine will return the [rowid] of the inserted
2168 ** function is running and thus changes the last insert [rowid],
2171 ** last insert [rowid].
4983 ** ^The final callback parameter is the [rowid] of the row.
4984 ** ^In the case of an update, this is the [rowid] afte
10082 i64 rowid; /* Used by UNPACKED_PREFIX_SEARCH */ member in struct:UnpackedRecord
37154 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument
61354 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument
63954 i64 rowid; member in struct:vdbeExecUnion::OP_IdxRowid_stack_vars
64083 sqlite_int64 rowid; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars
[all...]

Completed in 433 milliseconds