Lines Matching defs:entryp
632 * Read the entry at path, or if entryp==NULL just see if it exists.
642 Entry **entryp,
656 rc = ldif_read_file( path, entryp ? &entry_as_string : NULL );
660 if ( entryp == NULL )
662 *entryp = entry = str2entry( entry_as_string );
683 *text = entryp
693 * Read the operation's entry, or if entryp==NULL just see if it exists.
700 Entry **entryp,
714 rc = ldif_read_entry( op, path.bv_val, &pdn, &pndn, entryp, text );
1258 Entry *entry = NULL, **entryp;
1271 entryp = get_manageDSAit( op ) ? NULL : &entry;
1278 entryp, &rs->sr_text );
1287 entryp = &entry;