Searched refs:datatype (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c1210 data_type_t datatype = nvpair_type(elem); local
1232 if (datatype != DATA_TYPE_STRING) {
1246 if (datatype == DATA_TYPE_STRING) {
1254 } else if (datatype == DATA_TYPE_UINT64) {
1274 if (datatype != DATA_TYPE_STRING) {
/freebsd-10.0-release/contrib/unbound/util/data/
H A Dmsgparse.c383 ldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags,
387 hashvalue_t hash = pkt_hash_rrset(pkt, sigset->dname, datatype,
390 log_assert( datatype != LDNS_RR_TYPE_RRSIG );
394 datatype, sigset->rrset_class, hash, rrset_flags,
419 dataset->type = datatype;
382 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, ldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, int hasother, ldns_pkt_section section, struct regional* region) argument
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.c2858 int datatype,
3050 int datatype,
3070 switch (datatype) {
3081 (void) fprintf(stderr, "Unknown datatype(0x%x) in cookedprint\n", datatype);
3086 statustoa(datatype, status));
2857 rawprint( int datatype, int length, char *data, int status, FILE *fp ) argument
3049 cookedprint( int datatype, int length, char *data, int status, FILE *fp ) argument
/freebsd-10.0-release/contrib/ncurses/
H A Dconfigure12326 echo "$as_me:12326: checking for signal global datatype" >&5
12327 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c584 ** presents to client programs. If a C-function, structure, datatype,
4272 ** [SQLITE_INTEGER | datatype code] for the initial data type
4657 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
8228 ** The datatype used to store estimates of the number of rows in a
10489 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
10800 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
11050 ** The bitmask datatype defined below is used for various optimizations.
11418 ** The yDbMask datatype for the bitmask of all attached databases.
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c566 ** presents to client programs. If a C-function, structure, datatype,
3974 ** [SQLITE_INTEGER | datatype code] for the initial data type
4358 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
9903 ** that the datatype of the PRIMARY KEY must be INTEGER for this field to
10212 ** The datatype ynVar is a signed integer, either 16-bit or 32-bit.
10454 ** The bitmask datatype defined below is used for various optimizations.
10804 ** The yDbMask datatype for the bitmask of all attached databases.
[all...]

Completed in 800 milliseconds