HomeSort by relevance Sort by last modified time
    Searched defs:struct_ptr (Results 1 - 2 of 2) sorted by null

  /external/clang/test/FixIt/
fixit.c 62 // CHECK: struct test_struct *struct_ptr;
63 test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} member in struct:test_struct
  /external/opencv3/3rdparty/libpng/
pngmem.c 44 png_voidp struct_ptr; local
61 struct_ptr = (*(malloc_fn))(&dummy_struct, (png_alloc_size_t)size);
66 struct_ptr = (png_voidp)farmalloc(size);
67 if (struct_ptr != NULL)
68 png_memset(struct_ptr, 0, size);
70 return (struct_ptr);
75 png_destroy_struct(png_voidp struct_ptr)
78 png_destroy_struct_2(struct_ptr, NULL, NULL);
83 png_destroy_struct_2(png_voidp struct_ptr, png_free_ptr free_fn,
87 if (struct_ptr != NULL
393 png_voidp struct_ptr; local
    [all...]

Completed in 185 milliseconds