webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
struct | WebKitMessageRecord |
Functions | |
WebKitMessageRecorder | sizeof (struct WebKitMessageRecord)) |
printf ("{") | |
printf ("\ourceProcessType\ %d, ", this->record->sourceProcessType) | |
printf ("\ourceProcessID\ %d, ", this->record->sourceProcessID) | |
printf ("\estinationProcessType\ %d, ", this->record->destinationProcessType) | |
printf ("\estinationProcessID\ %d, ", this->record->destinationProcessID) | |
printf ("\essageReceiverName\ \s\ ", copyinstr((user_addr_t) this->record->messageReceiverName)) | |
printf ("\essageName\ \s\ ", copyinstr((user_addr_t) this->record->messageName)) | |
printf ("\estinationID\ %d, ", this->record->destinationID) | |
printf ("\UID\ \) | |
printf ("%02x", this->record->UUID[0]) | |
printf ("%02x", this->record->UUID[1]) | |
printf ("%02x", this->record->UUID[2]) | |
printf ("%02x", this->record->UUID[3]) | |
printf ("-") | |
printf ("%02x", this->record->UUID[4]) | |
printf ("%02x", this->record->UUID[5]) | |
printf ("%02x", this->record->UUID[6]) | |
printf ("%02x", this->record->UUID[7]) | |
printf ("%02x", this->record->UUID[8]) | |
printf ("%02x", this->record->UUID[9]) | |
printf ("%02x", this->record->UUID[10]) | |
printf ("%02x", this->record->UUID[11]) | |
printf ("%02x", this->record->UUID[12]) | |
printf ("%02x", this->record->UUID[13]) | |
printf ("%02x", this->record->UUID[14]) | |
printf ("%02x", this->record->UUID[15]) | |
printf ("\ ") | |
printf ("\tartTime\ %f, ", this->record->startTime) | |
printf ("\ndTime\ %f, ", this->record->endTime) | |
printf ("\sSyncMessage\ %d, ", this->record->isSyncMessage) | |
printf ("\houldDispatchMessageWhenWaitingForSyncReply\ %d, ", this->record->shouldDispatchMessageWhenWaitingForSyncReply) | |
printf ("\sIncoming\ %d", this->record->isIncoming) | |
printf ("}\) | |
printf | ( | ) |
printf | ( | "\rceProcessType\ | d, |
" | , | ||
this->record-> | sourceProcessType | ||
) |
printf | ( | "\rceProcessID\ | d, |
" | , | ||
this->record-> | sourceProcessID | ||
) |
printf | ( | "\tinationProcessType\ | d, |
" | , | ||
this->record-> | destinationProcessType | ||
) |
printf | ( | "\tinationProcessID\ | d, |
" | , | ||
this->record-> | destinationProcessID | ||
) |
printf | ( | "\tinationID\ | d, |
" | , | ||
this->record-> | destinationID | ||
) |
printf | ( | "\D\ | ) |
printf | ( | "%02x" | , |
this->record-> | UUID[0] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[1] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[2] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[3] | ||
) |
printf | ( | "-" | ) |
printf | ( | "%02x" | , |
this->record-> | UUID[4] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[5] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[6] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[7] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[8] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[9] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[10] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[11] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[12] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[13] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[14] | ||
) |
printf | ( | "%02x" | , |
this->record-> | UUID[15] | ||
) |
printf | ( | "\ | ) |
printf | ( | "\rtTime\ | f, |
" | , | ||
this->record-> | startTime | ||
) |
printf | ( | "\Time\ | f, |
" | , | ||
this->record-> | endTime | ||
) |
printf | ( | "\yncMessage\ | d, |
" | , | ||
this->record-> | isSyncMessage | ||
) |
printf | ( | "\uldDispatchMessageWhenWaitingForSyncReply\ | d, |
" | , | ||
this->record-> | shouldDispatchMessageWhenWaitingForSyncReply | ||
) |
printf | ( | "\ncoming\d" | , |
this->record-> | isIncoming | ||
) |
printf | ( | "}\ | ) |
WebKitMessageRecorder sizeof | ( | struct WebKitMessageRecord | ) |