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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.h41 * If successful, LDAPTOOL_FILEURL_SUCCESS is returned and *urlp is
47 int ldaptool_path2fileurl( char *path, char **urlp );
H A Dfileurl.c159 * If successful, LDAPTOOL_FILEURL_SUCCESS is returned and *urlp is
170 ldaptool_path2fileurl( char *path, char **urlp )
209 *urlp = url;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c59 static int skip_url_prefix( const char **urlp, int *enclosedp, int *securep );
74 skip_url_prefix( const char **urlp, int *enclosedp, int *securep ) argument
78 * if non-zero returned, *urlp will be moved past "ldap://" part of URL
79 * The data that *urlp points to is not changed by this function.
81 if ( *urlp == NULL ) {
86 if ( **urlp == '<' ) {
88 ++*urlp;
94 if ( strlen( *urlp ) >= LDAP_URL_URLCOLON_LEN && strncasecmp(
95 *urlp, LDAP_URL_URLCOLON, LDAP_URL_URLCOLON_LEN ) == 0 ) {
96 *urlp
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c82 url_findl(ur_recid_lst_t *urlp, mddb_recid_t recid) argument
84 while (urlp != NULL) {
85 if (urlp->url_recid == recid)
87 urlp = urlp->url_nx;
95 ur_recid_lst_t *urlp; local
98 for (turlp = *urlpp; turlp != NULL; turlp = urlp) {
99 urlp = turlp->url_nx;
879 ur_recid_lst_t *urlp; local
1143 for (urlp
[all...]

Completed in 62 milliseconds