Searched refs:itNdrCodeType (Results 1 – 3 of 3) sorted by relevance
173 ipc_type_t *itNdrCodeType; /* used for NDR format labels */ variable868 itNdrCodeType = itAlloc(); in init_type()869 itNdrCodeType->itName = "NDR_record_t"; in init_type()870 itNdrCodeType->itInName = 0; in init_type()871 itNdrCodeType->itInNameStr = "NDR_record_t"; in init_type()872 itNdrCodeType->itOutName = 0; in init_type()873 itNdrCodeType->itOutNameStr = "NDR_record_t"; in init_type()874 itNdrCodeType->itSize = sizeof(NDR_record_t) * 8; in init_type()875 itCalculateSizeInfo(itNdrCodeType); in init_type()876 itCalculateNameInfo(itNdrCodeType); in init_type()
303 extern ipc_type_t *itNdrCodeType;
1327 arg->argType = itNdrCodeType; in rtAddNdrCode()