Searched defs:path_info (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libsasl/lib/ |
H A D | client.c | 114 _sasl_path_info_t *path_info, *p; local 171 while((path_info = p) != NULL) { 172 sasl_FREE(path_info->path); 173 p = path_info->next; 174 sasl_FREE(path_info);
|
H A D | dlopen.c | 503 _sasl_path_info_t *path_info, *p_info; local 614 path_info = server ? gctx->splug_path_info : gctx->cplug_path_info; 615 while (path_info != NULL) { 616 if (strcmp(path_info->path, prefix) == 0) 618 path_info = path_info->next; 623 if ( path_info == NULL) { 642 if (b.st_mtime <= path_info->last_changed) {
|
H A D | server.c | 545 _sasl_path_info_t *path_info, *p; local 617 while((path_info = p) != NULL) { 618 sasl_FREE(path_info->path); 619 p = path_info->next; 620 sasl_FREE(path_info);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 246 ':cgi'=>[qw/param upload path_info path_translated request_uri url self_url script_name 693 $self->path_info($cmdline_ret->{'subpath'}); 2826 return $self->url('-path_info'=>1,'-query'=>1,'-full'=>1,@p); 2847 my ($relative,$absolute,$full,$path_info,$query,$base,$rewrite) = 2853 my $path = $self->path_info; 2889 $url .= $path if $path_info and defined $path; 2976 #### Method: path_info 2980 'path_info' => <<'END_OF_FUNC', 2981 sub path_info { subroutine 2985 $self->{'.path_info'} [all...] |
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | gfc.h | 371 mp_pathinfo_t *path_info; member in struct:mp_pathlist
|
Completed in 75 milliseconds