Home | History | Annotate | Download | only in mac

Lines Matching refs:post_data

974     Handle         post_data;
987 post_data = Get1Resource( TTAG_POST, res_id++ );
988 if ( post_data == NULL )
991 code = (*post_data)[0];
1001 total_size += GetHandleSize( post_data ) - 2;
1026 post_data = Get1Resource( TTAG_POST, res_id++ );
1027 if ( post_data == NULL )
1030 post_size = (FT_ULong)GetHandleSize( post_data ) - 2;
1031 code = (*post_data)[0];
1063 ft_memcpy( p, *post_data + 2, post_size );