HomeSort by: relevance | last modified time | path
    Searched defs:msgids (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/sys/
msg.h 81 struct msgid_ds_sysctl50 msgids[1]; member in struct:msg_sysctl_info50
  /src/external/bsd/openldap/dist/tests/progs/
slapd-read.c 258 int *msgids = NULL, active = 0; local
262 msgids = (int *)calloc( sizeof(int), maxloop );
263 if ( !msgids ) {
287 NULL, LDAP_NO_LIMIT, &msgids[i] );
294 (long) pid, maxloop, i, active, msgids[i],
357 if ( msgids[ j ] == msgid ) {
358 msgids[ j ] = -1;
435 if ( msgids != NULL ) {
436 free( msgids );
slapd-search.c 307 int *msgids = NULL, active = 0; local
311 msgids = (int *)calloc( sizeof(int), innerloop );
312 if ( !msgids ) {
339 NULL, LDAP_NO_LIMIT, &msgids[i] );
346 (long) pid, innerloop, i, active, msgids[i],
404 if ( msgids[ j ] == msgid ) {
405 msgids[ j ] = -1;
484 if ( msgids != NULL ) {
485 free( msgids );
  /src/sys/sys/
msg.h 133 struct msgid_ds_sysctl msgids[1]; member in struct:msg_sysctl_info
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
back-asyncmeta.h 107 int *msgids; member in struct:bm_context_t

Completed in 86 milliseconds