Searched defs:SMB_MALLOC_P (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/include/
H A Dsmb_macros.h300 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
312 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/include/
H A Dsmb_macros.h300 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
312 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/include/
H A Dsmb_macros.h300 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
312 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/include/
H A Dsmb_macros.h328 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
340 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/include/
H A Dsmb_macros.h328 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
340 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/include/
H A Dsmb_macros.h328 #define SMB_MALLOC_P(type) (type *)malloc_(sizeof(type)) macro
340 #define SMB_MALLOC_P(type) (type *)malloc(sizeof(type)) macro

Completed in 183 milliseconds