Lines Matching refs:loc
344 check_string(uintptr_t loc, uint32_t len, uint32_t sz) in check_string() argument
346 const char *ptr = (const char *)loc; in check_string()
361 uintptr_t loc; in tx_check_and_setup() local
365 loc = (uintptr_t)cmds_arg; in tx_check_and_setup()
370 cmds = (struct rep_protocol_transaction_cmd *)loc; in tx_check_and_setup()
375 loc += REP_PROTOCOL_TRANSACTION_CMD_MIN_SIZE; in tx_check_and_setup()
379 if (len <= 1 || !check_string(loc, len, sz)) { in tx_check_and_setup()
382 cur->tx_prop = (const char *)loc; in tx_check_and_setup()
385 loc += len; in tx_check_and_setup()
389 cur->tx_values = (uint32_t *)loc; in tx_check_and_setup()
397 len = *(uint32_t *)loc; in tx_check_and_setup()
398 loc += sizeof (uint32_t); in tx_check_and_setup()
401 if (!check_string(loc, len, sz)) in tx_check_and_setup()
414 loc += len; in tx_check_and_setup()
461 uintptr_t loc; in tx_commit_data_new() local
471 loc = (uintptr_t)cmds_arg; in tx_commit_data_new()
474 cmds = (struct rep_protocol_transaction_cmd *)loc; in tx_commit_data_new()
487 loc += sz; in tx_commit_data_new()