Lines Matching refs:result
454 international characters!!! (and also fails on creating them) as result.
1685 char *result = NULL;
1718 result = ntfs_calloc(resultLength);
1720 if (result != NULL) {
1723 (UInt8*) result, resultLength - 1,
1729 free(result);
1730 result = NULL;
1735 "bytes for char *result.\n", resultLength);
1745 if (result != NULL) {
1746 *target = result;