Searched refs:ptr_APPEND_LIT (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c884 #define ptr_APPEND_LIT(str) /* Append a string literal */ \ macro
972 if ( ptr_APPEND_LIT( " size.soft=" ) ) return -1;
976 if ( ptr_APPEND_LIT( " size=" ) ) return -1;
980 ? ptr_APPEND_LIT( "unlimited " )
986 if ( ptr_APPEND_LIT( " size.hard=" ) ) return -1;
988 ? ptr_APPEND_LIT( "unlimited " )
993 if ( ptr_APPEND_LIT( " size.unchecked=" ) ) return -1;
995 ? ptr_APPEND_LIT( "disabled " )
1000 if ( ptr_APPEND_LIT( " size.pr=noEstimate " ) ) return -1;
1003 if ( ptr_APPEND_LIT( " siz
[all...]

Completed in 116 milliseconds