Searched refs:fields (Results 26 - 36 of 36) sorted by relevance

12

/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py269 auth_type, fields = authorization.split(maxsplit=1)
271 credentials = parse_kv_pair_header(fields)
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp258 BHttpRequest::SetPostFields(const BHttpForm& fields) argument
260 AdoptPostFields(new(std::nothrow) BHttpForm(fields));
272 BHttpRequest::AdoptPostFields(BHttpForm* const fields) argument
275 fOptPostFields = fields;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c102 status = txr->tx_base[cur].upper.fields.status;
112 if (txr->tx_base[i].upper.fields.status & IGC_TXD_STAT_DD)
H A Dif_igc.c411 buf->eop != -1 ? txr->tx_base[buf->eop].upper.fields.status & IGC_TXD_STAT_DD : 0);
1743 * Configure the RSS fields to hash upon.
/haiku/src/apps/text_search/
H A DGrepWindow.cpp909 int32 fields; local
910 message->FindInt32("fields", &fields);
912 TRACE_NM("B_STAT_CHANGED (fields = 0x%" B_PRIx32 ")\n", fields);
915 if (fields == B_STAT_CHANGE_TIME)
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex118 \item{All other fields must be set to 0.}
401 These fields contain the same kind of data. To understand what the value for a
405 fields are written that are not unused. Thus the original pattern can be seen
607 resulted from the attempt to assign all the fields a reasonable meaning, but
608 in fact not even the exact length and meaning of the fields of the resources
611 fields is base on educated guesses.}
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_hw.h501 } fields; member in union:e1000_tx_desc::__anon35
530 } fields; member in union:e1000_context_desc::__anon41
551 } fields; member in union:e1000_data_desc::__anon45
H A Dif_em.c717 buf->eop != -1 ? txr->tx_base[buf->eop].upper.fields.status & E1000_TXD_STAT_DD : 0);
2855 * Configure the RSS fields to hash upon.
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp552 int32 fields; local
554 && message->FindInt32("fields", &fields) == B_OK
555 && (fields & (B_STAT_MODIFICATION_TIME | B_STAT_SIZE)) == 0) {
780 // TODO: the other fields aren't currently used, add them when they are
853 // TODO: add the other fields
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp2114 int32 fields = 0; local
2115 if (message->FindInt32("fields", &fields) == B_OK
2116 && (fields & (B_STAT_SIZE | B_STAT_MODIFICATION_TIME
/haiku/src/kits/tracker/
H A DPoseView.cpp5940 int32 fields; local
5941 if (message->FindInt32("fields", &fields) != B_OK)
5948 if ((fields & sAttrColumnMap[i].fieldMask) != 0) {

Completed in 125 milliseconds

12