Lines Matching defs:target
746 writeRandomBytes_getrandom_nonblock(void *target, size_t count) {
752 void *const currentTarget = (void *)((char *)target + bytesWrittenTotal);
778 writeRandomBytes_dev_urandom(void *target, size_t count) {
788 void *const currentTarget = (void *)((char *)target + bytesWrittenTotal);
811 writeRandomBytes_arc4random(void *target, size_t count) {
821 ((uint8_t *)target)[bytesWrittenTotal] = random8;
844 writeRandomBytes_rand_s(void *target, size_t count) {
857 ((uint8_t *)target)[bytesWrittenTotal] = random8;
6292 const XML_Char *target;
6302 target = poolStoreString(&parser->m_tempPool, enc, start, tem);
6303 if (! target)
6311 parser->m_processingInstructionHandler(parser->m_handlerArg, target, data);
7564 * - The algorithm repeats until all target array indices have been processed.
7568 XML_Content *jobDest = ret; /* next free writing location in target array */