NULL               63 examples/VFS/shadow_copy_test.c 			shadow_copy_data->labels = NULL;
NULL               69 examples/VFS/shadow_copy_test.c 		shadow_copy_data->labels = NULL;
NULL               80 examples/VFS/shadow_copy_test.c 	{SMB_VFS_OP(NULL),			SMB_VFS_OP_NOOP,		SMB_VFS_LAYER_NOOP}
NULL               59 examples/VFS/skel_opaque.c 	return vfswrap_disk_free(NULL,  path, small_query, bsize, 
NULL               65 examples/VFS/skel_opaque.c 	return vfswrap_get_quota(NULL,  qtype, id, dq);
NULL               70 examples/VFS/skel_opaque.c 	return vfswrap_set_quota(NULL,  qtype, id, dq);
NULL               75 examples/VFS/skel_opaque.c 	return vfswrap_get_shadow_copy_data(NULL, fsp, shadow_copy_data, labels);
NULL               80 examples/VFS/skel_opaque.c 	return vfswrap_statvfs(NULL,  path, statbuf);
NULL               85 examples/VFS/skel_opaque.c 	return vfswrap_opendir(NULL,  fname, mask, attr);
NULL               92 examples/VFS/skel_opaque.c 	return vfswrap_readdir(NULL,  dirp, sbuf);
NULL               97 examples/VFS/skel_opaque.c 	vfswrap_seekdir(NULL,  dirp, offset);
NULL              102 examples/VFS/skel_opaque.c 	return vfswrap_telldir(NULL,  dirp);
NULL              107 examples/VFS/skel_opaque.c 	vfswrap_rewinddir(NULL,  dirp);
NULL              112 examples/VFS/skel_opaque.c 	return vfswrap_mkdir(NULL,  path, mode);
NULL              117 examples/VFS/skel_opaque.c 	return vfswrap_rmdir(NULL,  path);
NULL              122 examples/VFS/skel_opaque.c 	return vfswrap_closedir(NULL,  dir);
NULL              127 examples/VFS/skel_opaque.c 	return vfswrap_open(NULL,  fname, flags, mode);
NULL              132 examples/VFS/skel_opaque.c 	return vfswrap_close(NULL, fsp);
NULL              137 examples/VFS/skel_opaque.c 	return vfswrap_read(NULL, fsp, data, n);
NULL              142 examples/VFS/skel_opaque.c 	return vfswrap_pread(NULL, fsp, data, n, offset);
NULL              147 examples/VFS/skel_opaque.c 	return vfswrap_write(NULL, fsp, data, n);
NULL              152 examples/VFS/skel_opaque.c 	return vfswrap_pwrite(NULL, fsp, data, n, offset);
NULL              157 examples/VFS/skel_opaque.c 	return vfswrap_lseek(NULL, fsp, offset, whence);
NULL              163 examples/VFS/skel_opaque.c 	return vfswrap_sendfile(NULL, tofd, fromfsp, hdr, offset, n);
NULL              168 examples/VFS/skel_opaque.c 	return vfswrap_recvfile(NULL, fromfd, tofsp, offset, n);
NULL              173 examples/VFS/skel_opaque.c 	return vfswrap_rename(NULL,  oldname, newname);
NULL              178 examples/VFS/skel_opaque.c 	return vfswrap_fsync(NULL, fsp);
NULL              183 examples/VFS/skel_opaque.c 	return vfswrap_stat(NULL,  fname, sbuf);
NULL              188 examples/VFS/skel_opaque.c 	return vfswrap_fstat(NULL, fsp, sbuf);
NULL              193 examples/VFS/skel_opaque.c 	return vfswrap_lstat(NULL,  path, sbuf);
NULL              198 examples/VFS/skel_opaque.c 	return vfswrap_unlink(NULL,  path);
NULL              203 examples/VFS/skel_opaque.c 	return vfswrap_chmod(NULL,  path, mode);
NULL              208 examples/VFS/skel_opaque.c 	return vfswrap_fchmod(NULL, fsp, mode);
NULL              213 examples/VFS/skel_opaque.c 	return vfswrap_chown(NULL,  path, uid, gid);
NULL              218 examples/VFS/skel_opaque.c 	return vfswrap_fchown(NULL, fsp, uid, gid);
NULL              223 examples/VFS/skel_opaque.c 	return vfswrap_lchown(NULL,  path, uid, gid);
NULL              228 examples/VFS/skel_opaque.c 	return vfswrap_chdir(NULL,  path);
NULL              233 examples/VFS/skel_opaque.c 	return vfswrap_getwd(NULL,  buf);
NULL              238 examples/VFS/skel_opaque.c 	return vfswrap_ntimes(NULL,  path, ft);
NULL              243 examples/VFS/skel_opaque.c 	return vfswrap_ftruncate(NULL, fsp, offset);
NULL              248 examples/VFS/skel_opaque.c 	return vfswrap_lock(NULL, fsp, op, offset, count, type);
NULL              253 examples/VFS/skel_opaque.c 	return vfswrap_getlock(NULL, fsp, poffset, pcount, ptype, ppid);
NULL              258 examples/VFS/skel_opaque.c 	return vfswrap_symlink(NULL,  oldpath, newpath);
NULL              264 examples/VFS/skel_opaque.c 	return vfswrap_readlink(NULL,  path, buf, bufsiz);
NULL              269 examples/VFS/skel_opaque.c 	return vfswrap_link(NULL,  oldpath, newpath);
NULL              274 examples/VFS/skel_opaque.c 	return vfswrap_mknod(NULL,  path, mode, dev);
NULL              279 examples/VFS/skel_opaque.c 	return vfswrap_realpath(NULL,  path, resolved_path);
NULL              359 examples/VFS/skel_opaque.c 	return NULL;
NULL              365 examples/VFS/skel_opaque.c 	return NULL;
NULL              371 examples/VFS/skel_opaque.c 	return NULL;
NULL              389 examples/VFS/skel_opaque.c 	return NULL;
NULL              395 examples/VFS/skel_opaque.c 	return NULL;
NULL              545 examples/VFS/skel_opaque.c 	return vfswrap_aio_read(NULL, fsp, aiocb);
NULL              550 examples/VFS/skel_opaque.c 	return vfswrap_aio_write(NULL, fsp, aiocb);
NULL              555 examples/VFS/skel_opaque.c 	return vfswrap_aio_return(NULL, fsp, aiocb);
NULL              560 examples/VFS/skel_opaque.c 	return vfswrap_aio_cancel(NULL, fsp, aiocb);
NULL              565 examples/VFS/skel_opaque.c 	return vfswrap_aio_error(NULL, fsp, aiocb);
NULL              570 examples/VFS/skel_opaque.c 	return vfswrap_aio_fsync(NULL, fsp, op, aiocb);
NULL              575 examples/VFS/skel_opaque.c 	return vfswrap_aio_suspend(NULL, fsp, aiocb, n, ts);
NULL              580 examples/VFS/skel_opaque.c 	return vfswrap_aio_force(NULL, fsp);
NULL              585 examples/VFS/skel_opaque.c 	return vfswrap_is_offline(NULL, path, sbuf);
NULL              590 examples/VFS/skel_opaque.c 	return vfswrap_set_offline(NULL, path);
NULL              717 examples/VFS/skel_opaque.c 	{NULL,						SMB_VFS_OP_NOOP,			SMB_VFS_LAYER_NOOP}
NULL              680 examples/VFS/skel_transparent.c 	{NULL,						SMB_VFS_OP_NOOP,			SMB_VFS_LAYER_NOOP}
NULL               12 examples/auth/crackcheck/crackcheck.c 	while ((c = strrchr(comm, '/')) != NULL) {
NULL               87 examples/auth/crackcheck/crackcheck.c 	char *dictionary = NULL;
NULL              108 examples/auth/crackcheck/crackcheck.c 	if (!simplex_check && dictionary == NULL) {
NULL              116 examples/auth/crackcheck/crackcheck.c 	if (password == NULL) {
NULL              133 examples/auth/crackcheck/crackcheck.c 	if (reply != NULL) {
NULL               16 examples/libsmbclient/smbwrapper/opendir_smbsh.c     setbuf(stdout, NULL);
NULL               19 examples/libsmbclient/smbwrapper/opendir_smbsh.c          p != NULL && *p != '\n' && *p != '\0';
NULL               22 examples/libsmbclient/smbwrapper/opendir_smbsh.c         if ((p = strchr(buf, '\n')) != NULL)
NULL               29 examples/libsmbclient/smbwrapper/opendir_smbsh.c         if ((dir = opendir(buf)) == NULL)
NULL               36 examples/libsmbclient/smbwrapper/opendir_smbsh.c         while ((dirent = readdir(dir)) != NULL)
NULL               76 examples/libsmbclient/smbwrapper/select.c 	readfds2 = (readfds ? &readfds_buf : NULL);
NULL               77 examples/libsmbclient/smbwrapper/select.c 	writefds2 = (writefds ? &writefds_buf : NULL);
NULL               78 examples/libsmbclient/smbwrapper/select.c 	errorfds2 = (errorfds ? &errorfds_buf : NULL);
NULL               80 examples/libsmbclient/smbwrapper/select.c                 gettimeofday(&end_time, NULL);
NULL               87 examples/libsmbclient/smbwrapper/select.c                 ptval = NULL;
NULL               98 examples/libsmbclient/smbwrapper/select.c                         gettimeofday(&now_time, NULL);
NULL              154 examples/libsmbclient/smbwrapper/smbsh.c 			execl(shellpath,"smbsh", NULL);
NULL              157 examples/libsmbclient/smbwrapper/smbsh.c 			execl("/bin/sh", "smbsh", NULL);
NULL              104 examples/libsmbclient/smbwrapper/smbw.c 	if (w == NULL) w = "";
NULL              107 examples/libsmbclient/smbwrapper/smbw.c 	if (u == NULL) u = "";
NULL              110 examples/libsmbclient/smbwrapper/smbw.c 	if (p == NULL) p = "";
NULL              133 examples/libsmbclient/smbwrapper/smbw.c         if (smbw_ctx != NULL) {
NULL              149 examples/libsmbclient/smbwrapper/smbw.c         smbw_ctx = NULL;        /* don't free context until it's established */
NULL              158 examples/libsmbclient/smbwrapper/smbw.c         if ((p=getenv("SMBW_DIR")) != NULL) {
NULL              172 examples/libsmbclient/smbwrapper/smbw.c         if ((smbw_ctx = smbc_new_context()) == NULL) {
NULL              183 examples/libsmbclient/smbwrapper/smbw.c         if (smbc_init_context(smbw_ctx) == NULL) {
NULL               62 examples/libsmbclient/smbwrapper/smbw_dir.c                 if (dirent_internal == NULL) {
NULL              115 examples/libsmbclient/smbwrapper/smbw_dir.c         simulate = (strchr(p, '/') == NULL);
NULL              188 examples/libsmbclient/smbwrapper/smbw_dir.c         if (buf == NULL) {
NULL              193 examples/libsmbclient/smbwrapper/smbw_dir.c                 if (buf == NULL) {
NULL              195 examples/libsmbclient/smbwrapper/smbw_dir.c                         return NULL;
NULL              237 examples/libsmbclient/smbwrapper/smbw_dir.c 		return NULL;
NULL              243 examples/libsmbclient/smbwrapper/smbw_dir.c                 return NULL;
NULL              251 examples/libsmbclient/smbwrapper/smbw_dir.c                 return NULL;
NULL              273 examples/libsmbclient/smbwrapper/smbw_dir.c 	if ((dirent_internal = smbc_readdir(fd_client)) == NULL) {
NULL              274 examples/libsmbclient/smbwrapper/smbw_dir.c 		return NULL;
NULL              304 examples/libsmbclient/smbwrapper/smbw_dir.c         if (dirent != NULL) {
NULL              306 examples/libsmbclient/smbwrapper/smbw_dir.c                 if (result != NULL) {
NULL              312 examples/libsmbclient/smbwrapper/smbw_dir.c         if (result != NULL) {
NULL              313 examples/libsmbclient/smbwrapper/smbw_dir.c                 *result = NULL;
NULL               75 examples/libsmbclient/smbwrapper/smbw_stat.c         simulate = (strchr(p, '/') == NULL);
NULL              155 examples/libsmbclient/smbwrapper/wrapper.c         if ((smbw_libc.symname = dlsym(RTLD_NEXT, symstring)) == NULL) { \
NULL              156 examples/libsmbclient/smbwrapper/wrapper.c                 if (smbw_libc.write != NULL &&                           \
NULL              157 examples/libsmbclient/smbwrapper/wrapper.c                     (error = dlerror()) != NULL) {                       \
NULL              459 examples/libsmbclient/smbwrapper/wrapper.c                 if (internal == NULL) {
NULL              785 examples/libsmbclient/smbwrapper/wrapper.c                 if (internal == NULL) {
NULL             1216 examples/libsmbclient/smbwrapper/wrapper.c                 if (internal != NULL) {
NULL             1220 examples/libsmbclient/smbwrapper/wrapper.c                 return NULL;
NULL             1378 examples/libsmbclient/smbwrapper/wrapper.c                 if (internal != NULL) {
NULL             1382 examples/libsmbclient/smbwrapper/wrapper.c                 return NULL;
NULL             1394 examples/libsmbclient/smbwrapper/wrapper.c                 int ret = smbw_readdir_r(dir, &internal, NULL);
NULL             1411 examples/libsmbclient/smbwrapper/wrapper.c                 int ret = smbw_readdir_r(dir, &internal, NULL);
NULL             1681 examples/libsmbclient/smbwrapper/wrapper.c                 (void) sigaction(i, &user_action[i], NULL);
NULL               30 examples/libsmbclient/testacl.c     static char *the_acl = NULL;
NULL               55 examples/libsmbclient/testacl.c                 "delete", 'D', POPT_ARG_STRING, NULL,
NULL               59 examples/libsmbclient/testacl.c                 "modify", 'M', POPT_ARG_STRING, NULL,
NULL               63 examples/libsmbclient/testacl.c                 "add", 'a', POPT_ARG_STRING, NULL,
NULL               67 examples/libsmbclient/testacl.c                 "set", 'S', POPT_ARG_STRING, NULL,
NULL               71 examples/libsmbclient/testacl.c                 "chown", 'C', POPT_ARG_STRING, NULL,
NULL               75 examples/libsmbclient/testacl.c                 "chgrp", 'G', POPT_ARG_STRING, NULL,
NULL               79 examples/libsmbclient/testacl.c                 "get", 'g', POPT_ARG_STRING, NULL,
NULL               87 examples/libsmbclient/testacl.c                 NULL
NULL               91 examples/libsmbclient/testacl.c     setbuf(stdout, NULL);
NULL              151 examples/libsmbclient/testacl.c         SMBCCTX *context = smbc_set_context(NULL);
NULL              186 examples/libsmbclient/testacl.c             if (the_acl == NULL)
NULL              251 examples/libsmbclient/testacl.c         if ((p = strchr(the_acl, ':')) == NULL)
NULL               29 examples/libsmbclient/testacl2.c     static char *the_acl = NULL;
NULL               41 examples/libsmbclient/testacl2.c     SMBCCTX *context = smbc_set_context(NULL);
NULL               30 examples/libsmbclient/testacl3.c     context = smbc_set_context(NULL);
NULL               82 examples/libsmbclient/testbrowse.c                 NULL
NULL               86 examples/libsmbclient/testbrowse.c     setbuf(stdout, NULL);
NULL              162 examples/libsmbclient/testbrowse.c             if ((p = strchr(buf, '\n')) != NULL)
NULL              201 examples/libsmbclient/testbrowse.c     if (context != NULL) {
NULL              231 examples/libsmbclient/testbrowse.c     while ((dirent = smbc_readdir(dir)) != NULL)
NULL               33 examples/libsmbclient/testbrowse2.c     while(list != NULL){
NULL               43 examples/libsmbclient/testbrowse2.c     while(list != NULL){
NULL               54 examples/libsmbclient/testbrowse2.c     if ((count = smbitem_list_count(list)) == 0) return NULL;
NULL               55 examples/libsmbclient/testbrowse2.c     if ((array = malloc(count * sizeof(smbitem*))) == NULL){
NULL               57 examples/libsmbclient/testbrowse2.c 	return NULL;
NULL               67 examples/libsmbclient/testbrowse2.c     array[count - 1]->next = NULL;
NULL               94 examples/libsmbclient/testbrowse2.c     if ((ctx = smbc_new_context()) == NULL) return NULL;
NULL               99 examples/libsmbclient/testbrowse2.c     if (smbc_init_context(ctx) == NULL){
NULL              101 examples/libsmbclient/testbrowse2.c 	return NULL;
NULL              115 examples/libsmbclient/testbrowse2.c     smbitem		*list = NULL, *item;
NULL              117 examples/libsmbclient/testbrowse2.c     if ((fd = smbc_getFunctionOpendir(ctx)(ctx, smb_path)) == NULL)
NULL              118 examples/libsmbclient/testbrowse2.c         return NULL;
NULL              119 examples/libsmbclient/testbrowse2.c     while((dirent = smbc_getFunctionReaddir(ctx)(ctx, fd)) != NULL){
NULL              124 examples/libsmbclient/testbrowse2.c 	if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
NULL              154 examples/libsmbclient/testbrowse2.c     while(list != NULL){
NULL              166 examples/libsmbclient/testbrowse2.c 		if ((ctx1 = create_smbctx()) != NULL){
NULL              201 examples/libsmbclient/testbrowse2.c     if ((ctx = create_smbctx()) == NULL){
NULL               15 examples/libsmbclient/testchmod.c     char *          pSmbPath = NULL;
NULL               29 examples/libsmbclient/testchmod.c         mode = (int) strtol(argv[2], NULL, 8);
NULL               16 examples/libsmbclient/teststat.c     char *          pSmbPath = NULL;
NULL               17 examples/libsmbclient/teststat.c     char *          pLocalPath = NULL;
NULL               28 examples/libsmbclient/teststat.c         pLocalPath = NULL;
NULL               56 examples/libsmbclient/teststat.c     if (pLocalPath != NULL)
NULL               17 examples/libsmbclient/testtruncate.c     char *          pSmbPath = NULL;
NULL               18 examples/libsmbclient/testtruncate.c     char *          pLocalPath = NULL;
NULL               17 examples/libsmbclient/testutime.c     char *          pSmbPath = NULL;
NULL               18 examples/libsmbclient/testutime.c     time_t          t = time(NULL);
NULL               34 examples/libsmbclient/testutime.c         t = (time_t) strtol(argv[2], NULL, 10);
NULL              641 examples/libsmbclient/tree.c 		      GTK_SIGNAL_FUNC (gtk_main_quit), NULL);
NULL              664 examples/libsmbclient/tree.c   scrolled_win = gtk_scrolled_window_new (NULL, NULL);
NULL              673 examples/libsmbclient/tree.c   scrolled_win2 = gtk_scrolled_window_new (NULL, NULL);
NULL               29 examples/nss/nss_winbind.c 	char *s = NULL;
NULL               34 examples/nss/nss_winbind.c 		return NULL;
NULL               40 examples/nss/nss_winbind.c 		return NULL;
NULL              284 examples/nss/nss_winbind.c 	(*sids)[i] = NULL;
NULL               57 examples/perfcounter/perf_writer.c     make_key(key, NAME_LEN, counter.index, NULL);
NULL               60 examples/perfcounter/perf_writer.c     make_key(key, NAME_LEN, counter.index + 1, NULL);
NULL              115 examples/perfcounter/perf_writer.c     make_key(key, NAME_LEN, counter.index, NULL);
NULL              160 examples/perfcounter/perf_writer.c     make_key(key, NAME_LEN, 1, NULL);
NULL               69 examples/perfcounter/perf_writer_cpu.c     static FILE *fp = NULL;
NULL               58 examples/perfcounter/perf_writer_util.c     if(key_part2 != NULL)
NULL              120 examples/perfcounter/perf_writer_util.c     if(rt->cnames == NULL || rt->cdata == NULL)
NULL               33 examples/printing/prtpub.c 			NULL, GetLastError(), 
NULL               34 examples/printing/prtpub.c 			0, msgtxt, 0, NULL);
NULL               46 examples/printing/prtpub.c 	rot = DeviceCapabilities(printer, port, DC_BINNAMES, NULL, NULL);
NULL               65 examples/printing/prtpub.c 	num = DeviceCapabilities(printer, port, DC_ENUMRESOLUTIONS, NULL, NULL);
NULL               69 examples/printing/prtpub.c 	num = DeviceCapabilities(printer, port, DC_ENUMRESOLUTIONS, (BYTE *) res, NULL);
NULL               82 examples/printing/prtpub.c 	extentval = DeviceCapabilities(printer, port, DC_MINEXTENT, NULL, NULL);
NULL               89 examples/printing/prtpub.c 	extentval = DeviceCapabilities(printer, port, DC_MAXEXTENT, NULL, NULL);
NULL              106 examples/printing/prtpub.c 	unit = DeviceCapabilities(printer, port, DC_PRINTRATEUNIT, NULL, NULL);
NULL              133 examples/printing/prtpub.c 	boolval = (BYTE) (DeviceCapabilities(printer, port, cap, NULL, NULL) ? 1 : 0);
NULL              142 examples/printing/prtpub.c 	dword = DeviceCapabilities(printer, port, cap, NULL, NULL);
NULL              156 examples/printing/prtpub.c 	num_items = DeviceCapabilities(printer, port, cap, NULL, NULL);
NULL              161 examples/printing/prtpub.c 	num_items = DeviceCapabilities(printer, port, cap, strings_in, NULL);
NULL              183 examples/printing/prtpub.c 	PRINTER_DEFAULTS admin_access = {NULL, NULL, PRINTER_ACCESS_ADMINISTER};
NULL              184 examples/printing/prtpub.c 	PRINTER_INFO_7 publish = {NULL, DSPRINT_PUBLISH};
NULL              198 examples/printing/prtpub.c 	GetPrinterDriver(ph, NULL, 1, NULL, 0, &needed);
NULL              205 examples/printing/prtpub.c 	if (!(GetPrinterDriver(ph, NULL, 1, driver_info, needed, &needed))) {
NULL               27 lib/async_req/async_req.c #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL               65 lib/async_req/async_req.c 	if (result == NULL) {
NULL               66 lib/async_req/async_req.c 		return NULL;
NULL               76 lib/async_req/async_req.c 	if (req->async.fn != NULL) {
NULL              152 lib/async_req/async_req.c 	if (p != NULL) {
NULL              178 lib/async_req/async_req.c 			    async_trigger, req) == NULL) {
NULL              219 lib/async_req/async_req.c 	if (queue->queue != NULL) {
NULL              245 lib/async_req/async_req.c 	busy = (queue->queue != NULL);
NULL              248 lib/async_req/async_req.c 	if (e == NULL) {
NULL              265 lib/async_req/async_req.c 		if (te == NULL) {
NULL              282 lib/async_req/async_req.c 	if (req == NULL) {
NULL              286 lib/async_req/async_req.c 	if (state == NULL) {
NULL               29 lib/async_req/async_sock.c #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL              103 lib/async_req/async_sock.c 	if (result == NULL) {
NULL              113 lib/async_req/async_sock.c 	if (fde == NULL) {
NULL              115 lib/async_req/async_sock.c 		return NULL;
NULL              169 lib/async_req/async_sock.c 	if (result == NULL) {
NULL              179 lib/async_req/async_sock.c 	if (fde == NULL) {
NULL              181 lib/async_req/async_sock.c 		return NULL;
NULL              250 lib/async_req/async_sock.c 	if (result == NULL) {
NULL              251 lib/async_req/async_sock.c 		return NULL;
NULL              293 lib/async_req/async_sock.c 	if (fde == NULL) {
NULL              394 lib/async_req/async_sock.c 	if (result == NULL) {
NULL              395 lib/async_req/async_sock.c 		return NULL;
NULL              403 lib/async_req/async_sock.c 	if (state->iov == NULL) {
NULL              407 lib/async_req/async_sock.c 	if (!tevent_queue_add(queue, ev, result, writev_trigger, NULL)) {
NULL              413 lib/async_req/async_sock.c 	return NULL;
NULL              423 lib/async_req/async_sock.c 	if (fde == NULL) {
NULL              514 lib/async_req/async_sock.c 	if (result == NULL) {
NULL              515 lib/async_req/async_sock.c 		return NULL;
NULL              523 lib/async_req/async_sock.c 	if (state->buf == NULL) {
NULL              529 lib/async_req/async_sock.c 	if (fde == NULL) {
NULL              535 lib/async_req/async_sock.c 	return NULL;
NULL              570 lib/async_req/async_sock.c 	if (state->more == NULL) {
NULL              121 lib/compression/mszip.c   while (p != (struct Ziphuft *)NULL)
NULL              164 lib/compression/mszip.c     *t = (struct Ziphuft *)NULL;
NULL              212 lib/compression/mszip.c   ZIP(u)[0] = (struct Ziphuft *)NULL;   /* just to keep compilers happy */
NULL              213 lib/compression/mszip.c   q = (struct Ziphuft *)NULL;      /* ditto */
NULL              254 lib/compression/mszip.c         *(t = &(q->v.t)) = (struct Ziphuft *)NULL;
NULL              522 lib/compression/mszip.c   if((i = Ziphuft_build(decomp_state, ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
NULL               26 lib/crypto/hmacmd5test.c 	DATA_BLOB b = data_blob(NULL, length);
NULL               76 lib/crypto/hmacmd5test.c 	testarray[7].key        = data_blob(NULL, 0);
NULL               67 lib/crypto/md4test.c 		md4blob  = strhex_to_data_blob(NULL, testarray[i].md4);
NULL               73 lib/crypto/md5test.c 		md5blob  = strhex_to_data_blob(NULL, testarray[i].md5);
NULL              221 lib/nss_wrapper/nss_wrapper.c 	uint8_t *buf = NULL;
NULL              264 lib/nss_wrapper/nss_wrapper.c 		nline = NULL;
NULL              304 lib/nss_wrapper/nss_wrapper.c 	nwrap->buf = NULL;
NULL              434 lib/nss_wrapper/nss_wrapper.c 	e = NULL;
NULL              441 lib/nss_wrapper/nss_wrapper.c 	if (e == NULL) {
NULL              464 lib/nss_wrapper/nss_wrapper.c 	e = NULL;
NULL              471 lib/nss_wrapper/nss_wrapper.c 	if (e == NULL) {
NULL              532 lib/nss_wrapper/nss_wrapper.c 	nwrap_pw->list = NULL;
NULL              641 lib/nss_wrapper/nss_wrapper.c 	e = NULL;
NULL              648 lib/nss_wrapper/nss_wrapper.c 	if (e == NULL) {
NULL              668 lib/nss_wrapper/nss_wrapper.c 	gr->gr_mem[0] = NULL;
NULL              693 lib/nss_wrapper/nss_wrapper.c 		gr->gr_mem[nummem+1] = NULL;
NULL              720 lib/nss_wrapper/nss_wrapper.c 	nwrap_gr->list = NULL;
NULL              795 lib/nss_wrapper/nss_wrapper.c 	return NULL;
NULL              853 lib/nss_wrapper/nss_wrapper.c 	return NULL;
NULL              916 lib/nss_wrapper/nss_wrapper.c 		return NULL;
NULL             1028 lib/nss_wrapper/nss_wrapper.c 	return NULL;
NULL             1086 lib/nss_wrapper/nss_wrapper.c 	return NULL;
NULL             1151 lib/nss_wrapper/nss_wrapper.c 		return NULL;
NULL               18 lib/popt/findme.c     if (argv0 == NULL) return NULL;	/* XXX can't happen */
NULL               23 lib/popt/findme.c     if (path == NULL) return NULL;
NULL               27 lib/popt/findme.c     if (buf == NULL) return NULL;	/* XXX can't happen */
NULL               30 lib/popt/findme.c     chptr = NULL;
NULL               43 lib/popt/findme.c 	    start = NULL;
NULL               49 lib/popt/findme.c     return NULL;
NULL               66 lib/popt/popt.c     if (opt != NULL)
NULL               68 lib/popt/popt.c 	if (opt->arg == NULL) continue;		/* XXX program error. */
NULL               79 lib/popt/popt.c 	    cb(con, POPT_CALLBACK_REASON_PRE, NULL, NULL, opt->descrip);
NULL               89 lib/popt/popt.c     if (opt != NULL)
NULL               91 lib/popt/popt.c 	if (opt->arg == NULL) continue;		/* XXX program error. */
NULL              102 lib/popt/popt.c 	    cb(con, POPT_CALLBACK_REASON_POST, NULL, NULL, opt->descrip);
NULL              115 lib/popt/popt.c     const struct poptOption * cbopt = NULL;
NULL              117 lib/popt/popt.c     if (opt != NULL)
NULL              121 lib/popt/popt.c 	    if (opt->arg != NULL)	/* XXX program error */
NULL              128 lib/popt/popt.c 	} else if (cbopt != NULL &&
NULL              141 lib/popt/popt.c 	    if (cb != NULL) {	/* XXX program error */
NULL              159 lib/popt/popt.c     if (con == NULL) return NULL;	/* XXX can't happen */
NULL              167 lib/popt/popt.c     con->os->argb = NULL;
NULL              177 lib/popt/popt.c     con->aliases = NULL;
NULL              180 lib/popt/popt.c     con->execs = NULL;
NULL              186 lib/popt/popt.c     con->arg_strip = NULL;
NULL              218 lib/popt/popt.c     if (con == NULL) return;
NULL              223 lib/popt/popt.c     con->os->currAlias = NULL;
NULL              224 lib/popt/popt.c     con->os->nextCharArg = NULL;
NULL              225 lib/popt/popt.c     con->os->nextArg = NULL;
NULL              231 lib/popt/popt.c     con->doExec = NULL;
NULL              233 lib/popt/popt.c     if (con->finalArgv != NULL)
NULL              259 lib/popt/popt.c     if (con->execs == NULL || con->numExecs <= 0) /* XXX can't happen */
NULL              277 lib/popt/popt.c     if (con->doExec == NULL) {
NULL              291 lib/popt/popt.c     if (con->finalArgv != NULL)	/* XXX can't happen */
NULL              293 lib/popt/popt.c 	if (s != NULL) {	/* XXX can't happen */
NULL              300 lib/popt/popt.c 	    con->finalArgv[i] = NULL;
NULL              329 lib/popt/popt.c     if (con->aliases == NULL || con->numAliases <= 0) /* XXX can't happen */
NULL              354 lib/popt/popt.c     con->os->nextArg = NULL;
NULL              355 lib/popt/popt.c     con->os->nextCharArg = NULL;
NULL              359 lib/popt/popt.c     con->os->argb = NULL;
NULL              374 lib/popt/popt.c     if (item == NULL) /*XXX can't happen*/
NULL              377 lib/popt/popt.c     if (item->argv == NULL || item->argc < 1 ||
NULL              383 lib/popt/popt.c     if (argv == NULL) return POPT_ERROR_MALLOC;	/* XXX can't happen */
NULL              393 lib/popt/popt.c     if (argv[argc++] == NULL) return POPT_ERROR_NOARG;
NULL              400 lib/popt/popt.c     if (con->finalArgv != NULL && con->finalArgvCount > 0) {
NULL              406 lib/popt/popt.c     if (con->leftovers != NULL && con->numLeftovers > 0) {
NULL              414 lib/popt/popt.c     argv[argc] = NULL;
NULL              436 lib/popt/popt.c     if (argv[0] == NULL)
NULL              468 lib/popt/popt.c     const struct poptOption * cb = NULL;
NULL              480 lib/popt/popt.c 	    if (opt->arg == NULL) continue;	/* XXX program error */
NULL              484 lib/popt/popt.c 	    if (opt2 == NULL) continue;
NULL              487 lib/popt/popt.c 	    if (!(callbackData && *callbackData == NULL)) return opt2;
NULL              507 lib/popt/popt.c 	return NULL;
NULL              509 lib/popt/popt.c     if (callback) *callback = NULL;
NULL              510 lib/popt/popt.c     if (callbackData) *callbackData = NULL;
NULL              540 lib/popt/popt.c 	arg = NULL;
NULL              543 lib/popt/popt.c 	if (os->argv != NULL)
NULL              554 lib/popt/popt.c 		if (os->argb == NULL) os->argb = (pbm_set *)PBM_ALLOC(os->argc);
NULL              555 lib/popt/popt.c 		if (os->argb != NULL)	/* XXX can't happen */
NULL              562 lib/popt/popt.c     } while (arg == NULL);
NULL              573 lib/popt/popt.c     const char * a = NULL;
NULL              580 lib/popt/popt.c     if (t == NULL) return NULL;		/* XXX can't happen */
NULL              592 lib/popt/popt.c 	    if (a == NULL) {
NULL              593 lib/popt/popt.c 		if ((a = findNextArg(con, 1, 1)) == NULL)
NULL              623 lib/popt/popt.c     if (con->arg_strip == NULL)
NULL              625 lib/popt/popt.c     if (con->arg_strip != NULL)		/* XXX can't happen */
NULL              636 lib/popt/popt.c     if (arg == NULL || (((unsigned long)arg) & (sizeof(*arg)-1)))
NULL              664 lib/popt/popt.c     if (arg == NULL || (((unsigned long)arg) & (sizeof(*arg)-1)))
NULL              693 lib/popt/popt.c     const struct poptOption * opt = NULL;
NULL              696 lib/popt/popt.c     if (con == NULL)
NULL              699 lib/popt/popt.c 	const char * origOptString = NULL;
NULL              700 lib/popt/popt.c 	poptCallbackType cb = NULL;
NULL              701 lib/popt/popt.c 	const void * cbData = NULL;
NULL              702 lib/popt/popt.c 	const char * longArg = NULL;
NULL              730 lib/popt/popt.c 	    if (con->os->argv != NULL)	/* XXX can't happen */
NULL              733 lib/popt/popt.c 	    if (origOptString == NULL)	/* XXX can't happen */
NULL              743 lib/popt/popt.c 		if (con->leftovers != NULL)	/* XXX can't happen */
NULL              770 lib/popt/popt.c 		if (handleAlias(con, optString, '\0', NULL))
NULL              809 lib/popt/popt.c 	    con->os->nextCharArg = NULL;
NULL              811 lib/popt/popt.c 	    if (handleAlias(con, NULL, *origOptString, origOptString + 1))
NULL              814 lib/popt/popt.c 	    if (handleExec(con, NULL, *origOptString)) {
NULL              822 lib/popt/popt.c 	    opt = findOption(con->options, NULL, *origOptString, &cb,
NULL              834 lib/popt/popt.c 	if (opt == NULL) return POPT_ERROR_BADOPT;	/* XXX can't happen */
NULL              853 lib/popt/popt.c 		con->os->nextCharArg = NULL;
NULL              864 lib/popt/popt.c 		    con->os->nextArg = NULL;
NULL              877 lib/popt/popt.c 		    if (con->os->argv != NULL) {	/* XXX can't happen */
NULL              885 lib/popt/popt.c 	    longArg = NULL;
NULL              892 lib/popt/popt.c 			? xstrdup(con->os->nextArg) : NULL;
NULL              973 lib/popt/popt.c 	if (con->finalArgv != NULL)
NULL              976 lib/popt/popt.c 	    if (s != NULL) {	/* XXX can't happen */
NULL              985 lib/popt/popt.c 		con->finalArgv[con->finalArgvCount++] = NULL;
NULL              993 lib/popt/popt.c 	    if (con->finalArgv != NULL && con->os->nextArg)
NULL             1007 lib/popt/popt.c     const char * ret = NULL;
NULL             1011 lib/popt/popt.c 	con->os->nextArg = NULL;
NULL             1019 lib/popt/popt.c     const char * ret = NULL;
NULL             1020 lib/popt/popt.c     if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers)
NULL             1027 lib/popt/popt.c     const char * ret = NULL;
NULL             1028 lib/popt/popt.c     if (con && con->leftovers != NULL && con->nextLeftover < con->numLeftovers)
NULL             1036 lib/popt/popt.c     if (con == NULL ||
NULL             1037 lib/popt/popt.c 	con->leftovers == NULL || con->numLeftovers == con->nextLeftover)
NULL             1038 lib/popt/popt.c 	return NULL;
NULL             1041 lib/popt/popt.c     con->leftovers[con->numLeftovers] = NULL;
NULL             1054 lib/popt/popt.c     if (con == NULL) return con;
NULL             1058 lib/popt/popt.c     if (con->aliases != NULL)
NULL             1070 lib/popt/popt.c     if (con->execs != NULL)
NULL             1103 lib/popt/popt.c     item->option.descrip = NULL;
NULL             1104 lib/popt/popt.c     item->option.argDescrip = NULL;
NULL             1132 lib/popt/popt.c     if ((*items) == NULL)
NULL             1138 lib/popt/popt.c 	(newItem->option.longName ? xstrdup(newItem->option.longName) : NULL);
NULL             1144 lib/popt/popt.c 	(newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL);
NULL             1146 lib/popt/popt.c        (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL);
NULL             1159 lib/popt/popt.c     struct optionStackEntry * os = NULL;
NULL             1161 lib/popt/popt.c     if (con != NULL)
NULL             1165 lib/popt/popt.c     return (os && os->argv ? os->argv[os->next - 1] : NULL);
NULL             1210 lib/popt/popt.c     con->os->nextArg = NULL;
NULL             1211 lib/popt/popt.c     con->os->nextCharArg = NULL;
NULL             1212 lib/popt/popt.c     con->os->currAlias = NULL;
NULL             1214 lib/popt/popt.c     con->os->argb = NULL;
NULL             1242 lib/popt/popt.c 	argv[j] = (j < numargs) ? argv[i] : NULL;
NULL              164 lib/popt/popt.h #define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \
NULL              165 lib/popt/popt.h 			0, "Options implemented via popt alias/exec:", NULL },
NULL              174 lib/popt/popt.h #define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \
NULL              175 lib/popt/popt.h 			0, "Help options:", NULL },
NULL              177 lib/popt/popt.h #define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL }
NULL               80 lib/popt/poptconfig.c 	item->argv[j] = NULL;
NULL               56 lib/popt/popthelp.c   { NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
NULL               57 lib/popt/popthelp.c   { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
NULL               58 lib/popt/popthelp.c   { "usage", '\0', 0, NULL, 'u', N_("Display brief usage message"), NULL },
NULL               61 lib/popt/popthelp.c 	N_("Display option defaults in message"), NULL },
NULL               76 lib/popt/popthelp.c     if (table != NULL)
NULL               81 lib/popt/popthelp.c     return NULL;
NULL               95 lib/popt/popthelp.c     if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
NULL              107 lib/popt/popthelp.c     case POPT_ARG_VAL:		return NULL;
NULL              137 lib/popt/popthelp.c     if (le == NULL) return NULL;	/* XXX can't happen */
NULL              165 lib/popt/popthelp.c 	if (s == NULL) {
NULL              180 lib/popt/popthelp.c 	return NULL;
NULL              208 lib/popt/popthelp.c     char * defs = NULL;
NULL              218 lib/popt/popthelp.c     if (left == NULL) return;	/* XXX can't happen */
NULL              262 lib/popt/popthelp.c 	if (opt->argDescrip == NULL) {
NULL              328 lib/popt/popthelp.c 	help = defs; defs = NULL;
NULL              374 lib/popt/popthelp.c     if (opt != NULL)
NULL              420 lib/popt/popthelp.c     if (items != NULL)
NULL              448 lib/popt/popthelp.c 	itemHelp(fp, con->aliases, con->numAliases, left, NULL);
NULL              449 lib/popt/popthelp.c 	itemHelp(fp, con->execs, con->numExecs, left, NULL);
NULL              453 lib/popt/popthelp.c     if (table != NULL)
NULL              460 lib/popt/popthelp.c     if (table != NULL)
NULL              466 lib/popt/popthelp.c 	if (sub_transdom == NULL)
NULL              494 lib/popt/popthelp.c 	if (fn == NULL) return len;
NULL              513 lib/popt/popthelp.c     leftColWidth = maxArgWidth(con->options, NULL);
NULL              514 lib/popt/popthelp.c     singleTableHelp(con, fp, con->options, leftColWidth, NULL);
NULL              534 lib/popt/popthelp.c     if (opt->shortName != '\0' && opt->longName != NULL) {
NULL              591 lib/popt/popthelp.c     if (item != NULL)
NULL              634 lib/popt/popthelp.c     if (opt != NULL)
NULL              645 lib/popt/popthelp.c 		    if (that == NULL || that != opt->arg)
NULL              650 lib/popt/popthelp.c 		if (opt->arg == NULL || i < done->nopts)
NULL              684 lib/popt/popthelp.c     char * s = (str != NULL ? str : (char *)memset(alloca(300), 0, 300));
NULL              688 lib/popt/popthelp.c     if (opt != NULL)
NULL              721 lib/popt/popthelp.c     cursor += showShortOptions(con->options, fp, NULL);
NULL              722 lib/popt/popthelp.c     cursor = singleTableUsage(con, fp, cursor, con->options, NULL, done);
NULL              723 lib/popt/popthelp.c     cursor = itemUsage(fp, cursor, con->aliases, con->numAliases, NULL);
NULL              724 lib/popt/popthelp.c     cursor = itemUsage(fp, cursor, con->execs, con->numExecs, NULL);
NULL               21 lib/popt/poptint.h     if (p != NULL)	free((void *)p);
NULL               22 lib/popt/poptint.h     return NULL;
NULL               22 lib/popt/poptparse.c     if (argc <= 0 || argv == NULL)	/* XXX can't happen */
NULL               25 lib/popt/poptparse.c 	if (argv[i] == NULL)
NULL               31 lib/popt/poptparse.c     if (dst == NULL)			/* XXX can't happen */
NULL               42 lib/popt/poptparse.c     argv2[argc] = NULL;
NULL               48 lib/popt/poptparse.c 	argv2 = NULL;
NULL               68 lib/popt/poptparse.c     if (argv == NULL) return rc;
NULL               90 lib/popt/poptparse.c 		    if (argv == NULL) goto exit;
NULL              143 lib/popt/poptparse.c     *argstrp = NULL;
NULL              149 lib/popt/poptparse.c     if (fp == NULL)
NULL              153 lib/popt/poptparse.c     if (argstr == NULL) return POPT_ERROR_MALLOC;
NULL              155 lib/popt/poptparse.c     while (fgets(line, (int)maxlinelen, fp) != NULL) {
NULL              187 lib/popt/poptparse.c 		if (argstr == NULL) return POPT_ERROR_MALLOC;
NULL              216 lib/popt/poptparse.c 	    if (argstr == NULL) return POPT_ERROR_MALLOC;
NULL               69 lib/popt/system.h #define	vmefail()	(fprintf(stderr, "virtual memory exhausted.\n"), exit(EXIT_FAILURE), NULL)
NULL               39 lib/replace/dlfcn.c 	if (name == NULL)
NULL               43 lib/replace/dlfcn.c 	return NULL;
NULL               56 lib/replace/dlfcn.c     return NULL;
NULL               80 lib/replace/getaddrinfo.c 	char *ret = NULL;
NULL               84 lib/replace/getaddrinfo.c 		return NULL;
NULL               99 lib/replace/getaddrinfo.c 		return NULL;
NULL              118 lib/replace/getaddrinfo.c 	struct sockaddr_in *psin = NULL;
NULL              122 lib/replace/getaddrinfo.c 		return NULL;
NULL              129 lib/replace/getaddrinfo.c 		return NULL;
NULL              144 lib/replace/getaddrinfo.c 	ai->ai_canonname = NULL;
NULL              145 lib/replace/getaddrinfo.c 	ai->ai_next = NULL;
NULL              162 lib/replace/getaddrinfo.c 	struct addrinfo *ai = NULL;
NULL              187 lib/replace/getaddrinfo.c 		if (ai->ai_canonname == NULL) {
NULL              208 lib/replace/getaddrinfo.c 	struct addrinfo *listp = NULL, *prevp = NULL;
NULL              209 lib/replace/getaddrinfo.c 	char **pptr = NULL;
NULL              211 lib/replace/getaddrinfo.c 	struct hostent *hp = NULL;
NULL              264 lib/replace/getaddrinfo.c 	if (hintp == NULL) {
NULL              320 lib/replace/getaddrinfo.c 	struct addrinfo *next = NULL;
NULL              399 lib/replace/getaddrinfo.c 	char *p = NULL;
NULL              477 lib/replace/getaddrinfo.c 	if (sa == NULL || (node == NULL && service == NULL)) {
NULL               47 lib/replace/getifaddrs.c 	if (ifp != NULL) {
NULL               67 lib/replace/getifaddrs.c 	if (ret == NULL)
NULL               68 lib/replace/getifaddrs.c 		return NULL;
NULL               86 lib/replace/getifaddrs.c 	struct ifreq *ifr=NULL;
NULL               88 lib/replace/getifaddrs.c 	struct ifaddrs *lastif = NULL;
NULL               90 lib/replace/getifaddrs.c 	*ifap = NULL;
NULL              118 lib/replace/getifaddrs.c 		curif->ifa_dstaddr = NULL;
NULL              119 lib/replace/getifaddrs.c 		curif->ifa_data = NULL;
NULL              120 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
NULL              122 lib/replace/getifaddrs.c 		curif->ifa_addr = NULL;
NULL              127 lib/replace/getifaddrs.c 		curif->ifa_netmask = NULL;
NULL              132 lib/replace/getifaddrs.c 		if (lastif == NULL) {
NULL              163 lib/replace/getifaddrs.c 	struct ifreq *ifr=NULL;
NULL              165 lib/replace/getifaddrs.c 	struct ifaddrs *lastif = NULL;
NULL              167 lib/replace/getifaddrs.c 	*ifap = NULL;
NULL              200 lib/replace/getifaddrs.c 		if (lastif == NULL) {
NULL              226 lib/replace/getifaddrs.c 		curif->ifa_dstaddr = NULL;
NULL              227 lib/replace/getifaddrs.c 		curif->ifa_data = NULL;
NULL              228 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
NULL              229 lib/replace/getifaddrs.c 		curif->ifa_netmask = NULL;
NULL              261 lib/replace/getifaddrs.c 	struct ifreq *ifr=NULL;
NULL              263 lib/replace/getifaddrs.c 	struct ifaddrs *lastif = NULL;
NULL              265 lib/replace/getifaddrs.c 	*ifap = NULL;
NULL              295 lib/replace/getifaddrs.c 		if (lastif == NULL) {
NULL              303 lib/replace/getifaddrs.c 		curif->ifa_dstaddr = NULL;
NULL              304 lib/replace/getifaddrs.c 		curif->ifa_data = NULL;
NULL              305 lib/replace/getifaddrs.c 		curif->ifa_netmask = NULL;
NULL              306 lib/replace/getifaddrs.c 		curif->ifa_next = NULL;
NULL              157 lib/replace/getpass.c 	if (in == NULL) {
NULL              164 lib/replace/getpass.c 	setvbuf(in, NULL, _IONBF, 0);
NULL              188 lib/replace/getpass.c 		if (fgets(buf, bufsize, in) == NULL) {
NULL              203 lib/replace/getpass.c 		if (in != NULL)
NULL               58 lib/replace/inet_ntop.c 		return (NULL);
NULL               84 lib/replace/inet_ntop.c 		return (NULL);
NULL              165 lib/replace/inet_ntop.c 				return (NULL);
NULL              186 lib/replace/inet_ntop.c 		return (NULL);
NULL               90 lib/replace/inet_pton.c 		if ((pch = strchr(digits, ch)) != NULL) {
NULL              143 lib/replace/inet_pton.c 	colonp = NULL;
NULL              154 lib/replace/inet_pton.c 		if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
NULL              156 lib/replace/inet_pton.c 		if (pch != NULL) {
NULL              194 lib/replace/inet_pton.c 	if (colonp != NULL) {
NULL               72 lib/replace/repdir_getdents.c 	if (d == NULL) {
NULL               74 lib/replace/repdir_getdents.c 		return NULL;
NULL               79 lib/replace/repdir_getdents.c 		return NULL;
NULL               84 lib/replace/repdir_getdents.c 		return NULL;
NULL               90 lib/replace/repdir_getdents.c 		return NULL;
NULL              109 lib/replace/repdir_getdents.c 		return NULL;
NULL              139 lib/replace/repdir_getdents.c 		if (readdir(dir) == NULL) break;
NULL               74 lib/replace/repdir_getdirentries.c 	if (d == NULL) {
NULL               76 lib/replace/repdir_getdirentries.c 		return NULL;
NULL               81 lib/replace/repdir_getdirentries.c 		return NULL;
NULL               86 lib/replace/repdir_getdirentries.c 		return NULL;
NULL               92 lib/replace/repdir_getdirentries.c 		return NULL;
NULL              112 lib/replace/repdir_getdirentries.c 		return NULL;
NULL              151 lib/replace/repdir_getdirentries.c 		if (readdir(dir) == NULL) break;
NULL              142 lib/replace/replace.c   if((u = localtime(&epoch)) != NULL) {
NULL              173 lib/replace/replace.c 	gid_t *grouplst = NULL;
NULL              180 lib/replace/replace.c 	if((grouplst = malloc(sizeof(gid_t) * max_gr)) == NULL) {
NULL              187 lib/replace/replace.c 	while (i < max_gr && ((g = (struct group *)getgrent()) != (struct group *)NULL)) {
NULL              192 lib/replace/replace.c 		while (gr && (*gr != (char)NULL)) {
NULL              196 lib/replace/replace.c 				gr = (char *)NULL;
NULL              291 lib/replace/replace.c 	if (!s) return(NULL);
NULL              295 lib/replace/replace.c 	if (!ret) return(NULL);
NULL              304 lib/replace/replace.c 	setvbuf(stream, (char *)NULL, _IOLBF, 0);
NULL              312 lib/replace/replace.c 	char *msg = NULL;
NULL              350 lib/replace/replace.c 		return NULL;
NULL              361 lib/replace/replace.c   return wait4(pid, status, options, NULL);
NULL              425 lib/replace/replace.c 	return NULL;
NULL              468 lib/replace/replace.c 	return NULL;
NULL              478 lib/replace/replace.c 	if (s == NULL) s = *save_ptr;
NULL              483 lib/replace/replace.c 		return NULL;
NULL              488 lib/replace/replace.c 	if (s == NULL) {
NULL              545 lib/replace/replace.c 	if (p == NULL) {
NULL              569 lib/replace/replace.c 	if (environ == NULL || getenv(name) == NULL) {
NULL              675 lib/replace/replace.c 	return NULL;
NULL              641 lib/replace/replace.h #define ZERO_STRUCTP(x) do { if ((x) != NULL) memset((char *)(x), 0, sizeof(*(x))); } while(0)
NULL              250 lib/replace/snprintf.c 	struct pr_chunk *chunks = NULL;
NULL              251 lib/replace/snprintf.c 	struct pr_chunk *cnk = NULL;
NULL              252 lib/replace/snprintf.c 	struct pr_chunk_x *clist = NULL;
NULL             1114 lib/replace/snprintf.c 		return NULL;
NULL             1119 lib/replace/snprintf.c 	new_c->min_star = NULL;
NULL             1121 lib/replace/snprintf.c 	new_c->max_star = NULL;
NULL             1128 lib/replace/snprintf.c 	new_c->strvalue = NULL;
NULL             1129 lib/replace/snprintf.c 	new_c->pnum = NULL;
NULL             1130 lib/replace/snprintf.c 	new_c->next = NULL;
NULL             1146 lib/replace/snprintf.c 		if (*list == NULL) {
NULL             1153 lib/replace/snprintf.c 		if (l == NULL) {
NULL             1160 lib/replace/snprintf.c 			l[i].chunks = NULL;
NULL             1170 lib/replace/snprintf.c 	if (l[i].chunks == NULL) {
NULL             1175 lib/replace/snprintf.c 	if (c == NULL) {
NULL             1221 lib/replace/snprintf.c 	s = NULL;
NULL             1242 lib/replace/snprintf.c 	s = NULL;
NULL             1265 lib/replace/snprintf.c 	ret = vsnprintf(NULL, 0, format, ap2);
NULL             1287 lib/replace/snprintf.c 	*ptr = NULL;
NULL             1323 lib/replace/snprintf.c 		NULL
NULL             1339 lib/replace/snprintf.c 		NULL
NULL             1355 lib/replace/snprintf.c 		NULL
NULL             1357 lib/replace/snprintf.c 	char *str_vals[] = {"hello", "a", "", "a longer string", NULL};
NULL             1361 lib/replace/snprintf.c 		NULL
NULL             1372 lib/replace/snprintf.c 		NULL
NULL             1443 lib/replace/snprintf.c 	if ((buf3 = malloc(BUFSZ)) == NULL) {
NULL               34 lib/replace/socket.c 	return NULL;
NULL               59 lib/replace/strptime.c #define match_char(ch1, ch2) if (ch1 != ch2) return NULL
NULL               80 lib/replace/strptime.c       return NULL;							      \
NULL               86 lib/replace/strptime.c       return NULL;							      \
NULL              116 lib/replace/strptime.c 		return NULL;						      \
NULL              125 lib/replace/strptime.c 	  return NULL;							      \
NULL              141 lib/replace/strptime.c    && (rp = strptime_internal (rp, (new_fmt), tm, decided, era_cnt)) != NULL)
NULL              272 lib/replace/strptime.c   era = NULL;
NULL              347 lib/replace/strptime.c 	    return NULL;
NULL              387 lib/replace/strptime.c 	    return NULL;
NULL              399 lib/replace/strptime.c 		    return NULL;
NULL              415 lib/replace/strptime.c 	    return NULL;
NULL              437 lib/replace/strptime.c 	    return NULL;
NULL              447 lib/replace/strptime.c 		    return NULL;
NULL              466 lib/replace/strptime.c 	    return NULL;
NULL              531 lib/replace/strptime.c 	      return NULL;
NULL              542 lib/replace/strptime.c 		    return NULL;
NULL              558 lib/replace/strptime.c 	    return NULL;
NULL              562 lib/replace/strptime.c 	    return NULL;
NULL              573 lib/replace/strptime.c 	      return NULL;
NULL              582 lib/replace/strptime.c 	    if (localtime_r (&secs, tm) == NULL)
NULL              584 lib/replace/strptime.c 	      return NULL;
NULL              598 lib/replace/strptime.c 		    return NULL;
NULL              614 lib/replace/strptime.c 	    return NULL;
NULL              627 lib/replace/strptime.c 	    return NULL;
NULL              686 lib/replace/strptime.c 			return NULL;
NULL              702 lib/replace/strptime.c 		return NULL;
NULL              717 lib/replace/strptime.c 			return NULL;
NULL              737 lib/replace/strptime.c 			    return NULL;
NULL              773 lib/replace/strptime.c 			return NULL;
NULL              802 lib/replace/strptime.c 			return NULL;
NULL              815 lib/replace/strptime.c 		return NULL;
NULL              828 lib/replace/strptime.c 			return NULL;
NULL              841 lib/replace/strptime.c 		return NULL;
NULL              844 lib/replace/strptime.c 	      return NULL;
NULL              853 lib/replace/strptime.c 	    return NULL;
NULL              919 lib/replace/strptime.c 	      return NULL;
NULL              923 lib/replace/strptime.c 	  return NULL;
NULL              954 lib/replace/strptime.c       return NULL;
NULL               35 lib/replace/test/getifaddrs.c 	const char *result = NULL;
NULL               55 lib/replace/test/getifaddrs.c 	struct ifaddrs *ifs = NULL;
NULL               56 lib/replace/test/getifaddrs.c 	struct ifaddrs *ifs_head = NULL;
NULL               68 lib/replace/test/getifaddrs.c 		if (ifs->ifa_addr != NULL) {
NULL               75 lib/replace/test/getifaddrs.c 			if (result != NULL) {
NULL               79 lib/replace/test/getifaddrs.c 			if (ifs->ifa_netmask != NULL) {
NULL               83 lib/replace/test/getifaddrs.c 				if (result != NULL) {
NULL               33 lib/replace/test/main.c 	bool ret = torture_local_replace(NULL);
NULL              101 lib/replace/test/os2_delete.c 	if (d != NULL) FAILED("opendir() on file succeed");
NULL               37 lib/replace/test/shared_mmap.c 		buf = (int *)mmap(NULL, 10000*sizeof(int), 
NULL               53 lib/replace/test/shared_mmap.c 	buf = (int *)mmap(NULL, 10000*sizeof(int), 
NULL               37 lib/replace/test/strptime.c 	if ( ret == NULL ) {
NULL               52 lib/replace/test/strptime.c 	if ( ret == NULL ) {
NULL              100 lib/replace/test/testsuite.c 		{ NULL, 0 }
NULL              480 lib/replace/test/testsuite.c 	char *_p = NULL;\
NULL              481 lib/replace/test/testsuite.c 	char *_ep = NULL; \
NULL              915 lib/replace/test/testsuite.c 	if (utime(TESTFILE, NULL) != 0) {
NULL               81 lib/smbconf/smbconf.c 	if (csn == NULL) {
NULL              114 lib/smbconf/smbconf.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              120 lib/smbconf/smbconf.c 	if ((num_shares == NULL) || (services == NULL)) {
NULL              136 lib/smbconf/smbconf.c 	if (tmp_services == NULL) {
NULL              156 lib/smbconf/smbconf.c 		*services = NULL;
NULL              191 lib/smbconf/smbconf.c 	if ((servicename != NULL) && smbconf_share_exists(ctx, servicename)) {
NULL              260 lib/smbconf/smbconf.c 	if (valstr == NULL) {
NULL               86 lib/smbconf/smbconf_txt.c 	if (cache->param_names == NULL) {
NULL               89 lib/smbconf/smbconf_txt.c 	cache->param_names[cache->current_share] = NULL;
NULL               95 lib/smbconf/smbconf_txt.c 	if (cache->param_values == NULL) {
NULL               98 lib/smbconf/smbconf_txt.c 	cache->param_values[cache->current_share] = NULL;
NULL              104 lib/smbconf/smbconf_txt.c 	if (cache->num_params == NULL) {
NULL              129 lib/smbconf/smbconf_txt.c 		if (!smbconf_txt_do_section(NULL, private_data)) {
NULL              143 lib/smbconf/smbconf_txt.c 		if (param_values[idx] == NULL) {
NULL              164 lib/smbconf/smbconf_txt.c 	pd(ctx)->cache = NULL;
NULL              169 lib/smbconf/smbconf_txt.c 	if (pd(ctx)->cache != NULL) {
NULL              175 lib/smbconf/smbconf_txt.c 	if (pd(ctx)->cache == NULL) {
NULL              224 lib/smbconf/smbconf_txt.c 	if (path == NULL) {
NULL              228 lib/smbconf/smbconf_txt.c 	if (ctx->path == NULL) {
NULL              233 lib/smbconf/smbconf_txt.c 	if (ctx->data == NULL) {
NULL              277 lib/smbconf/smbconf_txt.c 	if (csn == NULL) {
NULL              302 lib/smbconf/smbconf_txt.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              304 lib/smbconf/smbconf_txt.c 	char **tmp_share_names = NULL;
NULL              306 lib/smbconf/smbconf_txt.c 	if ((num_shares == NULL) || (share_names == NULL)) {
NULL              321 lib/smbconf/smbconf_txt.c 	if (smbconf_share_exists(ctx, NULL)) {
NULL              323 lib/smbconf/smbconf_txt.c 						   0, NULL);
NULL              341 lib/smbconf/smbconf_txt.c 		    (pd(ctx)->cache->share_names[count] == NULL))
NULL              359 lib/smbconf/smbconf_txt.c 		*share_names = NULL;
NULL              382 lib/smbconf/smbconf_txt.c 				     pd(ctx)->cache->num_shares, NULL);
NULL              405 lib/smbconf/smbconf_txt.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              406 lib/smbconf/smbconf_txt.c 	struct smbconf_service *tmp_service = NULL;
NULL              424 lib/smbconf/smbconf_txt.c 	if (tmp_service == NULL) {
NULL              429 lib/smbconf/smbconf_txt.c 	if (servicename != NULL) {
NULL              431 lib/smbconf/smbconf_txt.c 		if (tmp_service->name == NULL) {
NULL              458 lib/smbconf/smbconf_txt.c 		*service = NULL;
NULL              523 lib/smbconf/smbconf_txt.c 	if (*valstr == NULL) {
NULL              549 lib/smbconf/smbconf_txt.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              551 lib/smbconf/smbconf_txt.c 	char **tmp_includes = NULL;
NULL              586 lib/smbconf/smbconf_txt.c 		if (*includes == NULL) {
NULL              591 lib/smbconf/smbconf_txt.c 		*includes = NULL;
NULL               48 lib/smbconf/smbconf_util.c 	if (conf_ctx == NULL) {
NULL               53 lib/smbconf/smbconf_util.c 	if (ctx == NULL) {
NULL               83 lib/smbconf/smbconf_util.c 	char **new_array = NULL;
NULL               85 lib/smbconf/smbconf_util.c 	if (array == NULL) {
NULL               90 lib/smbconf/smbconf_util.c 	if (new_array == NULL) {
NULL               94 lib/smbconf/smbconf_util.c 	if (string == NULL) {
NULL               95 lib/smbconf/smbconf_util.c 		new_array[count] = NULL;
NULL               98 lib/smbconf/smbconf_util.c 		if (new_array[count] == NULL) {
NULL              114 lib/smbconf/smbconf_util.c 	if (list == NULL) {
NULL              119 lib/smbconf/smbconf_util.c 		if (((string == NULL) && (list[i] == NULL)) ||
NULL              122 lib/smbconf/smbconf_util.c 			if (entry != NULL) {
NULL              137 lib/smbconf/smbconf_util.c 	if ((string == NULL) || (list == NULL) || (num_entries == 0)) {
NULL              143 lib/smbconf/smbconf_util.c 			if (entry != NULL) {
NULL               77 lib/socket_wrapper/socket_wrapper.c 		(item)->prev	= NULL; \
NULL               78 lib/socket_wrapper/socket_wrapper.c 		(item)->next	= NULL; \
NULL               81 lib/socket_wrapper/socket_wrapper.c 		(item)->prev	= NULL; \
NULL               92 lib/socket_wrapper/socket_wrapper.c 			(list)->prev	= NULL; \
NULL              102 lib/socket_wrapper/socket_wrapper.c 	(item)->prev	= NULL; \
NULL              103 lib/socket_wrapper/socket_wrapper.c 	(item)->next	= NULL; \
NULL              131 lib/socket_wrapper/socket_wrapper.c #define swrapGetTimeOfDay(tval) gettimeofday(tval,NULL)
NULL              244 lib/socket_wrapper/socket_wrapper.c 	if (s == NULL) {
NULL              245 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              578 lib/socket_wrapper/socket_wrapper.c 	return NULL;
NULL              622 lib/socket_wrapper/socket_wrapper.c 	if (out_addr == NULL || out_addrlen == NULL) 
NULL              767 lib/socket_wrapper/socket_wrapper.c 	static const char *s = NULL;
NULL              786 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              789 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              792 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              795 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              798 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              801 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              804 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              807 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              810 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              813 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              817 lib/socket_wrapper/socket_wrapper.c 	if (s == NULL) {
NULL              818 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              852 lib/socket_wrapper/socket_wrapper.c 	const struct sockaddr_in *src_in = NULL;
NULL              853 lib/socket_wrapper/socket_wrapper.c 	const struct sockaddr_in *dest_in = NULL;
NULL              855 lib/socket_wrapper/socket_wrapper.c 	const struct sockaddr_in6 *src_in6 = NULL;
NULL              856 lib/socket_wrapper/socket_wrapper.c 	const struct sockaddr_in6 *dest_in6 = NULL;
NULL              879 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              896 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL              927 lib/socket_wrapper/socket_wrapper.c 	if (!base) return NULL;
NULL             1109 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL             1114 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1128 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1142 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1156 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1168 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1182 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1196 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1240 lib/socket_wrapper/socket_wrapper.c 			return NULL;
NULL             1266 lib/socket_wrapper/socket_wrapper.c 			return NULL;
NULL             1300 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1314 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1328 lib/socket_wrapper/socket_wrapper.c 		if (si->type != SOCK_STREAM) return NULL;
NULL             1339 lib/socket_wrapper/socket_wrapper.c 		return NULL;
NULL             1475 lib/socket_wrapper/socket_wrapper.c 	if (my_addr == NULL) {
NULL             1513 lib/socket_wrapper/socket_wrapper.c 	if (addr != NULL && addrlen != NULL) {
NULL             1543 lib/socket_wrapper/socket_wrapper.c 	swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_SEND, NULL, 0);
NULL             1544 lib/socket_wrapper/socket_wrapper.c 	swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_RECV, NULL, 0);
NULL             1545 lib/socket_wrapper/socket_wrapper.c 	swrap_dump_packet(child_si, addr, SWRAP_ACCEPT_ACK, NULL, 0);
NULL             1688 lib/socket_wrapper/socket_wrapper.c 	ret = sockaddr_convert_to_un(si, (const struct sockaddr *)serv_addr, addrlen, &un_addr, 0, NULL);
NULL             1691 lib/socket_wrapper/socket_wrapper.c 	swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_SEND, NULL, 0);
NULL             1706 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_RECV, NULL, 0);
NULL             1707 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_ACK, NULL, 0);
NULL             1709 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, serv_addr, SWRAP_CONNECT_UNREACH, NULL, 0);
NULL             1962 lib/socket_wrapper/socket_wrapper.c 			swrap_dump_packet(si, NULL, SWRAP_PENDING_RST, NULL, 0);
NULL             1964 lib/socket_wrapper/socket_wrapper.c 			swrap_dump_packet(si, NULL, SWRAP_PENDING_RST, NULL, 0);
NULL             1985 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
NULL             1987 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
NULL             1989 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV, buf, ret);
NULL             2010 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_SEND, buf, len);
NULL             2011 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_SEND_RST, NULL, 0);
NULL             2013 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_SEND, buf, ret);
NULL             2051 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
NULL             2053 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV_RST, NULL, 0);
NULL             2077 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_RECV, buf, ret);
NULL             2116 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_SEND_RST, NULL, 0);
NULL             2140 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_SEND, buf, ret);
NULL             2159 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_CLOSE_SEND, NULL, 0);
NULL             2165 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_CLOSE_RECV, NULL, 0);
NULL             2166 lib/socket_wrapper/socket_wrapper.c 		swrap_dump_packet(si, NULL, SWRAP_CLOSE_ACK, NULL, 0);
NULL               27 lib/socket_wrapper/testsuite.c static char *old_dir = NULL;
NULL               28 lib/socket_wrapper/testsuite.c static char *old_iface = NULL;
NULL               38 lib/socket_wrapper/testsuite.c 	if (old_dir == NULL)
NULL               42 lib/socket_wrapper/testsuite.c 	if (old_iface == NULL)
NULL               57 lib/socket_wrapper/testsuite.c 	torture_assert_str_equal(tctx, socket_wrapper_dir(), NULL, "resetting failed");
NULL               31 lib/talloc/pytalloc.c 	obj->talloc_ctx = NULL;
NULL               42 lib/talloc/pytalloc.c 	ret->talloc_ctx = talloc_new(NULL);
NULL               43 lib/talloc/pytalloc.c 	if (ret->talloc_ctx == NULL) {
NULL               44 lib/talloc/pytalloc.c 		return NULL;
NULL               46 lib/talloc/pytalloc.c 	if (talloc_reference(ret->talloc_ctx, mem_ctx) == NULL) {
NULL               47 lib/talloc/pytalloc.c 		return NULL;
NULL               51 lib/talloc/pytalloc.h #define py_talloc_new(type, typeobj) py_talloc_import(typeobj, talloc_zero(NULL, type))
NULL              187 lib/talloc/talloc.c 		(p)->next = (p)->prev = NULL; \
NULL              191 lib/talloc/talloc.c 		(p)->prev = NULL; \
NULL              201 lib/talloc/talloc.c 		if (list) (list)->prev = NULL; \
NULL              206 lib/talloc/talloc.c 	if ((p) && ((p) != (list))) (p)->next = (p)->prev = NULL; \
NULL              217 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) {
NULL              218 lib/talloc/talloc.c 		return NULL;
NULL              230 lib/talloc/talloc.c 	return tc? TC_PTR_FROM_CHUNK(tc) : NULL;
NULL              239 lib/talloc/talloc.c 	return tc? tc->name : NULL;
NULL              269 lib/talloc/talloc.c 	struct talloc_chunk *pool_ctx = NULL;
NULL              274 lib/talloc/talloc.c 	if (parent == NULL) {
NULL              275 lib/talloc/talloc.c 		return NULL;
NULL              285 lib/talloc/talloc.c 	if (pool_ctx == NULL) {
NULL              286 lib/talloc/talloc.c 		return NULL;
NULL              298 lib/talloc/talloc.c 		return NULL;
NULL              322 lib/talloc/talloc.c 	struct talloc_chunk *tc = NULL;
NULL              324 lib/talloc/talloc.c 	if (unlikely(context == NULL)) {
NULL              329 lib/talloc/talloc.c 		return NULL;
NULL              332 lib/talloc/talloc.c 	if (context != NULL) {
NULL              337 lib/talloc/talloc.c 	if (tc == NULL) {
NULL              339 lib/talloc/talloc.c 		if (unlikely(tc == NULL)) return NULL;
NULL              341 lib/talloc/talloc.c 		tc->pool  = NULL;
NULL              345 lib/talloc/talloc.c 	tc->destructor = NULL;
NULL              346 lib/talloc/talloc.c 	tc->child = NULL;
NULL              347 lib/talloc/talloc.c 	tc->name = NULL;
NULL              348 lib/talloc/talloc.c 	tc->refs = NULL;
NULL              354 lib/talloc/talloc.c 			parent->child->parent = NULL;
NULL              358 lib/talloc/talloc.c 			tc->next = NULL;
NULL              361 lib/talloc/talloc.c 		tc->prev = NULL;
NULL              364 lib/talloc/talloc.c 		tc->next = tc->prev = tc->parent = NULL;
NULL              379 lib/talloc/talloc.c 	if (unlikely(result == NULL)) {
NULL              380 lib/talloc/talloc.c 		return NULL;
NULL              450 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) {
NULL              451 lib/talloc/talloc.c 		return NULL;
NULL              472 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) return NULL;
NULL              478 lib/talloc/talloc.c 	if (unlikely(handle == NULL)) return NULL;
NULL              497 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) {
NULL              535 lib/talloc/talloc.c 		tc->destructor = NULL;
NULL              608 lib/talloc/talloc.c 		return NULL;
NULL              611 lib/talloc/talloc.c 	if (unlikely(new_ctx == NULL)) {
NULL              617 lib/talloc/talloc.c 	if (unlikely(new_ctx == NULL)) {
NULL              628 lib/talloc/talloc.c 		tc->parent = tc->next = tc->prev = NULL;
NULL              649 lib/talloc/talloc.c 	if (new_tc->child) new_tc->child->parent = NULL;
NULL              667 lib/talloc/talloc.c 	if (unlikely(context == NULL)) {
NULL              673 lib/talloc/talloc.c 		if (p == NULL) {
NULL              674 lib/talloc/talloc.c 			if (context == NULL) break;
NULL              679 lib/talloc/talloc.c 	if (h == NULL) {
NULL              695 lib/talloc/talloc.c 	if (ptr == NULL) {
NULL              699 lib/talloc/talloc.c 	if (context == NULL) {
NULL              707 lib/talloc/talloc.c 	if (context == NULL) {
NULL              708 lib/talloc/talloc.c 		if (talloc_parent_chunk(ptr) != NULL) {
NULL              719 lib/talloc/talloc.c 	if (tc_p->refs == NULL) {
NULL              727 lib/talloc/talloc.c 		new_parent = NULL;
NULL              780 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) return NULL;
NULL              786 lib/talloc/talloc.c 	if (unlikely(name == NULL)) {
NULL              788 lib/talloc/talloc.c 		return NULL;
NULL              817 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) return NULL;
NULL              822 lib/talloc/talloc.c 	return NULL;
NULL              831 lib/talloc/talloc.c 	reason = talloc_asprintf(NULL,
NULL              847 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) {
NULL              848 lib/talloc/talloc.c 		talloc_abort_type_missmatch(location, NULL, name);
NULL              849 lib/talloc/talloc.c 		return NULL;
NULL              858 lib/talloc/talloc.c 	return NULL;
NULL              877 lib/talloc/talloc.c 	ptr = __talloc(NULL, 0);
NULL              878 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) return NULL;
NULL              884 lib/talloc/talloc.c 	if (unlikely(name == NULL)) {
NULL              886 lib/talloc/talloc.c 		return NULL;
NULL              901 lib/talloc/talloc.c 	if (unlikely(ptr == NULL)) {
NULL              992 lib/talloc/talloc.c 		return NULL;
NULL              996 lib/talloc/talloc.c 		return NULL;
NULL             1000 lib/talloc/talloc.c 	if (ptr == NULL) {
NULL             1008 lib/talloc/talloc.c 		return NULL;
NULL             1033 lib/talloc/talloc.c 		if (new_ptr == NULL) {
NULL             1048 lib/talloc/talloc.c 		return NULL; 
NULL             1084 lib/talloc/talloc.c 	(*pptr) = NULL;
NULL             1096 lib/talloc/talloc.c 	if (ptr == NULL) {
NULL             1099 lib/talloc/talloc.c 	if (ptr == NULL) {
NULL             1172 lib/talloc/talloc.c 	if (ptr == NULL) {
NULL             1175 lib/talloc/talloc.c 	if (ptr == NULL) return;
NULL             1294 lib/talloc/talloc.c 	if (null_context == NULL) {
NULL             1295 lib/talloc/talloc.c 		null_context = _talloc_named_const(NULL, 0, "null_context");
NULL             1305 lib/talloc/talloc.c 	null_context = NULL;
NULL             1359 lib/talloc/talloc.c 	if (unlikely(!ret)) return NULL;
NULL             1373 lib/talloc/talloc.c 	if (unlikely(!p)) return NULL;
NULL             1382 lib/talloc/talloc.c 	if (unlikely(!p)) return NULL;
NULL             1391 lib/talloc/talloc.c 	ret = talloc_realloc(NULL, s, char, slen + alen + 1);
NULL             1392 lib/talloc/talloc.c 	if (unlikely(!ret)) return NULL;
NULL             1408 lib/talloc/talloc.c 		return talloc_strdup(NULL, a);
NULL             1427 lib/talloc/talloc.c 		return talloc_strdup(NULL, a);
NULL             1448 lib/talloc/talloc.c 		return talloc_strdup(NULL, a);
NULL             1467 lib/talloc/talloc.c 		return talloc_strdup(NULL, a);
NULL             1502 lib/talloc/talloc.c 		return NULL;
NULL             1506 lib/talloc/talloc.c 	if (unlikely(!ret)) return NULL;
NULL             1557 lib/talloc/talloc.c 	s = talloc_realloc(NULL, s, char, slen + alen + 1);
NULL             1558 lib/talloc/talloc.c 	if (!s) return NULL;
NULL             1577 lib/talloc/talloc.c 		return talloc_vasprintf(NULL, fmt, ap);
NULL             1593 lib/talloc/talloc.c 		return talloc_vasprintf(NULL, fmt, ap);
NULL             1640 lib/talloc/talloc.c 		return NULL;
NULL             1651 lib/talloc/talloc.c 		return NULL;
NULL             1662 lib/talloc/talloc.c 		return NULL;
NULL             1674 lib/talloc/talloc.c 	return _talloc_realloc(context, ptr, size, NULL);
NULL             1680 lib/talloc/talloc.c 	autofree_context = NULL;
NULL             1695 lib/talloc/talloc.c 	if (autofree_context == NULL) {
NULL             1696 lib/talloc/talloc.c 		autofree_context = _talloc_named_const(NULL, 0, "autofree_context");
NULL             1707 lib/talloc/talloc.c 	if (context == NULL)
NULL             1722 lib/talloc/talloc.c 	if (context == NULL) {
NULL             1723 lib/talloc/talloc.c 		return NULL;
NULL             1736 lib/talloc/talloc.c 	return NULL;
NULL             1746 lib/talloc/talloc.c 	if (context == NULL) {
NULL             1770 lib/talloc/talloc.c 	if (context == NULL) {
NULL              119 lib/talloc/talloc.h #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL               33 lib/talloc/testsuite.c 	gettimeofday(&tv, NULL);
NULL               51 lib/talloc/testsuite.c 	if (arg1 == NULL && arg2 == NULL) {				\
NULL               97 lib/talloc/testsuite.c 		talloc_report_full(NULL, stdout); \
NULL              112 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              143 lib/talloc/testsuite.c 	talloc_report_full(NULL, stderr);
NULL              146 lib/talloc/testsuite.c 	if (talloc_reference(root, NULL)) {
NULL              167 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              223 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              262 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              312 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              364 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              378 lib/talloc/testsuite.c 	talloc_unlink(NULL, p1);
NULL              396 lib/talloc/testsuite.c 	talloc_set_name_const(p1, NULL);
NULL              402 lib/talloc/testsuite.c 	torture_assert("misc", talloc_free(NULL) == -1, 
NULL              408 lib/talloc/testsuite.c 	talloc_set_destructor(p1, NULL);
NULL              417 lib/talloc/testsuite.c 	torture_assert("misc", talloc_strdup(root, NULL) == NULL,
NULL              429 lib/talloc/testsuite.c 	p2 = talloc_asprintf_append_buffer(NULL, "hello %s", "world");
NULL              457 lib/talloc/testsuite.c 	talloc_unlink(NULL, p1);
NULL              473 lib/talloc/testsuite.c 	(void)talloc_reference(NULL, p2);
NULL              480 lib/talloc/testsuite.c 	talloc_unlink(NULL, p2);
NULL              485 lib/talloc/testsuite.c 	torture_assert("misc", talloc_unlink(root, NULL) == -1,
NULL              489 lib/talloc/testsuite.c 	talloc_report(NULL, stderr);
NULL              495 lib/talloc/testsuite.c 	CHECK_SIZE("misc", NULL, 0);
NULL              515 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              520 lib/talloc/testsuite.c 	p1 = talloc_realloc_size(NULL, p1, 20);
NULL              525 lib/talloc/testsuite.c 	p2 = talloc_realloc_size(p1, NULL, 30);
NULL              535 lib/talloc/testsuite.c 	p1 = talloc_realloc_size(NULL, p1, 20);
NULL              539 lib/talloc/testsuite.c 	torture_assert("realloc", talloc_realloc_size(NULL, p2, 5) == NULL,
NULL              543 lib/talloc/testsuite.c 	talloc_realloc_size(NULL, p2, 0);
NULL              544 lib/talloc/testsuite.c 	talloc_realloc_size(NULL, p2, 0);
NULL              547 lib/talloc/testsuite.c 	torture_assert("realloc", talloc_realloc_size(NULL, p1, 0x7fffffff) == NULL,
NULL              550 lib/talloc/testsuite.c 	talloc_realloc_size(NULL, p1, 0);
NULL              578 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              623 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              631 lib/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == NULL,
NULL              652 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              657 lib/talloc/testsuite.c 	p2 = talloc_realloc(root, NULL, char, 20);
NULL              661 lib/talloc/testsuite.c 	torture_assert("steal", talloc_steal(p1, NULL) == NULL,
NULL              669 lib/talloc/testsuite.c 	talloc_steal(NULL, p1);
NULL              670 lib/talloc/testsuite.c 	talloc_steal(NULL, p2);
NULL              686 lib/talloc/testsuite.c 	p1 = talloc_size(NULL, 3);
NULL              687 lib/talloc/testsuite.c 	talloc_report_full(NULL, stderr);
NULL              688 lib/talloc/testsuite.c 	CHECK_SIZE("steal", NULL, 3);
NULL              708 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              718 lib/talloc/testsuite.c 	torture_assert("move", t1->p == NULL && t1->x == NULL &&
NULL              738 lib/talloc/testsuite.c 	root = talloc_new(NULL);
NULL              740 lib/talloc/testsuite.c 	p1 = talloc_realloc_fn(root, NULL, 10);
NULL              763 lib/talloc/testsuite.c 	root = talloc_named_const(NULL, 0, "root");
NULL              792 lib/talloc/testsuite.c 	void *ctx = talloc_new(NULL);
NULL              817 lib/talloc/testsuite.c 	ctx = talloc_pool(NULL, 1024);
NULL              859 lib/talloc/testsuite.c 	void *top = talloc_new(NULL);
NULL              861 lib/talloc/testsuite.c 	void *child_owner = talloc_new(NULL);
NULL              891 lib/talloc/testsuite.c 	void *top = talloc_new(NULL);
NULL              908 lib/talloc/testsuite.c 	talloc_report_full(NULL, stderr);
NULL              926 lib/talloc/testsuite.c 	void *top = talloc_new(NULL);
NULL              939 lib/talloc/testsuite.c 	talloc_set_destructor(level3, NULL);
NULL              951 lib/talloc/testsuite.c 	void *top = talloc_new(NULL);
NULL             1049 lib/talloc/testsuite.c 	level0 = talloc_new(NULL);
NULL             1094 lib/talloc/testsuite.c 	pool = talloc_pool(NULL, 1024);
NULL               33 lib/talloc/testsuite_main.c 	bool ret = torture_local_talloc(NULL);
NULL               48 lib/tdb/common/freelistcheck.c 	struct tdb_context *mem_tdb = NULL;
NULL              199 lib/tdb/common/io.c 	tdb->map_ptr = NULL;
NULL              210 lib/tdb/common/io.c 		tdb->map_ptr = mmap(NULL, tdb->map_size, 
NULL              219 lib/tdb/common/io.c 			tdb->map_ptr = NULL;
NULL              224 lib/tdb/common/io.c 		tdb->map_ptr = NULL;
NULL              227 lib/tdb/common/io.c 	tdb->map_ptr = NULL;
NULL              399 lib/tdb/common/io.c 		return NULL;
NULL              417 lib/tdb/common/io.c 	if ((tdb->transaction == NULL) && (tdb->map_ptr != NULL)) {
NULL              113 lib/tdb/common/lock.c 		select(0, NULL, NULL, NULL, &tv);
NULL              169 lib/tdb/common/lock.c 	if (new_lck == NULL) {
NULL              219 lib/tdb/common/lock.c 	struct tdb_lock_type *lck = NULL;
NULL              250 lib/tdb/common/lock.c 	if ((lck == NULL) || (lck->count == 0)) {
NULL               31 lib/tdb/common/open.c static struct tdb_context *tdbs = NULL;
NULL              135 lib/tdb/common/open.c 	return tdb_open_ex(name, hash_size, tdb_flags, open_flags, mode, NULL, NULL);
NULL              164 lib/tdb/common/open.c 	tdb->name = NULL;
NULL              165 lib/tdb/common/open.c 	tdb->map_ptr = NULL;
NULL              172 lib/tdb/common/open.c 		tdb->log.log_private = NULL;
NULL              330 lib/tdb/common/open.c 		return NULL;
NULL              344 lib/tdb/common/open.c 	return NULL;
NULL               96 lib/tdb/common/tdb.c 				      NULL) == 0) {
NULL              437 lib/tdb/common/tdb.c 	char *p = NULL;
NULL              584 lib/tdb/common/tdb.c 	if (dbuf.dptr == NULL) {
NULL              589 lib/tdb/common/tdb.c 		if (new_dptr == NULL) {
NULL              595 lib/tdb/common/tdb.c 	if (dbuf.dptr == NULL) {
NULL              841 lib/tdb/common/tdb.c 	if (tmp_db == NULL) {
NULL               78 lib/tdb/common/tdb_private.h #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); (x)=NULL;} } while(0)
NULL              152 lib/tdb/common/transaction.c 	    tdb->transaction->blocks[blk] == NULL) {
NULL              206 lib/tdb/common/transaction.c 		if (buf != NULL) {
NULL              221 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks == NULL) {
NULL              229 lib/tdb/common/transaction.c 		if (new_blocks == NULL) {
NULL              241 lib/tdb/common/transaction.c 	if (tdb->transaction->blocks[blk] == NULL) {
NULL              243 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks[blk] == NULL) {
NULL              267 lib/tdb/common/transaction.c 	if (buf == NULL) {
NULL              305 lib/tdb/common/transaction.c 		if (buf != NULL) {
NULL              318 lib/tdb/common/transaction.c 	    tdb->transaction->blocks[blk] == NULL) {
NULL              371 lib/tdb/common/transaction.c 	if (transaction_write(tdb, size, NULL, addition) != 0) {
NULL              411 lib/tdb/common/transaction.c 	if (tdb->transaction != NULL) {
NULL              427 lib/tdb/common/transaction.c 	if (tdb->travlocks.next != NULL) {
NULL              438 lib/tdb/common/transaction.c 	if (tdb->transaction == NULL) {
NULL              467 lib/tdb/common/transaction.c 	if (tdb->transaction->hash_heads == NULL) {
NULL              507 lib/tdb/common/transaction.c 	if (tdb->transaction == NULL) {
NULL              522 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks[i] != NULL) {
NULL              595 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks[i] == NULL) {
NULL              719 lib/tdb/common/transaction.c 	if (data == NULL) {
NULL              740 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks[i] == NULL) {
NULL              838 lib/tdb/common/transaction.c 	if (tdb->transaction == NULL) {
NULL              857 lib/tdb/common/transaction.c 	if (tdb->transaction->blocks == NULL) {
NULL              920 lib/tdb/common/transaction.c 		if (tdb->transaction->blocks[i] == NULL) {
NULL              983 lib/tdb/common/transaction.c 	utime(tdb->name, NULL);
NULL             1040 lib/tdb/common/transaction.c 	if (data == NULL) {
NULL              205 lib/tdb/common/traverse.c 	struct tdb_traverse_lock tl = { NULL, 0, 0, F_RDLCK };
NULL              207 lib/tdb/common/traverse.c 	bool in_transaction = (tdb->transaction != NULL);
NULL              238 lib/tdb/common/traverse.c 	struct tdb_traverse_lock tl = { NULL, 0, 0, F_WRLCK };
NULL              240 lib/tdb/common/traverse.c 	bool in_transaction = (tdb->transaction != NULL);
NULL              295 lib/tdb/common/traverse.c 	unsigned char *k = NULL;
NULL               62 lib/tdb/pytdb.c 	if (data.dptr == NULL && data.dsize == 0) {
NULL               75 lib/tdb/pytdb.c 		return NULL; \
NULL               84 lib/tdb/pytdb.c 	const char *kwnames[] = { "name", "hash_size", "tdb_flags", "flags", "mode", NULL };
NULL               87 lib/tdb/pytdb.c 		return NULL;
NULL               90 lib/tdb/pytdb.c 	if (ctx == NULL) {
NULL               92 lib/tdb/pytdb.c 		return NULL;
NULL              180 lib/tdb/pytdb.c 		return NULL;
NULL              193 lib/tdb/pytdb.c 		return NULL;
NULL              213 lib/tdb/pytdb.c 		return NULL;
NULL              226 lib/tdb/pytdb.c 		return NULL;
NULL              240 lib/tdb/pytdb.c 		return NULL;
NULL              259 lib/tdb/pytdb.c 		return NULL;
NULL              280 lib/tdb/pytdb.c 	if (self->current.dptr == NULL && self->current.dsize == 0)
NULL              281 lib/tdb/pytdb.c 		return NULL;
NULL              335 lib/tdb/pytdb.c 	{ "lock_all", (PyCFunction)obj_lockall, METH_NOARGS, NULL },
NULL              336 lib/tdb/pytdb.c 	{ "unlock_all", (PyCFunction)obj_unlockall, METH_NOARGS, NULL },
NULL              337 lib/tdb/pytdb.c 	{ "read_lock_all", (PyCFunction)obj_lockall_read, METH_NOARGS, NULL },
NULL              338 lib/tdb/pytdb.c 	{ "read_unlock_all", (PyCFunction)obj_unlockall_read, METH_NOARGS, NULL },
NULL              339 lib/tdb/pytdb.c 	{ "close", (PyCFunction)obj_close, METH_NOARGS, NULL },
NULL              357 lib/tdb/pytdb.c 	{ NULL }
NULL              389 lib/tdb/pytdb.c 	{ (char *)"hash_size", (getter)obj_get_hash_size, NULL, NULL },
NULL              390 lib/tdb/pytdb.c 	{ (char *)"map_size", (getter)obj_get_map_size, NULL, NULL },
NULL              391 lib/tdb/pytdb.c 	{ (char *)"flags", (getter)obj_get_flags, NULL, NULL },
NULL              392 lib/tdb/pytdb.c 	{ (char *)"max_dead", NULL, (setter)obj_set_max_dead, NULL },
NULL              393 lib/tdb/pytdb.c 	{ (char *)"filename", (getter)obj_get_filename, NULL, (char *)"The filename of this TDB file."},
NULL              394 lib/tdb/pytdb.c 	{ NULL }
NULL              414 lib/tdb/pytdb.c 		return NULL;
NULL              421 lib/tdb/pytdb.c 	if (val.dptr == NULL) {
NULL              423 lib/tdb/pytdb.c 		return NULL;
NULL              440 lib/tdb/pytdb.c 	if (value == NULL) { 
NULL              482 lib/tdb/pytdb.c 	{ NULL }
NULL              496 lib/tdb/pytdb.c 	if (m == NULL)
NULL              183 lib/tdb/tools/tdbbackup.c 	count2 = tdb_traverse(tdb_new, test_fn, NULL);
NULL              218 lib/tdb/tools/tdbbackup.c 		count = tdb_traverse(tdb, test_fn, NULL);
NULL               66 lib/tdb/tools/tdbdump.c 		tdb_traverse(tdb, traverse_fn, NULL);
NULL               91 lib/tdb/tools/tdbdump.c 	char *fname, *keyname=NULL;
NULL               21 lib/tdb/tools/tdbtest.c 	gettimeofday(&tp1,NULL);
NULL               26 lib/tdb/tools/tdbtest.c 	gettimeofday(&tp2,NULL);
NULL              230 lib/tdb/tools/tdbtest.c 			 0600, NULL);
NULL              258 lib/tdb/tools/tdbtest.c 	printf("traversed %d records\n", tdb_traverse(db, traverse_fn, NULL));
NULL              259 lib/tdb/tools/tdbtest.c 	printf("traversed %d records\n", tdb_traverse(db, traverse_fn, NULL));
NULL               95 lib/tdb/tools/tdbtool.c 	{NULL,		CMD_HELP}
NULL              102 lib/tdb/tools/tdbtool.c 	gettimeofday(&tp1,NULL);
NULL              107 lib/tdb/tools/tdbtool.c 	gettimeofday(&tp2,NULL);
NULL              221 lib/tdb/tools/tdbtool.c 	if ((keyname == NULL) || (keylen == 0)) {
NULL              240 lib/tdb/tools/tdbtool.c 	if ((keyname == NULL) || (keylen == 0)) {
NULL              245 lib/tdb/tools/tdbtool.c 	if ((data == NULL) || (datalen == 0)) {
NULL              256 lib/tdb/tools/tdbtool.c 	print_rec(tdb, key, dbuf, NULL);
NULL              267 lib/tdb/tools/tdbtool.c 	if ((keyname == NULL) || (keylen == 0)) {
NULL              281 lib/tdb/tools/tdbtool.c 	print_rec(tdb, key, dbuf, NULL);
NULL              292 lib/tdb/tools/tdbtool.c 	if ((keyname == NULL) || (keylen == 0)) {
NULL              310 lib/tdb/tools/tdbtool.c 	if ((keyname == NULL) || (keylen == 0)) {
NULL              329 lib/tdb/tools/tdbtool.c 	print_rec(tdb, key, dbuf, NULL);
NULL              385 lib/tdb/tools/tdbtool.c 	if ((count = tdb_traverse(tdb, traverse_fn, NULL)) == -1)
NULL              400 lib/tdb/tools/tdbtool.c 		tdb_traverse(tdb, traverse_fn, NULL);
NULL              425 lib/tdb/tools/tdbtool.c 	return p?thisline:NULL;
NULL              442 lib/tdb/tools/tdbtool.c 		print_rec(the_tdb, *pkey, dbuf, NULL);
NULL              455 lib/tdb/tools/tdbtool.c 		print_rec(the_tdb, *pkey, dbuf, NULL);
NULL              467 lib/tdb/tools/tdbtool.c 		tdbcount = tdb_traverse(the_tdb, test_fn, NULL);
NULL              526 lib/tdb/tools/tdbtool.c 		tdb_traverse(tdb, do_delete_fn, NULL);
NULL              530 lib/tdb/tools/tdbtool.c 		tdb_traverse(tdb, print_rec, NULL);
NULL              549 lib/tdb/tools/tdbtool.c 		tdb_traverse(tdb, print_key, NULL);
NULL              552 lib/tdb/tools/tdbtool.c 		tdb_traverse(tdb, print_hexkey, NULL);
NULL              621 lib/tdb/tools/tdbtool.c 		*outp++ = (char)strtol((const char *)temp,NULL,16);
NULL              637 lib/tdb/tools/tdbtool.c     arg1 = NULL;
NULL              639 lib/tdb/tools/tdbtool.c     arg2 = NULL;
NULL              647 lib/tdb/tools/tdbtool.c 	arg1 = NULL;
NULL              655 lib/tdb/tools/tdbtool.c 		arg2 = arg1 = NULL;
NULL              656 lib/tdb/tools/tdbtool.c 		if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) {
NULL              174 lib/tdb/tools/tdbtorture.c 		tdb_traverse(db, cull_traverse, NULL);
NULL              181 lib/tdb/tools/tdbtorture.c 		tdb_traverse_read(db, NULL, NULL);
NULL              223 lib/tdb/tools/tdbtorture.c 			num_procs = strtol(optarg, NULL, 0);
NULL              226 lib/tdb/tools/tdbtorture.c 			num_loops = strtol(optarg, NULL, 0);
NULL              229 lib/tdb/tools/tdbtorture.c 			hash_size = strtol(optarg, NULL, 0);
NULL              232 lib/tdb/tools/tdbtorture.c 			seed = strtol(optarg, NULL, 0);
NULL              249 lib/tdb/tools/tdbtorture.c 			 O_RDWR | O_CREAT, 0600, &log_ctx, NULL);
NULL              255 lib/tdb/tools/tdbtorture.c 		seed = (getpid() + time(NULL)) & 0x7FFFFFFF;
NULL              271 lib/tdb/tools/tdbtorture.c 		tdb_traverse_read(db, NULL, NULL);
NULL              272 lib/tdb/tools/tdbtorture.c 		tdb_traverse(db, traverse_fn, NULL);
NULL              273 lib/tdb/tools/tdbtorture.c 		tdb_traverse(db, traverse_fn, NULL);
NULL               70 lib/tevent/testsuite.c 	struct tevent_signal *se1 = NULL;
NULL               72 lib/tevent/testsuite.c 	struct tevent_signal *se2 = NULL;
NULL               74 lib/tevent/testsuite.c 	struct tevent_signal *se3 = NULL;
NULL               81 lib/tevent/testsuite.c 	if (ev_ctx == NULL) {
NULL               74 lib/tevent/tevent.c static struct tevent_ops_list *tevent_backends = NULL;
NULL               75 lib/tevent/tevent.c static char *tevent_default_backend = NULL;
NULL               84 lib/tevent/tevent.c 	for (e = tevent_backends; e != NULL; e = e->next) {
NULL               92 lib/tevent/tevent.c 	if (e == NULL) return false;
NULL              128 lib/tevent/tevent.c 	const char **list = NULL;
NULL              153 lib/tevent/tevent.c 		ev->pipe_fde = NULL;
NULL              158 lib/tevent/tevent.c 		fd->event_ctx = NULL;
NULL              164 lib/tevent/tevent.c 		te->event_ctx = NULL;
NULL              170 lib/tevent/tevent.c 		ie->event_ctx = NULL;
NULL              171 lib/tevent/tevent.c 		ie->cancel_fn = NULL;
NULL              177 lib/tevent/tevent.c 		se->event_ctx = NULL;
NULL              209 lib/tevent/tevent.c 	if (!ev) return NULL;
NULL              218 lib/tevent/tevent.c 		return NULL;
NULL              236 lib/tevent/tevent.c 	if (name == NULL) {
NULL              239 lib/tevent/tevent.c 	if (name == NULL) {
NULL              248 lib/tevent/tevent.c 	return NULL;
NULL              259 lib/tevent/tevent.c 	return tevent_context_init_byname(mem_ctx, NULL);
NULL              379 lib/tevent/tevent.c 	if (im == NULL) return NULL;
NULL              381 lib/tevent/tevent.c 	im->prev		= NULL;
NULL              382 lib/tevent/tevent.c 	im->next		= NULL;
NULL              383 lib/tevent/tevent.c 	im->event_ctx		= NULL;
NULL              385 lib/tevent/tevent.c 	im->handler		= NULL;
NULL              386 lib/tevent/tevent.c 	im->private_data	= NULL;
NULL              387 lib/tevent/tevent.c 	im->handler_name	= NULL;
NULL              388 lib/tevent/tevent.c 	im->schedule_location	= NULL;
NULL              389 lib/tevent/tevent.c 	im->cancel_fn		= NULL;
NULL              390 lib/tevent/tevent.c 	im->additional_data	= NULL;
NULL              455 lib/tevent/tevent.c 	reason = talloc_asprintf(NULL, "tevent_loop_once() nesting at %s",
NULL              470 lib/tevent/tevent.c 	void *nesting_stack_ptr = NULL;
NULL              529 lib/tevent/tevent.c 	void *nesting_stack_ptr = NULL;
NULL               89 lib/tevent/tevent_debug.c 	if (ev->debug_ops.debug == NULL) {
NULL              277 lib/tevent/tevent_epoll.c 		if (fde == NULL) {
NULL              335 lib/tevent/tevent_epoll.c 	struct epoll_event_context *epoll_ev = NULL;
NULL              369 lib/tevent/tevent_epoll.c 	if (!fde) return NULL;
NULL               55 lib/tevent/tevent_fd.c 	if (!fde) return NULL;
NULL               61 lib/tevent/tevent_fd.c 	fde->close_fn		= NULL;
NULL               66 lib/tevent/tevent_fd.c 	fde->additional_data	= NULL;
NULL               47 lib/tevent/tevent_immediate.c 	im->event_ctx		= NULL;
NULL               48 lib/tevent/tevent_immediate.c 	im->handler		= NULL;
NULL               49 lib/tevent/tevent_immediate.c 	im->private_data	= NULL;
NULL               50 lib/tevent/tevent_immediate.c 	im->handler_name	= NULL;
NULL               51 lib/tevent/tevent_immediate.c 	im->schedule_location	= NULL;
NULL               52 lib/tevent/tevent_immediate.c 	im->cancel_fn		= NULL;
NULL               53 lib/tevent/tevent_immediate.c 	im->additional_data	= NULL;
NULL               55 lib/tevent/tevent_immediate.c 	talloc_set_destructor(im, NULL);
NULL               88 lib/tevent/tevent_immediate.c 	im->cancel_fn		= NULL;
NULL               89 lib/tevent/tevent_immediate.c 	im->additional_data	= NULL;
NULL              125 lib/tevent/tevent_immediate.c 	im->event_ctx		= NULL;
NULL              126 lib/tevent/tevent_immediate.c 	im->handler		= NULL;
NULL              127 lib/tevent/tevent_immediate.c 	im->private_data	= NULL;
NULL              128 lib/tevent/tevent_immediate.c 	im->handler_name	= NULL;
NULL              129 lib/tevent/tevent_immediate.c 	im->schedule_location	= NULL;
NULL              130 lib/tevent/tevent_immediate.c 	im->cancel_fn		= NULL;
NULL              131 lib/tevent/tevent_immediate.c 	im->additional_data	= NULL;
NULL              133 lib/tevent/tevent_immediate.c 	talloc_set_destructor(im, NULL);
NULL              128 lib/tevent/tevent_liboop.c 	if (!fde) return NULL;
NULL              136 lib/tevent/tevent_liboop.c 	fde->additional_data	= NULL;
NULL              231 lib/tevent/tevent_liboop.c 	if (te == NULL) return NULL;
NULL              237 lib/tevent/tevent_liboop.c 	te->additional_data	= NULL;
NULL              109 lib/tevent/tevent_queue.c 		return NULL;
NULL              115 lib/tevent/tevent_queue.c 		return NULL;
NULL              120 lib/tevent/tevent_queue.c 		return NULL;
NULL              156 lib/tevent/tevent_queue.c 	if (e == NULL) {
NULL               94 lib/tevent/tevent_req.c 	if (req == NULL) {
NULL               95 lib/tevent/tevent_req.c 		return NULL;
NULL               99 lib/tevent/tevent_req.c 	req->internal.finish_location	= NULL;
NULL              104 lib/tevent/tevent_req.c 		return NULL;
NULL              108 lib/tevent/tevent_req.c 	if (data == NULL) {
NULL              110 lib/tevent/tevent_req.c 		return NULL;
NULL              123 lib/tevent/tevent_req.c 	if (req->async.fn != NULL) {
NULL              213 lib/tevent/tevent_req.c 	if (p != NULL) {
NULL              288 lib/tevent/tevent_req.c 	req->private_print = NULL;
NULL              438 lib/tevent/tevent_req.c 	if (req->private_cancel == NULL) {
NULL               85 lib/tevent/tevent_select.c 	struct select_event_context *select_ev = NULL;
NULL              117 lib/tevent/tevent_select.c 	if (!fde) return NULL;
NULL              159 lib/tevent/tevent_select.c 	selrtn = select(select_ev->maxfd+1, &r_fds, &w_fds, NULL, tvalp);
NULL               87 lib/tevent/tevent_signal.c 	struct tevent_context *ev = NULL;
NULL              128 lib/tevent/tevent_signal.c 		sigprocmask(SIG_BLOCK, &set, NULL);
NULL              157 lib/tevent/tevent_signal.c 	if (sig_state->sig_handlers[se->signum] == NULL) {
NULL              160 lib/tevent/tevent_signal.c 			sigaction(se->signum, sig_state->oldact[se->signum], NULL);
NULL              161 lib/tevent/tevent_signal.c 			sig_state->oldact[se->signum] = NULL;
NULL              167 lib/tevent/tevent_signal.c 				sig_state->sig_info[se->signum] = NULL;
NULL              207 lib/tevent/tevent_signal.c 		return NULL;
NULL              212 lib/tevent/tevent_signal.c 	if (sig_state == NULL) {
NULL              214 lib/tevent/tevent_signal.c 		if (sig_state == NULL) {
NULL              215 lib/tevent/tevent_signal.c 			return NULL;
NULL              220 lib/tevent/tevent_signal.c 	if (se == NULL) return NULL;
NULL              229 lib/tevent/tevent_signal.c 	se->additional_data	= NULL;
NULL              234 lib/tevent/tevent_signal.c 		return NULL;
NULL              242 lib/tevent/tevent_signal.c 		return NULL;
NULL              247 lib/tevent/tevent_signal.c 	if (ev->pipe_fde == NULL) {
NULL              250 lib/tevent/tevent_signal.c 			return NULL;
NULL              256 lib/tevent/tevent_signal.c 					     signal_pipe_handler, NULL);
NULL              261 lib/tevent/tevent_signal.c 			return NULL;
NULL              266 lib/tevent/tevent_signal.c 	if (sig_state->sig_handlers[signum] == NULL) {
NULL              273 lib/tevent/tevent_signal.c 			act.sa_handler   = NULL;
NULL              275 lib/tevent/tevent_signal.c 			if (sig_state->sig_info[signum] == NULL) {
NULL              277 lib/tevent/tevent_signal.c 				if (sig_state->sig_info[signum] == NULL) {
NULL              279 lib/tevent/tevent_signal.c 					return NULL;
NULL              285 lib/tevent/tevent_signal.c 		if (sig_state->oldact[signum] == NULL) {
NULL              287 lib/tevent/tevent_signal.c 			return NULL;			
NULL              291 lib/tevent/tevent_signal.c 			return NULL;
NULL              302 lib/tevent/tevent_signal.c 	sigprocmask(SIG_SETMASK, &oldset, NULL);
NULL              362 lib/tevent/tevent_signal.c 			se->handler(ev, se, i, count, NULL, se->private_data);
NULL              398 lib/tevent/tevent_signal.c 			sigprocmask(SIG_UNBLOCK, &set, NULL);
NULL              414 lib/tevent/tevent_signal.c 	if (sig_state->sig_handlers[se->signum] == NULL) {
NULL              416 lib/tevent/tevent_signal.c 			sigaction(se->signum, sig_state->oldact[se->signum], NULL);
NULL              417 lib/tevent/tevent_signal.c 			sig_state->oldact[se->signum] = NULL;
NULL               71 lib/tevent/tevent_standard.c 	talloc_set_destructor(std_ev, NULL);
NULL              288 lib/tevent/tevent_standard.c 		if (fde == NULL) {
NULL              370 lib/tevent/tevent_standard.c 	struct std_event_context *std_ev = NULL;
NULL              408 lib/tevent/tevent_standard.c 	if (!fde) return NULL;
NULL              473 lib/tevent/tevent_standard.c 	selrtn = select(std_ev->maxfd+1, &r_fds, &w_fds, NULL, tvalp);
NULL               65 lib/tevent/tevent_timed.c 	gettimeofday(&tv, NULL);
NULL              166 lib/tevent/tevent_timed.c 	if (te == NULL) return NULL;
NULL              174 lib/tevent/tevent_timed.c 	te->additional_data	= NULL;
NULL              177 lib/tevent/tevent_timed.c 	last_te = NULL;
NULL              258 lib/tevent/tevent_timed.c 	talloc_set_destructor(te, NULL);
NULL               50 lib/tevent/tevent_util.c 	ret = talloc_realloc(NULL, list, const char *, len+2);
NULL               51 lib/tevent/tevent_util.c 	if (ret == NULL) return NULL;
NULL               54 lib/tevent/tevent_util.c 	if (ret[len] == NULL) return NULL;
NULL               56 lib/tevent/tevent_util.c 	ret[len+1] = NULL;
NULL               33 lib/tevent/tevent_util.h 		(p)->next = (p)->prev = NULL; \
NULL               37 lib/tevent/tevent_util.h 		(p)->prev = NULL; \
NULL               47 lib/tevent/tevent_util.h 		if (list) (list)->prev = NULL; \
NULL               52 lib/tevent/tevent_util.h 	if ((p) != (list)) (p)->next = (p)->prev = NULL; \
NULL               67 lib/tevent/tevent_util.h 			(p)->next = (p)->prev = NULL; \
NULL               72 lib/tevent/tevent_util.h 			(p)->next = NULL; \
NULL              123 lib/tevent/tevent_util.h #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL               44 lib/tevent/tevent_wakeup.c 		return NULL;
NULL               49 lib/torture/torture.c 	if (torture == NULL)
NULL               50 lib/torture/torture.c 		return NULL;
NULL               65 lib/torture/torture.c 	if (subtorture == NULL)
NULL               66 lib/torture/torture.c 		return NULL;
NULL               84 lib/torture/torture.c 	SMB_ASSERT(tctx->outputdir != NULL);
NULL               90 lib/torture/torture.c 	if (mkdtemp(*tempdir) == NULL) {
NULL              163 lib/torture/torture.c 	suite->testcases = NULL;
NULL              164 lib/torture/torture.c 	suite->children = NULL;
NULL              205 lib/torture/torture.c 	test->description = NULL;
NULL              224 lib/torture/torture.c 	tcase->description = NULL;
NULL              225 lib/torture/torture.c 	tcase->setup = NULL;
NULL              226 lib/torture/torture.c 	tcase->teardown = NULL;
NULL              228 lib/torture/torture.c 	tcase->tests = NULL;
NULL              242 lib/torture/torture.c 		return NULL;
NULL              263 lib/torture/torture.c 	if (old_testname != NULL)
NULL              313 lib/torture/torture.c 	char *old_testname = NULL;
NULL              315 lib/torture/torture.c 	if (tcase == NULL || strcmp(test->name, tcase->name) != 0) { 
NULL              325 lib/torture/torture.c 	context->last_reason = NULL;
NULL              330 lib/torture/torture.c 	    	if (context->last_reason == NULL)
NULL              344 lib/torture/torture.c 		    if (context->last_reason == NULL)
NULL              351 lib/torture/torture.c     		if (context->last_reason == NULL)
NULL              362 lib/torture/torture.c 	if (tcase == NULL || strcmp(test->name, tcase->name) != 0) { 
NULL              366 lib/torture/torture.c 	context->active_test = NULL;
NULL              367 lib/torture/torture.c 	context->active_tcase = NULL;
NULL              389 lib/torture/torture.c 		if (context->last_reason != NULL)
NULL              411 lib/torture/torture.c 	context->active_tcase = NULL;
NULL              431 lib/torture/torture.c 	return lp_parm_int(test->lp_ctx, NULL, "torture", name, default_value);
NULL              437 lib/torture/torture.c 	return lp_parm_double(test->lp_ctx, NULL, "torture", name, default_value);
NULL              443 lib/torture/torture.c 	return lp_parm_bool(test->lp_ctx, NULL, "torture", name, default_value);
NULL              452 lib/torture/torture.c 	SMB_ASSERT(test != NULL);
NULL              453 lib/torture/torture.c 	SMB_ASSERT(test->lp_ctx != NULL);
NULL              455 lib/torture/torture.c 	ret = lp_parm_string(test->lp_ctx, NULL, "torture", name);
NULL              457 lib/torture/torture.c 	if (ret == NULL)
NULL              488 lib/torture/torture.c 	test->description = NULL;
NULL              523 lib/torture/torture.c 	test->description = NULL;
NULL              539 lib/torture/torture.c 	if (child == NULL)
NULL              562 lib/torture/torture.c 	return NULL;
NULL              587 lib/torture/torture.c 	test->description = NULL;
NULL              590 lib/torture/torture.c 	test->data = NULL;
NULL              618 lib/torture/torture.c 	test->description = NULL;
NULL              621 lib/torture/torture.c 	test->data = NULL;
NULL              308 lib/torture/torture.h 	if (__got == NULL) { \
NULL               27 lib/util/asn1.c 	if (ret == NULL) {
NULL              224 lib/util/asn1.c 	*blob = data_blob(NULL, strlen(OID));
NULL              519 lib/util/asn1.c 	char *tmp_oid = NULL;
NULL              565 lib/util/asn1.c 	blob = data_blob(NULL, len);
NULL              644 lib/util/asn1.c 	*blob = data_blob_talloc(mem_ctx, NULL, len+1);
NULL              656 lib/util/asn1.c 		*blob = data_blob(NULL, 0);
NULL              672 lib/util/asn1.c 	*blob = data_blob(NULL, len);
NULL              748 lib/util/asn1.c 	struct asn1_data *asn1 = asn1_init(NULL);
NULL               45 lib/util/capability.c 		if (cap == NULL) {
NULL               79 lib/util/capability.c 		if (cap == NULL) {
NULL               74 lib/util/charset/charcnv.c 			if (data->conv_handles[c1][c2] != NULL) {
NULL               78 lib/util/charset/charcnv.c 				data->conv_handles[c1][c2] = NULL;
NULL               94 lib/util/charset/charcnv.c 	if (ret == NULL) {
NULL               95 lib/util/charset/charcnv.c 		return NULL;
NULL              180 lib/util/charset/charcnv.c 	*dest = NULL;
NULL              185 lib/util/charset/charcnv.c 	outbuf = NULL;
NULL              299 lib/util/charset/charcnv.c 	if (converted_size != NULL)
NULL              328 lib/util/charset/charcnv.c 	*dest = NULL;
NULL              330 lib/util/charset/charcnv.c 	if (src == NULL || srclen == (size_t)-1 || srclen == 0)
NULL              346 lib/util/charset/charcnv.c 	if (converted_size != NULL)
NULL               50 lib/util/charset/codepoints.c 	if (upcase_table == NULL) {
NULL               53 lib/util/charset/codepoints.c 		if (upcase_table == NULL) {
NULL               57 lib/util/charset/codepoints.c 	if (lowcase_table == NULL) {
NULL               60 lib/util/charset/codepoints.c 		if (lowcase_table == NULL) {
NULL               74 lib/util/charset/codepoints.c 	if (upcase_table == NULL) {
NULL               94 lib/util/charset/codepoints.c 	if (lowcase_table == NULL) {
NULL               82 lib/util/charset/iconv.c static struct charset_functions *charsets = NULL;
NULL               90 lib/util/charset/iconv.c 	for (c = charsets; c != NULL; c = c->next) {
NULL               97 lib/util/charset/iconv.c 	funcs->next = funcs->prev = NULL;
NULL              113 lib/util/charset/iconv.c 	if (ret == (size_t)-1) iconv(cd, NULL, NULL, NULL, NULL);
NULL              171 lib/util/charset/iconv.c 	const struct charset_functions *from=NULL, *to=NULL;
NULL              198 lib/util/charset/iconv.c 	if (from == NULL) {
NULL              204 lib/util/charset/iconv.c 	if (to == NULL) {
NULL              249 lib/util/charset/iconv.c 		ret->cd_push = NULL;
NULL              255 lib/util/charset/iconv.c 		ret->cd_pull = NULL;
NULL              276 lib/util/charset/iconv.c 	return smb_iconv_open_ex(NULL, tocode, fromcode, true);
NULL               54 lib/util/charset/tests/charset.c 	torture_assert(tctx, strcasecmp_m(NULL, "Foo") != 0, "one NULL");
NULL               55 lib/util/charset/tests/charset.c 	torture_assert(tctx, strcasecmp_m("foo", NULL) != 0, "other NULL");
NULL               56 lib/util/charset/tests/charset.c 	torture_assert(tctx, strcasecmp_m(NULL, NULL) == 0, "both NULL");
NULL               66 lib/util/charset/tests/charset.c 	torture_assert(tctx, !strequal_m(NULL, "Foo"), "one NULL");
NULL               67 lib/util/charset/tests/charset.c 	torture_assert(tctx, !strequal_m("foo", NULL), "other NULL");
NULL               68 lib/util/charset/tests/charset.c 	torture_assert(tctx, strequal_m(NULL, NULL), "both NULL");
NULL               77 lib/util/charset/tests/charset.c 	torture_assert(tctx, !strcsequal_m(NULL, "Foo"), "one NULL");
NULL               78 lib/util/charset/tests/charset.c 	torture_assert(tctx, !strcsequal_m("foo", NULL), "other NULL");
NULL               79 lib/util/charset/tests/charset.c 	torture_assert(tctx, strcsequal_m(NULL, NULL), "both NULL");
NULL               97 lib/util/charset/tests/charset.c 	string_replace_m(NULL, 'b', 'c');
NULL              109 lib/util/charset/tests/charset.c 	torture_assert(tctx, strncasecmp_m(NULL, "Foo", 3) != 0, "one NULL");
NULL              110 lib/util/charset/tests/charset.c 	torture_assert(tctx, strncasecmp_m("foo", NULL, 3) != 0, "other NULL");
NULL              111 lib/util/charset/tests/charset.c 	torture_assert(tctx, strncasecmp_m(NULL, NULL, 3) == 0, "both NULL");
NULL              118 lib/util/charset/tests/charset.c 	torture_assert(tctx, !next_token(NULL, buf, " ", 20), "null ptr works");
NULL              146 lib/util/charset/tests/charset.c 	torture_assert(tctx, next_token(&teststr, buf, NULL, 20), "finding token works");
NULL              150 lib/util/charset/tests/charset.c 	torture_assert(tctx, next_token(&teststr, buf, NULL, 20), "finding token works");
NULL              154 lib/util/charset/tests/charset.c 	torture_assert(tctx, next_token(&teststr, buf, NULL, 20), "finding token works");
NULL              158 lib/util/charset/tests/charset.c 	torture_assert(tctx, !next_token(&teststr, buf, NULL, 20), "finding token doesn't work");
NULL              206 lib/util/charset/tests/charset.c 	torture_assert_int_equal(tctx, strlen_m(NULL), 0, "NULL");
NULL              214 lib/util/charset/tests/charset.c 	torture_assert_int_equal(tctx, strlen_m(NULL), 0, "NULL");
NULL               37 lib/util/charset/tests/iconv.c 	if (!lp_parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true))
NULL               66 lib/util/charset/tests/iconv.c 			cd = NULL;
NULL              149 lib/util/charset/tests/iconv.c 		cd = NULL;
NULL              160 lib/util/charset/tests/iconv.c 		cd2 = smb_iconv_open_ex(test, charset, "UTF-16LE", lp_parm_bool(test->lp_ctx, NULL, "iconv", "native", true));
NULL              161 lib/util/charset/tests/iconv.c 		cd3 = smb_iconv_open_ex(test, "UTF-16LE", charset, lp_parm_bool(test->lp_ctx, NULL, "iconv", "native", true));
NULL              405 lib/util/charset/tests/iconv.c 	char *dest = NULL;
NULL              476 lib/util/charset/tests/iconv.c 	return NULL;
NULL               24 lib/util/charset/util_unistr.c struct smb_iconv_convenience *global_iconv_convenience = NULL;
NULL               28 lib/util/charset/util_unistr.c 	if (global_iconv_convenience == NULL)
NULL               44 lib/util/charset/util_unistr.c 	if (s1 == NULL) return -1;
NULL               45 lib/util/charset/util_unistr.c 	if (s2 == NULL) return 1;
NULL              129 lib/util/charset/util_unistr.c 	if (s1 == NULL) return -1;
NULL              130 lib/util/charset/util_unistr.c 	if (s2 == NULL) return 1;
NULL              217 lib/util/charset/util_unistr.c 		return NULL;
NULL              222 lib/util/charset/util_unistr.c 		return NULL;
NULL              325 lib/util/charset/util_unistr.c 	if (s == NULL) {
NULL              326 lib/util/charset/util_unistr.c 		return NULL;
NULL              343 lib/util/charset/util_unistr.c 	return NULL;
NULL              352 lib/util/charset/util_unistr.c 	char *ret = NULL;
NULL              354 lib/util/charset/util_unistr.c 	if (s == NULL) {
NULL              355 lib/util/charset/util_unistr.c 		return NULL;
NULL              436 lib/util/charset/util_unistr.c 	if (dest == NULL) {
NULL              437 lib/util/charset/util_unistr.c 		return NULL;
NULL              450 lib/util/charset/util_unistr.c 			return NULL;
NULL              476 lib/util/charset/util_unistr.c 		return NULL;
NULL              482 lib/util/charset/util_unistr.c 	if (dest == NULL) {
NULL              483 lib/util/charset/util_unistr.c 		return NULL;
NULL              496 lib/util/charset/util_unistr.c 			return NULL;
NULL              645 lib/util/charset/util_unistr.c 		char *tmpbuf = strupper_talloc(NULL, src);
NULL              646 lib/util/charset/util_unistr.c 		if (tmpbuf == NULL) {
NULL              674 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL              740 lib/util/charset/util_unistr.c 		char *tmpbuf = strupper_talloc(NULL, src);
NULL              741 lib/util/charset/util_unistr.c 		if (tmpbuf == NULL) {
NULL              752 lib/util/charset/util_unistr.c 	if (ucs2_align(NULL, dest, flags)) {
NULL              785 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL              801 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL              820 lib/util/charset/util_unistr.c 	if (ucs2_align(NULL, src, flags)) {
NULL              856 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL              871 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL              886 lib/util/charset/util_unistr.c 	*dest = NULL;
NULL               23 lib/util/data_blob.c const DATA_BLOB data_blob_null = { NULL, 0 };
NULL               38 lib/util/data_blob.c 	if (p == NULL && length == 0) {
NULL               44 lib/util/data_blob.c 		ret.data = (uint8_t *)talloc_memdup(NULL, p, length);
NULL               46 lib/util/data_blob.c 		ret.data = talloc_array(NULL, uint8_t, length);
NULL               48 lib/util/data_blob.c 	if (ret.data == NULL) {
NULL               82 lib/util/data_blob.c 		return data_blob(NULL, 0);
NULL               94 lib/util/data_blob.c 	DATA_BLOB blob = data_blob_talloc(mem_ctx, NULL, length);
NULL              106 lib/util/data_blob.c 		d->data = NULL;
NULL              137 lib/util/data_blob.c 	if (d1->data == NULL && d2->data != NULL) {
NULL              140 lib/util/data_blob.c 	if (d1->data != NULL && d2->data == NULL) {
NULL              163 lib/util/data_blob.c 		return NULL;
NULL              216 lib/util/data_blob.c 	if (blob->data == NULL)
NULL               40 lib/util/debug.c XFILE *dbf = NULL; /* For Samba 3*/
NULL               76 lib/util/debug.c 	char *t = NULL;
NULL               77 lib/util/debug.c 	char *s = NULL;
NULL               83 lib/util/debug.c 	t = timestring(NULL, time(NULL));
NULL              121 lib/util/debug.c 	char *s = NULL;
NULL              133 lib/util/debug.c _PUBLIC_ const char *logfile = NULL;
NULL              140 lib/util/debug.c 	char *fname = NULL;
NULL               48 lib/util/debug.h #define debug_ctx() (_debug_ctx?_debug_ctx:(_debug_ctx=talloc_new(NULL)))
NULL               53 lib/util/debug.h 		void* _debug_ctx=NULL; \
NULL               32 lib/util/dlinklist.h 		(p)->next = (p)->prev = NULL; \
NULL               36 lib/util/dlinklist.h 		(p)->prev = NULL; \
NULL               46 lib/util/dlinklist.h 		if (list) (list)->prev = NULL; \
NULL               51 lib/util/dlinklist.h 	if ((p) != (list)) (p)->next = (p)->prev = NULL; \
NULL               66 lib/util/dlinklist.h 			(p)->next = (p)->prev = NULL; \
NULL               71 lib/util/dlinklist.h 			(p)->next = NULL; \
NULL               63 lib/util/dprintf.c 	clen = iconv_talloc(NULL, display_cd, p, ret, (void **)&p2);
NULL              115 lib/util/fault.c _PUBLIC_ const char *panic_action = NULL;
NULL              190 lib/util/fault.c 	if (progname == NULL) {
NULL              214 lib/util/fault.c 	if (fault_handlers.name != NULL) {
NULL               41 lib/util/genrand.c static void *reseed_callback_userdata = NULL;
NULL              326 lib/util/genrand.c 	if (!retstr) return NULL;
NULL              351 lib/util/genrand.c 	if (!retstr) return NULL;
NULL               72 lib/util/idtree.c 		return NULL;
NULL               75 lib/util/idtree.c 	p->ary[0] = NULL;
NULL               96 lib/util/idtree.c 		if(pn == NULL)
NULL              117 lib/util/idtree.c 	pa[l--] = NULL;
NULL              220 lib/util/idtree.c 				pn->ary[0] = NULL;
NULL              247 lib/util/idtree.c 	*paa = NULL;
NULL              258 lib/util/idtree.c 	if (p != NULL && test_bit(n, p->bitmap)) {
NULL              260 lib/util/idtree.c 		p->ary[n] = NULL;
NULL              263 lib/util/idtree.c 			**paa-- = NULL;
NULL              284 lib/util/idtree.c 	     return NULL;
NULL               31 lib/util/memory.h #define SAFE_FREE(x) do { if ((x) != NULL) {free(discard_const_p(void *, (x))); (x)=NULL;} } while(0)
NULL               43 lib/util/memory.h #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count, false)
NULL               61 lib/util/memory.h #define ZERO_STRUCTP(x) do { if ((x) != NULL) memset((char *)(x), 0, sizeof(*(x))); } while(0)
NULL              160 lib/util/ms_fnmatch.c 	struct max_n *max_n = NULL;
NULL              166 lib/util/ms_fnmatch.c 	if (strpbrk(pattern, "<>*?\"") == NULL) {
NULL              173 lib/util/ms_fnmatch.c 		char *p = talloc_strdup(NULL, pattern);
NULL              174 lib/util/ms_fnmatch.c 		if (p == NULL) {
NULL              204 lib/util/ms_fnmatch.c 	max_n = talloc_zero_array(NULL, struct max_n, count);
NULL              205 lib/util/ms_fnmatch.c 	if (max_n == NULL) {
NULL               43 lib/util/mutex.c 	if (mutex_handlers.name != NULL) {
NULL              224 lib/util/params.c       if( NULL == tb )
NULL              321 lib/util/params.c       if( NULL == tb )
NULL              389 lib/util/params.c       if( NULL == tb )
NULL              506 lib/util/params.c   if (!ret) return NULL;
NULL              509 lib/util/params.c   if( NULL == ret->buf )
NULL              515 lib/util/params.c     return NULL;
NULL              519 lib/util/params.c   ret->bufr = NULL;
NULL              547 lib/util/params.c   if( NULL == InFile )
NULL              552 lib/util/params.c   if( NULL != InFile->bufr )                          /* If we already have a buffer */
NULL              560 lib/util/params.c     if( NULL == InFile->bufr )
NULL              567 lib/util/params.c     InFile->bufr  = NULL;
NULL               45 lib/util/rbtree.c #define RB_EMPTY_ROOT(root)	((root)->rb_node == NULL)
NULL              260 lib/util/rbtree.c 		while ((left = node->rb_left) != NULL)
NULL              322 lib/util/rbtree.c 		return NULL;
NULL              334 lib/util/rbtree.c 		return NULL;
NULL              345 lib/util/rbtree.c 		return NULL;
NULL              373 lib/util/rbtree.c 		return NULL;
NULL              419 lib/util/rbtree.c 	node->rb_left = node->rb_right = NULL;
NULL              110 lib/util/rbtree.h #define RB_ROOT	(struct rb_root) { NULL, }
NULL               35 lib/util/signal.c 	while (waitpid((pid_t)-1,(int *)NULL, WNOHANG) > 0)
NULL               78 lib/util/signal.c 	sigprocmask(block?SIG_BLOCK:SIG_UNBLOCK,&set,NULL);
NULL               99 lib/util/substitute.c 	if (insert == NULL || pattern == NULL || !*pattern || s == NULL)
NULL              100 lib/util/substitute.c 		return NULL;
NULL              105 lib/util/substitute.c 	for (p = strstr(s, pattern); p != NULL; 
NULL              112 lib/util/substitute.c 	if (ret == NULL)
NULL              113 lib/util/substitute.c 		return NULL;
NULL              118 lib/util/substitute.c 	if (ret == NULL)
NULL              119 lib/util/substitute.c 		return NULL;
NULL               64 lib/util/system.c 	if ((domain = strchr(hostname, '.')) == NULL)
NULL               72 lib/util/talloc_stack.c 		tmp = talloc_realloc(NULL, talloc_stack, TALLOC_CTX *,
NULL               74 lib/util/talloc_stack.c 		if (tmp == NULL) {
NULL               94 lib/util/talloc_stack.c 	if (top == NULL) {
NULL              105 lib/util/talloc_stack.c 	return NULL;
NULL               32 lib/util/tests/genrand.c 	set_rand_reseed_callback(dummy_reseed, NULL);
NULL               63 lib/util/tests/idtree.c 			if (p != NULL) {
NULL               32 lib/util/tests/strlist.c 	NULL
NULL               47 lib/util/tests/strlist.c 	if ((ret1 == NULL || ret2 == NULL) && ret2 != ret1) {
NULL               70 lib/util/tests/strlist.c 	const char *list[] = { "foo", "bar", NULL };
NULL               71 lib/util/tests/strlist.c 	const char *empty_list[] = { NULL };
NULL               72 lib/util/tests/strlist.c 	const char **null_list = NULL;
NULL               78 lib/util/tests/strlist.c 	torture_assert_str_equal(tctx, result[2], NULL, "element 2");
NULL               82 lib/util/tests/strlist.c 	torture_assert_str_equal(tctx, result[0], NULL, "element 0");
NULL               85 lib/util/tests/strlist.c 	torture_assert(tctx, result == NULL, "result NULL");
NULL               66 lib/util/tests/time.c 	time_t t = time(NULL);
NULL               66 lib/util/time.c 	gettimeofday(tval,NULL);
NULL              596 lib/util/time.c 	if (tv == NULL) return;
NULL               70 lib/util/unix_privs.c 	s = talloc(NULL, struct saved_state);
NULL               71 lib/util/unix_privs.c 	if (!s) return NULL;
NULL              191 lib/util/util.c 	select(0,NULL,NULL,NULL,&tval);
NULL              206 lib/util/util.c 		return NULL;
NULL              390 lib/util/util.c 	if ((p = malloc(size)) == NULL)
NULL              477 lib/util/util.c 		return NULL;
NULL              480 lib/util/util.c 		return NULL;
NULL              495 lib/util/util.c 	if (data != NULL && len > 0)
NULL              527 lib/util/util.c 		return NULL;
NULL              541 lib/util/util.c 	return realloc_array(NULL, el_size, count, false);
NULL              614 lib/util/util.c 	char           *p1 = NULL, *p2 = NULL;
NULL              641 lib/util/util.c 		p1 = NULL;
NULL              642 lib/util/util.c 		p2 = NULL;
NULL              652 lib/util/util.c 	DATA_BLOB ret_blob = data_blob_talloc(mem_ctx, NULL, strlen(strhex)/2+1);
NULL              687 lib/util/util.c 		return NULL;
NULL              745 lib/util/util.c 	if (s1 == NULL || s2 == NULL) {
NULL              841 lib/util/util.c 	*pp_buff = NULL;
NULL               48 lib/util/util_file.c     return(NULL);
NULL               50 lib/util/util_file.c   if (maxlen <2) return(NULL);
NULL               58 lib/util/util_file.c   if (!s) return(NULL);
NULL               84 lib/util/util_file.c 	  return(len>0?s:NULL);
NULL              103 lib/util/util_file.c 	    return(NULL);
NULL              115 lib/util/util_file.c 	char *data = NULL;
NULL              127 lib/util/util_file.c 			return NULL;
NULL              132 lib/util/util_file.c 			return NULL;
NULL              137 lib/util/util_file.c 			return NULL;
NULL              173 lib/util/util_file.c 	if (fstat(fd, &sbuf) != 0) return NULL;
NULL              182 lib/util/util_file.c 	if (!p) return NULL;
NULL              186 lib/util/util_file.c 		return NULL;
NULL              203 lib/util/util_file.c 	if (!fname || !*fname) return NULL;
NULL              206 lib/util/util_file.c 	if (fd == -1) return NULL;
NULL              222 lib/util/util_file.c 	void *p = NULL;
NULL              228 lib/util/util_file.c 		return NULL;
NULL              230 lib/util/util_file.c 	p = mmap(NULL, size, PROT_READ, MAP_SHARED|MAP_FILE, fd, 0);
NULL              234 lib/util/util_file.c 		return NULL;
NULL              239 lib/util/util_file.c 		if (!p) return NULL;
NULL              244 lib/util/util_file.c 			return NULL;
NULL              280 lib/util/util_file.c 	if (!p) return NULL;
NULL              289 lib/util/util_file.c 		return NULL;
NULL              327 lib/util/util_file.c 	if (!p) return NULL;
NULL              343 lib/util/util_file.c 	if (!p) return NULL;
NULL               36 lib/util/util_getent.c 	if (gent == NULL) {
NULL               38 lib/util/util_getent.c 		return NULL;
NULL               45 lib/util/util_getent.c 	if (grp == NULL) {
NULL               48 lib/util/util_getent.c 		return NULL;
NULL               51 lib/util/util_getent.c 	while (grp != NULL) {
NULL               55 lib/util/util_getent.c 			if ((gent->gr_name = strdup(grp->gr_name)) == NULL)
NULL               59 lib/util/util_getent.c 			if ((gent->gr_passwd = strdup(grp->gr_passwd)) == NULL)
NULL               69 lib/util/util_getent.c 		if ((gent->gr_mem = malloc_array_p(char *, num+1)) == NULL)
NULL               75 lib/util/util_getent.c 			if ((gent->gr_mem[i] = strdup(grp->gr_mem[i])) == NULL)
NULL               78 lib/util/util_getent.c 		gent->gr_mem[num] = NULL;
NULL               83 lib/util/util_getent.c 			if (gent->next == NULL)
NULL               98 lib/util/util_getent.c 	return NULL;
NULL              137 lib/util/util_getent.c 	if (pent == NULL) {
NULL              139 lib/util/util_getent.c 		return NULL;
NULL              145 lib/util/util_getent.c 	while (pwd != NULL) {
NULL              148 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_name)) == NULL)
NULL              152 lib/util/util_getent.c 			if ((pent->pw_passwd = strdup(pwd->pw_passwd)) == NULL)
NULL              158 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_gecos)) == NULL)
NULL              162 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_dir)) == NULL)
NULL              166 lib/util/util_getent.c 			if ((pent->pw_name = strdup(pwd->pw_shell)) == NULL)
NULL              173 lib/util/util_getent.c 			if (pent->next == NULL)
NULL              187 lib/util/util_getent.c 	return NULL;
NULL              226 lib/util/util_getent.c 		if (entry == NULL) {
NULL              228 lib/util/util_getent.c 			return NULL;
NULL              231 lib/util/util_getent.c 		if (entry->unix_name == NULL) {
NULL              234 lib/util/util_getent.c 			return NULL;
NULL              249 lib/util/util_getent.c 	struct sys_userlist *list_head = NULL;
NULL              253 lib/util/util_getent.c 	if ((gptr = (struct group *)getgrnam(gname)) == NULL)
NULL              254 lib/util/util_getent.c 		return NULL;
NULL              259 lib/util/util_getent.c 	while((gptr = getgrent()) != NULL) {
NULL              262 lib/util/util_getent.c 			if (list_head == NULL)
NULL              263 lib/util/util_getent.c 				return NULL;
NULL               39 lib/util/util_ldb.c 	char *expr = NULL;
NULL               44 lib/util/util_ldb.c 		if (expr == NULL) {
NULL               51 lib/util/util_ldb.c 	res = NULL;
NULL               54 lib/util/util_ldb.c 			 expr?"%s":NULL, expr);
NULL               68 lib/util/util_ldb.c 		*msgs = NULL;
NULL              110 lib/util/util_ldb.c 	return gendb_search(ldb, mem_ctx, dn, res, attrs, NULL);
NULL              121 lib/util/util_ldb.c 	if (ldif == NULL) return -1;
NULL               48 lib/util/util_net.c 	ret = getaddrinfo(str, NULL,
NULL               87 lib/util/util_net.c 		struct addrinfo *res = NULL;
NULL               88 lib/util/util_net.c 		struct addrinfo *res_list = NULL;
NULL              101 lib/util/util_net.c 			if (res->ai_addr == NULL) {
NULL              106 lib/util/util_net.c 		if(res == NULL) {
NULL               29 lib/util/util_pw.c 	if (ret == NULL)
NULL               30 lib/util/util_pw.c 		return NULL;
NULL               55 lib/util/util_pw.c 		return NULL;
NULL               73 lib/util/util_pw.c 		return NULL;
NULL               44 lib/util/util_str.c 		return NULL;
NULL               86 lib/util/util_str.c 		return NULL;
NULL              107 lib/util/util_str.c 		return NULL;
NULL              176 lib/util/util_str.c 	if ((*strings == NULL) || (dup_str == NULL))
NULL              194 lib/util/util_str.c 	char *	end = NULL;
NULL              197 lib/util/util_str.c 	if (str == NULL || *str == '\0') {
NULL              202 lib/util/util_str.c 	if (end == NULL || *end != '\0' || end == str) {
NULL              215 lib/util/util_str.c 	char *		    end = NULL;
NULL              218 lib/util/util_str.c 	if (str == NULL || *str == '\0') {
NULL              223 lib/util/util_str.c 	if (end == NULL || end == str) {
NULL              256 lib/util/util_str.c 	char *		    end = NULL;
NULL              259 lib/util/util_str.c 	if (str == NULL || *str == '\0') {
NULL              264 lib/util/util_str.c 	if (end == NULL || *end != '\0' || end == str) {
NULL              281 lib/util/util_str.c 	else if (psz1 == NULL)
NULL              283 lib/util/util_str.c 	else if (psz2 == NULL)
NULL               39 lib/util/util_strlist.c 	char **ret = NULL;
NULL               41 lib/util/util_strlist.c 	if (sep == NULL) {
NULL               46 lib/util/util_strlist.c 	if (ret == NULL) {
NULL               47 lib/util/util_strlist.c 		return NULL;
NULL               60 lib/util/util_strlist.c 		if (ret2 == NULL) {
NULL               62 lib/util/util_strlist.c 			return NULL;
NULL               67 lib/util/util_strlist.c 		if (ret[num_elements] == NULL) {
NULL               69 lib/util/util_strlist.c 			return NULL;
NULL               76 lib/util/util_strlist.c 	ret[num_elements] = NULL;
NULL               89 lib/util/util_strlist.c 	const char **ret = NULL;
NULL               92 lib/util/util_strlist.c 	if (ret == NULL) {
NULL               93 lib/util/util_strlist.c 		return NULL;
NULL               96 lib/util/util_strlist.c 	if (sep == NULL)
NULL              119 lib/util/util_strlist.c 		if (element == NULL) {
NULL              121 lib/util/util_strlist.c 			return NULL;
NULL              125 lib/util/util_strlist.c 		if (ret2 == NULL) {
NULL              127 lib/util/util_strlist.c 			return NULL;
NULL              136 lib/util/util_strlist.c 	ret[num_elements] = NULL;
NULL              147 lib/util/util_strlist.c 	char *ret = NULL;
NULL              150 lib/util/util_strlist.c 	if (list[0] == NULL)
NULL              166 lib/util/util_strlist.c 	char *ret = NULL;
NULL              169 lib/util/util_strlist.c 	if (list[0] == NULL)
NULL              206 lib/util/util_strlist.c 	if (list == NULL)
NULL              207 lib/util/util_strlist.c 		return NULL;
NULL              210 lib/util/util_strlist.c 	if (ret == NULL) 
NULL              211 lib/util/util_strlist.c 		return NULL;
NULL              215 lib/util/util_strlist.c 		if (ret[i] == NULL) {
NULL              217 lib/util/util_strlist.c 			return NULL;
NULL              220 lib/util/util_strlist.c 	ret[i] = NULL;
NULL              231 lib/util/util_strlist.c 	if (list1 == NULL || list2 == NULL) {
NULL              255 lib/util/util_strlist.c 	ret = talloc_realloc(NULL, list, const char *, len+2);
NULL              256 lib/util/util_strlist.c 	if (ret == NULL) return NULL;
NULL              259 lib/util/util_strlist.c 	if (ret[len] == NULL) return NULL;
NULL              261 lib/util/util_strlist.c 	ret[len+1] = NULL;
NULL               45 lib/util/xfile.c static XFILE _x_stdin =  { 0, NULL, NULL, XBUFSIZE, 0, O_RDONLY, X_IOFBF, 0 };
NULL               46 lib/util/xfile.c static XFILE _x_stdout = { 1, NULL, NULL, XBUFSIZE, 0, O_WRONLY, X_IOLBF, 0 };
NULL               47 lib/util/xfile.c static XFILE _x_stderr = { 2, NULL, NULL, 0, 0, O_WRONLY, X_IONBF, 0 };
NULL               72 lib/util/xfile.c 	f->next = NULL;
NULL              108 lib/util/xfile.c 	if (!ret) return NULL;
NULL              117 lib/util/xfile.c 		return NULL;
NULL              125 lib/util/xfile.c 		return NULL;
NULL              128 lib/util/xfile.c 	x_setvbuf(ret, NULL, X_IOFBF, XBUFSIZE);
NULL              277 lib/util/xfile.c 	x_setvbuf(f, NULL, X_IOLBF, 0);
NULL              418 lib/util/xfile.c 		return NULL;
NULL              424 lib/util/xfile.c 		return NULL;
NULL              430 lib/util/xfile.c 	x_setvbuf(ret, NULL, X_IOFBF, XBUFSIZE);
NULL                5 lib/zlib/contrib/iostream/zfstream.cpp   file(NULL),
NULL               22 lib/zlib/contrib/iostream/zfstream.cpp     return NULL;
NULL               51 lib/zlib/contrib/iostream/zfstream.cpp   if ( (file = gzopen(name, char_mode)) == NULL )
NULL               52 lib/zlib/contrib/iostream/zfstream.cpp     return NULL;
NULL               64 lib/zlib/contrib/iostream/zfstream.cpp     return NULL;
NULL               93 lib/zlib/contrib/iostream/zfstream.cpp   if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
NULL               94 lib/zlib/contrib/iostream/zfstream.cpp     return NULL;
NULL              108 lib/zlib/contrib/iostream/zfstream.cpp     file = NULL;
NULL               22 lib/zlib/contrib/iostream/zfstream.h   inline int is_open() const { return (file !=NULL); }
NULL               22 lib/zlib/contrib/iostream3/zfstream.cc : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false),
NULL               23 lib/zlib/contrib/iostream3/zfstream.cc   buffer(NULL), buffer_size(BIGBUFSIZE), own_buffer(true)
NULL               56 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               59 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               64 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               67 lib/zlib/contrib/iostream3/zfstream.cc   if ((file = gzopen(name, char_mode)) == NULL)
NULL               68 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               84 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               87 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               92 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL               95 lib/zlib/contrib/iostream3/zfstream.cc   if ((file = gzdopen(fd, char_mode)) == NULL)
NULL               96 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL              111 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL              116 lib/zlib/contrib/iostream3/zfstream.cc     retval = NULL;
NULL              118 lib/zlib/contrib/iostream3/zfstream.cc     retval = NULL;
NULL              120 lib/zlib/contrib/iostream3/zfstream.cc   file = NULL;
NULL              271 lib/zlib/contrib/iostream3/zfstream.cc     return NULL;
NULL              280 lib/zlib/contrib/iostream3/zfstream.cc     buffer = NULL;
NULL              356 lib/zlib/contrib/iostream3/zfstream.cc     buffer = NULL;
NULL              375 lib/zlib/contrib/iostream3/zfstream.cc : std::istream(NULL), sb()
NULL              381 lib/zlib/contrib/iostream3/zfstream.cc : std::istream(NULL), sb()
NULL              390 lib/zlib/contrib/iostream3/zfstream.cc : std::istream(NULL), sb()
NULL              430 lib/zlib/contrib/iostream3/zfstream.cc : std::ostream(NULL), sb()
NULL              436 lib/zlib/contrib/iostream3/zfstream.cc : std::ostream(NULL), sb()
NULL              445 lib/zlib/contrib/iostream3/zfstream.cc : std::ostream(NULL), sb()
NULL               57 lib/zlib/contrib/iostream3/zfstream.h   is_open() const { return (file != NULL); }
NULL              113 lib/zlib/contrib/minizip/crypt.h         srand((unsigned)(time(NULL) ^ ZCR_SEED2));
NULL               73 lib/zlib/contrib/minizip/ioapi.c     FILE* file = NULL;
NULL               74 lib/zlib/contrib/minizip/ioapi.c     const char* mode_fopen = NULL;
NULL               84 lib/zlib/contrib/minizip/ioapi.c     if ((filename!=NULL) && (mode_fopen != NULL))
NULL              176 lib/zlib/contrib/minizip/ioapi.c     pzlib_filefunc_def->opaque = NULL;
NULL               70 lib/zlib/contrib/minizip/iowin32.c     const char* mode_fopen = NULL;
NULL               73 lib/zlib/contrib/minizip/iowin32.c     voidpf ret=NULL;
NULL               96 lib/zlib/contrib/minizip/iowin32.c     if ((filename!=NULL) && (dwDesiredAccess != 0))
NULL               97 lib/zlib/contrib/minizip/iowin32.c         hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL,
NULL               98 lib/zlib/contrib/minizip/iowin32.c                       dwCreationDisposition, dwFlagsAndAttributes, NULL);
NULL              101 lib/zlib/contrib/minizip/iowin32.c         hFile = NULL;
NULL              103 lib/zlib/contrib/minizip/iowin32.c     if (hFile != NULL)
NULL              109 lib/zlib/contrib/minizip/iowin32.c         if (ret==NULL)
NULL              124 lib/zlib/contrib/minizip/iowin32.c     HANDLE hFile = NULL;
NULL              125 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              127 lib/zlib/contrib/minizip/iowin32.c     if (hFile != NULL)
NULL              128 lib/zlib/contrib/minizip/iowin32.c         if (!ReadFile(hFile, buf, size, &ret, NULL))
NULL              147 lib/zlib/contrib/minizip/iowin32.c     HANDLE hFile = NULL;
NULL              148 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              151 lib/zlib/contrib/minizip/iowin32.c     if (hFile !=NULL)
NULL              152 lib/zlib/contrib/minizip/iowin32.c         if (!WriteFile(hFile, buf, size, &ret, NULL))
NULL              168 lib/zlib/contrib/minizip/iowin32.c     HANDLE hFile = NULL;
NULL              169 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              171 lib/zlib/contrib/minizip/iowin32.c     if (hFile != NULL)
NULL              173 lib/zlib/contrib/minizip/iowin32.c         DWORD dwSet = SetFilePointer(hFile, 0, NULL, FILE_CURRENT);
NULL              193 lib/zlib/contrib/minizip/iowin32.c     HANDLE hFile = NULL;
NULL              196 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              212 lib/zlib/contrib/minizip/iowin32.c     if (hFile != NULL)
NULL              214 lib/zlib/contrib/minizip/iowin32.c         DWORD dwSet = SetFilePointer(hFile, offset, NULL, dwMoveMethod);
NULL              233 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              237 lib/zlib/contrib/minizip/iowin32.c         if (hFile != NULL)
NULL              252 lib/zlib/contrib/minizip/iowin32.c     if (stream!=NULL)
NULL              269 lib/zlib/contrib/minizip/iowin32.c     pzlib_filefunc_def->opaque=NULL;
NULL               59 lib/zlib/contrib/minizip/miniunz.c                       0,NULL,OPEN_EXISTING,0,NULL);
NULL              187 lib/zlib/contrib/minizip/miniunz.c         err = unzGetCurrentFileInfo(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
NULL              251 lib/zlib/contrib/minizip/miniunz.c     FILE *fout=NULL;
NULL              257 lib/zlib/contrib/minizip/miniunz.c     err = unzGetCurrentFileInfo(uf,&file_info,filename_inzip,sizeof(filename_inzip),NULL,0,NULL,0);
NULL              267 lib/zlib/contrib/minizip/miniunz.c     if (buf==NULL)
NULL              310 lib/zlib/contrib/minizip/miniunz.c             if (ftestexist!=NULL)
NULL              343 lib/zlib/contrib/minizip/miniunz.c             if ((fout==NULL) && ((*popt_extract_without_path)==0) &&
NULL              353 lib/zlib/contrib/minizip/miniunz.c             if (fout==NULL)
NULL              359 lib/zlib/contrib/minizip/miniunz.c         if (fout!=NULL)
NULL              414 lib/zlib/contrib/minizip/miniunz.c     FILE* fout=NULL;
NULL              468 lib/zlib/contrib/minizip/miniunz.c     const char *zipfilename=NULL;
NULL              469 lib/zlib/contrib/minizip/miniunz.c     const char *filename_to_extract=NULL;
NULL              470 lib/zlib/contrib/minizip/miniunz.c     const char *password=NULL;
NULL              478 lib/zlib/contrib/minizip/miniunz.c     const char *dirname=NULL;
NULL              479 lib/zlib/contrib/minizip/miniunz.c     unzFile uf=NULL;
NULL              523 lib/zlib/contrib/minizip/miniunz.c                 if (zipfilename == NULL)
NULL              525 lib/zlib/contrib/minizip/miniunz.c                 else if ((filename_to_extract==NULL) && (!opt_extractdir))
NULL              531 lib/zlib/contrib/minizip/miniunz.c     if (zipfilename!=NULL)
NULL              548 lib/zlib/contrib/minizip/miniunz.c         if (uf==NULL)
NULL              559 lib/zlib/contrib/minizip/miniunz.c     if (uf==NULL)
NULL              576 lib/zlib/contrib/minizip/miniunz.c         if (filename_to_extract == NULL)
NULL              123 lib/zlib/contrib/minizip/minizip.c     if (ftestexist==NULL)
NULL              155 lib/zlib/contrib/minizip/minizip.c    if (fin==NULL)
NULL              198 lib/zlib/contrib/minizip/minizip.c     void* buf=NULL;
NULL              199 lib/zlib/contrib/minizip/minizip.c     const char* password=NULL;
NULL              241 lib/zlib/contrib/minizip/minizip.c     if (buf==NULL)
NULL              307 lib/zlib/contrib/minizip/minizip.c         zf = zipOpen2(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
NULL              312 lib/zlib/contrib/minizip/minizip.c         if (zf == NULL)
NULL              348 lib/zlib/contrib/minizip/minizip.c                 if ((password != NULL) && (err==ZIP_OK))
NULL              352 lib/zlib/contrib/minizip/minizip.c                                  NULL,0,NULL,0,NULL /* comment*/,
NULL              364 lib/zlib/contrib/minizip/minizip.c                     if (fin==NULL)
NULL              409 lib/zlib/contrib/minizip/minizip.c         errclose = zipClose(zf,NULL);
NULL               41 lib/zlib/contrib/minizip/mztools.c   if (fpZip != NULL &&  fpOut != NULL) {
NULL              115 lib/zlib/contrib/minizip/mztools.c             if (data != NULL) {
NULL              248 lib/zlib/contrib/minizip/mztools.c       if (fpOutCD != NULL) {
NULL              270 lib/zlib/contrib/minizip/mztools.c       if (nRecovered != NULL) {
NULL              273 lib/zlib/contrib/minizip/mztools.c       if (bytesRecovered != NULL) {
NULL              351 lib/zlib/contrib/minizip/unzip.c     if (buf==NULL)
NULL              416 lib/zlib/contrib/minizip/unzip.c         return NULL;
NULL              418 lib/zlib/contrib/minizip/unzip.c     if (pzlib_filefunc_def==NULL)
NULL              427 lib/zlib/contrib/minizip/unzip.c     if (us.filestream==NULL)
NULL              428 lib/zlib/contrib/minizip/unzip.c         return NULL;
NULL              483 lib/zlib/contrib/minizip/unzip.c         return NULL;
NULL              489 lib/zlib/contrib/minizip/unzip.c     us.pfile_in_zip_read = NULL;
NULL              503 lib/zlib/contrib/minizip/unzip.c     return unzOpen2(path, NULL);
NULL              515 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              519 lib/zlib/contrib/minizip/unzip.c     if (s->pfile_in_zip_read!=NULL)
NULL              537 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              600 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              664 lib/zlib/contrib/minizip/unzip.c     if ((err==UNZ_OK) && (szFileName!=NULL))
NULL              682 lib/zlib/contrib/minizip/unzip.c     if ((err==UNZ_OK) && (extraField!=NULL))
NULL              704 lib/zlib/contrib/minizip/unzip.c     if ((err==UNZ_OK) && (szComment!=NULL))
NULL              728 lib/zlib/contrib/minizip/unzip.c     if ((err==UNZ_OK) && (pfile_info!=NULL))
NULL              731 lib/zlib/contrib/minizip/unzip.c     if ((err==UNZ_OK) && (pfile_info_internal!=NULL))
NULL              758 lib/zlib/contrib/minizip/unzip.c     return unzlocal_GetCurrentFileInfoInternal(file,pfile_info,NULL,
NULL              773 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              780 lib/zlib/contrib/minizip/unzip.c                                              NULL,0,NULL,0,NULL,0);
NULL              796 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              810 lib/zlib/contrib/minizip/unzip.c                                                NULL,0,NULL,0,NULL,0);
NULL              841 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL              862 lib/zlib/contrib/minizip/unzip.c         err = unzGetCurrentFileInfo(file,NULL,
NULL              864 lib/zlib/contrib/minizip/unzip.c                                     NULL,0,NULL,0);
NULL              909 lib/zlib/contrib/minizip/unzip.c     if (file==NULL || file_pos==NULL)
NULL              928 lib/zlib/contrib/minizip/unzip.c     if (file==NULL || file_pos==NULL)
NULL              939 lib/zlib/contrib/minizip/unzip.c                                                NULL,0,NULL,0,NULL,0);
NULL             1063 lib/zlib/contrib/minizip/unzip.c     if (password != NULL)
NULL             1067 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1073 lib/zlib/contrib/minizip/unzip.c     if (s->pfile_in_zip_read != NULL)
NULL             1082 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1091 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info->read_buffer==NULL)
NULL             1099 lib/zlib/contrib/minizip/unzip.c     if (method!=NULL)
NULL             1102 lib/zlib/contrib/minizip/unzip.c     if (level!=NULL)
NULL             1167 lib/zlib/contrib/minizip/unzip.c     if (password != NULL)
NULL             1195 lib/zlib/contrib/minizip/unzip.c     return unzOpenCurrentFile3(file, NULL, NULL, 0, NULL);
NULL             1202 lib/zlib/contrib/minizip/unzip.c     return unzOpenCurrentFile3(file, NULL, NULL, 0, password);
NULL             1211 lib/zlib/contrib/minizip/unzip.c     return unzOpenCurrentFile3(file, method, level, raw, NULL);
NULL             1233 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1238 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1242 lib/zlib/contrib/minizip/unzip.c     if ((pfile_in_zip_read_info->read_buffer == NULL))
NULL             1354 lib/zlib/contrib/minizip/unzip.c             if ((err>=0) && (pfile_in_zip_read_info->stream.msg!=NULL))
NULL             1390 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1395 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1410 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1415 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1448 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1453 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1459 lib/zlib/contrib/minizip/unzip.c     if (buf==NULL)
NULL             1496 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1501 lib/zlib/contrib/minizip/unzip.c     if (pfile_in_zip_read_info==NULL)
NULL             1514 lib/zlib/contrib/minizip/unzip.c     pfile_in_zip_read_info->read_buffer = NULL;
NULL             1521 lib/zlib/contrib/minizip/unzip.c     s->pfile_in_zip_read=NULL;
NULL             1540 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1558 lib/zlib/contrib/minizip/unzip.c     if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
NULL             1569 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1587 lib/zlib/contrib/minizip/unzip.c     if (file==NULL)
NULL             1595 lib/zlib/contrib/minizip/unzip.c                                               NULL,0,NULL,0,NULL,0);
NULL              166 lib/zlib/contrib/minizip/zip.c     if (ldi!=NULL)
NULL              168 lib/zlib/contrib/minizip/zip.c         ldi->next_datablock = NULL ;
NULL              178 lib/zlib/contrib/minizip/zip.c     while (ldi!=NULL)
NULL              189 lib/zlib/contrib/minizip/zip.c     ll->first_block = ll->last_block = NULL;
NULL              196 lib/zlib/contrib/minizip/zip.c     ll->first_block = ll->last_block = NULL;
NULL              208 lib/zlib/contrib/minizip/zip.c     if (ll==NULL)
NULL              211 lib/zlib/contrib/minizip/zip.c     if (ll->last_block == NULL)
NULL              214 lib/zlib/contrib/minizip/zip.c         if (ll->first_block == NULL)
NULL              230 lib/zlib/contrib/minizip/zip.c             if (ldi->next_datablock == NULL)
NULL              460 lib/zlib/contrib/minizip/zip.c     if (buf==NULL)
NULL              510 lib/zlib/contrib/minizip/zip.c     if (pzlib_filefunc_def==NULL)
NULL              522 lib/zlib/contrib/minizip/zip.c     if (ziinit.filestream == NULL)
NULL              523 lib/zlib/contrib/minizip/zip.c         return NULL;
NULL              533 lib/zlib/contrib/minizip/zip.c     if (zi==NULL)
NULL              536 lib/zlib/contrib/minizip/zip.c         return NULL;
NULL              541 lib/zlib/contrib/minizip/zip.c     ziinit.globalcomment = NULL;
NULL              613 lib/zlib/contrib/minizip/zip.c             return NULL;
NULL              674 lib/zlib/contrib/minizip/zip.c         return NULL;
NULL              687 lib/zlib/contrib/minizip/zip.c     return zipOpen2(pathname,append,NULL,NULL);
NULL              720 lib/zlib/contrib/minizip/zip.c     if (password != NULL)
NULL              724 lib/zlib/contrib/minizip/zip.c     if (file == NULL)
NULL              739 lib/zlib/contrib/minizip/zip.c     if (filename==NULL)
NULL              742 lib/zlib/contrib/minizip/zip.c     if (comment==NULL)
NULL              749 lib/zlib/contrib/minizip/zip.c     if (zipfi == NULL)
NULL              765 lib/zlib/contrib/minizip/zip.c     if (password != NULL)
NULL              794 lib/zlib/contrib/minizip/zip.c     if (zipfi==NULL)
NULL              799 lib/zlib/contrib/minizip/zip.c     if (zipfi==NULL)
NULL              816 lib/zlib/contrib/minizip/zip.c     if (zi->ci.central_header == NULL)
NULL              878 lib/zlib/contrib/minizip/zip.c     if ((err==Z_OK) && (password != NULL))
NULL              920 lib/zlib/contrib/minizip/zip.c                                  NULL, 0);
NULL              974 lib/zlib/contrib/minizip/zip.c     if (file == NULL)
NULL             1040 lib/zlib/contrib/minizip/zip.c     if (file == NULL)
NULL             1142 lib/zlib/contrib/minizip/zip.c     if (file == NULL)
NULL             1152 lib/zlib/contrib/minizip/zip.c     if (global_comment==NULL)
NULL             1155 lib/zlib/contrib/minizip/zip.c     if (global_comment==NULL)
NULL             1164 lib/zlib/contrib/minizip/zip.c         while (ldi!=NULL)
NULL              800 lib/zlib/contrib/puff/puff.c     if (stat(name, &s)) return NULL;
NULL              801 lib/zlib/contrib/puff/puff.c     if ((s.st_mode & S_IFMT) != S_IFREG) return NULL;
NULL              803 lib/zlib/contrib/puff/puff.c     if (size == 0 || (off_t)size != s.st_size) return NULL;
NULL              805 lib/zlib/contrib/puff/puff.c     if (in == NULL) return NULL;
NULL              807 lib/zlib/contrib/puff/puff.c     if (buf != NULL && fread(buf, 1, size, in) != size) {
NULL              809 lib/zlib/contrib/puff/puff.c         buf = NULL;
NULL              824 lib/zlib/contrib/puff/puff.c     if (source == NULL) return 2;
NULL              125 lib/zlib/contrib/testzlib/testzlib.c     if (stream==NULL)
NULL              133 lib/zlib/contrib/testzlib/testzlib.c     if (ptr==NULL)
NULL              127 lib/zlib/contrib/untgz/untgz.c const char *TGZsuffix[] = { "\0", ".tar", ".tar.gz", ".taz", ".tgz", NULL };
NULL              146 lib/zlib/contrib/untgz/untgz.c   return NULL;
NULL              217 lib/zlib/contrib/untgz/untgz.c   if (loctm == NULL)
NULL              234 lib/zlib/contrib/untgz/untgz.c   hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
NULL              236 lib/zlib/contrib/untgz/untgz.c                      NULL);
NULL              239 lib/zlib/contrib/untgz/untgz.c   result = SetFileTime(hFile, NULL, NULL, &modft) ? 0 : -1;
NULL              258 lib/zlib/contrib/untgz/untgz.c   if (item == NULL)
NULL              274 lib/zlib/contrib/untgz/untgz.c   for (item = *list; item != NULL; )
NULL              282 lib/zlib/contrib/untgz/untgz.c   *list = NULL;
NULL              393 lib/zlib/contrib/untgz/untgz.c   FILE   *outfile = NULL;
NULL              397 lib/zlib/contrib/untgz/untgz.c   struct attr_item *attributes = NULL;
NULL              483 lib/zlib/contrib/untgz/untgz.c                       if (outfile == NULL) {
NULL              486 lib/zlib/contrib/untgz/untgz.c                         if (p != NULL) {
NULL              493 lib/zlib/contrib/untgz/untgz.c                       if (outfile != NULL)
NULL              499 lib/zlib/contrib/untgz/untgz.c                     outfile = NULL;
NULL              531 lib/zlib/contrib/untgz/untgz.c           if (outfile != NULL)
NULL              538 lib/zlib/contrib/untgz/untgz.c                   outfile = NULL;
NULL              548 lib/zlib/contrib/untgz/untgz.c           if (outfile != NULL)
NULL              551 lib/zlib/contrib/untgz/untgz.c               outfile = NULL;
NULL              614 lib/zlib/contrib/untgz/untgz.c     if (prog == NULL)
NULL              617 lib/zlib/contrib/untgz/untgz.c         if (prog == NULL)
NULL              620 lib/zlib/contrib/untgz/untgz.c             if (prog == NULL)
NULL              645 lib/zlib/contrib/untgz/untgz.c     if ((TGZfile = TGZfname(argv[arg])) == NULL)
NULL              660 lib/zlib/contrib/untgz/untgz.c         if (f == NULL)
NULL              162 lib/zlib/crc32.c         if (out == NULL) return;
NULL              581 lib/zlib/deflate.c             if (s->gzhead == NULL) {
NULL              608 lib/zlib/deflate.c                 if (s->gzhead->extra != NULL) {
NULL              650 lib/zlib/deflate.c         if (s->gzhead->extra != NULL) {
NULL              678 lib/zlib/deflate.c         if (s->gzhead->name != NULL) {
NULL              709 lib/zlib/deflate.c         if (s->gzhead->comment != NULL) {
NULL               99 lib/zlib/example.c     if (file == NULL) {
NULL              116 lib/zlib/example.c     if (file == NULL) {
NULL              152 lib/zlib/examples/fitblk.c     if (ret != Z_OK || blk == NULL)
NULL              187 lib/zlib/examples/fitblk.c     if (ret != Z_OK || tmp == NULL)
NULL              545 lib/zlib/examples/gun.c     if (inname == NULL || *inname == 0) {
NULL              558 lib/zlib/examples/gun.c     else if (outname == NULL || *outname == 0) {
NULL              658 lib/zlib/examples/gun.c                 outname = NULL;
NULL              675 lib/zlib/examples/gun.c                 if (outname == NULL) {
NULL              684 lib/zlib/examples/gun.c             if (outname != NULL) free(outname);
NULL              688 lib/zlib/examples/gun.c         ret = gunzip(&strm, NULL, NULL, test);
NULL              271 lib/zlib/examples/gzappend.c     if (gz.buf == NULL) bye("out of memory", "");
NULL              280 lib/zlib/examples/gzappend.c     if (window == NULL) bye("out of memory", "");
NULL              394 lib/zlib/examples/gzappend.c     if (name != NULL) {
NULL              402 lib/zlib/examples/gzappend.c     in = fd == -1 ? NULL : malloc(CHUNK);
NULL              404 lib/zlib/examples/gzappend.c     if (out == NULL) bye("out of memory", "");
NULL              456 lib/zlib/examples/gzappend.c     if (in != NULL) free(in);
NULL              473 lib/zlib/examples/gzappend.c     if (*argv == NULL) {
NULL              486 lib/zlib/examples/gzappend.c         if (*++argv == NULL) bye("no gzip file name after options", "");
NULL              493 lib/zlib/examples/gzappend.c     if (*argv == NULL)
NULL              494 lib/zlib/examples/gzappend.c         gztack(NULL, gd, &strm, 1);
NULL              497 lib/zlib/examples/gzappend.c             gztack(*argv, gd, &strm, argv[1] == NULL);
NULL              498 lib/zlib/examples/gzappend.c         } while (*++argv != NULL);
NULL               88 lib/zlib/examples/gzjoin.c     if (in != NULL) {
NULL               91 lib/zlib/examples/gzjoin.c         if (in->buf != NULL)
NULL              104 lib/zlib/examples/gzjoin.c     if (in == NULL)
NULL              105 lib/zlib/examples/gzjoin.c         return NULL;
NULL              108 lib/zlib/examples/gzjoin.c     if (in->buf == NULL || in->fd == -1) {
NULL              110 lib/zlib/examples/gzjoin.c         return NULL;
NULL              124 lib/zlib/examples/gzjoin.c     if (in == NULL)
NULL              159 lib/zlib/examples/gzjoin.c     if (in == NULL)
NULL              292 lib/zlib/examples/gzjoin.c     if (in == NULL)
NULL              305 lib/zlib/examples/gzjoin.c     if (junk == NULL || ret != Z_OK)
NULL              142 lib/zlib/examples/gzlog.c     if (log == NULL)
NULL              143 lib/zlib/examples/gzlog.c         return NULL;
NULL              150 lib/zlib/examples/gzlog.c         return NULL;
NULL              155 lib/zlib/examples/gzlog.c         return NULL;
NULL              162 lib/zlib/examples/gzlog.c             return NULL;
NULL              171 lib/zlib/examples/gzlog.c         return NULL;
NULL              194 lib/zlib/examples/gzlog.c         return NULL;
NULL              201 lib/zlib/examples/gzlog.c         return NULL;
NULL              211 lib/zlib/examples/gzlog.c         return NULL;
NULL              234 lib/zlib/examples/gzlog.c     if (log == NULL || log->id != GZLOGID)
NULL              279 lib/zlib/examples/gzlog.c     if (out == NULL)
NULL              282 lib/zlib/examples/gzlog.c     if (in == NULL) {
NULL              372 lib/zlib/examples/gzlog.c     if (log == NULL || log->id != GZLOGID)
NULL               79 lib/zlib/examples/zran.c     if (index != NULL) {
NULL               93 lib/zlib/examples/zran.c     if (index == NULL) {
NULL               95 lib/zlib/examples/zran.c         if (index == NULL) return NULL;
NULL               97 lib/zlib/examples/zran.c         if (index->list == NULL) {
NULL               99 lib/zlib/examples/zran.c             return NULL;
NULL              109 lib/zlib/examples/zran.c         if (next == NULL) {
NULL              111 lib/zlib/examples/zran.c             return NULL;
NULL              163 lib/zlib/examples/zran.c     index = NULL;               /* will be allocated by first addpoint() */
NULL              213 lib/zlib/examples/zran.c                 if (index == NULL) {
NULL              232 lib/zlib/examples/zran.c     if (index != NULL)
NULL              363 lib/zlib/examples/zran.c     if (in == NULL) {
NULL              115 lib/zlib/gzio.c     s->file = NULL;
NULL              122 lib/zlib/gzio.c     s->msg = NULL;
NULL              126 lib/zlib/gzio.c     if (s->path == NULL) {
NULL              181 lib/zlib/gzio.c     if (s->file == NULL) {
NULL              239 lib/zlib/gzio.c     if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL              362 lib/zlib/gzio.c     if (s->stream.state != NULL) {
NULL              373 lib/zlib/gzio.c     if (s->file != NULL && fclose(s->file)) {
NULL              401 lib/zlib/gzio.c     if (s == NULL || s->mode != 'r') return Z_STREAM_ERROR;
NULL              519 lib/zlib/gzio.c     if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
NULL              564 lib/zlib/gzio.c     if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL              711 lib/zlib/gzio.c     if (s == NULL || s->mode != 'w') return Z_STREAM_ERROR;
NULL              772 lib/zlib/gzio.c     if (s == NULL || whence == SEEK_END ||
NULL              860 lib/zlib/gzio.c     if (s == NULL || s->mode != 'r') return -1;
NULL              898 lib/zlib/gzio.c     if (s == NULL || s->mode != 'r') return 0;
NULL              911 lib/zlib/gzio.c     if (s == NULL || s->mode != 'r') return 0;
NULL              956 lib/zlib/gzio.c     if (s == NULL) return Z_STREAM_ERROR;
NULL              992 lib/zlib/gzio.c     if (s == NULL) {
NULL             1001 lib/zlib/gzio.c     if (m == NULL || *m == '\0') m = ERR_MSG(s->z_err);
NULL             1020 lib/zlib/gzio.c     if (s == NULL) return;
NULL              205 lib/zlib/minigzip.c     if (in == NULL) {
NULL              210 lib/zlib/minigzip.c     if (out == NULL) {
NULL              244 lib/zlib/minigzip.c     if (in == NULL) {
NULL              249 lib/zlib/minigzip.c     if (out == NULL) {
NULL              305 lib/zlib/minigzip.c             if (file == NULL) error("can't gzdopen stdin");
NULL              309 lib/zlib/minigzip.c             if (file == NULL) error("can't gzdopen stdout");
NULL              335 lib/zlib/trees.c     Assert (header != NULL, "Can't open trees.h");
NULL              230 lib/zlib/zutil.c     if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
NULL              131 lib/zlib/zutil.h #      define fdopen(fd,mode) NULL /* No fdopen() */
NULL              151 lib/zlib/zutil.h #  define fdopen(fd,mode) NULL /* No fdopen() */
NULL              156 lib/zlib/zutil.h #    define fdopen(fd,mode) NULL /* No fdopen() */
NULL               42 libcli/ldap/ldap_message.c 	if (attrib->values == NULL)
NULL               62 libcli/ldap/ldap_message.c 	if (*attribs == NULL)
NULL               79 libcli/ldap/ldap_message.c 	if (*mods == NULL)
NULL               97 libcli/ldap/ldap_message.c 	for (i = 0; handlers[i].oid != NULL; i++) {
NULL              105 libcli/ldap/ldap_message.c 	if (handlers[i].oid == NULL) {
NULL              139 libcli/ldap/ldap_message.c 	ctrl->data = NULL;
NULL              142 libcli/ldap/ldap_message.c 		*value = data_blob(NULL, 0);
NULL              169 libcli/ldap/ldap_message.c 	for (i = 0; handlers[i].oid != NULL; i++) {
NULL              185 libcli/ldap/ldap_message.c 	if (handlers[i].oid == NULL) {
NULL              397 libcli/ldap/ldap_message.c 				       (r->dn != NULL) ? strlen(r->dn) : 0);
NULL              664 libcli/ldap/ldap_message.c 	if (msg->controls != NULL) {
NULL              667 libcli/ldap/ldap_message.c 		for (i = 0; msg->controls[i] != NULL; i++) {
NULL              723 libcli/ldap/ldap_message.c 		result->referral = NULL;
NULL              731 libcli/ldap/ldap_message.c 	if (chunks == NULL) {
NULL              732 libcli/ldap/ldap_message.c 		return NULL;
NULL              736 libcli/ldap/ldap_message.c 	if (chunks[chunk_num] == NULL) {
NULL              737 libcli/ldap/ldap_message.c 		return NULL;
NULL              741 libcli/ldap/ldap_message.c 	if (chunks[chunk_num]->data == NULL) {
NULL              742 libcli/ldap/ldap_message.c 		return NULL;
NULL              762 libcli/ldap/ldap_message.c 		return NULL;
NULL              768 libcli/ldap/ldap_message.c 	if (ret == NULL) return NULL;
NULL              776 libcli/ldap/ldap_message.c 		ret->u.list.elements = NULL;
NULL              785 libcli/ldap/ldap_message.c 			if (subtree == NULL) {
NULL              792 libcli/ldap/ldap_message.c 			if (ret->u.list.elements == NULL) {
NULL              812 libcli/ldap/ldap_message.c 		if (ret->u.isnot.child == NULL) {
NULL              829 libcli/ldap/ldap_message.c 		if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
NULL              855 libcli/ldap/ldap_message.c 		ret->u.substring.chunks = NULL;
NULL              874 libcli/ldap/ldap_message.c 				if (ret->u.substring.chunks != NULL) {
NULL              879 libcli/ldap/ldap_message.c 				ret->u.substring.chunks = ldap_decode_substring(ret, NULL, 0, value);
NULL              880 libcli/ldap/ldap_message.c 				if (ret->u.substring.chunks == NULL) {
NULL              898 libcli/ldap/ldap_message.c 				if (ret->u.substring.chunks == NULL) {
NULL              910 libcli/ldap/ldap_message.c 				if (ret->u.substring.chunks == NULL) {
NULL              941 libcli/ldap/ldap_message.c 		if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
NULL              960 libcli/ldap/ldap_message.c 		if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
NULL              998 libcli/ldap/ldap_message.c 		if ((data->has_error) || (attrib == NULL) || (value.data == NULL)) {
NULL             1009 libcli/ldap/ldap_message.c 		char *oid = NULL, *attr = NULL, *value;
NULL             1045 libcli/ldap/ldap_message.c 		if ((oid == NULL && attr == NULL) || (value == NULL)) {
NULL             1085 libcli/ldap/ldap_message.c 	return NULL;	
NULL             1176 libcli/ldap/ldap_message.c 				DATA_BLOB tmp_blob = data_blob(NULL, 0);
NULL             1186 libcli/ldap/ldap_message.c 				r->creds.SASL.secblob = NULL;
NULL             1203 libcli/ldap/ldap_message.c 			DATA_BLOB tmp_blob = data_blob(NULL, 0);
NULL             1213 libcli/ldap/ldap_message.c 			r->SASL.secblob = NULL;
NULL             1229 libcli/ldap/ldap_message.c 		const char **attrs = NULL;
NULL             1242 libcli/ldap/ldap_message.c 		if (r->tree == NULL) {
NULL             1249 libcli/ldap/ldap_message.c 		r->attributes = NULL;
NULL             1272 libcli/ldap/ldap_message.c 		r->attributes = NULL;
NULL             1308 libcli/ldap/ldap_message.c 		r->mods = NULL;
NULL             1345 libcli/ldap/ldap_message.c 		r->attributes = NULL;
NULL             1375 libcli/ldap/ldap_message.c 		if (dn == NULL)
NULL             1401 libcli/ldap/ldap_message.c 		r->newsuperior = NULL;
NULL             1411 libcli/ldap/ldap_message.c 			if (newsup == NULL) {
NULL             1469 libcli/ldap/ldap_message.c 		DATA_BLOB tmp_blob = data_blob(NULL, 0);
NULL             1491 libcli/ldap/ldap_message.c 			r->value = NULL;
NULL             1500 libcli/ldap/ldap_message.c 		DATA_BLOB tmp_blob = data_blob(NULL, 0);
NULL             1514 libcli/ldap/ldap_message.c 			r->oid = NULL;
NULL             1526 libcli/ldap/ldap_message.c 			r->value = NULL;
NULL             1536 libcli/ldap/ldap_message.c 	msg->controls = NULL;
NULL             1537 libcli/ldap/ldap_message.c 	msg->controls_decoded = NULL;
NULL             1541 libcli/ldap/ldap_message.c 		struct ldb_control **ctrl = NULL;
NULL             1542 libcli/ldap/ldap_message.c 		bool *decoded = NULL;
NULL             1573 libcli/ldap/ldap_message.c 					ctrl[i]->data = NULL;
NULL             1578 libcli/ldap/ldap_message.c 					ctrl[i] = NULL;
NULL             1586 libcli/ldap/ldap_message.c 		if (ctrl != NULL) {
NULL             1587 libcli/ldap/ldap_message.c 			ctrl[i] = NULL;
NULL             1597 libcli/ldap/ldap_message.c 	if ((data->has_error) || (data->nesting != NULL)) {
NULL               50 libcli/ldap/ldap_ndr.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, sid,
NULL               53 libcli/ldap/ldap_ndr.c 		return NULL;
NULL               69 libcli/ldap/ldap_ndr.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, guid,
NULL               72 libcli/ldap/ldap_ndr.c 		return NULL;
NULL               89 libcli/ldap/ldap_ndr.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, guid,
NULL               38 libcli/nbt/namequery.c 	if (packet == NULL) return NULL;
NULL               50 libcli/nbt/namequery.c 	if (packet->questions == NULL) goto failed;
NULL               58 libcli/nbt/namequery.c 	if (dest == NULL) goto failed;
NULL               61 libcli/nbt/namequery.c 	if (req == NULL) goto failed;
NULL               68 libcli/nbt/namequery.c 	return NULL;
NULL              107 libcli/nbt/namequery.c 	if (io->out.reply_addrs == NULL) {
NULL              116 libcli/nbt/namequery.c 	io->out.reply_addrs[i] = NULL;
NULL              148 libcli/nbt/namequery.c 	if (packet == NULL) return NULL;
NULL              154 libcli/nbt/namequery.c 	if (packet->questions == NULL) goto failed;
NULL              162 libcli/nbt/namequery.c 	if (dest == NULL) goto failed;
NULL              165 libcli/nbt/namequery.c 	if (req == NULL) goto failed;
NULL              172 libcli/nbt/namequery.c 	return NULL;
NULL               39 libcli/nbt/namerefresh.c 	if (packet == NULL) return NULL;
NULL               49 libcli/nbt/namerefresh.c 	if (packet->questions == NULL) goto failed;
NULL               56 libcli/nbt/namerefresh.c 	if (packet->additional == NULL) goto failed;
NULL               65 libcli/nbt/namerefresh.c 	if (packet->additional[0].rdata.netbios.addresses == NULL) goto failed;
NULL               73 libcli/nbt/namerefresh.c 	if (dest == NULL) goto failed;
NULL               76 libcli/nbt/namerefresh.c 	if (req == NULL) goto failed;
NULL               83 libcli/nbt/namerefresh.c 	return NULL;
NULL              172 libcli/nbt/namerefresh.c 		if (state->wins_servers[0] == NULL) {
NULL              181 libcli/nbt/namerefresh.c 		if (state->req == NULL) {
NULL              193 libcli/nbt/namerefresh.c 		    state->addresses[state->address_idx+1] != NULL) {
NULL              197 libcli/nbt/namerefresh.c 			if (state->req == NULL) {
NULL              227 libcli/nbt/namerefresh.c 	if (c == NULL) goto failed;
NULL              230 libcli/nbt/namerefresh.c 	if (state == NULL) goto failed;
NULL              233 libcli/nbt/namerefresh.c 	if (state->io == NULL) goto failed;
NULL              237 libcli/nbt/namerefresh.c 	if (state->wins_servers == NULL ||
NULL              238 libcli/nbt/namerefresh.c 	    state->wins_servers[0] == NULL) goto failed;
NULL              241 libcli/nbt/namerefresh.c 	if (state->addresses == NULL ||
NULL              242 libcli/nbt/namerefresh.c 	    state->addresses[0] == NULL) goto failed;
NULL              258 libcli/nbt/namerefresh.c 	if (state->req == NULL) goto failed;
NULL              271 libcli/nbt/namerefresh.c 	return NULL;
NULL               40 libcli/nbt/nameregister.c 	if (packet == NULL) return NULL;
NULL               57 libcli/nbt/nameregister.c 	if (packet->questions == NULL) goto failed;
NULL               64 libcli/nbt/nameregister.c 	if (packet->additional == NULL) goto failed;
NULL               73 libcli/nbt/nameregister.c 	if (packet->additional[0].rdata.netbios.addresses == NULL) goto failed;
NULL               77 libcli/nbt/nameregister.c 	if (packet->additional[0].rdata.netbios.addresses[0].ipaddr == NULL) goto failed;
NULL               81 libcli/nbt/nameregister.c 	if (dest == NULL) goto failed;
NULL               84 libcli/nbt/nameregister.c 	if (req == NULL) goto failed;
NULL               91 libcli/nbt/nameregister.c 	return NULL;
NULL              180 libcli/nbt/nameregister.c 		if (state->req == NULL) {
NULL              217 libcli/nbt/nameregister.c 	if (c == NULL) goto failed;
NULL              220 libcli/nbt/nameregister.c 	if (state == NULL) goto failed;
NULL              223 libcli/nbt/nameregister.c 	if (state->io == NULL) goto failed;
NULL              240 libcli/nbt/nameregister.c 	if (state->req == NULL) goto failed;
NULL              253 libcli/nbt/nameregister.c 	return NULL;
NULL              310 libcli/nbt/nameregister.c 		if (state->wins_servers[0] == NULL) {
NULL              319 libcli/nbt/nameregister.c 		if (state->req == NULL) {
NULL              331 libcli/nbt/nameregister.c 		    state->addresses[state->address_idx+1] != NULL) {
NULL              335 libcli/nbt/nameregister.c 			if (state->req == NULL) {
NULL              365 libcli/nbt/nameregister.c 	if (c == NULL) goto failed;
NULL              368 libcli/nbt/nameregister.c 	if (state == NULL) goto failed;
NULL              371 libcli/nbt/nameregister.c 	if (state->io == NULL) goto failed;
NULL              375 libcli/nbt/nameregister.c 	if (state->wins_servers == NULL ||
NULL              376 libcli/nbt/nameregister.c 	    state->wins_servers[0] == NULL) goto failed;
NULL              379 libcli/nbt/nameregister.c 	if (state->addresses == NULL ||
NULL              380 libcli/nbt/nameregister.c 	    state->addresses[0] == NULL) goto failed;
NULL              398 libcli/nbt/nameregister.c 	if (state->req == NULL) goto failed;
NULL              411 libcli/nbt/nameregister.c 	return NULL;
NULL               38 libcli/nbt/namerelease.c 	if (packet == NULL) return NULL;
NULL               48 libcli/nbt/namerelease.c 	if (packet->questions == NULL) goto failed;
NULL               55 libcli/nbt/namerelease.c 	if (packet->additional == NULL) goto failed;
NULL               64 libcli/nbt/namerelease.c 	if (packet->additional[0].rdata.netbios.addresses == NULL) goto failed;
NULL               71 libcli/nbt/namerelease.c 	if (dest == NULL) goto failed;
NULL               74 libcli/nbt/namerelease.c 	if (req == NULL) goto failed;
NULL               81 libcli/nbt/namerelease.c 	return NULL;
NULL               61 libcli/nbt/nbtname.c 			*component = NULL;
NULL              110 libcli/nbt/nbtname.c 	name = NULL;
NULL              114 libcli/nbt/nbtname.c 		uint8_t *component = NULL;
NULL              116 libcli/nbt/nbtname.c 		if (component == NULL) break;
NULL              252 libcli/nbt/nbtname.c 		return NULL;
NULL              256 libcli/nbt/nbtname.c 	if (cname == NULL) return NULL;
NULL              303 libcli/nbt/nbtname.c 		r->scope = NULL;
NULL              402 libcli/nbt/nbtname.c 	ndr_err = ndr_pull_struct_blob(blob, mem_ctx, NULL, name,
NULL              421 libcli/nbt/nbtname.c 	n->scope = NULL;
NULL              424 libcli/nbt/nbtname.c 	if ((name == NULL) || is_ipaddress(name)) {
NULL              462 libcli/nbt/nbtname.c 	if (ret == NULL) return NULL;
NULL              534 libcli/nbt/nbtname.c 		r->scope= NULL;
NULL              544 libcli/nbt/nbtname.c 	trim_string((char *)namebuf, NULL, " ");
NULL              552 libcli/nbt/nbtname.c 		r->scope = NULL;
NULL              570 libcli/nbt/nbtname.c 	if (r == NULL) {
NULL               50 libcli/nbt/nbtsocket.c 		req->te = NULL;
NULL               52 libcli/nbt/nbtsocket.c 	if (req->nbtsock->send_queue == NULL) {
NULL               56 libcli/nbt/nbtsocket.c 	    req->nbtsock->incoming.handler == NULL) {
NULL              174 libcli/nbt/nbtsocket.c 	blob = data_blob_talloc(tmp_ctx, NULL, dsize);
NULL              175 libcli/nbt/nbtsocket.c 	if (blob.data == NULL) {
NULL              188 libcli/nbt/nbtsocket.c 	if (packet == NULL) {
NULL              223 libcli/nbt/nbtsocket.c 	if (req == NULL) {
NULL              284 libcli/nbt/nbtsocket.c 	if (req->replies == NULL) {
NULL              342 libcli/nbt/nbtsocket.c 	if (nbtsock == NULL) goto failed;
NULL              345 libcli/nbt/nbtsocket.c 	if (nbtsock->event_ctx == NULL) goto failed;
NULL              355 libcli/nbt/nbtsocket.c 	if (nbtsock->idr == NULL) goto failed;
NULL              357 libcli/nbt/nbtsocket.c 	nbtsock->send_queue = NULL;
NULL              359 libcli/nbt/nbtsocket.c 	nbtsock->incoming.handler = NULL;
NULL              360 libcli/nbt/nbtsocket.c 	nbtsock->unexpected.handler = NULL;
NULL              371 libcli/nbt/nbtsocket.c 	return NULL;
NULL              388 libcli/nbt/nbtsocket.c 	if (req == NULL) goto failed;
NULL              397 libcli/nbt/nbtsocket.c 	if (talloc_reference(req, dest) == NULL) goto failed;
NULL              438 libcli/nbt/nbtsocket.c 	return NULL;
NULL              457 libcli/nbt/nbtsocket.c 	if (talloc_reference(req, dest) == NULL) goto failed;
NULL               50 libcli/nbt/pynbt.c 	ret->mem_ctx = talloc_new(NULL);
NULL               51 libcli/nbt/pynbt.c 	if (ret->mem_ctx == NULL)
NULL               52 libcli/nbt/pynbt.c 		return NULL;
NULL              102 libcli/nbt/pynbt.c 			name->scope = NULL;
NULL              118 libcli/nbt/pynbt.c 		name->scope = NULL;
NULL              146 libcli/nbt/pynbt.c 				  "retries", NULL };
NULL              157 libcli/nbt/pynbt.c 		return NULL;
NULL              161 libcli/nbt/pynbt.c 		return NULL;
NULL              164 libcli/nbt/pynbt.c 		return NULL;
NULL              166 libcli/nbt/pynbt.c 	status = nbt_name_query(node->socket, NULL, &io);
NULL              170 libcli/nbt/pynbt.c 		return NULL;
NULL              174 libcli/nbt/pynbt.c 	if (ret == NULL)
NULL              175 libcli/nbt/pynbt.c 		return NULL;
NULL              179 libcli/nbt/pynbt.c 	if (py_name == NULL)
NULL              180 libcli/nbt/pynbt.c 		return NULL;
NULL              185 libcli/nbt/pynbt.c 	if (reply_addrs == NULL) {
NULL              187 libcli/nbt/pynbt.c 		return NULL;
NULL              206 libcli/nbt/pynbt.c 	const char *kwnames[] = { "name", "dest", "timeout", "retries", NULL };
NULL              215 libcli/nbt/pynbt.c 		return NULL;
NULL              219 libcli/nbt/pynbt.c 		return NULL;
NULL              222 libcli/nbt/pynbt.c 		return NULL;
NULL              224 libcli/nbt/pynbt.c 	status = nbt_name_status(node->socket, NULL, &io);
NULL              228 libcli/nbt/pynbt.c 		return NULL;
NULL              232 libcli/nbt/pynbt.c 	if (ret == NULL)
NULL              233 libcli/nbt/pynbt.c 		return NULL;
NULL              236 libcli/nbt/pynbt.c 	py_name = PyObject_FromNBTName(node->socket, py_iconv_convenience(NULL), &io.out.name);
NULL              237 libcli/nbt/pynbt.c 	if (py_name == NULL)
NULL              238 libcli/nbt/pynbt.c 		return NULL;
NULL              264 libcli/nbt/pynbt.c 		                  "multi_homed", "ttl", "timeout", "retries", NULL };
NULL              278 libcli/nbt/pynbt.c 		return NULL;
NULL              282 libcli/nbt/pynbt.c 		return NULL;
NULL              285 libcli/nbt/pynbt.c 		return NULL;
NULL              287 libcli/nbt/pynbt.c 	status = nbt_name_register(node->socket, NULL, &io);
NULL              291 libcli/nbt/pynbt.c 		return NULL;
NULL              295 libcli/nbt/pynbt.c 	if (ret == NULL)
NULL              296 libcli/nbt/pynbt.c 		return NULL;
NULL              299 libcli/nbt/pynbt.c 	py_name = PyObject_FromNBTName(node->socket, py_iconv_convenience(NULL), &io.out.name);
NULL              300 libcli/nbt/pynbt.c 	if (py_name == NULL)
NULL              301 libcli/nbt/pynbt.c 		return NULL;
NULL              320 libcli/nbt/pynbt.c 		                  "ttl", "timeout", "retries", NULL };
NULL              333 libcli/nbt/pynbt.c 		return NULL;
NULL              337 libcli/nbt/pynbt.c 		return NULL;
NULL              340 libcli/nbt/pynbt.c 		return NULL;
NULL              342 libcli/nbt/pynbt.c 	status = nbt_name_refresh(node->socket, NULL, &io);
NULL              346 libcli/nbt/pynbt.c 		return NULL;
NULL              350 libcli/nbt/pynbt.c 	if (ret == NULL)
NULL              351 libcli/nbt/pynbt.c 		return NULL;
NULL              354 libcli/nbt/pynbt.c 	py_name = PyObject_FromNBTName(node->socket, py_iconv_convenience(NULL), &io.out.name);
NULL              355 libcli/nbt/pynbt.c 	if (py_name == NULL)
NULL              356 libcli/nbt/pynbt.c 		return NULL;
NULL              387 libcli/nbt/pynbt.c 	{ NULL }
NULL              391 libcli/nbt/pynbt.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              408 libcli/nbt/pynbt.c 	mod = Py_InitModule3("netbios", NULL, "NetBIOS over TCP/IP support");
NULL              115 libcli/nbt/tools/nmblookup.c 	io.in.name.scope = NULL;
NULL              159 libcli/nbt/tools/nmblookup.c 	io.in.name.scope = NULL;
NULL              187 libcli/nbt/tools/nmblookup.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL              210 libcli/nbt/tools/nmblookup.c 		node_type = (enum nbt_name_type)strtol(p+1, NULL, 16);
NULL              252 libcli/nbt/tools/nmblookup.c 			if (bcast == NULL) continue;
NULL              290 libcli/nbt/tools/nmblookup.c 		{ "broadcast", 'B', POPT_ARG_STRING, NULL, OPT_BROADCAST_ADDRESS,
NULL              293 libcli/nbt/tools/nmblookup.c 		{ "unicast", 'U', POPT_ARG_STRING, NULL, OPT_UNICAST_ADDRESS,
NULL              294 libcli/nbt/tools/nmblookup.c 		  "Specify address to use for unicast", NULL },
NULL              296 libcli/nbt/tools/nmblookup.c 		{ "master-browser", 'M', POPT_ARG_NONE, NULL, OPT_FIND_MASTER,
NULL              297 libcli/nbt/tools/nmblookup.c 		  "Search for a master browser", NULL },
NULL              299 libcli/nbt/tools/nmblookup.c 		{ "wins", 'W', POPT_ARG_NONE, NULL, OPT_WINS_LOOKUP,
NULL              300 libcli/nbt/tools/nmblookup.c 		  "Do a WINS lookup", NULL },
NULL              302 libcli/nbt/tools/nmblookup.c 		{ "status", 'S', POPT_ARG_NONE, NULL, OPT_NODE_STATUS, 
NULL              303 libcli/nbt/tools/nmblookup.c 		  "Lookup node status as well", NULL },
NULL              305 libcli/nbt/tools/nmblookup.c 		{ "root-port", 'r', POPT_ARG_NONE, NULL, OPT_ROOT_PORT, 
NULL              306 libcli/nbt/tools/nmblookup.c 		  "Use root port 137 (Win95 only replies to this)", NULL },
NULL              308 libcli/nbt/tools/nmblookup.c 		{ "lookup-by-ip", 'A', POPT_ARG_NONE, NULL, OPT_LOOKUP_BY_IP, 
NULL              309 libcli/nbt/tools/nmblookup.c 		  "Do a node status on <name> as an IP Address", NULL },
NULL              311 libcli/nbt/tools/nmblookup.c 		{ "case-sensitive", 0, POPT_ARG_NONE, NULL, OPT_CASE_SENSITIVE, 
NULL              312 libcli/nbt/tools/nmblookup.c 		  "Don't uppercase the name before sending", NULL },
NULL              360 libcli/nbt/tools/nmblookup.c 	load_interfaces(NULL, lp_interfaces(cmdline_lp_ctx), &ifaces);
NULL              152 libcli/security/dom_sid.c 		return NULL;
NULL              156 libcli/security/dom_sid.c 		return NULL;
NULL              170 libcli/security/dom_sid.c 		return NULL;
NULL              186 libcli/security/dom_sid.c 		return NULL;
NULL              191 libcli/security/dom_sid.c 		return NULL;
NULL              221 libcli/security/dom_sid.c 	if (!sid) return NULL;
NULL               65 libcli/security/secace.c 	t->size = ndr_size_dom_sid(sid, NULL, 0) + 8;
NULL               91 libcli/security/secace.c 	(*pp_new)[i].size  = SEC_ACE_HEADER_SIZE + ndr_size_dom_sid(sid, NULL, 0);
NULL              131 libcli/security/secace.c 		pp_new[0] = NULL;
NULL               40 libcli/security/secacl.c 	if((dst = talloc_zero(ctx, struct security_acl)) == NULL)
NULL               41 libcli/security/secacl.c 		return NULL;
NULL               55 libcli/security/secacl.c              == NULL)) {
NULL               56 libcli/security/secacl.c 		return NULL;
NULL               73 libcli/security/secacl.c 	if(src == NULL)
NULL               74 libcli/security/secacl.c 		return NULL;
NULL              182 libcli/util/doserr.c 	{ NULL, W_ERROR(0) }
NULL              198 libcli/util/doserr.c 	while (dos_errs[idx].dos_errstr != NULL) {
NULL               23 librpc/gen_ndr/ndr_dfs.c 	const char *val = NULL;
NULL               88 librpc/gen_ndr/ndr_dfs.c 			r->path = NULL;
NULL              186 librpc/gen_ndr/ndr_dfs.c 			r->path = NULL;
NULL              192 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL              309 librpc/gen_ndr/ndr_dfs.c 			r->server = NULL;
NULL              315 librpc/gen_ndr/ndr_dfs.c 			r->share = NULL;
NULL              420 librpc/gen_ndr/ndr_dfs.c 			r->path = NULL;
NULL              426 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL              434 librpc/gen_ndr/ndr_dfs.c 			r->stores = NULL;
NULL              510 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL              577 librpc/gen_ndr/ndr_dfs.c 			r->path = NULL;
NULL              583 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL              593 librpc/gen_ndr/ndr_dfs.c 			r->stores = NULL;
NULL              671 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL              751 librpc/gen_ndr/ndr_dfs.c 			r->path = NULL;
NULL              757 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL              836 librpc/gen_ndr/ndr_dfs.c 	const char *val = NULL;
NULL              977 librpc/gen_ndr/ndr_dfs.c 			r->entry_path = NULL;
NULL              983 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL              995 librpc/gen_ndr/ndr_dfs.c 			r->stores = NULL;
NULL             1075 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             1144 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL             1328 librpc/gen_ndr/ndr_dfs.c 			r->comment = NULL;
NULL             1429 librpc/gen_ndr/ndr_dfs.c 			r->dom_root = NULL;
NULL             1478 librpc/gen_ndr/ndr_dfs.c 	const char *val = NULL;
NULL             1516 librpc/gen_ndr/ndr_dfs.c 			r->dom_root = NULL;
NULL             1752 librpc/gen_ndr/ndr_dfs.c 					r->info0 = NULL;
NULL             1762 librpc/gen_ndr/ndr_dfs.c 					r->info1 = NULL;
NULL             1772 librpc/gen_ndr/ndr_dfs.c 					r->info2 = NULL;
NULL             1782 librpc/gen_ndr/ndr_dfs.c 					r->info3 = NULL;
NULL             1792 librpc/gen_ndr/ndr_dfs.c 					r->info4 = NULL;
NULL             1802 librpc/gen_ndr/ndr_dfs.c 					r->info5 = NULL;
NULL             1812 librpc/gen_ndr/ndr_dfs.c 					r->info6 = NULL;
NULL             1822 librpc/gen_ndr/ndr_dfs.c 					r->info7 = NULL;
NULL             1832 librpc/gen_ndr/ndr_dfs.c 					r->info100 = NULL;
NULL             1842 librpc/gen_ndr/ndr_dfs.c 					r->info101 = NULL;
NULL             1852 librpc/gen_ndr/ndr_dfs.c 					r->info102 = NULL;
NULL             1862 librpc/gen_ndr/ndr_dfs.c 					r->info103 = NULL;
NULL             1872 librpc/gen_ndr/ndr_dfs.c 					r->info104 = NULL;
NULL             1882 librpc/gen_ndr/ndr_dfs.c 					r->info105 = NULL;
NULL             1892 librpc/gen_ndr/ndr_dfs.c 					r->info106 = NULL;
NULL             2225 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2264 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2311 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2350 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2397 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2436 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2483 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2522 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2569 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2608 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2655 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2694 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2741 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2780 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             2827 librpc/gen_ndr/ndr_dfs.c 			r->s = NULL;
NULL             2866 librpc/gen_ndr/ndr_dfs.c 			char *idx_1=NULL;
NULL             3003 librpc/gen_ndr/ndr_dfs.c 					r->info1 = NULL;
NULL             3013 librpc/gen_ndr/ndr_dfs.c 					r->info2 = NULL;
NULL             3023 librpc/gen_ndr/ndr_dfs.c 					r->info3 = NULL;
NULL             3033 librpc/gen_ndr/ndr_dfs.c 					r->info4 = NULL;
NULL             3043 librpc/gen_ndr/ndr_dfs.c 					r->info5 = NULL;
NULL             3053 librpc/gen_ndr/ndr_dfs.c 					r->info6 = NULL;
NULL             3063 librpc/gen_ndr/ndr_dfs.c 					r->info200 = NULL;
NULL             3073 librpc/gen_ndr/ndr_dfs.c 					r->info300 = NULL;
NULL             3312 librpc/gen_ndr/ndr_dfs.c 			r->unknown2 = NULL;
NULL             3351 librpc/gen_ndr/ndr_dfs.c 		if (r->out.version == NULL) {
NULL             3407 librpc/gen_ndr/ndr_dfs.c 		if (r->in.path == NULL) {
NULL             3414 librpc/gen_ndr/ndr_dfs.c 		if (r->in.server == NULL) {
NULL             3468 librpc/gen_ndr/ndr_dfs.c 			r->in.share = NULL;
NULL             3486 librpc/gen_ndr/ndr_dfs.c 			r->in.comment = NULL;
NULL             3553 librpc/gen_ndr/ndr_dfs.c 		if (r->in.dfs_entry_path == NULL) {
NULL             3599 librpc/gen_ndr/ndr_dfs.c 			r->in.servername = NULL;
NULL             3617 librpc/gen_ndr/ndr_dfs.c 			r->in.sharename = NULL;
NULL             3697 librpc/gen_ndr/ndr_dfs.c 		if (r->in.info == NULL) {
NULL             3728 librpc/gen_ndr/ndr_dfs.c 			r->in.servername = NULL;
NULL             3746 librpc/gen_ndr/ndr_dfs.c 			r->in.sharename = NULL;
NULL             3840 librpc/gen_ndr/ndr_dfs.c 		if (r->out.info == NULL) {
NULL             3871 librpc/gen_ndr/ndr_dfs.c 			r->in.servername = NULL;
NULL             3889 librpc/gen_ndr/ndr_dfs.c 			r->in.sharename = NULL;
NULL             4004 librpc/gen_ndr/ndr_dfs.c 			r->in.info = NULL;
NULL             4016 librpc/gen_ndr/ndr_dfs.c 			r->in.total = NULL;
NULL             4030 librpc/gen_ndr/ndr_dfs.c 			r->out.info = NULL;
NULL             4042 librpc/gen_ndr/ndr_dfs.c 			r->out.total = NULL;
NULL             4372 librpc/gen_ndr/ndr_dfs.c 			r->in.unknown2 = NULL;
NULL             4381 librpc/gen_ndr/ndr_dfs.c 				*r->in.unknown2 = NULL;
NULL             4397 librpc/gen_ndr/ndr_dfs.c 			r->out.unknown2 = NULL;
NULL             4406 librpc/gen_ndr/ndr_dfs.c 				*r->out.unknown2 = NULL;
NULL             4554 librpc/gen_ndr/ndr_dfs.c 			r->in.unknown = NULL;
NULL             4563 librpc/gen_ndr/ndr_dfs.c 				*r->in.unknown = NULL;
NULL             4579 librpc/gen_ndr/ndr_dfs.c 			r->out.unknown = NULL;
NULL             4588 librpc/gen_ndr/ndr_dfs.c 				*r->out.unknown = NULL;
NULL             4802 librpc/gen_ndr/ndr_dfs.c 		if (r->in.servername == NULL) {
NULL             4957 librpc/gen_ndr/ndr_dfs.c 		if (r->in.server_fullname == NULL) {
NULL             4967 librpc/gen_ndr/ndr_dfs.c 		if (r->in.is_root == NULL) {
NULL             4971 librpc/gen_ndr/ndr_dfs.c 		if (r->in.ttl == NULL) {
NULL             4977 librpc/gen_ndr/ndr_dfs.c 		if (r->out.server_fullname == NULL) {
NULL             4987 librpc/gen_ndr/ndr_dfs.c 		if (r->out.is_root == NULL) {
NULL             4991 librpc/gen_ndr/ndr_dfs.c 		if (r->out.ttl == NULL) {
NULL             5026 librpc/gen_ndr/ndr_dfs.c 			*r->in.server_fullname = NULL;
NULL             5072 librpc/gen_ndr/ndr_dfs.c 			*r->out.server_fullname = NULL;
NULL             5434 librpc/gen_ndr/ndr_dfs.c 			r->in.info = NULL;
NULL             5446 librpc/gen_ndr/ndr_dfs.c 			r->in.total = NULL;
NULL             5460 librpc/gen_ndr/ndr_dfs.c 			r->out.info = NULL;
NULL             5472 librpc/gen_ndr/ndr_dfs.c 			r->out.total = NULL;
NULL             5759 librpc/gen_ndr/ndr_dfs.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              102 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL              265 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL              322 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL              546 librpc/gen_ndr/ndr_drsblobs.c 				r->other_info = NULL;
NULL              765 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL              897 librpc/gen_ndr/ndr_drsblobs.c 	const char *val = NULL;
NULL             1267 librpc/gen_ndr/ndr_drsblobs.c 	const char *val = NULL;
NULL             1330 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             1485 librpc/gen_ndr/ndr_drsblobs.c 				r->string = NULL;
NULL             1584 librpc/gen_ndr/ndr_drsblobs.c 				r->value = NULL;
NULL             1726 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             1736 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             1807 librpc/gen_ndr/ndr_drsblobs.c 				r->value = NULL;
NULL             1988 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             1998 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             2008 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             2018 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             2299 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             2656 librpc/gen_ndr/ndr_drsblobs.c 				r->current[cntr_current_0] = NULL;
NULL             2690 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             2807 librpc/gen_ndr/ndr_drsblobs.c 			r->string = NULL;
NULL             2866 librpc/gen_ndr/ndr_drsblobs.c 			r->string = NULL;
NULL             2925 librpc/gen_ndr/ndr_drsblobs.c 			r->data = NULL;
NULL             2974 librpc/gen_ndr/ndr_drsblobs.c 	const char *val = NULL;
NULL             3127 librpc/gen_ndr/ndr_drsblobs.c 	const char *val = NULL;
NULL             3407 librpc/gen_ndr/ndr_drsblobs.c 			r->next = NULL;
NULL             3468 librpc/gen_ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL             3502 librpc/gen_ndr/ndr_drsblobs.c 			r->info = NULL;
NULL             4226 librpc/gen_ndr/ndr_drsblobs.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              582 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL              592 librpc/gen_ndr/ndr_drsuapi.c 				r->other_info = NULL;
NULL              846 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL              918 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL              964 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL              999 librpc/gen_ndr/ndr_drsuapi.c 		if (r->naming_context == NULL) {
NULL             1034 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL             1041 librpc/gen_ndr/ndr_drsuapi.c 			r->uptodateness_vector = NULL;
NULL             1176 librpc/gen_ndr/ndr_drsuapi.c 			r->mappings = NULL;
NULL             1215 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             1253 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             1384 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             1400 librpc/gen_ndr/ndr_drsuapi.c 		if (r->naming_context == NULL) {
NULL             1449 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL             1456 librpc/gen_ndr/ndr_drsuapi.c 			r->uptodateness_vector = NULL;
NULL             1467 librpc/gen_ndr/ndr_drsuapi.c 			r->partial_attribute_set = NULL;
NULL             1473 librpc/gen_ndr/ndr_drsuapi.c 			r->partial_attribute_set_ex = NULL;
NULL             1735 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             1774 librpc/gen_ndr/ndr_drsuapi.c 			r->blob = NULL;
NULL             1840 librpc/gen_ndr/ndr_drsuapi.c 			r->values = NULL;
NULL             1879 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             2084 librpc/gen_ndr/ndr_drsuapi.c 			r->attributes = NULL;
NULL             2123 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             2186 librpc/gen_ndr/ndr_drsuapi.c 			r->identifier = NULL;
NULL             2309 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             2358 librpc/gen_ndr/ndr_drsuapi.c 			r->next_object = NULL;
NULL             2366 librpc/gen_ndr/ndr_drsuapi.c 			r->parent_object_guid = NULL;
NULL             2372 librpc/gen_ndr/ndr_drsuapi.c 			r->meta_data_ctr = NULL;
NULL             2447 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL             2455 librpc/gen_ndr/ndr_drsuapi.c 			r->uptodateness_vector = NULL;
NULL             2465 librpc/gen_ndr/ndr_drsuapi.c 			r->first_object = NULL;
NULL             2584 librpc/gen_ndr/ndr_drsuapi.c 			r->identifier = NULL;
NULL             2689 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL             2697 librpc/gen_ndr/ndr_drsuapi.c 			r->uptodateness_vector = NULL;
NULL             2707 librpc/gen_ndr/ndr_drsuapi.c 			r->first_object = NULL;
NULL             2720 librpc/gen_ndr/ndr_drsuapi.c 			r->linked_attributes = NULL;
NULL             2808 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             2918 librpc/gen_ndr/ndr_drsuapi.c 			r->ts = NULL;
NULL             2969 librpc/gen_ndr/ndr_drsuapi.c 			r->ts = NULL;
NULL             3020 librpc/gen_ndr/ndr_drsuapi.c 			r->ts = NULL;
NULL             3071 librpc/gen_ndr/ndr_drsuapi.c 			r->ts = NULL;
NULL             3126 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             3523 librpc/gen_ndr/ndr_drsuapi.c 		if (r->naming_context == NULL) {
NULL             3527 librpc/gen_ndr/ndr_drsuapi.c 		if (r->dest_dsa_dns_name == NULL) {
NULL             3555 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context = NULL;
NULL             3561 librpc/gen_ndr/ndr_drsuapi.c 			r->dest_dsa_dns_name = NULL;
NULL             3759 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             3851 librpc/gen_ndr/ndr_drsuapi.c 			r->info_array = NULL;
NULL             3857 librpc/gen_ndr/ndr_drsuapi.c 			r->group_attrs = NULL;
NULL             3863 librpc/gen_ndr/ndr_drsuapi.c 			r->sids = NULL;
NULL             3879 librpc/gen_ndr/ndr_drsuapi.c 					r->info_array[cntr_info_array_1] = NULL;
NULL             3918 librpc/gen_ndr/ndr_drsuapi.c 					r->sids[cntr_sids_1] = NULL;
NULL             3961 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             3981 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             3996 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             4137 librpc/gen_ndr/ndr_drsuapi.c 			r->info_array = NULL;
NULL             4145 librpc/gen_ndr/ndr_drsuapi.c 			r->domain = NULL;
NULL             4161 librpc/gen_ndr/ndr_drsuapi.c 					r->info_array[cntr_info_array_1] = NULL;
NULL             4200 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             4334 librpc/gen_ndr/ndr_drsuapi.c 			r->data = NULL;
NULL             4500 librpc/gen_ndr/ndr_drsuapi.c 			r->data1 = NULL;
NULL             4506 librpc/gen_ndr/ndr_drsuapi.c 			r->data2 = NULL;
NULL             4655 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             4686 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             4714 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             4759 librpc/gen_ndr/ndr_drsuapi.c 			r->str = NULL;
NULL             4840 librpc/gen_ndr/ndr_drsuapi.c 			r->names = NULL;
NULL             4884 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             5009 librpc/gen_ndr/ndr_drsuapi.c 			r->dns_domain_name = NULL;
NULL             5015 librpc/gen_ndr/ndr_drsuapi.c 			r->result_name = NULL;
NULL             5102 librpc/gen_ndr/ndr_drsuapi.c 			r->array = NULL;
NULL             5141 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             5201 librpc/gen_ndr/ndr_drsuapi.c 					r->ctr1 = NULL;
NULL             5263 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             5320 librpc/gen_ndr/ndr_drsuapi.c 			r->object_dn = NULL;
NULL             5330 librpc/gen_ndr/ndr_drsuapi.c 			r->spn_names = NULL;
NULL             5389 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             5616 librpc/gen_ndr/ndr_drsuapi.c 			r->server_dn = NULL;
NULL             5622 librpc/gen_ndr/ndr_drsuapi.c 			r->domain_dn = NULL;
NULL             5881 librpc/gen_ndr/ndr_drsuapi.c 			r->domain_name = NULL;
NULL             6056 librpc/gen_ndr/ndr_drsuapi.c 			r->netbios_name = NULL;
NULL             6062 librpc/gen_ndr/ndr_drsuapi.c 			r->dns_name = NULL;
NULL             6068 librpc/gen_ndr/ndr_drsuapi.c 			r->site_name = NULL;
NULL             6074 librpc/gen_ndr/ndr_drsuapi.c 			r->computer_dn = NULL;
NULL             6080 librpc/gen_ndr/ndr_drsuapi.c 			r->server_dn = NULL;
NULL             6227 librpc/gen_ndr/ndr_drsuapi.c 			r->array = NULL;
NULL             6266 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             6366 librpc/gen_ndr/ndr_drsuapi.c 			r->netbios_name = NULL;
NULL             6372 librpc/gen_ndr/ndr_drsuapi.c 			r->dns_name = NULL;
NULL             6378 librpc/gen_ndr/ndr_drsuapi.c 			r->site_name = NULL;
NULL             6384 librpc/gen_ndr/ndr_drsuapi.c 			r->site_dn = NULL;
NULL             6390 librpc/gen_ndr/ndr_drsuapi.c 			r->computer_dn = NULL;
NULL             6396 librpc/gen_ndr/ndr_drsuapi.c 			r->server_dn = NULL;
NULL             6402 librpc/gen_ndr/ndr_drsuapi.c 			r->ntds_dn = NULL;
NULL             6595 librpc/gen_ndr/ndr_drsuapi.c 			r->array = NULL;
NULL             6634 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             6735 librpc/gen_ndr/ndr_drsuapi.c 			r->netbios_name = NULL;
NULL             6741 librpc/gen_ndr/ndr_drsuapi.c 			r->dns_name = NULL;
NULL             6747 librpc/gen_ndr/ndr_drsuapi.c 			r->site_name = NULL;
NULL             6753 librpc/gen_ndr/ndr_drsuapi.c 			r->site_dn = NULL;
NULL             6759 librpc/gen_ndr/ndr_drsuapi.c 			r->computer_dn = NULL;
NULL             6765 librpc/gen_ndr/ndr_drsuapi.c 			r->server_dn = NULL;
NULL             6771 librpc/gen_ndr/ndr_drsuapi.c 			r->ntds_dn = NULL;
NULL             6966 librpc/gen_ndr/ndr_drsuapi.c 			r->array = NULL;
NULL             7005 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             7066 librpc/gen_ndr/ndr_drsuapi.c 			r->client_account = NULL;
NULL             7143 librpc/gen_ndr/ndr_drsuapi.c 			r->array = NULL;
NULL             7182 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             7355 librpc/gen_ndr/ndr_drsuapi.c 			r->next_object = NULL;
NULL             7547 librpc/gen_ndr/ndr_drsuapi.c 			r->data = NULL;
NULL             7647 librpc/gen_ndr/ndr_drsuapi.c 			r->next = NULL;
NULL             7704 librpc/gen_ndr/ndr_drsuapi.c 			r->id = NULL;
NULL             7912 librpc/gen_ndr/ndr_drsuapi.c 			r->info = NULL;
NULL             8095 librpc/gen_ndr/ndr_drsuapi.c 			r->id = NULL;
NULL             8107 librpc/gen_ndr/ndr_drsuapi.c 			r->objects = NULL;
NULL             8160 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             8220 librpc/gen_ndr/ndr_drsuapi.c 			r->id = NULL;
NULL             8227 librpc/gen_ndr/ndr_drsuapi.c 			r->error = NULL;
NULL             8237 librpc/gen_ndr/ndr_drsuapi.c 			r->objects = NULL;
NULL             8303 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             8426 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             8451 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             8503 librpc/gen_ndr/ndr_drsuapi.c 			r->object_dn = NULL;
NULL             8589 librpc/gen_ndr/ndr_drsuapi.c 			r->object_dn = NULL;
NULL             8597 librpc/gen_ndr/ndr_drsuapi.c 			r->string1 = NULL;
NULL             8603 librpc/gen_ndr/ndr_drsuapi.c 			r->string2 = NULL;
NULL             8838 librpc/gen_ndr/ndr_drsuapi.c 			r->naming_context_dn = NULL;
NULL             8844 librpc/gen_ndr/ndr_drsuapi.c 			r->source_dsa_obj_dn = NULL;
NULL             8850 librpc/gen_ndr/ndr_drsuapi.c 			r->source_dsa_address = NULL;
NULL             8856 librpc/gen_ndr/ndr_drsuapi.c 			r->transport_obj_dn = NULL;
NULL             9028 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             9090 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             9132 librpc/gen_ndr/ndr_drsuapi.c 			r->attribute_name = NULL;
NULL             9236 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             9277 librpc/gen_ndr/ndr_drsuapi.c 			r->dsa_obj_dn = NULL;
NULL             9379 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             9405 librpc/gen_ndr/ndr_drsuapi.c 	const char *val = NULL;
NULL             9629 librpc/gen_ndr/ndr_drsuapi.c 			r->nc_dn = NULL;
NULL             9635 librpc/gen_ndr/ndr_drsuapi.c 			r->remote_dsa_obj_dn = NULL;
NULL             9641 librpc/gen_ndr/ndr_drsuapi.c 			r->remote_dsa_address = NULL;
NULL             9781 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             9841 librpc/gen_ndr/ndr_drsuapi.c 			r->attribute_name = NULL;
NULL             9847 librpc/gen_ndr/ndr_drsuapi.c 			r->object_dn = NULL;
NULL             9854 librpc/gen_ndr/ndr_drsuapi.c 			r->binary = NULL;
NULL             9993 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10055 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10098 librpc/gen_ndr/ndr_drsuapi.c 			r->source_dsa_obj_dn = NULL;
NULL             10195 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10246 librpc/gen_ndr/ndr_drsuapi.c 			r->attribute_name = NULL;
NULL             10257 librpc/gen_ndr/ndr_drsuapi.c 			r->originating_dsa_dn = NULL;
NULL             10374 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10443 librpc/gen_ndr/ndr_drsuapi.c 			r->attribute_name = NULL;
NULL             10449 librpc/gen_ndr/ndr_drsuapi.c 			r->object_dn = NULL;
NULL             10456 librpc/gen_ndr/ndr_drsuapi.c 			r->binary = NULL;
NULL             10469 librpc/gen_ndr/ndr_drsuapi.c 			r->originating_dsa_dn = NULL;
NULL             10619 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10742 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             10786 librpc/gen_ndr/ndr_drsuapi.c 			r->str1 = NULL;
NULL             10897 librpc/gen_ndr/ndr_drsuapi.c 		char *idx_0=NULL;
NULL             11109 librpc/gen_ndr/ndr_drsuapi.c 					r->neighbours = NULL;
NULL             11119 librpc/gen_ndr/ndr_drsuapi.c 					r->cursors = NULL;
NULL             11129 librpc/gen_ndr/ndr_drsuapi.c 					r->objmetadata = NULL;
NULL             11139 librpc/gen_ndr/ndr_drsuapi.c 					r->connectfailures = NULL;
NULL             11149 librpc/gen_ndr/ndr_drsuapi.c 					r->linkfailures = NULL;
NULL             11159 librpc/gen_ndr/ndr_drsuapi.c 					r->pendingops = NULL;
NULL             11169 librpc/gen_ndr/ndr_drsuapi.c 					r->attrvalmetadata = NULL;
NULL             11179 librpc/gen_ndr/ndr_drsuapi.c 					r->cursors2 = NULL;
NULL             11189 librpc/gen_ndr/ndr_drsuapi.c 					r->cursors3 = NULL;
NULL             11199 librpc/gen_ndr/ndr_drsuapi.c 					r->objmetadata2 = NULL;
NULL             11209 librpc/gen_ndr/ndr_drsuapi.c 					r->attrvalmetadata2 = NULL;
NULL             11219 librpc/gen_ndr/ndr_drsuapi.c 					r->neighbours02 = NULL;
NULL             11229 librpc/gen_ndr/ndr_drsuapi.c 					r->connections04 = NULL;
NULL             11239 librpc/gen_ndr/ndr_drsuapi.c 					r->cursors05 = NULL;
NULL             11249 librpc/gen_ndr/ndr_drsuapi.c 					r->i06 = NULL;
NULL             11663 librpc/gen_ndr/ndr_drsuapi.c 			r->req_array = NULL;
NULL             11679 librpc/gen_ndr/ndr_drsuapi.c 					r->req_array[cntr_req_array_1] = NULL;
NULL             11712 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             11873 librpc/gen_ndr/ndr_drsuapi.c 			r->info = NULL;
NULL             11910 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             12048 librpc/gen_ndr/ndr_drsuapi.c 			r->site_from = NULL;
NULL             12058 librpc/gen_ndr/ndr_drsuapi.c 			r->site_to = NULL;
NULL             12087 librpc/gen_ndr/ndr_drsuapi.c 					r->site_to[cntr_site_to_1] = NULL;
NULL             12132 librpc/gen_ndr/ndr_drsuapi.c 			char *idx_1=NULL;
NULL             12242 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.bind_handle == NULL) {
NULL             12265 librpc/gen_ndr/ndr_drsuapi.c 			r->in.bind_guid = NULL;
NULL             12277 librpc/gen_ndr/ndr_drsuapi.c 			r->in.bind_info = NULL;
NULL             12293 librpc/gen_ndr/ndr_drsuapi.c 			r->out.bind_info = NULL;
NULL             12359 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             12365 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.bind_handle == NULL) {
NULL             12435 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             12501 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             12506 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             12513 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             12517 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             12621 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             12851 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             12856 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             12863 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             12867 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             13012 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13017 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13024 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13028 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.info == NULL) {
NULL             13132 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13137 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13144 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13148 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             13252 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13257 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13264 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13268 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.res == NULL) {
NULL             13372 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13377 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13384 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13388 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.res == NULL) {
NULL             13533 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13538 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13545 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13549 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             13653 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13658 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13665 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13669 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             13814 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13819 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13826 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.info_type == NULL) {
NULL             13830 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.info == NULL) {
NULL             13975 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             13980 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             13987 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             13991 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             14177 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.bind_handle == NULL) {
NULL             14182 librpc/gen_ndr/ndr_drsuapi.c 		if (r->in.req == NULL) {
NULL             14189 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.level_out == NULL) {
NULL             14193 librpc/gen_ndr/ndr_drsuapi.c 		if (r->out.ctr == NULL) {
NULL             14495 librpc/gen_ndr/ndr_drsuapi.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               23 librpc/gen_ndr/ndr_dssetup.c 	const char *val = NULL;
NULL              111 librpc/gen_ndr/ndr_dssetup.c 			r->domain = NULL;
NULL              117 librpc/gen_ndr/ndr_dssetup.c 			r->dns_domain = NULL;
NULL              123 librpc/gen_ndr/ndr_dssetup.c 			r->forest = NULL;
NULL              212 librpc/gen_ndr/ndr_dssetup.c 	const char *val = NULL;
NULL              237 librpc/gen_ndr/ndr_dssetup.c 	const char *val = NULL;
NULL              296 librpc/gen_ndr/ndr_dssetup.c 	const char *val = NULL;
NULL              352 librpc/gen_ndr/ndr_dssetup.c 	const char *val = NULL;
NULL              503 librpc/gen_ndr/ndr_dssetup.c 			r->out.info = NULL;
NULL             1045 librpc/gen_ndr/ndr_dssetup.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              422 librpc/gen_ndr/ndr_echo.c 	const char *val = NULL;
NULL              447 librpc/gen_ndr/ndr_echo.c 	const char *val = NULL;
NULL              629 librpc/gen_ndr/ndr_echo.c 		char *idx_0=NULL;
NULL              645 librpc/gen_ndr/ndr_echo.c 		if (r->out.out_data == NULL) {
NULL              866 librpc/gen_ndr/ndr_echo.c 		if (r->in.s1 == NULL) {
NULL              875 librpc/gen_ndr/ndr_echo.c 		if (r->out.s2 == NULL) {
NULL              917 librpc/gen_ndr/ndr_echo.c 			*r->out.s2 = NULL;
NULL              975 librpc/gen_ndr/ndr_echo.c 		if (r->out.info == NULL) {
NULL             1083 librpc/gen_ndr/ndr_echo.c 		if (r->in.foo1 == NULL) {
NULL             1087 librpc/gen_ndr/ndr_echo.c 		if (r->in.foo2 == NULL) {
NULL             1091 librpc/gen_ndr/ndr_echo.c 		if (r->in.foo3 == NULL) {
NULL             1098 librpc/gen_ndr/ndr_echo.c 		if (r->out.foo1 == NULL) {
NULL             1102 librpc/gen_ndr/ndr_echo.c 		if (r->out.foo2 == NULL) {
NULL             1106 librpc/gen_ndr/ndr_echo.c 		if (r->out.foo3 == NULL) {
NULL             1228 librpc/gen_ndr/ndr_echo.c 		if (r->in.data == NULL) {
NULL             1234 librpc/gen_ndr/ndr_echo.c 		if (r->out.data == NULL) {
NULL             1301 librpc/gen_ndr/ndr_echo.c 		if (r->in.data == NULL) {
NULL             1334 librpc/gen_ndr/ndr_echo.c 			*r->in.data = NULL;
NULL             1343 librpc/gen_ndr/ndr_echo.c 				**r->in.data = NULL;
NULL             1477 librpc/gen_ndr/ndr_echo.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               23 librpc/gen_ndr/ndr_epmapper.c 	const char *val = NULL;
NULL             1569 librpc/gen_ndr/ndr_epmapper.c 			char *idx_0=NULL;
NULL             1659 librpc/gen_ndr/ndr_epmapper.c 			r->tower = NULL;
NULL             1753 librpc/gen_ndr/ndr_epmapper.c 			r->twr = NULL;
NULL             1843 librpc/gen_ndr/ndr_epmapper.c 			char *idx_0=NULL;
NULL             1923 librpc/gen_ndr/ndr_epmapper.c 			char *idx_0=NULL;
NULL             1955 librpc/gen_ndr/ndr_epmapper.c 		if (r->in.entry_handle == NULL) {
NULL             1962 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.entry_handle == NULL) {
NULL             1966 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.num_ents == NULL) {
NULL             2002 librpc/gen_ndr/ndr_epmapper.c 			r->in.object = NULL;
NULL             2014 librpc/gen_ndr/ndr_epmapper.c 			r->in.interface_id = NULL;
NULL             2123 librpc/gen_ndr/ndr_epmapper.c 			char *idx_0=NULL;
NULL             2148 librpc/gen_ndr/ndr_epmapper.c 		if (r->in.entry_handle == NULL) {
NULL             2155 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.entry_handle == NULL) {
NULL             2159 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.num_towers == NULL) {
NULL             2194 librpc/gen_ndr/ndr_epmapper.c 			r->in.object = NULL;
NULL             2206 librpc/gen_ndr/ndr_epmapper.c 			r->in.map_tower = NULL;
NULL             2312 librpc/gen_ndr/ndr_epmapper.c 			char *idx_0=NULL;
NULL             2328 librpc/gen_ndr/ndr_epmapper.c 		if (r->in.entry_handle == NULL) {
NULL             2334 librpc/gen_ndr/ndr_epmapper.c 		if (r->out.entry_handle == NULL) {
NULL             2404 librpc/gen_ndr/ndr_epmapper.c 		if (r->in.epm_object == NULL) {
NULL             2489 librpc/gen_ndr/ndr_epmapper.c 			r->in.object = NULL;
NULL             2501 librpc/gen_ndr/ndr_epmapper.c 			r->in.tower = NULL;
NULL             2656 librpc/gen_ndr/ndr_epmapper.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               49 librpc/gen_ndr/ndr_eventlog.c 	const char *val = NULL;
NULL              255 librpc/gen_ndr/ndr_eventlog.c 			char *idx_0=NULL;
NULL              285 librpc/gen_ndr/ndr_eventlog.c 	const char *val = NULL;
NULL              544 librpc/gen_ndr/ndr_eventlog.c 		char *idx_0=NULL;
NULL              674 librpc/gen_ndr/ndr_eventlog.c 		char *idx_0=NULL;
NULL              718 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL              750 librpc/gen_ndr/ndr_eventlog.c 			r->in.backupfile = NULL;
NULL              799 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL              803 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.backup_filename == NULL) {
NULL              872 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL              878 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.handle == NULL) {
NULL              948 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL              954 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.handle == NULL) {
NULL             1024 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             1030 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.number == NULL) {
NULL             1101 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             1107 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.oldest_entry == NULL) {
NULL             1223 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.logname == NULL) {
NULL             1227 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.servername == NULL) {
NULL             1235 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.handle == NULL) {
NULL             1258 librpc/gen_ndr/ndr_eventlog.c 			r->in.unknown0 = NULL;
NULL             1346 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.module_name == NULL) {
NULL             1350 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.reg_module_name == NULL) {
NULL             1358 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.log_handle == NULL) {
NULL             1381 librpc/gen_ndr/ndr_eventlog.c 			r->in.unknown0 = NULL;
NULL             1469 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.backup_logname == NULL) {
NULL             1477 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.handle == NULL) {
NULL             1499 librpc/gen_ndr/ndr_eventlog.c 			r->in.unknown0 = NULL;
NULL             1572 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             1581 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.data == NULL) {
NULL             1586 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.sent_size == NULL) {
NULL             1590 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.real_size == NULL) {
NULL             1699 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             1709 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.servername == NULL) {
NULL             1808 librpc/gen_ndr/ndr_eventlog.c 			r->in.user_sid = NULL;
NULL             1820 librpc/gen_ndr/ndr_eventlog.c 			r->in.strings = NULL;
NULL             1836 librpc/gen_ndr/ndr_eventlog.c 					r->in.strings[cntr_strings_1] = NULL;
NULL             1852 librpc/gen_ndr/ndr_eventlog.c 			r->in.data = NULL;
NULL             1867 librpc/gen_ndr/ndr_eventlog.c 			r->in.record_number = NULL;
NULL             1879 librpc/gen_ndr/ndr_eventlog.c 			r->in.time_written = NULL;
NULL             1899 librpc/gen_ndr/ndr_eventlog.c 			r->out.record_number = NULL;
NULL             1911 librpc/gen_ndr/ndr_eventlog.c 			r->out.time_written = NULL;
NULL             1961 librpc/gen_ndr/ndr_eventlog.c 				char *idx_1=NULL;
NULL             2430 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             2438 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.buffer == NULL) {
NULL             2443 librpc/gen_ndr/ndr_eventlog.c 		if (r->out.bytes_needed == NULL) {
NULL             2535 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             2593 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.handle == NULL) {
NULL             2601 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.sourcename == NULL) {
NULL             2607 librpc/gen_ndr/ndr_eventlog.c 		if (r->in.servername == NULL) {
NULL             2714 librpc/gen_ndr/ndr_eventlog.c 			r->in.user_sid = NULL;
NULL             2726 librpc/gen_ndr/ndr_eventlog.c 			r->in.strings = NULL;
NULL             2742 librpc/gen_ndr/ndr_eventlog.c 					r->in.strings[cntr_strings_1] = NULL;
NULL             2758 librpc/gen_ndr/ndr_eventlog.c 			r->in.data = NULL;
NULL             2773 librpc/gen_ndr/ndr_eventlog.c 			r->in.record_number = NULL;
NULL             2785 librpc/gen_ndr/ndr_eventlog.c 			r->in.time_written = NULL;
NULL             2805 librpc/gen_ndr/ndr_eventlog.c 			r->out.record_number = NULL;
NULL             2817 librpc/gen_ndr/ndr_eventlog.c 			r->out.time_written = NULL;
NULL             2871 librpc/gen_ndr/ndr_eventlog.c 				char *idx_1=NULL;
NULL             3128 librpc/gen_ndr/ndr_eventlog.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               39 librpc/gen_ndr/ndr_initshutdown.c 			r->in.hostname = NULL;
NULL               51 librpc/gen_ndr/ndr_initshutdown.c 			r->in.message = NULL;
NULL              128 librpc/gen_ndr/ndr_initshutdown.c 			r->in.server = NULL;
NULL              203 librpc/gen_ndr/ndr_initshutdown.c 			r->in.hostname = NULL;
NULL              215 librpc/gen_ndr/ndr_initshutdown.c 			r->in.message = NULL;
NULL              296 librpc/gen_ndr/ndr_initshutdown.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              132 librpc/gen_ndr/ndr_krb5pac.c 			r->res_group_dom_sid = NULL;
NULL              188 librpc/gen_ndr/ndr_krb5pac.c 			r->info = NULL;
NULL              231 librpc/gen_ndr/ndr_krb5pac.c 	const char *val = NULL;
NULL              494 librpc/gen_ndr/ndr_krb5pac.c 		char *idx_0=NULL;
NULL              553 librpc/gen_ndr/ndr_krb5pac.c 				r->info = NULL;
NULL              656 librpc/gen_ndr/ndr_krb5pac.c 		char *idx_0=NULL;
NULL              950 librpc/gen_ndr/ndr_krb5pac.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               39 librpc/gen_ndr/ndr_lsa.c 			r->string = NULL;
NULL              110 librpc/gen_ndr/ndr_lsa.c 			r->string = NULL;
NULL              185 librpc/gen_ndr/ndr_lsa.c 			r->names = NULL;
NULL              224 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL              267 librpc/gen_ndr/ndr_lsa.c 			r->string = NULL;
NULL              338 librpc/gen_ndr/ndr_lsa.c 			r->string = NULL;
NULL              414 librpc/gen_ndr/ndr_lsa.c 			r->array = NULL;
NULL              458 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL              573 librpc/gen_ndr/ndr_lsa.c 			r->privs = NULL;
NULL              612 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL              711 librpc/gen_ndr/ndr_lsa.c 			r->root_dir = NULL;
NULL              717 librpc/gen_ndr/ndr_lsa.c 			r->object_name = NULL;
NULL              724 librpc/gen_ndr/ndr_lsa.c 			r->sec_desc = NULL;
NULL              730 librpc/gen_ndr/ndr_lsa.c 			r->sec_qos = NULL;
NULL              972 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             1017 librpc/gen_ndr/ndr_lsa.c 			r->settings = NULL;
NULL             1054 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             1094 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             1171 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             1423 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             1473 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             1841 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             1906 librpc/gen_ndr/ndr_lsa.c 			r->sids = NULL;
NULL             1945 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             1992 librpc/gen_ndr/ndr_lsa.c 			r->domains = NULL;
NULL             2031 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             2059 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             2147 librpc/gen_ndr/ndr_lsa.c 			r->sids = NULL;
NULL             2183 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             2234 librpc/gen_ndr/ndr_lsa.c 			r->domains = NULL;
NULL             2274 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             2303 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             2393 librpc/gen_ndr/ndr_lsa.c 			r->names = NULL;
NULL             2432 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             2532 librpc/gen_ndr/ndr_lsa.c 		char *idx_0=NULL;
NULL             2581 librpc/gen_ndr/ndr_lsa.c 				r->data = NULL;
NULL             2667 librpc/gen_ndr/ndr_lsa.c 				r->data = NULL;
NULL             2723 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             2782 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             2888 librpc/gen_ndr/ndr_lsa.c 			r->netbios_names = NULL;
NULL             2927 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             2999 librpc/gen_ndr/ndr_lsa.c 			r->password = NULL;
NULL             3005 librpc/gen_ndr/ndr_lsa.c 			r->old_password = NULL;
NULL             3071 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             3133 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             3186 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             3280 librpc/gen_ndr/ndr_lsa.c 			r->incoming_current_auth_info = NULL;
NULL             3286 librpc/gen_ndr/ndr_lsa.c 			r->incoming_previous_auth_info = NULL;
NULL             3293 librpc/gen_ndr/ndr_lsa.c 			r->outgoing_current_auth_info = NULL;
NULL             3299 librpc/gen_ndr/ndr_lsa.c 			r->outgoing_previous_auth_info = NULL;
NULL             3506 librpc/gen_ndr/ndr_lsa.c 			r->forest_trust_data = NULL;
NULL             3946 librpc/gen_ndr/ndr_lsa.c 			r->buf = NULL;
NULL             4011 librpc/gen_ndr/ndr_lsa.c 			r->names = NULL;
NULL             4050 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             4097 librpc/gen_ndr/ndr_lsa.c 			r->domains = NULL;
NULL             4136 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             4220 librpc/gen_ndr/ndr_lsa.c 			r->efs_blob = NULL;
NULL             4425 librpc/gen_ndr/ndr_lsa.c 			r->names = NULL;
NULL             4464 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             4550 librpc/gen_ndr/ndr_lsa.c 			r->sids = NULL;
NULL             4586 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             4626 librpc/gen_ndr/ndr_lsa.c 			r->sid = NULL;
NULL             4696 librpc/gen_ndr/ndr_lsa.c 			r->sids = NULL;
NULL             4735 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             4777 librpc/gen_ndr/ndr_lsa.c 			r->data = NULL;
NULL             4838 librpc/gen_ndr/ndr_lsa.c 			r->domain_sid = NULL;
NULL             5012 librpc/gen_ndr/ndr_lsa.c 	const char *val = NULL;
NULL             5108 librpc/gen_ndr/ndr_lsa.c 			r->entries = NULL;
NULL             5124 librpc/gen_ndr/ndr_lsa.c 					r->entries[cntr_entries_1] = NULL;
NULL             5157 librpc/gen_ndr/ndr_lsa.c 			char *idx_1=NULL;
NULL             5177 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5183 librpc/gen_ndr/ndr_lsa.c 		if (r->out.handle == NULL) {
NULL             5253 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5310 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5314 librpc/gen_ndr/ndr_lsa.c 		if (r->in.resume_handle == NULL) {
NULL             5321 librpc/gen_ndr/ndr_lsa.c 		if (r->out.resume_handle == NULL) {
NULL             5325 librpc/gen_ndr/ndr_lsa.c 		if (r->out.privs == NULL) {
NULL             5423 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5430 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sdbuf == NULL) {
NULL             5472 librpc/gen_ndr/ndr_lsa.c 			*r->out.sdbuf = NULL;
NULL             5524 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5529 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sdbuf == NULL) {
NULL             5645 librpc/gen_ndr/ndr_lsa.c 		if (r->in.attr == NULL) {
NULL             5652 librpc/gen_ndr/ndr_lsa.c 		if (r->out.handle == NULL) {
NULL             5674 librpc/gen_ndr/ndr_lsa.c 			r->in.system_name = NULL;
NULL             5745 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5752 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             5795 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             5849 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5854 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             5969 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             5973 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             5980 librpc/gen_ndr/ndr_lsa.c 		if (r->out.acct_handle == NULL) {
NULL             6065 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6069 librpc/gen_ndr/ndr_lsa.c 		if (r->in.resume_handle == NULL) {
NULL             6076 librpc/gen_ndr/ndr_lsa.c 		if (r->out.resume_handle == NULL) {
NULL             6080 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             6181 librpc/gen_ndr/ndr_lsa.c 		if (r->in.policy_handle == NULL) {
NULL             6185 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             6192 librpc/gen_ndr/ndr_lsa.c 		if (r->out.trustdom_handle == NULL) {
NULL             6277 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6281 librpc/gen_ndr/ndr_lsa.c 		if (r->in.resume_handle == NULL) {
NULL             6288 librpc/gen_ndr/ndr_lsa.c 		if (r->out.resume_handle == NULL) {
NULL             6292 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             6391 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6403 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             6408 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             6414 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             6421 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             6425 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             6504 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             6551 librpc/gen_ndr/ndr_lsa.c 			char *idx_0=NULL;
NULL             6598 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6602 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             6606 librpc/gen_ndr/ndr_lsa.c 		if (r->in.names == NULL) {
NULL             6611 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             6617 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             6624 librpc/gen_ndr/ndr_lsa.c 		if (r->out.names == NULL) {
NULL             6628 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             6695 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             6781 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6789 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sec_handle == NULL) {
NULL             6864 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6868 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             6875 librpc/gen_ndr/ndr_lsa.c 		if (r->out.acct_handle == NULL) {
NULL             6960 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             6966 librpc/gen_ndr/ndr_lsa.c 		if (r->out.privs == NULL) {
NULL             7007 librpc/gen_ndr/ndr_lsa.c 			*r->out.privs = NULL;
NULL             7058 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7062 librpc/gen_ndr/ndr_lsa.c 		if (r->in.privs == NULL) {
NULL             7131 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7165 librpc/gen_ndr/ndr_lsa.c 			r->in.privs = NULL;
NULL             7297 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7303 librpc/gen_ndr/ndr_lsa.c 		if (r->out.access_mask == NULL) {
NULL             7374 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7434 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7438 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             7445 librpc/gen_ndr/ndr_lsa.c 		if (r->out.trustdom_handle == NULL) {
NULL             7530 librpc/gen_ndr/ndr_lsa.c 		if (r->in.trustdom_handle == NULL) {
NULL             7537 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             7580 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             7634 librpc/gen_ndr/ndr_lsa.c 		if (r->in.trustdom_handle == NULL) {
NULL             7639 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             7713 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             7721 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sec_handle == NULL) {
NULL             7796 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sec_handle == NULL) {
NULL             7834 librpc/gen_ndr/ndr_lsa.c 			r->in.new_val = NULL;
NULL             7846 librpc/gen_ndr/ndr_lsa.c 			r->in.old_val = NULL;
NULL             7901 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sec_handle == NULL) {
NULL             7969 librpc/gen_ndr/ndr_lsa.c 			r->in.new_val = NULL;
NULL             7981 librpc/gen_ndr/ndr_lsa.c 			r->in.new_mtime = NULL;
NULL             7993 librpc/gen_ndr/ndr_lsa.c 			r->in.old_val = NULL;
NULL             8005 librpc/gen_ndr/ndr_lsa.c 			r->in.old_mtime = NULL;
NULL             8019 librpc/gen_ndr/ndr_lsa.c 			r->out.new_val = NULL;
NULL             8031 librpc/gen_ndr/ndr_lsa.c 			r->out.new_mtime = NULL;
NULL             8043 librpc/gen_ndr/ndr_lsa.c 			r->out.old_val = NULL;
NULL             8055 librpc/gen_ndr/ndr_lsa.c 			r->out.old_mtime = NULL;
NULL             8144 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8148 librpc/gen_ndr/ndr_lsa.c 		if (r->in.name == NULL) {
NULL             8154 librpc/gen_ndr/ndr_lsa.c 		if (r->out.luid == NULL) {
NULL             8237 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8241 librpc/gen_ndr/ndr_lsa.c 		if (r->in.luid == NULL) {
NULL             8247 librpc/gen_ndr/ndr_lsa.c 		if (r->out.name == NULL) {
NULL             8296 librpc/gen_ndr/ndr_lsa.c 			*r->out.name = NULL;
NULL             8351 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8355 librpc/gen_ndr/ndr_lsa.c 		if (r->in.name == NULL) {
NULL             8363 librpc/gen_ndr/ndr_lsa.c 		if (r->out.disp_name == NULL) {
NULL             8370 librpc/gen_ndr/ndr_lsa.c 		if (r->out.returned_language_id == NULL) {
NULL             8421 librpc/gen_ndr/ndr_lsa.c 			*r->out.disp_name = NULL;
NULL             8489 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8495 librpc/gen_ndr/ndr_lsa.c 		if (r->out.handle == NULL) {
NULL             8565 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8575 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             8604 librpc/gen_ndr/ndr_lsa.c 			r->in.name = NULL;
NULL             8666 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8670 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             8676 librpc/gen_ndr/ndr_lsa.c 		if (r->out.rights == NULL) {
NULL             8759 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8763 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             8767 librpc/gen_ndr/ndr_lsa.c 		if (r->in.rights == NULL) {
NULL             8848 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8852 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sid == NULL) {
NULL             8857 librpc/gen_ndr/ndr_lsa.c 		if (r->in.rights == NULL) {
NULL             8940 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             8944 librpc/gen_ndr/ndr_lsa.c 		if (r->in.dom_sid == NULL) {
NULL             8951 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             9002 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             9060 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9064 librpc/gen_ndr/ndr_lsa.c 		if (r->in.dom_sid == NULL) {
NULL             9069 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             9155 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9159 librpc/gen_ndr/ndr_lsa.c 		if (r->in.dom_sid == NULL) {
NULL             9317 librpc/gen_ndr/ndr_lsa.c 		if (r->in.attr == NULL) {
NULL             9324 librpc/gen_ndr/ndr_lsa.c 		if (r->out.handle == NULL) {
NULL             9346 librpc/gen_ndr/ndr_lsa.c 			r->in.system_name = NULL;
NULL             9430 librpc/gen_ndr/ndr_lsa.c 		if (r->in.account_name == NULL) {
NULL             9446 librpc/gen_ndr/ndr_lsa.c 		if (r->out.account_name == NULL) {
NULL             9482 librpc/gen_ndr/ndr_lsa.c 			r->in.system_name = NULL;
NULL             9505 librpc/gen_ndr/ndr_lsa.c 			*r->in.account_name = NULL;
NULL             9518 librpc/gen_ndr/ndr_lsa.c 			r->in.authority_name = NULL;
NULL             9527 librpc/gen_ndr/ndr_lsa.c 				*r->in.authority_name = NULL;
NULL             9550 librpc/gen_ndr/ndr_lsa.c 			*r->out.account_name = NULL;
NULL             9563 librpc/gen_ndr/ndr_lsa.c 			r->out.authority_name = NULL;
NULL             9572 librpc/gen_ndr/ndr_lsa.c 				*r->out.authority_name = NULL;
NULL             9657 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9664 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             9707 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             9761 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9766 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             9840 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9844 librpc/gen_ndr/ndr_lsa.c 		if (r->in.trusted_domain == NULL) {
NULL             9851 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             9902 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             9960 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             9997 librpc/gen_ndr/ndr_lsa.c 			r->in.info = NULL;
NULL             10050 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10054 librpc/gen_ndr/ndr_lsa.c 		if (r->in.resume_handle == NULL) {
NULL             10061 librpc/gen_ndr/ndr_lsa.c 		if (r->out.resume_handle == NULL) {
NULL             10065 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             10163 librpc/gen_ndr/ndr_lsa.c 		if (r->in.policy_handle == NULL) {
NULL             10167 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             10171 librpc/gen_ndr/ndr_lsa.c 		if (r->in.auth_info == NULL) {
NULL             10178 librpc/gen_ndr/ndr_lsa.c 		if (r->out.trustdom_handle == NULL) {
NULL             10275 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10281 librpc/gen_ndr/ndr_lsa.c 		if (r->out.handle == NULL) {
NULL             10351 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10358 librpc/gen_ndr/ndr_lsa.c 		if (r->out.info == NULL) {
NULL             10401 librpc/gen_ndr/ndr_lsa.c 			*r->out.info = NULL;
NULL             10455 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10490 librpc/gen_ndr/ndr_lsa.c 			r->in.info = NULL;
NULL             10542 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10550 librpc/gen_ndr/ndr_lsa.c 		if (r->out.trustdom_handle == NULL) {
NULL             10666 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10670 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             10674 librpc/gen_ndr/ndr_lsa.c 		if (r->in.names == NULL) {
NULL             10679 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             10687 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             10694 librpc/gen_ndr/ndr_lsa.c 		if (r->out.names == NULL) {
NULL             10698 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             10767 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             10856 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             10868 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             10873 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             10881 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             10888 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             10892 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             10973 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             11020 librpc/gen_ndr/ndr_lsa.c 			char *idx_0=NULL;
NULL             11069 librpc/gen_ndr/ndr_lsa.c 		if (r->in.policy_handle == NULL) {
NULL             11073 librpc/gen_ndr/ndr_lsa.c 		if (r->in.info == NULL) {
NULL             11077 librpc/gen_ndr/ndr_lsa.c 		if (r->in.auth_info == NULL) {
NULL             11084 librpc/gen_ndr/ndr_lsa.c 		if (r->out.trustdom_handle == NULL) {
NULL             11510 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             11522 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             11527 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             11535 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             11542 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             11546 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             11627 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             11674 librpc/gen_ndr/ndr_lsa.c 			char *idx_0=NULL;
NULL             11887 librpc/gen_ndr/ndr_lsa.c 		if (r->in.handle == NULL) {
NULL             11891 librpc/gen_ndr/ndr_lsa.c 		if (r->in.trusted_domain_name == NULL) {
NULL             11898 librpc/gen_ndr/ndr_lsa.c 		if (r->out.forest_trust_info == NULL) {
NULL             11948 librpc/gen_ndr/ndr_lsa.c 			*r->out.forest_trust_info = NULL;
NULL             12086 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             12090 librpc/gen_ndr/ndr_lsa.c 		if (r->in.names == NULL) {
NULL             12095 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             12103 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             12110 librpc/gen_ndr/ndr_lsa.c 		if (r->out.names == NULL) {
NULL             12114 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             12175 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             12268 librpc/gen_ndr/ndr_lsa.c 		if (r->in.sids == NULL) {
NULL             12273 librpc/gen_ndr/ndr_lsa.c 		if (r->in.count == NULL) {
NULL             12281 librpc/gen_ndr/ndr_lsa.c 		if (r->out.domains == NULL) {
NULL             12288 librpc/gen_ndr/ndr_lsa.c 		if (r->out.sids == NULL) {
NULL             12292 librpc/gen_ndr/ndr_lsa.c 		if (r->out.count == NULL) {
NULL             12365 librpc/gen_ndr/ndr_lsa.c 			*r->out.domains = NULL;
NULL             12408 librpc/gen_ndr/ndr_lsa.c 			char *idx_0=NULL;
NULL             13275 librpc/gen_ndr/ndr_lsa.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              123 librpc/gen_ndr/ndr_misc.c 	const char *val = NULL;
NULL               55 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL               96 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL              120 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL              272 librpc/gen_ndr/ndr_nbt.c 		char *idx_0=NULL;
NULL              454 librpc/gen_ndr/ndr_nbt.c 		char *idx_0=NULL;
NULL              757 librpc/gen_ndr/ndr_nbt.c 			char *idx_0=NULL;
NULL              767 librpc/gen_ndr/ndr_nbt.c 			char *idx_0=NULL;
NULL              777 librpc/gen_ndr/ndr_nbt.c 			char *idx_0=NULL;
NULL              787 librpc/gen_ndr/ndr_nbt.c 			char *idx_0=NULL;
NULL              816 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL              870 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL             1282 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL             1671 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL             2388 librpc/gen_ndr/ndr_nbt.c 		char *idx_0=NULL;
NULL             2578 librpc/gen_ndr/ndr_nbt.c 	const char *val = NULL;
NULL             2837 librpc/gen_ndr/ndr_nbt.c 		char *idx_0=NULL;
NULL               77 librpc/gen_ndr/ndr_netlogon.c 			r->account_name = NULL;
NULL               94 librpc/gen_ndr/ndr_netlogon.c 			r->computer = NULL;
NULL              100 librpc/gen_ndr/ndr_netlogon.c 			r->domain = NULL;
NULL              106 librpc/gen_ndr/ndr_netlogon.c 			r->script_path = NULL;
NULL              433 librpc/gen_ndr/ndr_netlogon.c 				r->data = NULL;
NULL              582 librpc/gen_ndr/ndr_netlogon.c 				r->data = NULL;
NULL              642 librpc/gen_ndr/ndr_netlogon.c 	const char *val = NULL;
NULL              766 librpc/gen_ndr/ndr_netlogon.c 					r->password = NULL;
NULL              776 librpc/gen_ndr/ndr_netlogon.c 					r->network = NULL;
NULL              786 librpc/gen_ndr/ndr_netlogon.c 					r->password = NULL;
NULL              796 librpc/gen_ndr/ndr_netlogon.c 					r->generic = NULL;
NULL              806 librpc/gen_ndr/ndr_netlogon.c 					r->password = NULL;
NULL              816 librpc/gen_ndr/ndr_netlogon.c 					r->network = NULL;
NULL              826 librpc/gen_ndr/ndr_netlogon.c 					r->password = NULL;
NULL             1184 librpc/gen_ndr/ndr_netlogon.c 			r->domain_sid = NULL;
NULL             1249 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             1316 librpc/gen_ndr/ndr_netlogon.c 			r->sid = NULL;
NULL             1383 librpc/gen_ndr/ndr_netlogon.c 			r->sids = NULL;
NULL             1424 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             1483 librpc/gen_ndr/ndr_netlogon.c 			r->sids = NULL;
NULL             1532 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             1546 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             1611 librpc/gen_ndr/ndr_netlogon.c 			r->pac = NULL;
NULL             1621 librpc/gen_ndr/ndr_netlogon.c 			r->auth = NULL;
NULL             1692 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             1741 librpc/gen_ndr/ndr_netlogon.c 				r->data = NULL;
NULL             1873 librpc/gen_ndr/ndr_netlogon.c 					r->sam2 = NULL;
NULL             1883 librpc/gen_ndr/ndr_netlogon.c 					r->sam3 = NULL;
NULL             1893 librpc/gen_ndr/ndr_netlogon.c 					r->pac = NULL;
NULL             1903 librpc/gen_ndr/ndr_netlogon.c 					r->generic = NULL;
NULL             1913 librpc/gen_ndr/ndr_netlogon.c 					r->sam6 = NULL;
NULL             2148 librpc/gen_ndr/ndr_netlogon.c 			r->account_name = NULL;
NULL             2434 librpc/gen_ndr/ndr_netlogon.c 				r->SensitiveData = NULL;
NULL             2942 librpc/gen_ndr/ndr_netlogon.c 			r->rids = NULL;
NULL             2948 librpc/gen_ndr/ndr_netlogon.c 			r->attribs = NULL;
NULL             3005 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3020 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3265 librpc/gen_ndr/ndr_netlogon.c 			r->eventauditoptions = NULL;
NULL             3272 librpc/gen_ndr/ndr_netlogon.c 			r->sid = NULL;
NULL             3336 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3421 librpc/gen_ndr/ndr_netlogon.c 			r->controller_names = NULL;
NULL             3477 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3595 librpc/gen_ndr/ndr_netlogon.c 			r->privilege_attrib = NULL;
NULL             3601 librpc/gen_ndr/ndr_netlogon.c 			r->privilege_name = NULL;
NULL             3675 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3690 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             3805 librpc/gen_ndr/ndr_netlogon.c 			r->cipher_data = NULL;
NULL             3945 librpc/gen_ndr/ndr_netlogon.c 	const char *val = NULL;
NULL             4226 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             4236 librpc/gen_ndr/ndr_netlogon.c 					r->group = NULL;
NULL             4249 librpc/gen_ndr/ndr_netlogon.c 					r->rename_group = NULL;
NULL             4259 librpc/gen_ndr/ndr_netlogon.c 					r->user = NULL;
NULL             4272 librpc/gen_ndr/ndr_netlogon.c 					r->rename_user = NULL;
NULL             4282 librpc/gen_ndr/ndr_netlogon.c 					r->group_member = NULL;
NULL             4292 librpc/gen_ndr/ndr_netlogon.c 					r->alias = NULL;
NULL             4305 librpc/gen_ndr/ndr_netlogon.c 					r->rename_alias = NULL;
NULL             4315 librpc/gen_ndr/ndr_netlogon.c 					r->alias_member = NULL;
NULL             4325 librpc/gen_ndr/ndr_netlogon.c 					r->policy = NULL;
NULL             4335 librpc/gen_ndr/ndr_netlogon.c 					r->trusted_domain = NULL;
NULL             4349 librpc/gen_ndr/ndr_netlogon.c 					r->account = NULL;
NULL             4363 librpc/gen_ndr/ndr_netlogon.c 					r->secret = NULL;
NULL             4377 librpc/gen_ndr/ndr_netlogon.c 					r->delete_group = NULL;
NULL             4387 librpc/gen_ndr/ndr_netlogon.c 					r->delete_user = NULL;
NULL             4397 librpc/gen_ndr/ndr_netlogon.c 					r->modified_count = NULL;
NULL             5019 librpc/gen_ndr/ndr_netlogon.c 					r->sid = NULL;
NULL             5029 librpc/gen_ndr/ndr_netlogon.c 					r->sid = NULL;
NULL             5039 librpc/gen_ndr/ndr_netlogon.c 					r->sid = NULL;
NULL             5049 librpc/gen_ndr/ndr_netlogon.c 					r->sid = NULL;
NULL             5059 librpc/gen_ndr/ndr_netlogon.c 					r->sid = NULL;
NULL             5069 librpc/gen_ndr/ndr_netlogon.c 					r->name = NULL;
NULL             5079 librpc/gen_ndr/ndr_netlogon.c 					r->name = NULL;
NULL             5441 librpc/gen_ndr/ndr_netlogon.c 			r->delta_enum = NULL;
NULL             5480 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             5672 librpc/gen_ndr/ndr_netlogon.c 			r->trusted_dc_name = NULL;
NULL             5793 librpc/gen_ndr/ndr_netlogon.c 			r->trusted_dc_name = NULL;
NULL             5799 librpc/gen_ndr/ndr_netlogon.c 			r->trusted_domain_name = NULL;
NULL             5931 librpc/gen_ndr/ndr_netlogon.c 					r->info1 = NULL;
NULL             5941 librpc/gen_ndr/ndr_netlogon.c 					r->info2 = NULL;
NULL             5951 librpc/gen_ndr/ndr_netlogon.c 					r->info3 = NULL;
NULL             5961 librpc/gen_ndr/ndr_netlogon.c 					r->info4 = NULL;
NULL             6077 librpc/gen_ndr/ndr_netlogon.c 	const char *val = NULL;
NULL             6224 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             6234 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             6244 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             6254 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             6264 librpc/gen_ndr/ndr_netlogon.c 					r->domain = NULL;
NULL             6274 librpc/gen_ndr/ndr_netlogon.c 					r->user = NULL;
NULL             6714 librpc/gen_ndr/ndr_netlogon.c 			r->data = NULL;
NULL             6803 librpc/gen_ndr/ndr_netlogon.c 	const char *val = NULL;
NULL             6923 librpc/gen_ndr/ndr_netlogon.c 			r->dc_unc = NULL;
NULL             6929 librpc/gen_ndr/ndr_netlogon.c 			r->dc_address = NULL;
NULL             6937 librpc/gen_ndr/ndr_netlogon.c 			r->domain_name = NULL;
NULL             6943 librpc/gen_ndr/ndr_netlogon.c 			r->forest_name = NULL;
NULL             6950 librpc/gen_ndr/ndr_netlogon.c 			r->dc_site_name = NULL;
NULL             6956 librpc/gen_ndr/ndr_netlogon.c 			r->client_site_name = NULL;
NULL             7272 librpc/gen_ndr/ndr_netlogon.c 			r->workstation_domain = NULL;
NULL             7278 librpc/gen_ndr/ndr_netlogon.c 			r->workstation_site = NULL;
NULL             7284 librpc/gen_ndr/ndr_netlogon.c 			r->unknown1 = NULL;
NULL             7290 librpc/gen_ndr/ndr_netlogon.c 			r->unknown2 = NULL;
NULL             7296 librpc/gen_ndr/ndr_netlogon.c 			r->unknown3 = NULL;
NULL             7302 librpc/gen_ndr/ndr_netlogon.c 			r->unknown4 = NULL;
NULL             7443 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             7511 librpc/gen_ndr/ndr_netlogon.c 					r->query1 = NULL;
NULL             7521 librpc/gen_ndr/ndr_netlogon.c 					r->query1 = NULL;
NULL             7661 librpc/gen_ndr/ndr_netlogon.c 			r->info = NULL;
NULL             7740 librpc/gen_ndr/ndr_netlogon.c 			r->sid = NULL;
NULL             7788 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             7798 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             7835 librpc/gen_ndr/ndr_netlogon.c 			r->policy = NULL;
NULL             7948 librpc/gen_ndr/ndr_netlogon.c 			r->trusts = NULL;
NULL             8006 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8020 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             8032 librpc/gen_ndr/ndr_netlogon.c 		char *idx_0=NULL;
NULL             8101 librpc/gen_ndr/ndr_netlogon.c 					r->info1 = NULL;
NULL             8111 librpc/gen_ndr/ndr_netlogon.c 					r->info2 = NULL;
NULL             8258 librpc/gen_ndr/ndr_netlogon.c 			r->sitename = NULL;
NULL             8297 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8335 librpc/gen_ndr/ndr_netlogon.c 			r->buffer = NULL;
NULL             8385 librpc/gen_ndr/ndr_netlogon.c 	const char *val = NULL;
NULL             8471 librpc/gen_ndr/ndr_netlogon.c 			r->netbios_name = NULL;
NULL             8477 librpc/gen_ndr/ndr_netlogon.c 			r->dns_name = NULL;
NULL             8487 librpc/gen_ndr/ndr_netlogon.c 			r->sid = NULL;
NULL             8591 librpc/gen_ndr/ndr_netlogon.c 			r->array = NULL;
NULL             8630 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8692 librpc/gen_ndr/ndr_netlogon.c 			r->sitename = NULL;
NULL             8698 librpc/gen_ndr/ndr_netlogon.c 			r->subnetname = NULL;
NULL             8757 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8772 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8819 librpc/gen_ndr/ndr_netlogon.c 			r->sites = NULL;
NULL             8858 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8918 librpc/gen_ndr/ndr_netlogon.c 			r->data = NULL;
NULL             8925 librpc/gen_ndr/ndr_netlogon.c 			r->entries = NULL;
NULL             8981 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             8997 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             9029 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             9055 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9096 librpc/gen_ndr/ndr_netlogon.c 			*r->out.info = NULL;
NULL             9168 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             9189 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9292 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.logon == NULL) {
NULL             9304 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.validation == NULL) {
NULL             9309 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.authoritative == NULL) {
NULL             9338 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9356 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             9374 librpc/gen_ndr/ndr_netlogon.c 			r->in.credential = NULL;
NULL             9386 librpc/gen_ndr/ndr_netlogon.c 			r->in.return_authenticator = NULL;
NULL             9414 librpc/gen_ndr/ndr_netlogon.c 			r->out.return_authenticator = NULL;
NULL             9565 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9583 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             9601 librpc/gen_ndr/ndr_netlogon.c 			r->in.credential = NULL;
NULL             9613 librpc/gen_ndr/ndr_netlogon.c 			r->in.return_authenticator = NULL;
NULL             9630 librpc/gen_ndr/ndr_netlogon.c 			r->out.return_authenticator = NULL;
NULL             9711 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credentials == NULL) {
NULL             9717 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_credentials == NULL) {
NULL             9739 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9838 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credentials == NULL) {
NULL             9844 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_credentials == NULL) {
NULL             9866 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             9975 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             9979 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.new_password == NULL) {
NULL             9985 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             10008 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             10120 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             10124 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             10129 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.sequence_num == NULL) {
NULL             10136 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             10140 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.sequence_num == NULL) {
NULL             10144 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.delta_enum_array == NULL) {
NULL             10235 librpc/gen_ndr/ndr_netlogon.c 			*r->out.delta_enum_array = NULL;
NULL             10314 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             10318 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             10323 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.sync_context == NULL) {
NULL             10330 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             10334 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.sync_context == NULL) {
NULL             10338 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.delta_enum_array == NULL) {
NULL             10429 librpc/gen_ndr/ndr_netlogon.c 			*r->out.delta_enum_array = NULL;
NULL             10512 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             10522 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             10526 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.buffer == NULL) {
NULL             10535 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.count_returned == NULL) {
NULL             10539 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.total_entries == NULL) {
NULL             10543 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.recordid == NULL) {
NULL             10568 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             10730 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             10737 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.recordid == NULL) {
NULL             10743 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             10747 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.buffer == NULL) {
NULL             10756 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.count_returned == NULL) {
NULL             10760 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.total_entries == NULL) {
NULL             10764 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.next_reference == NULL) {
NULL             10768 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.recordid == NULL) {
NULL             10794 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             10979 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.dcname == NULL) {
NULL             11015 librpc/gen_ndr/ndr_netlogon.c 			r->in.domainname = NULL;
NULL             11042 librpc/gen_ndr/ndr_netlogon.c 			*r->out.dcname = NULL;
NULL             11113 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             11135 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             11221 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.dcname == NULL) {
NULL             11252 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             11270 librpc/gen_ndr/ndr_netlogon.c 			r->in.domainname = NULL;
NULL             11297 librpc/gen_ndr/ndr_netlogon.c 			*r->out.dcname = NULL;
NULL             11371 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.data == NULL) {
NULL             11378 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.query == NULL) {
NULL             11401 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             11500 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credentials == NULL) {
NULL             11504 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.negotiate_flags == NULL) {
NULL             11510 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_credentials == NULL) {
NULL             11514 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.negotiate_flags == NULL) {
NULL             11537 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             11662 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             11666 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             11672 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.sync_context == NULL) {
NULL             11679 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             11683 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.sync_context == NULL) {
NULL             11687 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.delta_enum_array == NULL) {
NULL             11779 librpc/gen_ndr/ndr_netlogon.c 			*r->out.delta_enum_array = NULL;
NULL             11859 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             11863 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             11876 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             11880 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.delta_enum_array == NULL) {
NULL             11959 librpc/gen_ndr/ndr_netlogon.c 			*r->out.delta_enum_array = NULL;
NULL             12031 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.data == NULL) {
NULL             12038 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.query == NULL) {
NULL             12061 librpc/gen_ndr/ndr_netlogon.c 			r->in.logon_server = NULL;
NULL             12153 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.trusted_domains_blob == NULL) {
NULL             12174 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             12263 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             12295 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_unc = NULL;
NULL             12313 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_name = NULL;
NULL             12331 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_guid = NULL;
NULL             12343 librpc/gen_ndr/ndr_netlogon.c 			r->in.site_guid = NULL;
NULL             12365 librpc/gen_ndr/ndr_netlogon.c 			*r->out.info = NULL;
NULL             12448 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             12452 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             12459 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             12463 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.capabilities == NULL) {
NULL             12494 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             12655 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.rid == NULL) {
NULL             12678 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             12696 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_name = NULL;
NULL             12864 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credentials == NULL) {
NULL             12868 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.negotiate_flags == NULL) {
NULL             12874 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_credentials == NULL) {
NULL             12878 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.negotiate_flags == NULL) {
NULL             12882 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.rid == NULL) {
NULL             12906 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             13064 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             13096 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_unc = NULL;
NULL             13114 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_name = NULL;
NULL             13132 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_guid = NULL;
NULL             13144 librpc/gen_ndr/ndr_netlogon.c 			r->in.site_name = NULL;
NULL             13172 librpc/gen_ndr/ndr_netlogon.c 			*r->out.info = NULL;
NULL             13253 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.site == NULL) {
NULL             13282 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             13309 librpc/gen_ndr/ndr_netlogon.c 			*r->out.site = NULL;
NULL             13379 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             13383 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.return_authenticator == NULL) {
NULL             13392 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             13396 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             13427 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             13551 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             13555 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.new_password == NULL) {
NULL             13561 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             13584 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             13704 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             13710 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             13714 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.password == NULL) {
NULL             13737 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             13893 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.addresses == NULL) {
NULL             13905 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.ctr == NULL) {
NULL             13933 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             13980 librpc/gen_ndr/ndr_netlogon.c 			*r->out.ctr = NULL;
NULL             14017 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             14084 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.info == NULL) {
NULL             14118 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_unc = NULL;
NULL             14136 librpc/gen_ndr/ndr_netlogon.c 			r->in.client_account = NULL;
NULL             14155 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_name = NULL;
NULL             14173 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_guid = NULL;
NULL             14185 librpc/gen_ndr/ndr_netlogon.c 			r->in.site_name = NULL;
NULL             14213 librpc/gen_ndr/ndr_netlogon.c 			*r->out.info = NULL;
NULL             14342 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.dom_trust_list == NULL) {
NULL             14363 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             14436 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.addresses == NULL) {
NULL             14448 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.ctr == NULL) {
NULL             14476 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             14523 librpc/gen_ndr/ndr_netlogon.c 			*r->out.ctr = NULL;
NULL             14560 librpc/gen_ndr/ndr_netlogon.c 			char *idx_1=NULL;
NULL             14600 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.ctr == NULL) {
NULL             14626 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             14653 librpc/gen_ndr/ndr_netlogon.c 			*r->out.ctr = NULL;
NULL             14721 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.logon == NULL) {
NULL             14727 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.flags == NULL) {
NULL             14733 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.validation == NULL) {
NULL             14738 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.authoritative == NULL) {
NULL             14742 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.flags == NULL) {
NULL             14768 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             14786 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             14922 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.trusts == NULL) {
NULL             14943 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15031 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.dns_host == NULL) {
NULL             15060 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15078 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain = NULL;
NULL             15096 librpc/gen_ndr/ndr_netlogon.c 			r->in.domain_guid = NULL;
NULL             15108 librpc/gen_ndr/ndr_netlogon.c 			r->in.dsa_guid = NULL;
NULL             15198 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             15204 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             15208 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.password == NULL) {
NULL             15212 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.password2 == NULL) {
NULL             15236 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15372 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.forest_trust_info == NULL) {
NULL             15400 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15418 librpc/gen_ndr/ndr_netlogon.c 			r->in.trusted_domain_name = NULL;
NULL             15446 librpc/gen_ndr/ndr_netlogon.c 			*r->out.forest_trust_info = NULL;
NULL             15513 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.trusted_domain_name == NULL) {
NULL             15520 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             15527 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             15531 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.forest_trust_info == NULL) {
NULL             15559 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15610 librpc/gen_ndr/ndr_netlogon.c 			*r->out.forest_trust_info = NULL;
NULL             15699 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.logon == NULL) {
NULL             15705 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.flags == NULL) {
NULL             15715 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.validation == NULL) {
NULL             15720 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.authoritative == NULL) {
NULL             15724 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.flags == NULL) {
NULL             15754 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             15772 librpc/gen_ndr/ndr_netlogon.c 			r->in.computer_name = NULL;
NULL             15790 librpc/gen_ndr/ndr_netlogon.c 			r->in.credential = NULL;
NULL             15802 librpc/gen_ndr/ndr_netlogon.c 			r->in.return_authenticator = NULL;
NULL             15839 librpc/gen_ndr/ndr_netlogon.c 			r->out.return_authenticator = NULL;
NULL             15959 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.account_name == NULL) {
NULL             15967 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.computer_name == NULL) {
NULL             15974 librpc/gen_ndr/ndr_netlogon.c 		if (r->in.credential == NULL) {
NULL             15980 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.return_authenticator == NULL) {
NULL             15984 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.new_owf_password == NULL) {
NULL             15988 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.old_owf_password == NULL) {
NULL             15992 librpc/gen_ndr/ndr_netlogon.c 		if (r->out.trust_info == NULL) {
NULL             16022 librpc/gen_ndr/ndr_netlogon.c 			r->in.server_name = NULL;
NULL             16098 librpc/gen_ndr/ndr_netlogon.c 			*r->out.trust_info = NULL;
NULL             16550 librpc/gen_ndr/ndr_netlogon.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               13 librpc/gen_ndr/ndr_netlogon.h #define NDR_NETLOGON_HELPSTRING NULL
NULL               79 librpc/gen_ndr/ndr_ntsvcs.c 		char *idx_0=NULL;
NULL              177 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.version == NULL) {
NULL              359 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.devicepath == NULL) {
NULL              552 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.length == NULL) {
NULL              559 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.buffer == NULL) {
NULL              568 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.length == NULL) {
NULL              591 librpc/gen_ndr/ndr_ntsvcs.c 			r->in.filter = NULL;
NULL              683 librpc/gen_ndr/ndr_ntsvcs.c 			char *idx_1=NULL;
NULL              714 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.size == NULL) {
NULL              735 librpc/gen_ndr/ndr_ntsvcs.c 			r->in.devicename = NULL;
NULL              842 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.devicepath == NULL) {
NULL              850 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.reg_data_type == NULL) {
NULL              854 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.buffer_size == NULL) {
NULL              858 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.needed == NULL) {
NULL              865 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.reg_data_type == NULL) {
NULL              869 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.buffer == NULL) {
NULL              876 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.buffer_size == NULL) {
NULL              880 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.needed == NULL) {
NULL             2103 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.devicepath == NULL) {
NULL             2111 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.profile_flags == NULL) {
NULL             2130 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.profile_flags == NULL) {
NULL             2186 librpc/gen_ndr/ndr_ntsvcs.c 			r->in.veto_type = NULL;
NULL             2198 librpc/gen_ndr/ndr_ntsvcs.c 			r->in.unknown5 = NULL;
NULL             2229 librpc/gen_ndr/ndr_ntsvcs.c 			r->out.veto_type = NULL;
NULL             2241 librpc/gen_ndr/ndr_ntsvcs.c 			r->out.unknown5a = NULL;
NULL             2250 librpc/gen_ndr/ndr_ntsvcs.c 				*r->out.unknown5a = NULL;
NULL             2341 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->in.info == NULL) {
NULL             2349 librpc/gen_ndr/ndr_ntsvcs.c 		if (r->out.info == NULL) {
NULL             3886 librpc/gen_ndr/ndr_ntsvcs.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               25 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL               51 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL              315 librpc/gen_ndr/ndr_samr.c 			r->entries = NULL;
NULL              354 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL              382 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL              436 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             1201 librpc/gen_ndr/ndr_samr.c 			r->ids = NULL;
NULL             1237 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             1366 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             1575 librpc/gen_ndr/ndr_samr.c 			r->rids = NULL;
NULL             1581 librpc/gen_ndr/ndr_samr.c 			r->types = NULL;
NULL             1634 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             1649 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             1717 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             1972 librpc/gen_ndr/ndr_samr.c 				r->bits = NULL;
NULL             2865 librpc/gen_ndr/ndr_samr.c 			r->buffer = NULL;
NULL             3751 librpc/gen_ndr/ndr_samr.c 			r->rids = NULL;
NULL             3787 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             3885 librpc/gen_ndr/ndr_samr.c 			r->entries = NULL;
NULL             3924 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             4017 librpc/gen_ndr/ndr_samr.c 			r->entries = NULL;
NULL             4056 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             4149 librpc/gen_ndr/ndr_samr.c 			r->entries = NULL;
NULL             4188 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             4270 librpc/gen_ndr/ndr_samr.c 			r->entries = NULL;
NULL             4309 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             4525 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             4720 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             4746 librpc/gen_ndr/ndr_samr.c 	const char *val = NULL;
NULL             4789 librpc/gen_ndr/ndr_samr.c 			r->data = NULL;
NULL             4867 librpc/gen_ndr/ndr_samr.c 			r->pwd_history = NULL;
NULL             4911 librpc/gen_ndr/ndr_samr.c 			char *idx_1=NULL;
NULL             5336 librpc/gen_ndr/ndr_samr.c 		if (r->out.connect_handle == NULL) {
NULL             5357 librpc/gen_ndr/ndr_samr.c 			r->in.system_name = NULL;
NULL             5417 librpc/gen_ndr/ndr_samr.c 		if (r->in.handle == NULL) {
NULL             5423 librpc/gen_ndr/ndr_samr.c 		if (r->out.handle == NULL) {
NULL             5493 librpc/gen_ndr/ndr_samr.c 		if (r->in.handle == NULL) {
NULL             5498 librpc/gen_ndr/ndr_samr.c 		if (r->in.sdbuf == NULL) {
NULL             5569 librpc/gen_ndr/ndr_samr.c 		if (r->in.handle == NULL) {
NULL             5576 librpc/gen_ndr/ndr_samr.c 		if (r->out.sdbuf == NULL) {
NULL             5618 librpc/gen_ndr/ndr_samr.c 			*r->out.sdbuf = NULL;
NULL             5670 librpc/gen_ndr/ndr_samr.c 		if (r->in.connect_handle == NULL) {
NULL             5727 librpc/gen_ndr/ndr_samr.c 		if (r->in.connect_handle == NULL) {
NULL             5731 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_name == NULL) {
NULL             5737 librpc/gen_ndr/ndr_samr.c 		if (r->out.sid == NULL) {
NULL             5786 librpc/gen_ndr/ndr_samr.c 			*r->out.sid = NULL;
NULL             5841 librpc/gen_ndr/ndr_samr.c 		if (r->in.connect_handle == NULL) {
NULL             5845 librpc/gen_ndr/ndr_samr.c 		if (r->in.resume_handle == NULL) {
NULL             5852 librpc/gen_ndr/ndr_samr.c 		if (r->out.resume_handle == NULL) {
NULL             5856 librpc/gen_ndr/ndr_samr.c 		if (r->out.sam == NULL) {
NULL             5863 librpc/gen_ndr/ndr_samr.c 		if (r->out.num_entries == NULL) {
NULL             5922 librpc/gen_ndr/ndr_samr.c 			*r->out.sam = NULL;
NULL             5993 librpc/gen_ndr/ndr_samr.c 		if (r->in.connect_handle == NULL) {
NULL             5998 librpc/gen_ndr/ndr_samr.c 		if (r->in.sid == NULL) {
NULL             6004 librpc/gen_ndr/ndr_samr.c 		if (r->out.domain_handle == NULL) {
NULL             6089 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6096 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             6139 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             6193 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6198 librpc/gen_ndr/ndr_samr.c 		if (r->in.info == NULL) {
NULL             6272 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6276 librpc/gen_ndr/ndr_samr.c 		if (r->in.name == NULL) {
NULL             6283 librpc/gen_ndr/ndr_samr.c 		if (r->out.group_handle == NULL) {
NULL             6287 librpc/gen_ndr/ndr_samr.c 		if (r->out.rid == NULL) {
NULL             6386 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6390 librpc/gen_ndr/ndr_samr.c 		if (r->in.resume_handle == NULL) {
NULL             6397 librpc/gen_ndr/ndr_samr.c 		if (r->out.resume_handle == NULL) {
NULL             6401 librpc/gen_ndr/ndr_samr.c 		if (r->out.sam == NULL) {
NULL             6408 librpc/gen_ndr/ndr_samr.c 		if (r->out.num_entries == NULL) {
NULL             6467 librpc/gen_ndr/ndr_samr.c 			*r->out.sam = NULL;
NULL             6538 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6542 librpc/gen_ndr/ndr_samr.c 		if (r->in.account_name == NULL) {
NULL             6549 librpc/gen_ndr/ndr_samr.c 		if (r->out.user_handle == NULL) {
NULL             6553 librpc/gen_ndr/ndr_samr.c 		if (r->out.rid == NULL) {
NULL             6652 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6656 librpc/gen_ndr/ndr_samr.c 		if (r->in.resume_handle == NULL) {
NULL             6664 librpc/gen_ndr/ndr_samr.c 		if (r->out.resume_handle == NULL) {
NULL             6668 librpc/gen_ndr/ndr_samr.c 		if (r->out.sam == NULL) {
NULL             6675 librpc/gen_ndr/ndr_samr.c 		if (r->out.num_entries == NULL) {
NULL             6735 librpc/gen_ndr/ndr_samr.c 			*r->out.sam = NULL;
NULL             6807 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6811 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_name == NULL) {
NULL             6818 librpc/gen_ndr/ndr_samr.c 		if (r->out.alias_handle == NULL) {
NULL             6822 librpc/gen_ndr/ndr_samr.c 		if (r->out.rid == NULL) {
NULL             6921 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             6925 librpc/gen_ndr/ndr_samr.c 		if (r->in.resume_handle == NULL) {
NULL             6932 librpc/gen_ndr/ndr_samr.c 		if (r->out.resume_handle == NULL) {
NULL             6936 librpc/gen_ndr/ndr_samr.c 		if (r->out.sam == NULL) {
NULL             6943 librpc/gen_ndr/ndr_samr.c 		if (r->out.num_entries == NULL) {
NULL             7002 librpc/gen_ndr/ndr_samr.c 			*r->out.sam = NULL;
NULL             7073 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             7077 librpc/gen_ndr/ndr_samr.c 		if (r->in.sids == NULL) {
NULL             7083 librpc/gen_ndr/ndr_samr.c 		if (r->out.rids == NULL) {
NULL             7167 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             7183 librpc/gen_ndr/ndr_samr.c 		if (r->out.rids == NULL) {
NULL             7187 librpc/gen_ndr/ndr_samr.c 		if (r->out.types == NULL) {
NULL             7282 librpc/gen_ndr/ndr_samr.c 			char *idx_0=NULL;
NULL             7312 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             7325 librpc/gen_ndr/ndr_samr.c 		if (r->out.names == NULL) {
NULL             7329 librpc/gen_ndr/ndr_samr.c 		if (r->out.types == NULL) {
NULL             7421 librpc/gen_ndr/ndr_samr.c 			char *idx_0=NULL;
NULL             7450 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             7458 librpc/gen_ndr/ndr_samr.c 		if (r->out.group_handle == NULL) {
NULL             7533 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7540 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             7583 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             7637 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7642 librpc/gen_ndr/ndr_samr.c 		if (r->in.info == NULL) {
NULL             7716 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7779 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7785 librpc/gen_ndr/ndr_samr.c 		if (r->out.group_handle == NULL) {
NULL             7855 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7915 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             7921 librpc/gen_ndr/ndr_samr.c 		if (r->out.rids == NULL) {
NULL             7962 librpc/gen_ndr/ndr_samr.c 			*r->out.rids = NULL;
NULL             8013 librpc/gen_ndr/ndr_samr.c 		if (r->in.group_handle == NULL) {
NULL             8076 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             8084 librpc/gen_ndr/ndr_samr.c 		if (r->out.alias_handle == NULL) {
NULL             8159 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8166 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             8209 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             8263 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8268 librpc/gen_ndr/ndr_samr.c 		if (r->in.info == NULL) {
NULL             8342 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8348 librpc/gen_ndr/ndr_samr.c 		if (r->out.alias_handle == NULL) {
NULL             8418 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8422 librpc/gen_ndr/ndr_samr.c 		if (r->in.sid == NULL) {
NULL             8491 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8495 librpc/gen_ndr/ndr_samr.c 		if (r->in.sid == NULL) {
NULL             8564 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             8570 librpc/gen_ndr/ndr_samr.c 		if (r->out.sids == NULL) {
NULL             8641 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             8649 librpc/gen_ndr/ndr_samr.c 		if (r->out.user_handle == NULL) {
NULL             8724 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             8730 librpc/gen_ndr/ndr_samr.c 		if (r->out.user_handle == NULL) {
NULL             8800 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             8807 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             8850 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             8904 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             8909 librpc/gen_ndr/ndr_samr.c 		if (r->in.info == NULL) {
NULL             8983 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             9050 librpc/gen_ndr/ndr_samr.c 			r->in.old_lm_crypted = NULL;
NULL             9062 librpc/gen_ndr/ndr_samr.c 			r->in.new_lm_crypted = NULL;
NULL             9075 librpc/gen_ndr/ndr_samr.c 			r->in.old_nt_crypted = NULL;
NULL             9087 librpc/gen_ndr/ndr_samr.c 			r->in.new_nt_crypted = NULL;
NULL             9100 librpc/gen_ndr/ndr_samr.c 			r->in.nt_cross = NULL;
NULL             9113 librpc/gen_ndr/ndr_samr.c 			r->in.lm_cross = NULL;
NULL             9196 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             9202 librpc/gen_ndr/ndr_samr.c 		if (r->out.rids == NULL) {
NULL             9243 librpc/gen_ndr/ndr_samr.c 			*r->out.rids = NULL;
NULL             9294 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             9304 librpc/gen_ndr/ndr_samr.c 		if (r->out.total_size == NULL) {
NULL             9308 librpc/gen_ndr/ndr_samr.c 		if (r->out.returned_size == NULL) {
NULL             9312 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             9422 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             9427 librpc/gen_ndr/ndr_samr.c 		if (r->in.name == NULL) {
NULL             9433 librpc/gen_ndr/ndr_samr.c 		if (r->out.idx == NULL) {
NULL             9518 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             9575 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             9632 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             9638 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             9709 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             9713 librpc/gen_ndr/ndr_samr.c 		if (r->in.sid == NULL) {
NULL             9782 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             9789 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             9832 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             9886 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             9893 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             9936 librpc/gen_ndr/ndr_samr.c 			*r->out.info = NULL;
NULL             9990 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             10000 librpc/gen_ndr/ndr_samr.c 		if (r->out.total_size == NULL) {
NULL             10004 librpc/gen_ndr/ndr_samr.c 		if (r->out.returned_size == NULL) {
NULL             10008 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             10118 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             10123 librpc/gen_ndr/ndr_samr.c 		if (r->in.name == NULL) {
NULL             10129 librpc/gen_ndr/ndr_samr.c 		if (r->out.idx == NULL) {
NULL             10214 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             10218 librpc/gen_ndr/ndr_samr.c 		if (r->in.account_name == NULL) {
NULL             10226 librpc/gen_ndr/ndr_samr.c 		if (r->out.user_handle == NULL) {
NULL             10230 librpc/gen_ndr/ndr_samr.c 		if (r->out.access_granted == NULL) {
NULL             10234 librpc/gen_ndr/ndr_samr.c 		if (r->out.rid == NULL) {
NULL             10349 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             10359 librpc/gen_ndr/ndr_samr.c 		if (r->out.total_size == NULL) {
NULL             10363 librpc/gen_ndr/ndr_samr.c 		if (r->out.returned_size == NULL) {
NULL             10367 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             10477 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             10481 librpc/gen_ndr/ndr_samr.c 		if (r->in.sids == NULL) {
NULL             10550 librpc/gen_ndr/ndr_samr.c 		if (r->in.alias_handle == NULL) {
NULL             10554 librpc/gen_ndr/ndr_samr.c 		if (r->in.sids == NULL) {
NULL             10627 librpc/gen_ndr/ndr_samr.c 		if (r->in.account == NULL) {
NULL             10660 librpc/gen_ndr/ndr_samr.c 			r->in.server = NULL;
NULL             10679 librpc/gen_ndr/ndr_samr.c 			r->in.password = NULL;
NULL             10691 librpc/gen_ndr/ndr_samr.c 			r->in.hash = NULL;
NULL             10756 librpc/gen_ndr/ndr_samr.c 		if (r->in.account == NULL) {
NULL             10802 librpc/gen_ndr/ndr_samr.c 			r->in.server = NULL;
NULL             10821 librpc/gen_ndr/ndr_samr.c 			r->in.nt_password = NULL;
NULL             10833 librpc/gen_ndr/ndr_samr.c 			r->in.nt_verifier = NULL;
NULL             10846 librpc/gen_ndr/ndr_samr.c 			r->in.lm_password = NULL;
NULL             10858 librpc/gen_ndr/ndr_samr.c 			r->in.lm_verifier = NULL;
NULL             10938 librpc/gen_ndr/ndr_samr.c 		if (r->out.info == NULL) {
NULL             10959 librpc/gen_ndr/ndr_samr.c 			r->in.domain_name = NULL;
NULL             11027 librpc/gen_ndr/ndr_samr.c 		if (r->out.connect_handle == NULL) {
NULL             11048 librpc/gen_ndr/ndr_samr.c 			r->in.system_name = NULL;
NULL             11114 librpc/gen_ndr/ndr_samr.c 		if (r->in.user_handle == NULL) {
NULL             11119 librpc/gen_ndr/ndr_samr.c 		if (r->in.info == NULL) {
NULL             11193 librpc/gen_ndr/ndr_samr.c 		if (r->in.connect_handle == NULL) {
NULL             11259 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             11265 librpc/gen_ndr/ndr_samr.c 		if (r->out.unknown == NULL) {
NULL             11347 librpc/gen_ndr/ndr_samr.c 		if (r->out.connect_handle == NULL) {
NULL             11368 librpc/gen_ndr/ndr_samr.c 			r->in.system_name = NULL;
NULL             11447 librpc/gen_ndr/ndr_samr.c 		if (r->out.connect_handle == NULL) {
NULL             11468 librpc/gen_ndr/ndr_samr.c 			r->in.system_name = NULL;
NULL             11540 librpc/gen_ndr/ndr_samr.c 		if (r->in.account == NULL) {
NULL             11567 librpc/gen_ndr/ndr_samr.c 		if (r->out.dominfo == NULL) {
NULL             11574 librpc/gen_ndr/ndr_samr.c 		if (r->out.reject == NULL) {
NULL             11614 librpc/gen_ndr/ndr_samr.c 			r->in.server = NULL;
NULL             11633 librpc/gen_ndr/ndr_samr.c 			r->in.nt_password = NULL;
NULL             11645 librpc/gen_ndr/ndr_samr.c 			r->in.nt_verifier = NULL;
NULL             11658 librpc/gen_ndr/ndr_samr.c 			r->in.lm_password = NULL;
NULL             11670 librpc/gen_ndr/ndr_samr.c 			r->in.lm_verifier = NULL;
NULL             11682 librpc/gen_ndr/ndr_samr.c 			r->in.password3 = NULL;
NULL             11705 librpc/gen_ndr/ndr_samr.c 			*r->out.dominfo = NULL;
NULL             11723 librpc/gen_ndr/ndr_samr.c 			*r->out.reject = NULL;
NULL             11829 librpc/gen_ndr/ndr_samr.c 		if (r->in.info_in == NULL) {
NULL             11836 librpc/gen_ndr/ndr_samr.c 		if (r->out.level_out == NULL) {
NULL             11840 librpc/gen_ndr/ndr_samr.c 		if (r->out.info_out == NULL) {
NULL             11845 librpc/gen_ndr/ndr_samr.c 		if (r->out.connect_handle == NULL) {
NULL             11869 librpc/gen_ndr/ndr_samr.c 			r->in.system_name = NULL;
NULL             11978 librpc/gen_ndr/ndr_samr.c 		if (r->in.domain_handle == NULL) {
NULL             11985 librpc/gen_ndr/ndr_samr.c 		if (r->out.sid == NULL) {
NULL             12027 librpc/gen_ndr/ndr_samr.c 			*r->out.sid = NULL;
NULL             12106 librpc/gen_ndr/ndr_samr.c 			r->in.name = NULL;
NULL             12119 librpc/gen_ndr/ndr_samr.c 			r->in.hash = NULL;
NULL             12172 librpc/gen_ndr/ndr_samr.c 		if (r->in.req == NULL) {
NULL             12179 librpc/gen_ndr/ndr_samr.c 		if (r->out.rep == NULL) {
NULL             12223 librpc/gen_ndr/ndr_samr.c 			*r->out.rep = NULL;
NULL             12820 librpc/gen_ndr/ndr_samr.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               12 librpc/gen_ndr/ndr_samr.h #define NDR_SAMR_HELPSTRING NULL
NULL               52 librpc/gen_ndr/ndr_security.c 	const char *val = NULL;
NULL              463 librpc/gen_ndr/ndr_security.c 	const char *val = NULL;
NULL              534 librpc/gen_ndr/ndr_security.c 		char *idx_0=NULL;
NULL              560 librpc/gen_ndr/ndr_security.c 	const char *val = NULL;
NULL              664 librpc/gen_ndr/ndr_security.c 				r->owner_sid = NULL;
NULL              671 librpc/gen_ndr/ndr_security.c 				r->group_sid = NULL;
NULL              678 librpc/gen_ndr/ndr_security.c 				r->sacl = NULL;
NULL              685 librpc/gen_ndr/ndr_security.c 				r->dacl = NULL;
NULL              807 librpc/gen_ndr/ndr_security.c 			r->sd = NULL;
NULL              886 librpc/gen_ndr/ndr_security.c 			r->user_sid = NULL;
NULL              892 librpc/gen_ndr/ndr_security.c 			r->group_sid = NULL;
NULL              904 librpc/gen_ndr/ndr_security.c 				r->sids[cntr_sids_0] = NULL;
NULL              962 librpc/gen_ndr/ndr_security.c 		char *idx_0=NULL;
NULL               91 librpc/gen_ndr/ndr_spoolss.c 			r->time = NULL;
NULL              135 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL              161 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL              189 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL              215 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL              390 librpc/gen_ndr/ndr_spoolss.c 				r->printername = NULL;
NULL              402 librpc/gen_ndr/ndr_spoolss.c 				r->servername = NULL;
NULL              841 librpc/gen_ndr/ndr_spoolss.c 				r->description = NULL;
NULL              853 librpc/gen_ndr/ndr_spoolss.c 				r->name = NULL;
NULL              865 librpc/gen_ndr/ndr_spoolss.c 				r->comment = NULL;
NULL             1229 librpc/gen_ndr/ndr_spoolss.c 				r->servername = NULL;
NULL             1241 librpc/gen_ndr/ndr_spoolss.c 				r->printername = NULL;
NULL             1253 librpc/gen_ndr/ndr_spoolss.c 				r->sharename = NULL;
NULL             1265 librpc/gen_ndr/ndr_spoolss.c 				r->portname = NULL;
NULL             1277 librpc/gen_ndr/ndr_spoolss.c 				r->drivername = NULL;
NULL             1289 librpc/gen_ndr/ndr_spoolss.c 				r->comment = NULL;
NULL             1301 librpc/gen_ndr/ndr_spoolss.c 				r->location = NULL;
NULL             1310 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             1320 librpc/gen_ndr/ndr_spoolss.c 				r->sepfile = NULL;
NULL             1332 librpc/gen_ndr/ndr_spoolss.c 				r->printprocessor = NULL;
NULL             1344 librpc/gen_ndr/ndr_spoolss.c 				r->datatype = NULL;
NULL             1356 librpc/gen_ndr/ndr_spoolss.c 				r->parameters = NULL;
NULL             1365 librpc/gen_ndr/ndr_spoolss.c 			r->secdesc = NULL;
NULL             1708 librpc/gen_ndr/ndr_spoolss.c 			r->secdesc = NULL;
NULL             1806 librpc/gen_ndr/ndr_spoolss.c 				r->printername = NULL;
NULL             1818 librpc/gen_ndr/ndr_spoolss.c 				r->servername = NULL;
NULL             1943 librpc/gen_ndr/ndr_spoolss.c 				r->printername = NULL;
NULL             1955 librpc/gen_ndr/ndr_spoolss.c 				r->portname = NULL;
NULL             2126 librpc/gen_ndr/ndr_spoolss.c 				r->guid = NULL;
NULL             2202 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             2572 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             2737 librpc/gen_ndr/ndr_spoolss.c 				r->printer_name = NULL;
NULL             2749 librpc/gen_ndr/ndr_spoolss.c 				r->server_name = NULL;
NULL             2761 librpc/gen_ndr/ndr_spoolss.c 				r->user_name = NULL;
NULL             2773 librpc/gen_ndr/ndr_spoolss.c 				r->document_name = NULL;
NULL             2785 librpc/gen_ndr/ndr_spoolss.c 				r->data_type = NULL;
NULL             2797 librpc/gen_ndr/ndr_spoolss.c 				r->text_status = NULL;
NULL             3179 librpc/gen_ndr/ndr_spoolss.c 				r->printer_name = NULL;
NULL             3191 librpc/gen_ndr/ndr_spoolss.c 				r->server_name = NULL;
NULL             3203 librpc/gen_ndr/ndr_spoolss.c 				r->user_name = NULL;
NULL             3215 librpc/gen_ndr/ndr_spoolss.c 				r->document_name = NULL;
NULL             3227 librpc/gen_ndr/ndr_spoolss.c 				r->notify_name = NULL;
NULL             3239 librpc/gen_ndr/ndr_spoolss.c 				r->data_type = NULL;
NULL             3251 librpc/gen_ndr/ndr_spoolss.c 				r->print_processor = NULL;
NULL             3263 librpc/gen_ndr/ndr_spoolss.c 				r->parameters = NULL;
NULL             3275 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             3284 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             3294 librpc/gen_ndr/ndr_spoolss.c 				r->text_status = NULL;
NULL             3303 librpc/gen_ndr/ndr_spoolss.c 			r->secdesc = NULL;
NULL             3849 librpc/gen_ndr/ndr_spoolss.c 				r->printer_name = NULL;
NULL             3861 librpc/gen_ndr/ndr_spoolss.c 				r->server_name = NULL;
NULL             3873 librpc/gen_ndr/ndr_spoolss.c 				r->user_name = NULL;
NULL             3885 librpc/gen_ndr/ndr_spoolss.c 				r->document_name = NULL;
NULL             3897 librpc/gen_ndr/ndr_spoolss.c 				r->notify_name = NULL;
NULL             3909 librpc/gen_ndr/ndr_spoolss.c 				r->data_type = NULL;
NULL             3921 librpc/gen_ndr/ndr_spoolss.c 				r->print_processor = NULL;
NULL             3933 librpc/gen_ndr/ndr_spoolss.c 				r->parameters = NULL;
NULL             3945 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             3954 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             3964 librpc/gen_ndr/ndr_spoolss.c 				r->text_status = NULL;
NULL             3973 librpc/gen_ndr/ndr_spoolss.c 			r->secdesc = NULL;
NULL             4500 librpc/gen_ndr/ndr_spoolss.c 			r->printer_name = NULL;
NULL             4506 librpc/gen_ndr/ndr_spoolss.c 			r->server_name = NULL;
NULL             4512 librpc/gen_ndr/ndr_spoolss.c 			r->user_name = NULL;
NULL             4518 librpc/gen_ndr/ndr_spoolss.c 			r->document_name = NULL;
NULL             4524 librpc/gen_ndr/ndr_spoolss.c 			r->data_type = NULL;
NULL             4530 librpc/gen_ndr/ndr_spoolss.c 			r->text_status = NULL;
NULL             4791 librpc/gen_ndr/ndr_spoolss.c 			r->printer_name = NULL;
NULL             4797 librpc/gen_ndr/ndr_spoolss.c 			r->server_name = NULL;
NULL             4803 librpc/gen_ndr/ndr_spoolss.c 			r->user_name = NULL;
NULL             4809 librpc/gen_ndr/ndr_spoolss.c 			r->document_name = NULL;
NULL             4815 librpc/gen_ndr/ndr_spoolss.c 			r->notify_name = NULL;
NULL             4821 librpc/gen_ndr/ndr_spoolss.c 			r->data_type = NULL;
NULL             4827 librpc/gen_ndr/ndr_spoolss.c 			r->print_processor = NULL;
NULL             4833 librpc/gen_ndr/ndr_spoolss.c 			r->parameters = NULL;
NULL             4839 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             4846 librpc/gen_ndr/ndr_spoolss.c 			r->text_status = NULL;
NULL             5191 librpc/gen_ndr/ndr_spoolss.c 			r->printer_name = NULL;
NULL             5197 librpc/gen_ndr/ndr_spoolss.c 			r->server_name = NULL;
NULL             5203 librpc/gen_ndr/ndr_spoolss.c 			r->user_name = NULL;
NULL             5209 librpc/gen_ndr/ndr_spoolss.c 			r->document_name = NULL;
NULL             5215 librpc/gen_ndr/ndr_spoolss.c 			r->notify_name = NULL;
NULL             5221 librpc/gen_ndr/ndr_spoolss.c 			r->data_type = NULL;
NULL             5227 librpc/gen_ndr/ndr_spoolss.c 			r->print_processor = NULL;
NULL             5233 librpc/gen_ndr/ndr_spoolss.c 			r->parameters = NULL;
NULL             5239 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             5246 librpc/gen_ndr/ndr_spoolss.c 			r->text_status = NULL;
NULL             5553 librpc/gen_ndr/ndr_spoolss.c 					r->info1 = NULL;
NULL             5563 librpc/gen_ndr/ndr_spoolss.c 					r->info2 = NULL;
NULL             5573 librpc/gen_ndr/ndr_spoolss.c 					r->info3 = NULL;
NULL             5583 librpc/gen_ndr/ndr_spoolss.c 					r->info4 = NULL;
NULL             5740 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             5772 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             5847 librpc/gen_ndr/ndr_spoolss.c 			r->servername = NULL;
NULL             5853 librpc/gen_ndr/ndr_spoolss.c 			r->printername = NULL;
NULL             6005 librpc/gen_ndr/ndr_spoolss.c 			r->description = NULL;
NULL             6011 librpc/gen_ndr/ndr_spoolss.c 			r->name = NULL;
NULL             6017 librpc/gen_ndr/ndr_spoolss.c 			r->comment = NULL;
NULL             6234 librpc/gen_ndr/ndr_spoolss.c 			r->servername = NULL;
NULL             6240 librpc/gen_ndr/ndr_spoolss.c 			r->printername = NULL;
NULL             6246 librpc/gen_ndr/ndr_spoolss.c 			r->sharename = NULL;
NULL             6252 librpc/gen_ndr/ndr_spoolss.c 			r->portname = NULL;
NULL             6258 librpc/gen_ndr/ndr_spoolss.c 			r->drivername = NULL;
NULL             6264 librpc/gen_ndr/ndr_spoolss.c 			r->comment = NULL;
NULL             6270 librpc/gen_ndr/ndr_spoolss.c 			r->location = NULL;
NULL             6276 librpc/gen_ndr/ndr_spoolss.c 			r->devmode = NULL;
NULL             6282 librpc/gen_ndr/ndr_spoolss.c 			r->sepfile = NULL;
NULL             6288 librpc/gen_ndr/ndr_spoolss.c 			r->printprocessor = NULL;
NULL             6294 librpc/gen_ndr/ndr_spoolss.c 			r->datatype = NULL;
NULL             6300 librpc/gen_ndr/ndr_spoolss.c 			r->parameters = NULL;
NULL             6306 librpc/gen_ndr/ndr_spoolss.c 			r->secdesc = NULL;
NULL             6639 librpc/gen_ndr/ndr_spoolss.c 			r->printername = NULL;
NULL             6645 librpc/gen_ndr/ndr_spoolss.c 			r->servername = NULL;
NULL             6737 librpc/gen_ndr/ndr_spoolss.c 			r->printername = NULL;
NULL             6743 librpc/gen_ndr/ndr_spoolss.c 			r->portname = NULL;
NULL             6858 librpc/gen_ndr/ndr_spoolss.c 			r->guid = NULL;
NULL             7042 librpc/gen_ndr/ndr_spoolss.c 					r->info0 = NULL;
NULL             7052 librpc/gen_ndr/ndr_spoolss.c 					r->info1 = NULL;
NULL             7062 librpc/gen_ndr/ndr_spoolss.c 					r->info2 = NULL;
NULL             7072 librpc/gen_ndr/ndr_spoolss.c 					r->info3 = NULL;
NULL             7082 librpc/gen_ndr/ndr_spoolss.c 					r->info4 = NULL;
NULL             7092 librpc/gen_ndr/ndr_spoolss.c 					r->info5 = NULL;
NULL             7102 librpc/gen_ndr/ndr_spoolss.c 					r->info6 = NULL;
NULL             7112 librpc/gen_ndr/ndr_spoolss.c 					r->info7 = NULL;
NULL             7122 librpc/gen_ndr/ndr_spoolss.c 					r->info8 = NULL;
NULL             7132 librpc/gen_ndr/ndr_spoolss.c 					r->info9 = NULL;
NULL             7451 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             7500 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             7576 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             7582 librpc/gen_ndr/ndr_spoolss.c 			r->architecture = NULL;
NULL             7588 librpc/gen_ndr/ndr_spoolss.c 			r->driver_path = NULL;
NULL             7594 librpc/gen_ndr/ndr_spoolss.c 			r->data_file = NULL;
NULL             7600 librpc/gen_ndr/ndr_spoolss.c 			r->config_file = NULL;
NULL             7805 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             7811 librpc/gen_ndr/ndr_spoolss.c 			r->architecture = NULL;
NULL             7817 librpc/gen_ndr/ndr_spoolss.c 			r->driver_path = NULL;
NULL             7823 librpc/gen_ndr/ndr_spoolss.c 			r->data_file = NULL;
NULL             7829 librpc/gen_ndr/ndr_spoolss.c 			r->config_file = NULL;
NULL             7835 librpc/gen_ndr/ndr_spoolss.c 			r->help_file = NULL;
NULL             7841 librpc/gen_ndr/ndr_spoolss.c 			r->monitor_name = NULL;
NULL             7847 librpc/gen_ndr/ndr_spoolss.c 			r->default_datatype = NULL;
NULL             7854 librpc/gen_ndr/ndr_spoolss.c 			r->dependent_files = NULL;
NULL             8133 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             8139 librpc/gen_ndr/ndr_spoolss.c 			r->architecture = NULL;
NULL             8145 librpc/gen_ndr/ndr_spoolss.c 			r->driver_path = NULL;
NULL             8151 librpc/gen_ndr/ndr_spoolss.c 			r->data_file = NULL;
NULL             8157 librpc/gen_ndr/ndr_spoolss.c 			r->config_file = NULL;
NULL             8163 librpc/gen_ndr/ndr_spoolss.c 			r->help_file = NULL;
NULL             8169 librpc/gen_ndr/ndr_spoolss.c 			r->monitor_name = NULL;
NULL             8175 librpc/gen_ndr/ndr_spoolss.c 			r->default_datatype = NULL;
NULL             8182 librpc/gen_ndr/ndr_spoolss.c 			r->dependent_files = NULL;
NULL             8189 librpc/gen_ndr/ndr_spoolss.c 			r->previous_names = NULL;
NULL             8541 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             8547 librpc/gen_ndr/ndr_spoolss.c 			r->architecture = NULL;
NULL             8553 librpc/gen_ndr/ndr_spoolss.c 			r->driver_path = NULL;
NULL             8559 librpc/gen_ndr/ndr_spoolss.c 			r->data_file = NULL;
NULL             8565 librpc/gen_ndr/ndr_spoolss.c 			r->config_file = NULL;
NULL             8571 librpc/gen_ndr/ndr_spoolss.c 			r->help_file = NULL;
NULL             8577 librpc/gen_ndr/ndr_spoolss.c 			r->monitor_name = NULL;
NULL             8583 librpc/gen_ndr/ndr_spoolss.c 			r->default_datatype = NULL;
NULL             8590 librpc/gen_ndr/ndr_spoolss.c 			r->dependent_files = NULL;
NULL             8597 librpc/gen_ndr/ndr_spoolss.c 			r->previous_names = NULL;
NULL             8605 librpc/gen_ndr/ndr_spoolss.c 			r->manufacturer_name = NULL;
NULL             8611 librpc/gen_ndr/ndr_spoolss.c 			r->manufacturer_url = NULL;
NULL             8617 librpc/gen_ndr/ndr_spoolss.c 			r->hardware_id = NULL;
NULL             8623 librpc/gen_ndr/ndr_spoolss.c 			r->provider = NULL;
NULL             9071 librpc/gen_ndr/ndr_spoolss.c 			r->driver_name = NULL;
NULL             9077 librpc/gen_ndr/ndr_spoolss.c 			r->architecture = NULL;
NULL             9083 librpc/gen_ndr/ndr_spoolss.c 			r->driver_path = NULL;
NULL             9089 librpc/gen_ndr/ndr_spoolss.c 			r->data_file = NULL;
NULL             9095 librpc/gen_ndr/ndr_spoolss.c 			r->config_file = NULL;
NULL             9101 librpc/gen_ndr/ndr_spoolss.c 			r->help_file = NULL;
NULL             9107 librpc/gen_ndr/ndr_spoolss.c 			r->monitor_name = NULL;
NULL             9113 librpc/gen_ndr/ndr_spoolss.c 			r->default_datatype = NULL;
NULL             9120 librpc/gen_ndr/ndr_spoolss.c 			r->dependent_files = NULL;
NULL             9127 librpc/gen_ndr/ndr_spoolss.c 			r->previous_names = NULL;
NULL             9135 librpc/gen_ndr/ndr_spoolss.c 			r->manufacturer_name = NULL;
NULL             9141 librpc/gen_ndr/ndr_spoolss.c 			r->manufacturer_url = NULL;
NULL             9147 librpc/gen_ndr/ndr_spoolss.c 			r->hardware_id = NULL;
NULL             9153 librpc/gen_ndr/ndr_spoolss.c 			r->provider = NULL;
NULL             9159 librpc/gen_ndr/ndr_spoolss.c 			r->print_processor = NULL;
NULL             9165 librpc/gen_ndr/ndr_spoolss.c 			r->vendor_setup = NULL;
NULL             9172 librpc/gen_ndr/ndr_spoolss.c 			r->color_profiles = NULL;
NULL             9178 librpc/gen_ndr/ndr_spoolss.c 			r->inf_path = NULL;
NULL             9186 librpc/gen_ndr/ndr_spoolss.c 			r->core_driver_dependencies = NULL;
NULL             9634 librpc/gen_ndr/ndr_spoolss.c 					r->info1 = NULL;
NULL             9644 librpc/gen_ndr/ndr_spoolss.c 					r->info2 = NULL;
NULL             9654 librpc/gen_ndr/ndr_spoolss.c 					r->info3 = NULL;
NULL             9664 librpc/gen_ndr/ndr_spoolss.c 					r->info4 = NULL;
NULL             9674 librpc/gen_ndr/ndr_spoolss.c 					r->info6 = NULL;
NULL             9684 librpc/gen_ndr/ndr_spoolss.c 					r->info8 = NULL;
NULL             9897 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             10049 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             10061 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             10073 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             10085 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             10097 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             10402 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             10414 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             10426 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             10438 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             10450 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             10462 librpc/gen_ndr/ndr_spoolss.c 				r->help_file = NULL;
NULL             10474 librpc/gen_ndr/ndr_spoolss.c 				r->dependent_files = NULL;
NULL             10486 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             10498 librpc/gen_ndr/ndr_spoolss.c 				r->default_datatype = NULL;
NULL             10904 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             10916 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             10928 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             10940 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             10952 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             10964 librpc/gen_ndr/ndr_spoolss.c 				r->help_file = NULL;
NULL             10976 librpc/gen_ndr/ndr_spoolss.c 				r->dependent_files = NULL;
NULL             10988 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             11000 librpc/gen_ndr/ndr_spoolss.c 				r->default_datatype = NULL;
NULL             11012 librpc/gen_ndr/ndr_spoolss.c 				r->previous_names = NULL;
NULL             11357 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             11369 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             11381 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             11393 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             11405 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             11803 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             11815 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             11827 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             11839 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             11851 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             11863 librpc/gen_ndr/ndr_spoolss.c 				r->help_file = NULL;
NULL             11875 librpc/gen_ndr/ndr_spoolss.c 				r->dependent_files = NULL;
NULL             11887 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             11899 librpc/gen_ndr/ndr_spoolss.c 				r->default_datatype = NULL;
NULL             11911 librpc/gen_ndr/ndr_spoolss.c 				r->previous_names = NULL;
NULL             11925 librpc/gen_ndr/ndr_spoolss.c 				r->manufacturer_name = NULL;
NULL             11937 librpc/gen_ndr/ndr_spoolss.c 				r->manufacturer_url = NULL;
NULL             11949 librpc/gen_ndr/ndr_spoolss.c 				r->hardware_id = NULL;
NULL             11961 librpc/gen_ndr/ndr_spoolss.c 				r->provider = NULL;
NULL             12632 librpc/gen_ndr/ndr_spoolss.c 				r->driver_name = NULL;
NULL             12644 librpc/gen_ndr/ndr_spoolss.c 				r->architecture = NULL;
NULL             12656 librpc/gen_ndr/ndr_spoolss.c 				r->driver_path = NULL;
NULL             12668 librpc/gen_ndr/ndr_spoolss.c 				r->data_file = NULL;
NULL             12680 librpc/gen_ndr/ndr_spoolss.c 				r->config_file = NULL;
NULL             12692 librpc/gen_ndr/ndr_spoolss.c 				r->help_file = NULL;
NULL             12704 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             12716 librpc/gen_ndr/ndr_spoolss.c 				r->default_datatype = NULL;
NULL             12728 librpc/gen_ndr/ndr_spoolss.c 				r->dependent_files = NULL;
NULL             12740 librpc/gen_ndr/ndr_spoolss.c 				r->previous_names = NULL;
NULL             12754 librpc/gen_ndr/ndr_spoolss.c 				r->manufacturer_name = NULL;
NULL             12766 librpc/gen_ndr/ndr_spoolss.c 				r->manufacturer_url = NULL;
NULL             12778 librpc/gen_ndr/ndr_spoolss.c 				r->hardware_id = NULL;
NULL             12790 librpc/gen_ndr/ndr_spoolss.c 				r->provider = NULL;
NULL             12802 librpc/gen_ndr/ndr_spoolss.c 				r->print_processor = NULL;
NULL             12814 librpc/gen_ndr/ndr_spoolss.c 				r->vendor_setup = NULL;
NULL             12826 librpc/gen_ndr/ndr_spoolss.c 				r->color_profiles = NULL;
NULL             12838 librpc/gen_ndr/ndr_spoolss.c 				r->inf_path = NULL;
NULL             12851 librpc/gen_ndr/ndr_spoolss.c 				r->core_driver_dependencies = NULL;
NULL             13296 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             13349 librpc/gen_ndr/ndr_spoolss.c 				r->file_name = NULL;
NULL             13415 librpc/gen_ndr/ndr_spoolss.c 			char *idx_1=NULL;
NULL             13912 librpc/gen_ndr/ndr_spoolss.c 				r->print_processor_name = NULL;
NULL             14223 librpc/gen_ndr/ndr_spoolss.c 			r->document_name = NULL;
NULL             14229 librpc/gen_ndr/ndr_spoolss.c 			r->output_file = NULL;
NULL             14235 librpc/gen_ndr/ndr_spoolss.c 			r->datatype = NULL;
NULL             14366 librpc/gen_ndr/ndr_spoolss.c 					r->info1 = NULL;
NULL             14784 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             14909 librpc/gen_ndr/ndr_spoolss.c 				r->form_name = NULL;
NULL             15078 librpc/gen_ndr/ndr_spoolss.c 				r->form_name = NULL;
NULL             15092 librpc/gen_ndr/ndr_spoolss.c 				r->keyword = NULL;
NULL             15105 librpc/gen_ndr/ndr_spoolss.c 				r->mui_dll = NULL;
NULL             15118 librpc/gen_ndr/ndr_spoolss.c 				r->display_name = NULL;
NULL             15375 librpc/gen_ndr/ndr_spoolss.c 			r->form_name = NULL;
NULL             15474 librpc/gen_ndr/ndr_spoolss.c 			r->form_name = NULL;
NULL             15482 librpc/gen_ndr/ndr_spoolss.c 			r->keyword = NULL;
NULL             15489 librpc/gen_ndr/ndr_spoolss.c 			r->mui_dll = NULL;
NULL             15496 librpc/gen_ndr/ndr_spoolss.c 			r->display_name = NULL;
NULL             15649 librpc/gen_ndr/ndr_spoolss.c 					r->info1 = NULL;
NULL             15659 librpc/gen_ndr/ndr_spoolss.c 					r->info2 = NULL;
NULL             15762 librpc/gen_ndr/ndr_spoolss.c 				r->port_name = NULL;
NULL             15905 librpc/gen_ndr/ndr_spoolss.c 				r->port_name = NULL;
NULL             15917 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             15929 librpc/gen_ndr/ndr_spoolss.c 				r->description = NULL;
NULL             16034 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             16070 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             16122 librpc/gen_ndr/ndr_spoolss.c 				r->status_string = NULL;
NULL             16208 librpc/gen_ndr/ndr_spoolss.c 				r->port_name = NULL;
NULL             16448 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             16564 librpc/gen_ndr/ndr_spoolss.c 				r->monitor_name = NULL;
NULL             16576 librpc/gen_ndr/ndr_spoolss.c 				r->environment = NULL;
NULL             16588 librpc/gen_ndr/ndr_spoolss.c 				r->dll_name = NULL;
NULL             16820 librpc/gen_ndr/ndr_spoolss.c 				r->name_array = NULL;
NULL             17005 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             17052 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             17103 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             17225 librpc/gen_ndr/ndr_spoolss.c 			r->fields = NULL;
NULL             17266 librpc/gen_ndr/ndr_spoolss.c 			char *idx_1=NULL;
NULL             17340 librpc/gen_ndr/ndr_spoolss.c 			r->types = NULL;
NULL             17381 librpc/gen_ndr/ndr_spoolss.c 			char *idx_1=NULL;
NULL             17420 librpc/gen_ndr/ndr_spoolss.c 			r->string = NULL;
NULL             17468 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             17619 librpc/gen_ndr/ndr_spoolss.c 				char *idx_0=NULL;
NULL             17763 librpc/gen_ndr/ndr_spoolss.c 		char *idx_0=NULL;
NULL             17821 librpc/gen_ndr/ndr_spoolss.c 					r->info0 = NULL;
NULL             17933 librpc/gen_ndr/ndr_spoolss.c 			r->client = NULL;
NULL             17939 librpc/gen_ndr/ndr_spoolss.c 			r->user = NULL;
NULL             18076 librpc/gen_ndr/ndr_spoolss.c 			r->client = NULL;
NULL             18082 librpc/gen_ndr/ndr_spoolss.c 			r->user = NULL;
NULL             18216 librpc/gen_ndr/ndr_spoolss.c 					r->level1 = NULL;
NULL             18226 librpc/gen_ndr/ndr_spoolss.c 					r->level2 = NULL;
NULL             18236 librpc/gen_ndr/ndr_spoolss.c 					r->level3 = NULL;
NULL             18444 librpc/gen_ndr/ndr_spoolss.c 				r->value_name = NULL;
NULL             18455 librpc/gen_ndr/ndr_spoolss.c 			r->data = NULL;
NULL             18565 librpc/gen_ndr/ndr_spoolss.c 	const char *val = NULL;
NULL             18807 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             18811 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             18838 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             18857 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             18876 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             18991 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             19033 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             19056 librpc/gen_ndr/ndr_spoolss.c 			r->in.printername = NULL;
NULL             19074 librpc/gen_ndr/ndr_spoolss.c 			r->in.datatype = NULL;
NULL             19148 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19183 librpc/gen_ndr/ndr_spoolss.c 			r->in.ctr = NULL;
NULL             19235 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19258 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             19291 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             19308 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             19382 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19400 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             19404 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             19439 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             19458 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             19572 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             19637 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19694 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19698 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.info_ctr == NULL) {
NULL             19702 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.devmode_ctr == NULL) {
NULL             19706 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.secdesc_ctr == NULL) {
NULL             19802 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             19824 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             19856 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             19873 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             19953 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.info_ctr == NULL) {
NULL             19974 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             20062 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             20066 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             20094 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             20112 librpc/gen_ndr/ndr_spoolss.c 			r->in.environment = NULL;
NULL             20131 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             20150 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             20270 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             20367 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             20394 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             20412 librpc/gen_ndr/ndr_spoolss.c 			r->in.environment = NULL;
NULL             20431 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             20448 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             20560 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             20662 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             20763 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             20767 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             20795 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             20813 librpc/gen_ndr/ndr_spoolss.c 			r->in.environment = NULL;
NULL             20832 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             20851 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             20971 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             21027 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             21054 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             21072 librpc/gen_ndr/ndr_spoolss.c 			r->in.environment = NULL;
NULL             21091 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             21108 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             21189 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21198 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.job_id == NULL) {
NULL             21275 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21332 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21340 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.num_written == NULL) {
NULL             21415 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21472 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21529 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21536 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.data == NULL) {
NULL             21541 librpc/gen_ndr/ndr_spoolss.c 		if (r->out._data_size == NULL) {
NULL             21628 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21685 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21703 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             21733 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             21755 librpc/gen_ndr/ndr_spoolss.c 			r->out.buffer = NULL;
NULL             21826 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21886 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             21897 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.type == NULL) {
NULL             21901 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.data == NULL) {
NULL             21905 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             21978 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.data == NULL) {
NULL             22053 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22077 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.data == NULL) {
NULL             22194 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22200 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             22270 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22336 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22405 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22431 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             22470 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             22487 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             22561 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22639 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             22655 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             22659 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             22692 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             22711 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             22823 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             22866 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             22870 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             22896 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             22915 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             22934 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             23048 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             23091 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             23095 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             23121 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             23140 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             23159 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             23273 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             23325 librpc/gen_ndr/ndr_spoolss.c 			r->in.server_name = NULL;
NULL             23945 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             23949 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             23977 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             23995 librpc/gen_ndr/ndr_spoolss.c 			r->in.print_processor_name = NULL;
NULL             24014 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             24033 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             24153 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             24177 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             24188 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.devmode_ctr == NULL) {
NULL             24217 librpc/gen_ndr/ndr_spoolss.c 			r->in.data_type = NULL;
NULL             24283 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             24314 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             24318 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.server_major_version == NULL) {
NULL             24322 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.server_minor_version == NULL) {
NULL             24357 librpc/gen_ndr/ndr_spoolss.c 			r->in.architecture = NULL;
NULL             24376 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             24399 librpc/gen_ndr/ndr_spoolss.c 			r->out.info = NULL;
NULL             24584 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             24696 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             24730 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             24797 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             24837 librpc/gen_ndr/ndr_spoolss.c 			r->in.buffer = NULL;
NULL             24893 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             24899 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             25133 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             25179 librpc/gen_ndr/ndr_spoolss.c 			r->in.local_machine = NULL;
NULL             25198 librpc/gen_ndr/ndr_spoolss.c 			r->in.notify_options = NULL;
NULL             25256 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             25267 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.reply_result == NULL) {
NULL             25348 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             25359 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.info == NULL) {
NULL             25394 librpc/gen_ndr/ndr_spoolss.c 			r->in.options = NULL;
NULL             25415 librpc/gen_ndr/ndr_spoolss.c 			*r->out.info = NULL;
NULL             25535 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             25558 librpc/gen_ndr/ndr_spoolss.c 			r->in.printername = NULL;
NULL             25576 librpc/gen_ndr/ndr_spoolss.c 			r->in.datatype = NULL;
NULL             25663 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.info_ctr == NULL) {
NULL             25667 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.devmode_ctr == NULL) {
NULL             25671 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.secdesc_ctr == NULL) {
NULL             25675 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.userlevel_ctr == NULL) {
NULL             25681 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.handle == NULL) {
NULL             25706 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             25855 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             25866 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.value_needed == NULL) {
NULL             25870 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.type == NULL) {
NULL             25877 librpc/gen_ndr/ndr_spoolss.c 			if (r->out.data == NULL) {
NULL             25884 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.data_needed == NULL) {
NULL             26014 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26206 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26219 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.buffer == NULL) {
NULL             26310 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26325 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.type == NULL) {
NULL             26329 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.buffer == NULL) {
NULL             26334 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             26451 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26463 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             26467 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.count == NULL) {
NULL             26600 librpc/gen_ndr/ndr_spoolss.c 				char *idx_2=NULL;
NULL             26623 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26637 librpc/gen_ndr/ndr_spoolss.c 			if (r->out.key_buffer == NULL) {
NULL             26651 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             26703 librpc/gen_ndr/ndr_spoolss.c 				*r->out.key_buffer = NULL;
NULL             26774 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26855 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             26998 librpc/gen_ndr/ndr_spoolss.c 			r->in.server = NULL;
NULL             27192 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.handle == NULL) {
NULL             27203 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.status_code == NULL) {
NULL             27209 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.out_data == NULL) {
NULL             27214 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.needed == NULL) {
NULL             27218 librpc/gen_ndr/ndr_spoolss.c 		if (r->out.status_code == NULL) {
NULL             27349 librpc/gen_ndr/ndr_spoolss.c 		if (r->in.info_ctr == NULL) {
NULL             27371 librpc/gen_ndr/ndr_spoolss.c 			r->in.servername = NULL;
NULL             28447 librpc/gen_ndr/ndr_spoolss.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               35 librpc/gen_ndr/ndr_srvsvc.c 			r->device = NULL;
NULL              103 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL              142 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL              192 librpc/gen_ndr/ndr_srvsvc.c 			r->device = NULL;
NULL              199 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL              288 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL              327 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL              400 librpc/gen_ndr/ndr_srvsvc.c 					r->info0 = NULL;
NULL              410 librpc/gen_ndr/ndr_srvsvc.c 					r->info1 = NULL;
NULL              538 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL              548 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL              680 librpc/gen_ndr/ndr_srvsvc.c 			r->device = NULL;
NULL              748 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL              787 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL              838 librpc/gen_ndr/ndr_srvsvc.c 			r->device = NULL;
NULL              845 librpc/gen_ndr/ndr_srvsvc.c 			r->devices = NULL;
NULL              936 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL              975 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             1048 librpc/gen_ndr/ndr_srvsvc.c 					r->info0 = NULL;
NULL             1058 librpc/gen_ndr/ndr_srvsvc.c 					r->info1 = NULL;
NULL             1186 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL             1196 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL             1363 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             1399 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             1457 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             1463 librpc/gen_ndr/ndr_srvsvc.c 			r->share = NULL;
NULL             1554 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             1593 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             1666 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL             1676 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL             1843 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             1879 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             1933 librpc/gen_ndr/ndr_srvsvc.c 			r->path = NULL;
NULL             1939 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             2028 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             2067 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             2140 librpc/gen_ndr/ndr_srvsvc.c 					r->info2 = NULL;
NULL             2150 librpc/gen_ndr/ndr_srvsvc.c 					r->info3 = NULL;
NULL             2278 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr2 = NULL;
NULL             2288 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr3 = NULL;
NULL             2420 librpc/gen_ndr/ndr_srvsvc.c 			r->client = NULL;
NULL             2488 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             2527 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             2579 librpc/gen_ndr/ndr_srvsvc.c 			r->client = NULL;
NULL             2585 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             2679 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             2718 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             2779 librpc/gen_ndr/ndr_srvsvc.c 			r->client = NULL;
NULL             2785 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             2795 librpc/gen_ndr/ndr_srvsvc.c 			r->client_type = NULL;
NULL             2903 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             2942 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             2992 librpc/gen_ndr/ndr_srvsvc.c 			r->client = NULL;
NULL             2998 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             3088 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             3127 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             3197 librpc/gen_ndr/ndr_srvsvc.c 			r->client = NULL;
NULL             3203 librpc/gen_ndr/ndr_srvsvc.c 			r->user = NULL;
NULL             3213 librpc/gen_ndr/ndr_srvsvc.c 			r->client_type = NULL;
NULL             3219 librpc/gen_ndr/ndr_srvsvc.c 			r->transport = NULL;
NULL             3345 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             3384 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             3490 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL             3500 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL             3510 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr2 = NULL;
NULL             3520 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr10 = NULL;
NULL             3530 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr502 = NULL;
NULL             3715 librpc/gen_ndr/ndr_srvsvc.c 	const char *val = NULL;
NULL             3766 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             3834 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             3873 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             3922 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             3929 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             4016 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             4055 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             4125 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             4132 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             4141 librpc/gen_ndr/ndr_srvsvc.c 			r->path = NULL;
NULL             4147 librpc/gen_ndr/ndr_srvsvc.c 			r->password = NULL;
NULL             4273 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             4312 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             4362 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             4369 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             4458 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             4497 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             4569 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             4576 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             4585 librpc/gen_ndr/ndr_srvsvc.c 			r->path = NULL;
NULL             4591 librpc/gen_ndr/ndr_srvsvc.c 			r->password = NULL;
NULL             4720 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             4759 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             4798 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             4866 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             4905 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             5002 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             5038 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             5112 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             5148 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             5189 librpc/gen_ndr/ndr_srvsvc.c 			r->alternate_directory_name = NULL;
NULL             5258 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             5297 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             5344 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             5383 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             5544 librpc/gen_ndr/ndr_srvsvc.c 					r->info0 = NULL;
NULL             5554 librpc/gen_ndr/ndr_srvsvc.c 					r->info1 = NULL;
NULL             5564 librpc/gen_ndr/ndr_srvsvc.c 					r->info2 = NULL;
NULL             5574 librpc/gen_ndr/ndr_srvsvc.c 					r->info501 = NULL;
NULL             5584 librpc/gen_ndr/ndr_srvsvc.c 					r->info502 = NULL;
NULL             5594 librpc/gen_ndr/ndr_srvsvc.c 					r->info1004 = NULL;
NULL             5604 librpc/gen_ndr/ndr_srvsvc.c 					r->info1005 = NULL;
NULL             5614 librpc/gen_ndr/ndr_srvsvc.c 					r->info1006 = NULL;
NULL             5624 librpc/gen_ndr/ndr_srvsvc.c 					r->info1007 = NULL;
NULL             5634 librpc/gen_ndr/ndr_srvsvc.c 					r->info1501 = NULL;
NULL             5994 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL             6004 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL             6014 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr2 = NULL;
NULL             6024 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr501 = NULL;
NULL             6034 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr502 = NULL;
NULL             6044 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1004 = NULL;
NULL             6054 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1005 = NULL;
NULL             6064 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1006 = NULL;
NULL             6074 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1007 = NULL;
NULL             6084 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1501 = NULL;
NULL             6349 librpc/gen_ndr/ndr_srvsvc.c 	const char *val = NULL;
NULL             6390 librpc/gen_ndr/ndr_srvsvc.c 			r->server_name = NULL;
NULL             6465 librpc/gen_ndr/ndr_srvsvc.c 			r->server_name = NULL;
NULL             6474 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             6585 librpc/gen_ndr/ndr_srvsvc.c 			r->server_name = NULL;
NULL             6594 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             6606 librpc/gen_ndr/ndr_srvsvc.c 			r->userpath = NULL;
NULL             6761 librpc/gen_ndr/ndr_srvsvc.c 			r->alerts = NULL;
NULL             6770 librpc/gen_ndr/ndr_srvsvc.c 			r->guestaccount = NULL;
NULL             6798 librpc/gen_ndr/ndr_srvsvc.c 			r->srvheuristics = NULL;
NULL             6982 librpc/gen_ndr/ndr_srvsvc.c 			r->alerts = NULL;
NULL             6991 librpc/gen_ndr/ndr_srvsvc.c 			r->guestaccount = NULL;
NULL             7019 librpc/gen_ndr/ndr_srvsvc.c 			r->srvheuristics = NULL;
NULL             7027 librpc/gen_ndr/ndr_srvsvc.c 			r->autopath = NULL;
NULL             7311 librpc/gen_ndr/ndr_srvsvc.c 			r->domain = NULL;
NULL             7507 librpc/gen_ndr/ndr_srvsvc.c 			r->domain = NULL;
NULL             7657 librpc/gen_ndr/ndr_srvsvc.c 			r->comment = NULL;
NULL             9878 librpc/gen_ndr/ndr_srvsvc.c 					r->info100 = NULL;
NULL             9888 librpc/gen_ndr/ndr_srvsvc.c 					r->info101 = NULL;
NULL             9898 librpc/gen_ndr/ndr_srvsvc.c 					r->info102 = NULL;
NULL             9908 librpc/gen_ndr/ndr_srvsvc.c 					r->info402 = NULL;
NULL             9918 librpc/gen_ndr/ndr_srvsvc.c 					r->info403 = NULL;
NULL             9928 librpc/gen_ndr/ndr_srvsvc.c 					r->info502 = NULL;
NULL             9938 librpc/gen_ndr/ndr_srvsvc.c 					r->info503 = NULL;
NULL             9948 librpc/gen_ndr/ndr_srvsvc.c 					r->info599 = NULL;
NULL             9958 librpc/gen_ndr/ndr_srvsvc.c 					r->info1005 = NULL;
NULL             9968 librpc/gen_ndr/ndr_srvsvc.c 					r->info1010 = NULL;
NULL             9978 librpc/gen_ndr/ndr_srvsvc.c 					r->info1016 = NULL;
NULL             9988 librpc/gen_ndr/ndr_srvsvc.c 					r->info1017 = NULL;
NULL             9998 librpc/gen_ndr/ndr_srvsvc.c 					r->info1018 = NULL;
NULL             10008 librpc/gen_ndr/ndr_srvsvc.c 					r->info1107 = NULL;
NULL             10018 librpc/gen_ndr/ndr_srvsvc.c 					r->info1501 = NULL;
NULL             10028 librpc/gen_ndr/ndr_srvsvc.c 					r->info1502 = NULL;
NULL             10038 librpc/gen_ndr/ndr_srvsvc.c 					r->info1503 = NULL;
NULL             10048 librpc/gen_ndr/ndr_srvsvc.c 					r->info1506 = NULL;
NULL             10058 librpc/gen_ndr/ndr_srvsvc.c 					r->info1509 = NULL;
NULL             10068 librpc/gen_ndr/ndr_srvsvc.c 					r->info1510 = NULL;
NULL             10078 librpc/gen_ndr/ndr_srvsvc.c 					r->info1511 = NULL;
NULL             10088 librpc/gen_ndr/ndr_srvsvc.c 					r->info1512 = NULL;
NULL             10098 librpc/gen_ndr/ndr_srvsvc.c 					r->info1513 = NULL;
NULL             10108 librpc/gen_ndr/ndr_srvsvc.c 					r->info1514 = NULL;
NULL             10118 librpc/gen_ndr/ndr_srvsvc.c 					r->info1515 = NULL;
NULL             10128 librpc/gen_ndr/ndr_srvsvc.c 					r->info1516 = NULL;
NULL             10138 librpc/gen_ndr/ndr_srvsvc.c 					r->info1518 = NULL;
NULL             10148 librpc/gen_ndr/ndr_srvsvc.c 					r->info1520 = NULL;
NULL             10158 librpc/gen_ndr/ndr_srvsvc.c 					r->info1521 = NULL;
NULL             10168 librpc/gen_ndr/ndr_srvsvc.c 					r->info1522 = NULL;
NULL             10178 librpc/gen_ndr/ndr_srvsvc.c 					r->info1523 = NULL;
NULL             10188 librpc/gen_ndr/ndr_srvsvc.c 					r->info1524 = NULL;
NULL             10198 librpc/gen_ndr/ndr_srvsvc.c 					r->info1525 = NULL;
NULL             10208 librpc/gen_ndr/ndr_srvsvc.c 					r->info1528 = NULL;
NULL             10218 librpc/gen_ndr/ndr_srvsvc.c 					r->info1529 = NULL;
NULL             10228 librpc/gen_ndr/ndr_srvsvc.c 					r->info1530 = NULL;
NULL             10238 librpc/gen_ndr/ndr_srvsvc.c 					r->info1533 = NULL;
NULL             10248 librpc/gen_ndr/ndr_srvsvc.c 					r->info1534 = NULL;
NULL             10258 librpc/gen_ndr/ndr_srvsvc.c 					r->info1535 = NULL;
NULL             10268 librpc/gen_ndr/ndr_srvsvc.c 					r->info1536 = NULL;
NULL             10278 librpc/gen_ndr/ndr_srvsvc.c 					r->info1537 = NULL;
NULL             10288 librpc/gen_ndr/ndr_srvsvc.c 					r->info1538 = NULL;
NULL             10298 librpc/gen_ndr/ndr_srvsvc.c 					r->info1539 = NULL;
NULL             10308 librpc/gen_ndr/ndr_srvsvc.c 					r->info1540 = NULL;
NULL             10318 librpc/gen_ndr/ndr_srvsvc.c 					r->info1541 = NULL;
NULL             10328 librpc/gen_ndr/ndr_srvsvc.c 					r->info1542 = NULL;
NULL             10338 librpc/gen_ndr/ndr_srvsvc.c 					r->info1543 = NULL;
NULL             10348 librpc/gen_ndr/ndr_srvsvc.c 					r->info1544 = NULL;
NULL             10358 librpc/gen_ndr/ndr_srvsvc.c 					r->info1545 = NULL;
NULL             10368 librpc/gen_ndr/ndr_srvsvc.c 					r->info1546 = NULL;
NULL             10378 librpc/gen_ndr/ndr_srvsvc.c 					r->info1547 = NULL;
NULL             10388 librpc/gen_ndr/ndr_srvsvc.c 					r->info1548 = NULL;
NULL             10398 librpc/gen_ndr/ndr_srvsvc.c 					r->info1549 = NULL;
NULL             10408 librpc/gen_ndr/ndr_srvsvc.c 					r->info1550 = NULL;
NULL             10418 librpc/gen_ndr/ndr_srvsvc.c 					r->info1552 = NULL;
NULL             10428 librpc/gen_ndr/ndr_srvsvc.c 					r->info1553 = NULL;
NULL             10438 librpc/gen_ndr/ndr_srvsvc.c 					r->info1554 = NULL;
NULL             10448 librpc/gen_ndr/ndr_srvsvc.c 					r->info1555 = NULL;
NULL             10458 librpc/gen_ndr/ndr_srvsvc.c 					r->info1556 = NULL;
NULL             11621 librpc/gen_ndr/ndr_srvsvc.c 			r->disks = NULL;
NULL             11664 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             11800 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             11806 librpc/gen_ndr/ndr_srvsvc.c 			r->addr = NULL;
NULL             11813 librpc/gen_ndr/ndr_srvsvc.c 			r->net_addr = NULL;
NULL             11918 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             11957 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             12024 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             12030 librpc/gen_ndr/ndr_srvsvc.c 			r->addr = NULL;
NULL             12037 librpc/gen_ndr/ndr_srvsvc.c 			r->net_addr = NULL;
NULL             12043 librpc/gen_ndr/ndr_srvsvc.c 			r->domain = NULL;
NULL             12166 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             12205 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             12273 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             12279 librpc/gen_ndr/ndr_srvsvc.c 			r->addr = NULL;
NULL             12286 librpc/gen_ndr/ndr_srvsvc.c 			r->net_addr = NULL;
NULL             12292 librpc/gen_ndr/ndr_srvsvc.c 			r->domain = NULL;
NULL             12417 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             12456 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             12526 librpc/gen_ndr/ndr_srvsvc.c 			r->name = NULL;
NULL             12532 librpc/gen_ndr/ndr_srvsvc.c 			r->addr = NULL;
NULL             12539 librpc/gen_ndr/ndr_srvsvc.c 			r->net_addr = NULL;
NULL             12545 librpc/gen_ndr/ndr_srvsvc.c 			r->domain = NULL;
NULL             12674 librpc/gen_ndr/ndr_srvsvc.c 			r->array = NULL;
NULL             12713 librpc/gen_ndr/ndr_srvsvc.c 			char *idx_1=NULL;
NULL             12808 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr0 = NULL;
NULL             12818 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr1 = NULL;
NULL             12828 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr2 = NULL;
NULL             12838 librpc/gen_ndr/ndr_srvsvc.c 					r->ctr3 = NULL;
NULL             13187 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             13198 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             13202 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             13230 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13256 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             13288 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             13370 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             13392 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13496 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13571 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             13582 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             13586 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             13616 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13634 librpc/gen_ndr/ndr_srvsvc.c 			r->in.user = NULL;
NULL             13660 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             13692 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             13784 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             13806 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13932 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             13960 librpc/gen_ndr/ndr_srvsvc.c 			r->in.parm_error = NULL;
NULL             13974 librpc/gen_ndr/ndr_srvsvc.c 			r->out.parm_error = NULL;
NULL             14060 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14150 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14231 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             14242 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             14246 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             14276 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14294 librpc/gen_ndr/ndr_srvsvc.c 			r->in.path = NULL;
NULL             14320 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             14352 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             14447 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             14458 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             14462 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             14494 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14512 librpc/gen_ndr/ndr_srvsvc.c 			r->in.path = NULL;
NULL             14530 librpc/gen_ndr/ndr_srvsvc.c 			r->in.user = NULL;
NULL             14556 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             14588 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             14679 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             14701 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14795 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14869 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             14880 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             14884 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             14916 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             14934 librpc/gen_ndr/ndr_srvsvc.c 			r->in.client = NULL;
NULL             14952 librpc/gen_ndr/ndr_srvsvc.c 			r->in.user = NULL;
NULL             14978 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             15010 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             15131 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15149 librpc/gen_ndr/ndr_srvsvc.c 			r->in.client = NULL;
NULL             15167 librpc/gen_ndr/ndr_srvsvc.c 			r->in.user = NULL;
NULL             15238 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info == NULL) {
NULL             15272 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15299 librpc/gen_ndr/ndr_srvsvc.c 			r->in.parm_error = NULL;
NULL             15313 librpc/gen_ndr/ndr_srvsvc.c 			r->out.parm_error = NULL;
NULL             15381 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             15392 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             15396 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             15424 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15450 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             15482 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             15564 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             15586 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15674 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info == NULL) {
NULL             15708 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15742 librpc/gen_ndr/ndr_srvsvc.c 			r->in.parm_error = NULL;
NULL             15756 librpc/gen_ndr/ndr_srvsvc.c 			r->out.parm_error = NULL;
NULL             15846 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             15935 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16009 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.type == NULL) {
NULL             16030 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16112 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             16134 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16210 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info == NULL) {
NULL             16244 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16271 librpc/gen_ndr/ndr_srvsvc.c 			r->in.parm_error = NULL;
NULL             16285 librpc/gen_ndr/ndr_srvsvc.c 			r->out.parm_error = NULL;
NULL             16354 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info == NULL) {
NULL             16365 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             16369 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             16397 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16424 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             16456 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             16543 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.stats == NULL) {
NULL             16571 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16589 librpc/gen_ndr/ndr_srvsvc.c 			r->in.service = NULL;
NULL             16618 librpc/gen_ndr/ndr_srvsvc.c 			*r->out.stats = NULL;
NULL             16705 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16769 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.transports == NULL) {
NULL             16780 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.transports == NULL) {
NULL             16784 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             16812 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             16838 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             16870 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             16946 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info0 == NULL) {
NULL             16967 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17040 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info == NULL) {
NULL             17066 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17093 librpc/gen_ndr/ndr_srvsvc.c 			*r->out.info = NULL;
NULL             17180 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17198 librpc/gen_ndr/ndr_srvsvc.c 			r->in.transport = NULL;
NULL             17273 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.pathtype == NULL) {
NULL             17294 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17384 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.pathtype == NULL) {
NULL             17393 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.pathtype == NULL) {
NULL             17414 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17549 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17649 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17786 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17864 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.info_ctr == NULL) {
NULL             17875 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.info_ctr == NULL) {
NULL             17879 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.totalentries == NULL) {
NULL             17907 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             17933 librpc/gen_ndr/ndr_srvsvc.c 			r->in.resume_handle = NULL;
NULL             17965 librpc/gen_ndr/ndr_srvsvc.c 			r->out.resume_handle = NULL;
NULL             18069 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             18097 librpc/gen_ndr/ndr_srvsvc.c 			r->out.hnd = NULL;
NULL             18174 librpc/gen_ndr/ndr_srvsvc.c 			r->in.hnd = NULL;
NULL             18188 librpc/gen_ndr/ndr_srvsvc.c 			r->out.hnd = NULL;
NULL             18258 librpc/gen_ndr/ndr_srvsvc.c 		if (r->out.sd_buf == NULL) {
NULL             18286 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             18304 librpc/gen_ndr/ndr_srvsvc.c 			r->in.share = NULL;
NULL             18339 librpc/gen_ndr/ndr_srvsvc.c 			*r->out.sd_buf = NULL;
NULL             18419 librpc/gen_ndr/ndr_srvsvc.c 		if (r->in.sd_buf == NULL) {
NULL             18442 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             18460 librpc/gen_ndr/ndr_srvsvc.c 			r->in.share = NULL;
NULL             18564 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             18665 librpc/gen_ndr/ndr_srvsvc.c 			r->in.server_unc = NULL;
NULL             18683 librpc/gen_ndr/ndr_srvsvc.c 			r->in.emulated_server_unc = NULL;
NULL             18701 librpc/gen_ndr/ndr_srvsvc.c 			r->in.transport = NULL;
NULL             19651 librpc/gen_ndr/ndr_srvsvc.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               38 librpc/gen_ndr/ndr_svcctl.c 			r->lock_owner = NULL;
NULL               90 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL              274 librpc/gen_ndr/ndr_svcctl.c 				r->service_name = NULL;
NULL              286 librpc/gen_ndr/ndr_svcctl.c 				r->display_name = NULL;
NULL              409 librpc/gen_ndr/ndr_svcctl.c 				r->service_name = NULL;
NULL              421 librpc/gen_ndr/ndr_svcctl.c 				r->display_name = NULL;
NULL              551 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL              579 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL              606 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL              634 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL              771 librpc/gen_ndr/ndr_svcctl.c 			r->executablepath = NULL;
NULL              777 librpc/gen_ndr/ndr_svcctl.c 			r->loadordergroup = NULL;
NULL              784 librpc/gen_ndr/ndr_svcctl.c 			r->dependencies = NULL;
NULL              790 librpc/gen_ndr/ndr_svcctl.c 			r->startname = NULL;
NULL              796 librpc/gen_ndr/ndr_svcctl.c 			r->displayname = NULL;
NULL              937 librpc/gen_ndr/ndr_svcctl.c 			r->string = NULL;
NULL              986 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL             1034 librpc/gen_ndr/ndr_svcctl.c 				r->description = NULL;
NULL             1093 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL             1209 librpc/gen_ndr/ndr_svcctl.c 				r->rebootmsg = NULL;
NULL             1221 librpc/gen_ndr/ndr_svcctl.c 				r->command = NULL;
NULL             1234 librpc/gen_ndr/ndr_svcctl.c 			r->actions = NULL;
NULL             1317 librpc/gen_ndr/ndr_svcctl.c 			char *idx_1=NULL;
NULL             1350 librpc/gen_ndr/ndr_svcctl.c 	const char *val = NULL;
NULL             1361 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1367 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.handle == NULL) {
NULL             1437 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1444 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service_status == NULL) {
NULL             1517 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1574 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1580 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.lock == NULL) {
NULL             1651 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1659 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.buffer == NULL) {
NULL             1664 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             1759 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1764 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.buffer == NULL) {
NULL             1839 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             1845 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service_status == NULL) {
NULL             1957 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.lock == NULL) {
NULL             1963 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.lock == NULL) {
NULL             2074 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             2140 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             2191 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.tag_id == NULL) {
NULL             2233 librpc/gen_ndr/ndr_svcctl.c 			r->in.binary_path = NULL;
NULL             2251 librpc/gen_ndr/ndr_svcctl.c 			r->in.load_order_group = NULL;
NULL             2269 librpc/gen_ndr/ndr_svcctl.c 			r->in.dependencies = NULL;
NULL             2287 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_start_name = NULL;
NULL             2305 librpc/gen_ndr/ndr_svcctl.c 			r->in.password = NULL;
NULL             2323 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name = NULL;
NULL             2424 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.scmanager_handle == NULL) {
NULL             2483 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.handle == NULL) {
NULL             2529 librpc/gen_ndr/ndr_svcctl.c 			r->in.DisplayName = NULL;
NULL             2558 librpc/gen_ndr/ndr_svcctl.c 			r->in.LoadOrderGroupKey = NULL;
NULL             2576 librpc/gen_ndr/ndr_svcctl.c 			r->in.TagId = NULL;
NULL             2588 librpc/gen_ndr/ndr_svcctl.c 			r->in.dependencies = NULL;
NULL             2603 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_start_name = NULL;
NULL             2621 librpc/gen_ndr/ndr_svcctl.c 			r->in.password = NULL;
NULL             2646 librpc/gen_ndr/ndr_svcctl.c 			r->out.TagId = NULL;
NULL             2748 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.service == NULL) {
NULL             2756 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service_status == NULL) {
NULL             2761 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             2765 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.services_returned == NULL) {
NULL             2877 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             2890 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service == NULL) {
NULL             2895 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             2899 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.services_returned == NULL) {
NULL             2939 librpc/gen_ndr/ndr_svcctl.c 			r->in.resume_handle = NULL;
NULL             2984 librpc/gen_ndr/ndr_svcctl.c 			r->out.resume_handle = NULL;
NULL             3072 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.handle == NULL) {
NULL             3095 librpc/gen_ndr/ndr_svcctl.c 			r->in.MachineName = NULL;
NULL             3113 librpc/gen_ndr/ndr_svcctl.c 			r->in.DatabaseName = NULL;
NULL             3185 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.scmanager_handle == NULL) {
NULL             3196 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.handle == NULL) {
NULL             3277 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             3284 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.query == NULL) {
NULL             3288 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             3381 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             3388 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.lock_status == NULL) {
NULL             3392 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             3480 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             3525 librpc/gen_ndr/ndr_svcctl.c 			r->in.Arguments = NULL;
NULL             3575 librpc/gen_ndr/ndr_svcctl.c 				char *idx_1=NULL;
NULL             3598 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             3615 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.display_name == NULL) {
NULL             3658 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_name = NULL;
NULL             3676 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name_length = NULL;
NULL             3697 librpc/gen_ndr/ndr_svcctl.c 			*r->out.display_name = NULL;
NULL             3716 librpc/gen_ndr/ndr_svcctl.c 			r->out.display_name_length = NULL;
NULL             3784 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             3801 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.key_name == NULL) {
NULL             3844 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_name = NULL;
NULL             3862 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name_length = NULL;
NULL             3883 librpc/gen_ndr/ndr_svcctl.c 			*r->out.key_name = NULL;
NULL             3902 librpc/gen_ndr/ndr_svcctl.c 			r->out.display_name_length = NULL;
NULL             3970 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             4036 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             4087 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.tag_id == NULL) {
NULL             4129 librpc/gen_ndr/ndr_svcctl.c 			r->in.binary_path = NULL;
NULL             4147 librpc/gen_ndr/ndr_svcctl.c 			r->in.load_order_group = NULL;
NULL             4165 librpc/gen_ndr/ndr_svcctl.c 			r->in.dependencies = NULL;
NULL             4183 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_start_name = NULL;
NULL             4201 librpc/gen_ndr/ndr_svcctl.c 			r->in.password = NULL;
NULL             4219 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name = NULL;
NULL             4320 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             4421 librpc/gen_ndr/ndr_svcctl.c 			r->in.ServiceName = NULL;
NULL             4439 librpc/gen_ndr/ndr_svcctl.c 			r->in.DisplayName = NULL;
NULL             4461 librpc/gen_ndr/ndr_svcctl.c 			r->in.binary_path = NULL;
NULL             4479 librpc/gen_ndr/ndr_svcctl.c 			r->in.LoadOrderGroupKey = NULL;
NULL             4497 librpc/gen_ndr/ndr_svcctl.c 			r->in.dependencies = NULL;
NULL             4515 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_start_name = NULL;
NULL             4533 librpc/gen_ndr/ndr_svcctl.c 			r->in.password = NULL;
NULL             4553 librpc/gen_ndr/ndr_svcctl.c 			r->out.TagId = NULL;
NULL             4646 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.service == NULL) {
NULL             4658 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             4662 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.services_returned == NULL) {
NULL             4700 librpc/gen_ndr/ndr_svcctl.c 			r->out.service_status = NULL;
NULL             4771 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             4786 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             4790 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.services_returned == NULL) {
NULL             4827 librpc/gen_ndr/ndr_svcctl.c 			r->in.resume_handle = NULL;
NULL             4862 librpc/gen_ndr/ndr_svcctl.c 			r->out.resume_handle = NULL;
NULL             4947 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.handle == NULL) {
NULL             4970 librpc/gen_ndr/ndr_svcctl.c 			r->in.MachineName = NULL;
NULL             4988 librpc/gen_ndr/ndr_svcctl.c 			r->in.DatabaseName = NULL;
NULL             5060 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.scmanager_handle == NULL) {
NULL             5096 librpc/gen_ndr/ndr_svcctl.c 			r->in.ServiceName = NULL;
NULL             5153 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5161 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             5237 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5244 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.lock_status == NULL) {
NULL             5248 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             5335 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5372 librpc/gen_ndr/ndr_svcctl.c 			r->in.Arguments = NULL;
NULL             5428 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5445 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.display_name == NULL) {
NULL             5488 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_name = NULL;
NULL             5506 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name_length = NULL;
NULL             5527 librpc/gen_ndr/ndr_svcctl.c 			*r->out.display_name = NULL;
NULL             5546 librpc/gen_ndr/ndr_svcctl.c 			r->out.display_name_length = NULL;
NULL             5614 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5631 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.key_name == NULL) {
NULL             5674 librpc/gen_ndr/ndr_svcctl.c 			r->in.service_name = NULL;
NULL             5692 librpc/gen_ndr/ndr_svcctl.c 			r->in.display_name_length = NULL;
NULL             5713 librpc/gen_ndr/ndr_svcctl.c 			*r->out.key_name = NULL;
NULL             5732 librpc/gen_ndr/ndr_svcctl.c 			r->out.display_name_length = NULL;
NULL             5882 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             5916 librpc/gen_ndr/ndr_svcctl.c 			r->in.info = NULL;
NULL             5966 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             6000 librpc/gen_ndr/ndr_svcctl.c 			r->in.info = NULL;
NULL             6050 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             6059 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             6137 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             6145 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.buffer == NULL) {
NULL             6150 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             6245 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.handle == NULL) {
NULL             6253 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.buffer == NULL) {
NULL             6258 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             6353 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.scmanager == NULL) {
NULL             6368 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             6372 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service_returned == NULL) {
NULL             6380 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.group_name == NULL) {
NULL             6423 librpc/gen_ndr/ndr_svcctl.c 			r->in.resume_handle = NULL;
NULL             6459 librpc/gen_ndr/ndr_svcctl.c 			r->out.resume_handle = NULL;
NULL             6476 librpc/gen_ndr/ndr_svcctl.c 			*r->out.group_name = NULL;
NULL             6558 librpc/gen_ndr/ndr_svcctl.c 		if (r->in.scmanager == NULL) {
NULL             6579 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.services == NULL) {
NULL             6584 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.needed == NULL) {
NULL             6588 librpc/gen_ndr/ndr_svcctl.c 		if (r->out.service_returned == NULL) {
NULL             6631 librpc/gen_ndr/ndr_svcctl.c 			r->in.resume_handle = NULL;
NULL             6646 librpc/gen_ndr/ndr_svcctl.c 			r->in.group_name = NULL;
NULL             6697 librpc/gen_ndr/ndr_svcctl.c 			r->out.resume_handle = NULL;
NULL             7169 librpc/gen_ndr/ndr_svcctl.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               53 librpc/gen_ndr/ndr_winreg.c 	const char *val = NULL;
NULL              103 librpc/gen_ndr/ndr_winreg.c 			r->name = NULL;
NULL              167 librpc/gen_ndr/ndr_winreg.c 			r->data = NULL;
NULL              264 librpc/gen_ndr/ndr_winreg.c 	const char *val = NULL;
NULL              305 librpc/gen_ndr/ndr_winreg.c 			r->name = NULL;
NULL              376 librpc/gen_ndr/ndr_winreg.c 			r->name = NULL;
NULL              506 librpc/gen_ndr/ndr_winreg.c 			r->name = NULL;
NULL              549 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL              570 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL              637 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL              658 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL              725 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL              746 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL              813 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL              834 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL              901 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL              922 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL              982 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL              988 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             1058 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1076 librpc/gen_ndr/ndr_winreg.c 		if (r->out.new_handle == NULL) {
NULL             1115 librpc/gen_ndr/ndr_winreg.c 			r->in.secdesc = NULL;
NULL             1127 librpc/gen_ndr/ndr_winreg.c 			r->in.action_taken = NULL;
NULL             1150 librpc/gen_ndr/ndr_winreg.c 			r->out.action_taken = NULL;
NULL             1217 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1277 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1337 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1342 librpc/gen_ndr/ndr_winreg.c 		if (r->in.name == NULL) {
NULL             1356 librpc/gen_ndr/ndr_winreg.c 		if (r->out.name == NULL) {
NULL             1403 librpc/gen_ndr/ndr_winreg.c 			r->in.keyclass = NULL;
NULL             1415 librpc/gen_ndr/ndr_winreg.c 			r->in.last_changed_time = NULL;
NULL             1438 librpc/gen_ndr/ndr_winreg.c 			r->out.keyclass = NULL;
NULL             1450 librpc/gen_ndr/ndr_winreg.c 			r->out.last_changed_time = NULL;
NULL             1524 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1529 librpc/gen_ndr/ndr_winreg.c 		if (r->in.name == NULL) {
NULL             1554 librpc/gen_ndr/ndr_winreg.c 		if (r->out.name == NULL) {
NULL             1616 librpc/gen_ndr/ndr_winreg.c 			r->in.type = NULL;
NULL             1628 librpc/gen_ndr/ndr_winreg.c 			r->in.value = NULL;
NULL             1646 librpc/gen_ndr/ndr_winreg.c 			r->in.size = NULL;
NULL             1658 librpc/gen_ndr/ndr_winreg.c 			r->in.length = NULL;
NULL             1669 librpc/gen_ndr/ndr_winreg.c 			if (r->in.size == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for size_is()");
NULL             1673 librpc/gen_ndr/ndr_winreg.c 			if (r->in.length == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for length_is()");
NULL             1689 librpc/gen_ndr/ndr_winreg.c 			r->out.type = NULL;
NULL             1701 librpc/gen_ndr/ndr_winreg.c 			r->out.value = NULL;
NULL             1719 librpc/gen_ndr/ndr_winreg.c 			r->out.size = NULL;
NULL             1731 librpc/gen_ndr/ndr_winreg.c 			r->out.length = NULL;
NULL             1741 librpc/gen_ndr/ndr_winreg.c 			if (r->out.size == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for size_is()");
NULL             1745 librpc/gen_ndr/ndr_winreg.c 			if (r->out.length == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for length_is()");
NULL             1780 librpc/gen_ndr/ndr_winreg.c 			if (r->in.length == NULL) return;
NULL             1814 librpc/gen_ndr/ndr_winreg.c 			if (r->out.length == NULL) return;
NULL             1839 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1896 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             1901 librpc/gen_ndr/ndr_winreg.c 		if (r->in.sd == NULL) {
NULL             1907 librpc/gen_ndr/ndr_winreg.c 		if (r->out.sd == NULL) {
NULL             1991 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2029 librpc/gen_ndr/ndr_winreg.c 			r->in.keyname = NULL;
NULL             2041 librpc/gen_ndr/ndr_winreg.c 			r->in.filename = NULL;
NULL             2096 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2171 librpc/gen_ndr/ndr_winreg.c 		if (r->in.parent_handle == NULL) {
NULL             2180 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             2257 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2261 librpc/gen_ndr/ndr_winreg.c 		if (r->in.classname == NULL) {
NULL             2267 librpc/gen_ndr/ndr_winreg.c 		if (r->out.classname == NULL) {
NULL             2271 librpc/gen_ndr/ndr_winreg.c 		if (r->out.num_subkeys == NULL) {
NULL             2275 librpc/gen_ndr/ndr_winreg.c 		if (r->out.max_subkeylen == NULL) {
NULL             2279 librpc/gen_ndr/ndr_winreg.c 		if (r->out.max_classlen == NULL) {
NULL             2283 librpc/gen_ndr/ndr_winreg.c 		if (r->out.num_values == NULL) {
NULL             2287 librpc/gen_ndr/ndr_winreg.c 		if (r->out.max_valnamelen == NULL) {
NULL             2291 librpc/gen_ndr/ndr_winreg.c 		if (r->out.max_valbufsize == NULL) {
NULL             2295 librpc/gen_ndr/ndr_winreg.c 		if (r->out.secdescsize == NULL) {
NULL             2299 librpc/gen_ndr/ndr_winreg.c 		if (r->out.last_changed_time == NULL) {
NULL             2493 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2497 librpc/gen_ndr/ndr_winreg.c 		if (r->in.value_name == NULL) {
NULL             2579 librpc/gen_ndr/ndr_winreg.c 			r->in.type = NULL;
NULL             2591 librpc/gen_ndr/ndr_winreg.c 			r->in.data = NULL;
NULL             2609 librpc/gen_ndr/ndr_winreg.c 			r->in.data_size = NULL;
NULL             2621 librpc/gen_ndr/ndr_winreg.c 			r->in.data_length = NULL;
NULL             2630 librpc/gen_ndr/ndr_winreg.c 			if (r->in.data_size == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for size_is()");
NULL             2634 librpc/gen_ndr/ndr_winreg.c 			if (r->in.data_length == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for length_is()");
NULL             2643 librpc/gen_ndr/ndr_winreg.c 			r->out.type = NULL;
NULL             2655 librpc/gen_ndr/ndr_winreg.c 			r->out.data = NULL;
NULL             2673 librpc/gen_ndr/ndr_winreg.c 			r->out.data_size = NULL;
NULL             2685 librpc/gen_ndr/ndr_winreg.c 			r->out.data_length = NULL;
NULL             2695 librpc/gen_ndr/ndr_winreg.c 			if (r->out.data_size == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for size_is()");
NULL             2699 librpc/gen_ndr/ndr_winreg.c 			if (r->out.data_length == NULL) return ndr_pull_error(ndr, NDR_ERR_INVALID_POINTER, "NULL Pointer for length_is()");
NULL             2733 librpc/gen_ndr/ndr_winreg.c 			if (r->in.data_length == NULL) return;
NULL             2763 librpc/gen_ndr/ndr_winreg.c 			if (r->out.data_length == NULL) return;
NULL             2829 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2833 librpc/gen_ndr/ndr_winreg.c 		if (r->in.filename == NULL) {
NULL             2905 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             2909 librpc/gen_ndr/ndr_winreg.c 		if (r->in.filename == NULL) {
NULL             2949 librpc/gen_ndr/ndr_winreg.c 			r->in.sec_attrib = NULL;
NULL             3002 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             3007 librpc/gen_ndr/ndr_winreg.c 		if (r->in.sd == NULL) {
NULL             3078 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             3084 librpc/gen_ndr/ndr_winreg.c 		if (r->in.data == NULL) {
NULL             3231 librpc/gen_ndr/ndr_winreg.c 			r->in.hostname = NULL;
NULL             3243 librpc/gen_ndr/ndr_winreg.c 			r->in.message = NULL;
NULL             3320 librpc/gen_ndr/ndr_winreg.c 			r->in.server = NULL;
NULL             3365 librpc/gen_ndr/ndr_winreg.c 		if (r->in.handle == NULL) {
NULL             3371 librpc/gen_ndr/ndr_winreg.c 		if (r->out.version == NULL) {
NULL             3449 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             3470 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL             3537 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             3558 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL             3619 librpc/gen_ndr/ndr_winreg.c 		if (r->in.key_handle == NULL) {
NULL             3623 librpc/gen_ndr/ndr_winreg.c 		if (r->in.values == NULL) {
NULL             3643 librpc/gen_ndr/ndr_winreg.c 		if (r->in.buffer_size == NULL) {
NULL             3649 librpc/gen_ndr/ndr_winreg.c 		if (r->out.values == NULL) {
NULL             3668 librpc/gen_ndr/ndr_winreg.c 		if (r->out.buffer_size == NULL) {
NULL             3718 librpc/gen_ndr/ndr_winreg.c 			r->in.buffer = NULL;
NULL             3779 librpc/gen_ndr/ndr_winreg.c 			r->out.buffer = NULL;
NULL             3837 librpc/gen_ndr/ndr_winreg.c 			char *idx_1=NULL;
NULL             3866 librpc/gen_ndr/ndr_winreg.c 			char *idx_1=NULL;
NULL             3923 librpc/gen_ndr/ndr_winreg.c 			r->in.hostname = NULL;
NULL             3935 librpc/gen_ndr/ndr_winreg.c 			r->in.message = NULL;
NULL             4042 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             4063 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL             4130 librpc/gen_ndr/ndr_winreg.c 		if (r->out.handle == NULL) {
NULL             4151 librpc/gen_ndr/ndr_winreg.c 			r->in.system_name = NULL;
NULL             4530 librpc/gen_ndr/ndr_winreg.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL               48 librpc/gen_ndr/ndr_wkssvc.c 			r->server_name = NULL;
NULL               54 librpc/gen_ndr/ndr_wkssvc.c 			r->domain_name = NULL;
NULL              159 librpc/gen_ndr/ndr_wkssvc.c 			r->server_name = NULL;
NULL              165 librpc/gen_ndr/ndr_wkssvc.c 			r->domain_name = NULL;
NULL              173 librpc/gen_ndr/ndr_wkssvc.c 			r->lan_root = NULL;
NULL              295 librpc/gen_ndr/ndr_wkssvc.c 			r->server_name = NULL;
NULL              301 librpc/gen_ndr/ndr_wkssvc.c 			r->domain_name = NULL;
NULL              309 librpc/gen_ndr/ndr_wkssvc.c 			r->lan_root = NULL;
NULL             1910 librpc/gen_ndr/ndr_wkssvc.c 					r->info100 = NULL;
NULL             1920 librpc/gen_ndr/ndr_wkssvc.c 					r->info101 = NULL;
NULL             1930 librpc/gen_ndr/ndr_wkssvc.c 					r->info102 = NULL;
NULL             1940 librpc/gen_ndr/ndr_wkssvc.c 					r->info502 = NULL;
NULL             1950 librpc/gen_ndr/ndr_wkssvc.c 					r->info1010 = NULL;
NULL             1960 librpc/gen_ndr/ndr_wkssvc.c 					r->info1011 = NULL;
NULL             1970 librpc/gen_ndr/ndr_wkssvc.c 					r->info1012 = NULL;
NULL             1980 librpc/gen_ndr/ndr_wkssvc.c 					r->info1013 = NULL;
NULL             1990 librpc/gen_ndr/ndr_wkssvc.c 					r->info1018 = NULL;
NULL             2000 librpc/gen_ndr/ndr_wkssvc.c 					r->info1023 = NULL;
NULL             2010 librpc/gen_ndr/ndr_wkssvc.c 					r->info1027 = NULL;
NULL             2020 librpc/gen_ndr/ndr_wkssvc.c 					r->info1028 = NULL;
NULL             2030 librpc/gen_ndr/ndr_wkssvc.c 					r->info1032 = NULL;
NULL             2040 librpc/gen_ndr/ndr_wkssvc.c 					r->info1033 = NULL;
NULL             2050 librpc/gen_ndr/ndr_wkssvc.c 					r->info1041 = NULL;
NULL             2060 librpc/gen_ndr/ndr_wkssvc.c 					r->info1042 = NULL;
NULL             2070 librpc/gen_ndr/ndr_wkssvc.c 					r->info1043 = NULL;
NULL             2080 librpc/gen_ndr/ndr_wkssvc.c 					r->info1044 = NULL;
NULL             2090 librpc/gen_ndr/ndr_wkssvc.c 					r->info1045 = NULL;
NULL             2100 librpc/gen_ndr/ndr_wkssvc.c 					r->info1046 = NULL;
NULL             2110 librpc/gen_ndr/ndr_wkssvc.c 					r->info1047 = NULL;
NULL             2120 librpc/gen_ndr/ndr_wkssvc.c 					r->info1048 = NULL;
NULL             2130 librpc/gen_ndr/ndr_wkssvc.c 					r->info1049 = NULL;
NULL             2140 librpc/gen_ndr/ndr_wkssvc.c 					r->info1050 = NULL;
NULL             2150 librpc/gen_ndr/ndr_wkssvc.c 					r->info1051 = NULL;
NULL             2160 librpc/gen_ndr/ndr_wkssvc.c 					r->info1052 = NULL;
NULL             2170 librpc/gen_ndr/ndr_wkssvc.c 					r->info1053 = NULL;
NULL             2180 librpc/gen_ndr/ndr_wkssvc.c 					r->info1054 = NULL;
NULL             2190 librpc/gen_ndr/ndr_wkssvc.c 					r->info1055 = NULL;
NULL             2200 librpc/gen_ndr/ndr_wkssvc.c 					r->info1056 = NULL;
NULL             2210 librpc/gen_ndr/ndr_wkssvc.c 					r->info1057 = NULL;
NULL             2220 librpc/gen_ndr/ndr_wkssvc.c 					r->info1058 = NULL;
NULL             2230 librpc/gen_ndr/ndr_wkssvc.c 					r->info1059 = NULL;
NULL             2240 librpc/gen_ndr/ndr_wkssvc.c 					r->info1060 = NULL;
NULL             2250 librpc/gen_ndr/ndr_wkssvc.c 					r->info1061 = NULL;
NULL             2260 librpc/gen_ndr/ndr_wkssvc.c 					r->info1062 = NULL;
NULL             2966 librpc/gen_ndr/ndr_wkssvc.c 			r->user_name = NULL;
NULL             3034 librpc/gen_ndr/ndr_wkssvc.c 			r->user0 = NULL;
NULL             3073 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             3139 librpc/gen_ndr/ndr_wkssvc.c 			r->user_name = NULL;
NULL             3145 librpc/gen_ndr/ndr_wkssvc.c 			r->logon_domain = NULL;
NULL             3151 librpc/gen_ndr/ndr_wkssvc.c 			r->other_domains = NULL;
NULL             3157 librpc/gen_ndr/ndr_wkssvc.c 			r->logon_server = NULL;
NULL             3279 librpc/gen_ndr/ndr_wkssvc.c 			r->user1 = NULL;
NULL             3318 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             3389 librpc/gen_ndr/ndr_wkssvc.c 					r->user0 = NULL;
NULL             3399 librpc/gen_ndr/ndr_wkssvc.c 					r->user1 = NULL;
NULL             3528 librpc/gen_ndr/ndr_wkssvc.c 			r->other_domains = NULL;
NULL             3631 librpc/gen_ndr/ndr_wkssvc.c 					r->info0 = NULL;
NULL             3641 librpc/gen_ndr/ndr_wkssvc.c 					r->info1 = NULL;
NULL             3651 librpc/gen_ndr/ndr_wkssvc.c 					r->info1101 = NULL;
NULL             3774 librpc/gen_ndr/ndr_wkssvc.c 			r->name = NULL;
NULL             3780 librpc/gen_ndr/ndr_wkssvc.c 			r->address = NULL;
NULL             3870 librpc/gen_ndr/ndr_wkssvc.c 			r->array = NULL;
NULL             3909 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             3969 librpc/gen_ndr/ndr_wkssvc.c 					r->ctr0 = NULL;
NULL             4089 librpc/gen_ndr/ndr_wkssvc.c 			r->unknown1 = NULL;
NULL             4095 librpc/gen_ndr/ndr_wkssvc.c 			r->unknown2 = NULL;
NULL             4213 librpc/gen_ndr/ndr_wkssvc.c 			r->local = NULL;
NULL             4219 librpc/gen_ndr/ndr_wkssvc.c 			r->remote = NULL;
NULL             4225 librpc/gen_ndr/ndr_wkssvc.c 			r->password = NULL;
NULL             4235 librpc/gen_ndr/ndr_wkssvc.c 			r->user_name = NULL;
NULL             4241 librpc/gen_ndr/ndr_wkssvc.c 			r->domain_name = NULL;
NULL             4399 librpc/gen_ndr/ndr_wkssvc.c 			r->local = NULL;
NULL             4405 librpc/gen_ndr/ndr_wkssvc.c 			r->remote = NULL;
NULL             4411 librpc/gen_ndr/ndr_wkssvc.c 			r->password = NULL;
NULL             4524 librpc/gen_ndr/ndr_wkssvc.c 			r->local = NULL;
NULL             4530 librpc/gen_ndr/ndr_wkssvc.c 			r->remote = NULL;
NULL             4662 librpc/gen_ndr/ndr_wkssvc.c 					r->info0 = NULL;
NULL             4672 librpc/gen_ndr/ndr_wkssvc.c 					r->info1 = NULL;
NULL             4682 librpc/gen_ndr/ndr_wkssvc.c 					r->info2 = NULL;
NULL             4692 librpc/gen_ndr/ndr_wkssvc.c 					r->info3 = NULL;
NULL             4827 librpc/gen_ndr/ndr_wkssvc.c 			r->array = NULL;
NULL             4866 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             4913 librpc/gen_ndr/ndr_wkssvc.c 			r->array = NULL;
NULL             4952 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             4999 librpc/gen_ndr/ndr_wkssvc.c 			r->array = NULL;
NULL             5038 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             5120 librpc/gen_ndr/ndr_wkssvc.c 					r->ctr0 = NULL;
NULL             5130 librpc/gen_ndr/ndr_wkssvc.c 					r->ctr1 = NULL;
NULL             5140 librpc/gen_ndr/ndr_wkssvc.c 					r->ctr2 = NULL;
NULL             5445 librpc/gen_ndr/ndr_wkssvc.c 	const char *val = NULL;
NULL             5474 librpc/gen_ndr/ndr_wkssvc.c 	const char *val = NULL;
NULL             5578 librpc/gen_ndr/ndr_wkssvc.c 	const char *val = NULL;
NULL             5624 librpc/gen_ndr/ndr_wkssvc.c 			r->computer_name = NULL;
NULL             5663 librpc/gen_ndr/ndr_wkssvc.c 			char *idx_1=NULL;
NULL             5688 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             5710 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             5786 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info == NULL) {
NULL             5791 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.parm_error == NULL) {
NULL             5797 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.parm_error == NULL) {
NULL             5819 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             5916 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info == NULL) {
NULL             5927 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             5931 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.entries_read == NULL) {
NULL             5959 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             5985 librpc/gen_ndr/ndr_wkssvc.c 			r->in.resume_handle = NULL;
NULL             6017 librpc/gen_ndr/ndr_wkssvc.c 			r->out.resume_handle = NULL;
NULL             6095 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             6117 librpc/gen_ndr/ndr_wkssvc.c 			r->in.unknown = NULL;
NULL             6193 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info == NULL) {
NULL             6227 librpc/gen_ndr/ndr_wkssvc.c 			r->in.unknown = NULL;
NULL             6254 librpc/gen_ndr/ndr_wkssvc.c 			r->in.parm_err = NULL;
NULL             6268 librpc/gen_ndr/ndr_wkssvc.c 			r->out.parm_err = NULL;
NULL             6336 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info == NULL) {
NULL             6347 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             6351 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.total_entries == NULL) {
NULL             6379 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             6405 librpc/gen_ndr/ndr_wkssvc.c 			r->in.resume_handle = NULL;
NULL             6437 librpc/gen_ndr/ndr_wkssvc.c 			r->out.resume_handle = NULL;
NULL             6513 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info0 == NULL) {
NULL             6546 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             6572 librpc/gen_ndr/ndr_wkssvc.c 			r->in.parm_err = NULL;
NULL             6586 librpc/gen_ndr/ndr_wkssvc.c 			r->out.parm_err = NULL;
NULL             6679 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             6697 librpc/gen_ndr/ndr_wkssvc.c 			r->in.transport_name = NULL;
NULL             6764 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.ctr == NULL) {
NULL             6798 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             6825 librpc/gen_ndr/ndr_wkssvc.c 			r->in.parm_err = NULL;
NULL             6839 librpc/gen_ndr/ndr_wkssvc.c 			r->out.parm_err = NULL;
NULL             6907 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.use_name == NULL) {
NULL             6917 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.ctr == NULL) {
NULL             6939 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7025 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.use_name == NULL) {
NULL             7049 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7120 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.info == NULL) {
NULL             7131 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             7135 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.entries_read == NULL) {
NULL             7163 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7189 librpc/gen_ndr/ndr_wkssvc.c 			r->in.resume_handle = NULL;
NULL             7221 librpc/gen_ndr/ndr_wkssvc.c 			r->out.resume_handle = NULL;
NULL             7296 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.message_name == NULL) {
NULL             7310 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.message_buffer == NULL) {
NULL             7334 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7359 librpc/gen_ndr/ndr_wkssvc.c 			r->in.message_sender_name = NULL;
NULL             7452 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.info == NULL) {
NULL             7480 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7498 librpc/gen_ndr/ndr_wkssvc.c 			r->in.unknown2 = NULL;
NULL             7527 librpc/gen_ndr/ndr_wkssvc.c 			*r->out.info = NULL;
NULL             7588 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             7647 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             7713 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             7764 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7789 librpc/gen_ndr/ndr_wkssvc.c 			r->in.account_ou = NULL;
NULL             7807 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             7825 librpc/gen_ndr/ndr_wkssvc.c 			r->in.password = NULL;
NULL             7942 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             7960 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             7978 librpc/gen_ndr/ndr_wkssvc.c 			r->in.password = NULL;
NULL             8094 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             8112 librpc/gen_ndr/ndr_wkssvc.c 			r->in.NewMachineName = NULL;
NULL             8130 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             8148 librpc/gen_ndr/ndr_wkssvc.c 			r->in.password = NULL;
NULL             8226 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.name == NULL) {
NULL             8268 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             8293 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             8311 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Password = NULL;
NULL             8387 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.name_buffer == NULL) {
NULL             8399 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.name_buffer == NULL) {
NULL             8409 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.name_type == NULL) {
NULL             8433 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             8456 librpc/gen_ndr/ndr_wkssvc.c 			*r->in.name_buffer = NULL;
NULL             8486 librpc/gen_ndr/ndr_wkssvc.c 			*r->out.name_buffer = NULL;
NULL             8573 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             8594 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.num_ous == NULL) {
NULL             8600 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.num_ous == NULL) {
NULL             8604 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.ous == NULL) {
NULL             8649 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             8674 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             8692 librpc/gen_ndr/ndr_wkssvc.c 			r->in.unknown = NULL;
NULL             8735 librpc/gen_ndr/ndr_wkssvc.c 			*r->out.ous = NULL;
NULL             8749 librpc/gen_ndr/ndr_wkssvc.c 					(*r->out.ous)[cntr_ous_2] = NULL;
NULL             8832 librpc/gen_ndr/ndr_wkssvc.c 				char *idx_2=NULL;
NULL             8863 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             8911 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             8936 librpc/gen_ndr/ndr_wkssvc.c 			r->in.account_ou = NULL;
NULL             8954 librpc/gen_ndr/ndr_wkssvc.c 			r->in.admin_account = NULL;
NULL             8972 librpc/gen_ndr/ndr_wkssvc.c 			r->in.encrypted_password = NULL;
NULL             9080 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             9098 librpc/gen_ndr/ndr_wkssvc.c 			r->in.account = NULL;
NULL             9116 librpc/gen_ndr/ndr_wkssvc.c 			r->in.encrypted_password = NULL;
NULL             9223 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             9241 librpc/gen_ndr/ndr_wkssvc.c 			r->in.NewMachineName = NULL;
NULL             9259 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             9277 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             9349 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.name == NULL) {
NULL             9388 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             9413 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             9431 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             9502 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.domain_name == NULL) {
NULL             9520 librpc/gen_ndr/ndr_wkssvc.c 		if (r->in.num_ous == NULL) {
NULL             9526 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.num_ous == NULL) {
NULL             9530 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.ous == NULL) {
NULL             9575 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             9600 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             9618 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             9655 librpc/gen_ndr/ndr_wkssvc.c 			*r->out.ous = NULL;
NULL             9669 librpc/gen_ndr/ndr_wkssvc.c 					(*r->out.ous)[cntr_ous_2] = NULL;
NULL             9752 librpc/gen_ndr/ndr_wkssvc.c 				char *idx_2=NULL;
NULL             9824 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             9842 librpc/gen_ndr/ndr_wkssvc.c 			r->in.NewAlternateMachineName = NULL;
NULL             9860 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             9878 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             9991 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             10009 librpc/gen_ndr/ndr_wkssvc.c 			r->in.AlternateMachineNameToRemove = NULL;
NULL             10027 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             10045 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             10158 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             10176 librpc/gen_ndr/ndr_wkssvc.c 			r->in.primary_name = NULL;
NULL             10194 librpc/gen_ndr/ndr_wkssvc.c 			r->in.Account = NULL;
NULL             10212 librpc/gen_ndr/ndr_wkssvc.c 			r->in.EncryptedPassword = NULL;
NULL             10288 librpc/gen_ndr/ndr_wkssvc.c 		if (r->out.ctr == NULL) {
NULL             10314 librpc/gen_ndr/ndr_wkssvc.c 			r->in.server_name = NULL;
NULL             10343 librpc/gen_ndr/ndr_wkssvc.c 			*r->out.ctr = NULL;
NULL             10644 librpc/gen_ndr/ndr_wkssvc.c 	{ NULL, 0, NULL, NULL, NULL, false }
NULL              318 librpc/gen_ndr/ndr_xattr.c 			r->eas = NULL;
NULL              354 librpc/gen_ndr/ndr_xattr.c 			char *idx_1=NULL;
NULL              410 librpc/gen_ndr/ndr_xattr.c 		char *idx_0=NULL;
NULL              501 librpc/gen_ndr/ndr_xattr.c 			r->streams = NULL;
NULL              537 librpc/gen_ndr/ndr_xattr.c 			char *idx_1=NULL;
NULL              574 librpc/gen_ndr/ndr_xattr.c 			r->sd = NULL;
NULL              662 librpc/gen_ndr/ndr_xattr.c 					r->sd = NULL;
NULL              672 librpc/gen_ndr/ndr_xattr.c 					r->sd_hs = NULL;
NULL               21 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_dfs.c 	if (r->out.version == NULL) {
NULL               66 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              139 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              140 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              174 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              183 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              184 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              212 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              213 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              247 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              256 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              257 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              285 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              286 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              320 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              329 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              330 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              348 librpc/gen_ndr/srv_dfs.c 	if (r->out.info == NULL) {
NULL              365 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              366 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              400 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              409 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              410 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              441 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              442 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              476 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              485 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              486 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              514 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              515 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              549 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              558 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              559 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              587 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              588 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              622 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              631 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              632 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              660 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              661 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              695 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              704 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              705 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              733 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              734 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              768 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              777 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              778 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              808 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              809 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              843 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              852 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              853 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              883 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              884 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              918 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL              927 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              928 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL              956 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              957 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL              991 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1000 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1001 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1029 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1030 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1064 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1073 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1074 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1102 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1103 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1137 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1146 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1147 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1175 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1176 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1210 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1219 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1220 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1252 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1253 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1287 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1296 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1297 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1325 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1326 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1360 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1369 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1370 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1398 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1399 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1433 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1442 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1443 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1471 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1472 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1506 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1515 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1516 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1544 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1545 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1579 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1588 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1589 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1620 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1621 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1655 librpc/gen_ndr/srv_dfs.c 	if (r == NULL) {
NULL             1664 librpc/gen_ndr/srv_dfs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1665 librpc/gen_ndr/srv_dfs.c 	if (pull == NULL) {
NULL             1693 librpc/gen_ndr/srv_dfs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1694 librpc/gen_ndr/srv_dfs.c 	if (push == NULL) {
NULL             1753 librpc/gen_ndr/srv_dfs.c 	if (cli->pipes_struct == NULL) {
NULL             1763 librpc/gen_ndr/srv_dfs.c 			if (r->out.version == NULL) {
NULL             1793 librpc/gen_ndr/srv_dfs.c 			if (r->out.info == NULL) {
NULL               21 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_dssetup.c 	if (r->out.info == NULL) {
NULL               66 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              139 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              140 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              174 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              183 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              184 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              212 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              213 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              247 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              256 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              257 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              285 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              286 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              320 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              329 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              330 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              358 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              359 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              393 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              402 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              403 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              431 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              432 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              466 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              475 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              476 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              504 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              505 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              539 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              548 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              549 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              577 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              578 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              612 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              621 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              622 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              650 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              651 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              685 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              694 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              695 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              723 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              724 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              758 librpc/gen_ndr/srv_dssetup.c 	if (r == NULL) {
NULL              767 librpc/gen_ndr/srv_dssetup.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              768 librpc/gen_ndr/srv_dssetup.c 	if (pull == NULL) {
NULL              796 librpc/gen_ndr/srv_dssetup.c 	push = ndr_push_init_ctx(r, NULL);
NULL              797 librpc/gen_ndr/srv_dssetup.c 	if (push == NULL) {
NULL              844 librpc/gen_ndr/srv_dssetup.c 	if (cli->pipes_struct == NULL) {
NULL              854 librpc/gen_ndr/srv_dssetup.c 			if (r->out.info == NULL) {
NULL               21 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_echo.c 	if (r->out.out_data == NULL) {
NULL               66 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              129 librpc/gen_ndr/srv_echo.c 	if (r->out.out_data == NULL) {
NULL              146 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              147 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              181 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              190 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              191 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              219 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              220 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              254 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              263 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              264 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              282 librpc/gen_ndr/srv_echo.c 	if (r->out.data == NULL) {
NULL              299 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              300 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              334 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              343 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              344 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              362 librpc/gen_ndr/srv_echo.c 	if (r->out.s2 == NULL) {
NULL              379 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              380 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              414 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              423 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              424 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              442 librpc/gen_ndr/srv_echo.c 	if (r->out.info == NULL) {
NULL              459 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              460 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              494 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              503 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              504 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              532 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              533 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              567 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              576 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              577 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              609 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              610 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              644 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              653 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              654 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              684 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              685 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              719 librpc/gen_ndr/srv_echo.c 	if (r == NULL) {
NULL              728 librpc/gen_ndr/srv_echo.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              729 librpc/gen_ndr/srv_echo.c 	if (pull == NULL) {
NULL              757 librpc/gen_ndr/srv_echo.c 	push = ndr_push_init_ctx(r, NULL);
NULL              758 librpc/gen_ndr/srv_echo.c 	if (push == NULL) {
NULL              804 librpc/gen_ndr/srv_echo.c 	if (cli->pipes_struct == NULL) {
NULL              814 librpc/gen_ndr/srv_echo.c 			if (r->out.out_data == NULL) {
NULL              826 librpc/gen_ndr/srv_echo.c 			if (r->out.out_data == NULL) {
NULL              844 librpc/gen_ndr/srv_echo.c 			if (r->out.data == NULL) {
NULL              856 librpc/gen_ndr/srv_echo.c 			if (r->out.s2 == NULL) {
NULL              868 librpc/gen_ndr/srv_echo.c 			if (r->out.info == NULL) {
NULL               21 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL               59 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL               60 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL               94 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              103 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              104 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              132 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              133 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              167 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              176 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              177 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              196 librpc/gen_ndr/srv_epmapper.c 	if (r->out.num_ents == NULL) {
NULL              202 librpc/gen_ndr/srv_epmapper.c 	if (r->out.entries == NULL) {
NULL              219 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              220 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              254 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              263 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              264 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              283 librpc/gen_ndr/srv_epmapper.c 	if (r->out.num_towers == NULL) {
NULL              289 librpc/gen_ndr/srv_epmapper.c 	if (r->out.towers == NULL) {
NULL              306 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              307 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              341 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              350 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              351 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              381 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              382 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              416 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              425 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              426 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              454 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              455 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              489 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              498 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              499 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              527 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              528 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              562 librpc/gen_ndr/srv_epmapper.c 	if (r == NULL) {
NULL              571 librpc/gen_ndr/srv_epmapper.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              572 librpc/gen_ndr/srv_epmapper.c 	if (pull == NULL) {
NULL              600 librpc/gen_ndr/srv_epmapper.c 	push = ndr_push_init_ctx(r, NULL);
NULL              601 librpc/gen_ndr/srv_epmapper.c 	if (push == NULL) {
NULL              645 librpc/gen_ndr/srv_epmapper.c 	if (cli->pipes_struct == NULL) {
NULL              668 librpc/gen_ndr/srv_epmapper.c 			if (r->out.num_ents == NULL) {
NULL              673 librpc/gen_ndr/srv_epmapper.c 			if (r->out.entries == NULL) {
NULL              686 librpc/gen_ndr/srv_epmapper.c 			if (r->out.num_towers == NULL) {
NULL              691 librpc/gen_ndr/srv_epmapper.c 			if (r->out.towers == NULL) {
NULL               21 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL               59 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL               60 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL               94 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              103 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              104 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              132 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              133 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              167 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              176 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              177 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              207 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              208 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              242 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              251 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              252 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              282 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              283 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              317 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              326 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              327 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              345 librpc/gen_ndr/srv_eventlog.c 	if (r->out.number == NULL) {
NULL              362 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              363 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              397 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              406 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              407 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              425 librpc/gen_ndr/srv_eventlog.c 	if (r->out.oldest_entry == NULL) {
NULL              442 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              443 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              477 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              486 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              487 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              515 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              516 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              550 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              559 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              560 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              578 librpc/gen_ndr/srv_eventlog.c 	if (r->out.handle == NULL) {
NULL              595 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              596 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              630 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              639 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              640 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              658 librpc/gen_ndr/srv_eventlog.c 	if (r->out.log_handle == NULL) {
NULL              675 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              676 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              710 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              719 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              720 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              738 librpc/gen_ndr/srv_eventlog.c 	if (r->out.handle == NULL) {
NULL              755 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              756 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              790 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              799 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              800 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              818 librpc/gen_ndr/srv_eventlog.c 	if (r->out.data == NULL) {
NULL              824 librpc/gen_ndr/srv_eventlog.c 	if (r->out.sent_size == NULL) {
NULL              830 librpc/gen_ndr/srv_eventlog.c 	if (r->out.real_size == NULL) {
NULL              847 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              848 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              882 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              891 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              892 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              923 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              924 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL              958 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL              967 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              968 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL              996 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL              997 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1031 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1040 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1041 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1069 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1070 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1104 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1113 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1114 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1142 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1143 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1177 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1186 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1187 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1215 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1216 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1250 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1259 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1260 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1288 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1289 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1323 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1332 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1333 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1361 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1362 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1396 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1405 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1406 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1434 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1435 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1469 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1478 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1479 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1507 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1508 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1542 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1551 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1552 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1580 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1581 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1615 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1624 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1625 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1653 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1654 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1688 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1697 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1698 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1716 librpc/gen_ndr/srv_eventlog.c 	if (r->out.buffer == NULL) {
NULL             1722 librpc/gen_ndr/srv_eventlog.c 	if (r->out.bytes_needed == NULL) {
NULL             1739 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1740 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1774 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1783 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1784 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1812 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1813 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1847 librpc/gen_ndr/srv_eventlog.c 	if (r == NULL) {
NULL             1856 librpc/gen_ndr/srv_eventlog.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1857 librpc/gen_ndr/srv_eventlog.c 	if (pull == NULL) {
NULL             1888 librpc/gen_ndr/srv_eventlog.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1889 librpc/gen_ndr/srv_eventlog.c 	if (push == NULL) {
NULL             1950 librpc/gen_ndr/srv_eventlog.c 	if (cli->pipes_struct == NULL) {
NULL             1988 librpc/gen_ndr/srv_eventlog.c 			if (r->out.number == NULL) {
NULL             2000 librpc/gen_ndr/srv_eventlog.c 			if (r->out.oldest_entry == NULL) {
NULL             2018 librpc/gen_ndr/srv_eventlog.c 			if (r->out.handle == NULL) {
NULL             2030 librpc/gen_ndr/srv_eventlog.c 			if (r->out.log_handle == NULL) {
NULL             2042 librpc/gen_ndr/srv_eventlog.c 			if (r->out.handle == NULL) {
NULL             2054 librpc/gen_ndr/srv_eventlog.c 			if (r->out.data == NULL) {
NULL             2059 librpc/gen_ndr/srv_eventlog.c 			if (r->out.sent_size == NULL) {
NULL             2064 librpc/gen_ndr/srv_eventlog.c 			if (r->out.real_size == NULL) {
NULL             2145 librpc/gen_ndr/srv_eventlog.c 			if (r->out.buffer == NULL) {
NULL             2150 librpc/gen_ndr/srv_eventlog.c 			if (r->out.bytes_needed == NULL) {
NULL               21 librpc/gen_ndr/srv_initshutdown.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_initshutdown.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_initshutdown.c 	if (pull == NULL) {
NULL               59 librpc/gen_ndr/srv_initshutdown.c 	push = ndr_push_init_ctx(r, NULL);
NULL               60 librpc/gen_ndr/srv_initshutdown.c 	if (push == NULL) {
NULL               94 librpc/gen_ndr/srv_initshutdown.c 	if (r == NULL) {
NULL              103 librpc/gen_ndr/srv_initshutdown.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              104 librpc/gen_ndr/srv_initshutdown.c 	if (pull == NULL) {
NULL              132 librpc/gen_ndr/srv_initshutdown.c 	push = ndr_push_init_ctx(r, NULL);
NULL              133 librpc/gen_ndr/srv_initshutdown.c 	if (push == NULL) {
NULL              167 librpc/gen_ndr/srv_initshutdown.c 	if (r == NULL) {
NULL              176 librpc/gen_ndr/srv_initshutdown.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              177 librpc/gen_ndr/srv_initshutdown.c 	if (pull == NULL) {
NULL              205 librpc/gen_ndr/srv_initshutdown.c 	push = ndr_push_init_ctx(r, NULL);
NULL              206 librpc/gen_ndr/srv_initshutdown.c 	if (push == NULL) {
NULL              245 librpc/gen_ndr/srv_initshutdown.c 	if (cli->pipes_struct == NULL) {
NULL               21 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL               61 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL               62 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL               96 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              105 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              106 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              134 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              135 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              169 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              178 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              179 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              198 librpc/gen_ndr/srv_lsa.c 	if (r->out.privs == NULL) {
NULL              215 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              216 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              250 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              259 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              260 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              278 librpc/gen_ndr/srv_lsa.c 	if (r->out.sdbuf == NULL) {
NULL              295 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              296 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              330 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              339 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              340 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              368 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              369 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              403 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              412 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              413 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              441 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              442 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              476 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              485 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              486 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              504 librpc/gen_ndr/srv_lsa.c 	if (r->out.handle == NULL) {
NULL              521 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              522 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              556 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              565 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              566 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              584 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL              601 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              602 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              636 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              645 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              646 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              674 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              675 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              709 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              718 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              719 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              747 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              748 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              782 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              791 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              792 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              810 librpc/gen_ndr/srv_lsa.c 	if (r->out.acct_handle == NULL) {
NULL              827 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              828 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              862 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              871 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              872 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              891 librpc/gen_ndr/srv_lsa.c 	if (r->out.sids == NULL) {
NULL              908 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              909 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL              943 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL              952 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              953 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL              971 librpc/gen_ndr/srv_lsa.c 	if (r->out.trustdom_handle == NULL) {
NULL              988 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL              989 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1023 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1032 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1033 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1052 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             1069 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1070 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1104 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1113 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1114 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1134 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             1151 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1152 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1186 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1195 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1196 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1216 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             1233 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1234 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1268 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1277 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1278 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1296 librpc/gen_ndr/srv_lsa.c 	if (r->out.sec_handle == NULL) {
NULL             1313 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1314 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1348 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1357 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1358 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1376 librpc/gen_ndr/srv_lsa.c 	if (r->out.acct_handle == NULL) {
NULL             1393 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1394 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1428 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1437 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1438 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1456 librpc/gen_ndr/srv_lsa.c 	if (r->out.privs == NULL) {
NULL             1473 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1474 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1508 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1517 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1518 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1546 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1547 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1581 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1590 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1591 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1619 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1620 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1654 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1663 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1664 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1692 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1693 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1727 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1736 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1737 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1765 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1766 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1800 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1809 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1810 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1828 librpc/gen_ndr/srv_lsa.c 	if (r->out.access_mask == NULL) {
NULL             1845 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1846 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1880 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1889 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1890 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1918 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1919 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             1953 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             1962 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1963 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             1981 librpc/gen_ndr/srv_lsa.c 	if (r->out.trustdom_handle == NULL) {
NULL             1998 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1999 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2033 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2042 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2043 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2061 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL             2078 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2079 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2113 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2122 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2123 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2151 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2152 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2186 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2195 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2196 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2214 librpc/gen_ndr/srv_lsa.c 	if (r->out.sec_handle == NULL) {
NULL             2231 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2232 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2266 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2275 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2276 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2304 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2305 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2339 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2348 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2349 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2382 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2383 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2417 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2426 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2427 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2445 librpc/gen_ndr/srv_lsa.c 	if (r->out.luid == NULL) {
NULL             2462 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2463 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2497 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2506 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2507 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2525 librpc/gen_ndr/srv_lsa.c 	if (r->out.name == NULL) {
NULL             2542 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2543 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2577 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2586 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2587 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2605 librpc/gen_ndr/srv_lsa.c 	if (r->out.disp_name == NULL) {
NULL             2611 librpc/gen_ndr/srv_lsa.c 	if (r->out.returned_language_id == NULL) {
NULL             2628 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2629 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2663 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2672 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2673 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2703 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2704 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2738 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2747 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2748 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2766 librpc/gen_ndr/srv_lsa.c 	if (r->out.sids == NULL) {
NULL             2783 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2784 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2818 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2827 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2828 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2846 librpc/gen_ndr/srv_lsa.c 	if (r->out.rights == NULL) {
NULL             2863 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2864 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2898 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2907 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2908 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             2936 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2937 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             2971 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             2980 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2981 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3009 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3010 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3044 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3053 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3054 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3072 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL             3089 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3090 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3124 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3133 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3134 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3162 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3163 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3197 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3206 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3207 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3235 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3236 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3270 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3279 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3280 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3308 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3309 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3343 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3352 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3353 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3381 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3382 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3416 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3425 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3426 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3444 librpc/gen_ndr/srv_lsa.c 	if (r->out.handle == NULL) {
NULL             3461 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3462 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3496 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3505 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3506 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3537 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3538 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3572 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3581 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3582 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3600 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL             3617 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3618 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3652 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3661 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3662 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3690 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3691 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3725 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3734 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3735 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3753 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL             3770 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3771 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3805 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3814 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3815 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3843 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3844 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3878 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3887 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3888 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3907 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             3924 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3925 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             3959 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             3968 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3969 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             3987 librpc/gen_ndr/srv_lsa.c 	if (r->out.trustdom_handle == NULL) {
NULL             4004 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4005 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4039 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4048 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4049 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4079 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4080 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4114 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4123 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4124 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4142 librpc/gen_ndr/srv_lsa.c 	if (r->out.info == NULL) {
NULL             4159 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4160 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4194 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4203 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4204 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4232 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4233 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4267 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4276 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4277 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4295 librpc/gen_ndr/srv_lsa.c 	if (r->out.trustdom_handle == NULL) {
NULL             4312 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4313 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4347 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4356 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4357 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4385 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4386 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4420 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4429 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4430 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4450 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             4467 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4468 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4502 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4511 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4512 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4532 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             4549 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4550 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4584 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4593 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4594 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4612 librpc/gen_ndr/srv_lsa.c 	if (r->out.trustdom_handle == NULL) {
NULL             4629 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4630 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4664 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4673 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4674 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4702 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4703 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4737 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4746 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4747 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4775 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4776 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4810 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4819 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4820 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4848 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4849 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4883 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4892 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4893 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4921 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4922 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             4956 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             4965 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4966 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             4994 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4995 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5029 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5038 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5039 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5067 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5068 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5102 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5111 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5112 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5140 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5141 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5175 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5184 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5185 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5213 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5214 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5248 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5257 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5258 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5278 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             5295 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5296 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5330 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5339 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5340 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5368 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5369 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5403 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5412 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5413 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5441 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5442 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5476 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5485 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5486 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5514 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5515 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5549 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5558 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5559 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5587 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5588 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5622 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5631 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5632 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5650 librpc/gen_ndr/srv_lsa.c 	if (r->out.forest_trust_info == NULL) {
NULL             5667 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5668 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5702 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5711 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5712 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5740 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5741 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5775 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5784 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5785 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5813 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5814 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5848 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5857 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5858 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5878 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             5895 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5896 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             5930 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             5939 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5940 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             5960 librpc/gen_ndr/srv_lsa.c 	if (r->out.domains == NULL) {
NULL             5977 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5978 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             6012 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             6021 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6022 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             6050 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6051 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             6085 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             6094 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6095 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             6123 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6124 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             6158 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             6167 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6168 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             6196 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6197 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             6231 librpc/gen_ndr/srv_lsa.c 	if (r == NULL) {
NULL             6240 librpc/gen_ndr/srv_lsa.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6241 librpc/gen_ndr/srv_lsa.c 	if (pull == NULL) {
NULL             6269 librpc/gen_ndr/srv_lsa.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6270 librpc/gen_ndr/srv_lsa.c 	if (push == NULL) {
NULL             6388 librpc/gen_ndr/srv_lsa.c 	if (cli->pipes_struct == NULL) {
NULL             6413 librpc/gen_ndr/srv_lsa.c 			if (r->out.privs == NULL) {
NULL             6425 librpc/gen_ndr/srv_lsa.c 			if (r->out.sdbuf == NULL) {
NULL             6449 librpc/gen_ndr/srv_lsa.c 			if (r->out.handle == NULL) {
NULL             6461 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6485 librpc/gen_ndr/srv_lsa.c 			if (r->out.acct_handle == NULL) {
NULL             6498 librpc/gen_ndr/srv_lsa.c 			if (r->out.sids == NULL) {
NULL             6510 librpc/gen_ndr/srv_lsa.c 			if (r->out.trustdom_handle == NULL) {
NULL             6523 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6537 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6551 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6563 librpc/gen_ndr/srv_lsa.c 			if (r->out.sec_handle == NULL) {
NULL             6575 librpc/gen_ndr/srv_lsa.c 			if (r->out.acct_handle == NULL) {
NULL             6587 librpc/gen_ndr/srv_lsa.c 			if (r->out.privs == NULL) {
NULL             6623 librpc/gen_ndr/srv_lsa.c 			if (r->out.access_mask == NULL) {
NULL             6641 librpc/gen_ndr/srv_lsa.c 			if (r->out.trustdom_handle == NULL) {
NULL             6653 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6671 librpc/gen_ndr/srv_lsa.c 			if (r->out.sec_handle == NULL) {
NULL             6700 librpc/gen_ndr/srv_lsa.c 			if (r->out.luid == NULL) {
NULL             6712 librpc/gen_ndr/srv_lsa.c 			if (r->out.name == NULL) {
NULL             6724 librpc/gen_ndr/srv_lsa.c 			if (r->out.disp_name == NULL) {
NULL             6729 librpc/gen_ndr/srv_lsa.c 			if (r->out.returned_language_id == NULL) {
NULL             6749 librpc/gen_ndr/srv_lsa.c 			if (r->out.sids == NULL) {
NULL             6761 librpc/gen_ndr/srv_lsa.c 			if (r->out.rights == NULL) {
NULL             6785 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6821 librpc/gen_ndr/srv_lsa.c 			if (r->out.handle == NULL) {
NULL             6842 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6860 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6879 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6891 librpc/gen_ndr/srv_lsa.c 			if (r->out.trustdom_handle == NULL) {
NULL             6911 librpc/gen_ndr/srv_lsa.c 			if (r->out.info == NULL) {
NULL             6929 librpc/gen_ndr/srv_lsa.c 			if (r->out.trustdom_handle == NULL) {
NULL             6949 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6963 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             6975 librpc/gen_ndr/srv_lsa.c 			if (r->out.trustdom_handle == NULL) {
NULL             7037 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             7073 librpc/gen_ndr/srv_lsa.c 			if (r->out.forest_trust_info == NULL) {
NULL             7099 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL             7113 librpc/gen_ndr/srv_lsa.c 			if (r->out.domains == NULL) {
NULL               21 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL               66 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              129 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL              146 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              147 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              181 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              190 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              191 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              210 librpc/gen_ndr/srv_netlogon.c 	if (r->out.validation == NULL) {
NULL              216 librpc/gen_ndr/srv_netlogon.c 	if (r->out.authoritative == NULL) {
NULL              233 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              234 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              268 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              277 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              278 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              308 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              309 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              343 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              352 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              353 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              371 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_credentials == NULL) {
NULL              388 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              389 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              423 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              432 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              433 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              451 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_credentials == NULL) {
NULL              468 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              469 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              503 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              512 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              513 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              531 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL              548 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              549 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              583 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              592 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              593 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              613 librpc/gen_ndr/srv_netlogon.c 	if (r->out.delta_enum_array == NULL) {
NULL              630 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              631 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              665 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              674 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              675 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              695 librpc/gen_ndr/srv_netlogon.c 	if (r->out.delta_enum_array == NULL) {
NULL              712 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              713 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              747 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              756 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              757 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              776 librpc/gen_ndr/srv_netlogon.c 	if (r->out.buffer == NULL) {
NULL              782 librpc/gen_ndr/srv_netlogon.c 	if (r->out.count_returned == NULL) {
NULL              788 librpc/gen_ndr/srv_netlogon.c 	if (r->out.total_entries == NULL) {
NULL              794 librpc/gen_ndr/srv_netlogon.c 	if (r->out.recordid == NULL) {
NULL              811 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              812 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              846 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              855 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              856 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              876 librpc/gen_ndr/srv_netlogon.c 	if (r->out.buffer == NULL) {
NULL              882 librpc/gen_ndr/srv_netlogon.c 	if (r->out.count_returned == NULL) {
NULL              888 librpc/gen_ndr/srv_netlogon.c 	if (r->out.total_entries == NULL) {
NULL              894 librpc/gen_ndr/srv_netlogon.c 	if (r->out.next_reference == NULL) {
NULL              911 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              912 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL              946 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL              955 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              956 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL              974 librpc/gen_ndr/srv_netlogon.c 	if (r->out.dcname == NULL) {
NULL              991 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL              992 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1026 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1035 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1036 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1054 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL             1071 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1072 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1106 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1115 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1116 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1134 librpc/gen_ndr/srv_netlogon.c 	if (r->out.dcname == NULL) {
NULL             1151 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1152 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1186 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1195 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1196 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1214 librpc/gen_ndr/srv_netlogon.c 	if (r->out.query == NULL) {
NULL             1231 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1232 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1266 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1275 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1276 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1295 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_credentials == NULL) {
NULL             1312 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1313 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1347 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1356 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1357 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1377 librpc/gen_ndr/srv_netlogon.c 	if (r->out.delta_enum_array == NULL) {
NULL             1394 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1395 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1429 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1438 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1439 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1458 librpc/gen_ndr/srv_netlogon.c 	if (r->out.delta_enum_array == NULL) {
NULL             1475 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1476 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1510 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1519 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1520 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1538 librpc/gen_ndr/srv_netlogon.c 	if (r->out.query == NULL) {
NULL             1555 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1556 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1590 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1599 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1600 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1618 librpc/gen_ndr/srv_netlogon.c 	if (r->out.trusted_domains_blob == NULL) {
NULL             1635 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1636 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1670 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1679 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1680 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1698 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL             1715 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1716 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1750 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1759 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1760 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1779 librpc/gen_ndr/srv_netlogon.c 	if (r->out.capabilities == NULL) {
NULL             1796 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1797 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1831 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1840 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1841 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1869 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1870 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1904 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1913 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1914 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             1932 librpc/gen_ndr/srv_netlogon.c 	if (r->out.rid == NULL) {
NULL             1949 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1950 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             1984 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             1993 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1994 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2022 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2023 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2057 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2066 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2067 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2095 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2096 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2130 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2139 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2140 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2159 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_credentials == NULL) {
NULL             2165 librpc/gen_ndr/srv_netlogon.c 	if (r->out.rid == NULL) {
NULL             2182 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2183 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2217 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2226 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2227 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2245 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL             2262 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2263 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2297 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2306 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2307 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2325 librpc/gen_ndr/srv_netlogon.c 	if (r->out.site == NULL) {
NULL             2342 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2343 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2377 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2386 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2387 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2406 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL             2423 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2424 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2458 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2467 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2468 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2486 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL             2503 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2504 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2538 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2547 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2548 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2566 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL             2572 librpc/gen_ndr/srv_netlogon.c 	if (r->out.password == NULL) {
NULL             2589 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2590 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2624 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2633 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2634 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2662 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2663 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2697 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2706 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2707 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2725 librpc/gen_ndr/srv_netlogon.c 	if (r->out.ctr == NULL) {
NULL             2742 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2743 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2777 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2786 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2787 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2805 librpc/gen_ndr/srv_netlogon.c 	if (r->out.info == NULL) {
NULL             2822 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2823 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2857 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2866 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2867 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2895 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2896 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             2930 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             2939 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2940 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             2958 librpc/gen_ndr/srv_netlogon.c 	if (r->out.dom_trust_list == NULL) {
NULL             2975 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2976 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3010 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3019 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3020 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3038 librpc/gen_ndr/srv_netlogon.c 	if (r->out.ctr == NULL) {
NULL             3055 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3056 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3090 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3099 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3100 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3118 librpc/gen_ndr/srv_netlogon.c 	if (r->out.ctr == NULL) {
NULL             3135 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3136 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3170 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3179 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3180 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3199 librpc/gen_ndr/srv_netlogon.c 	if (r->out.validation == NULL) {
NULL             3205 librpc/gen_ndr/srv_netlogon.c 	if (r->out.authoritative == NULL) {
NULL             3222 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3223 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3257 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3266 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3267 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3285 librpc/gen_ndr/srv_netlogon.c 	if (r->out.trusts == NULL) {
NULL             3302 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3303 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3337 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3346 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3347 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3375 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3376 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3410 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3419 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3420 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3438 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL             3444 librpc/gen_ndr/srv_netlogon.c 	if (r->out.password == NULL) {
NULL             3450 librpc/gen_ndr/srv_netlogon.c 	if (r->out.password2 == NULL) {
NULL             3467 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3468 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3502 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3511 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3512 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3530 librpc/gen_ndr/srv_netlogon.c 	if (r->out.forest_trust_info == NULL) {
NULL             3547 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3548 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3582 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3591 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3592 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3610 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL             3616 librpc/gen_ndr/srv_netlogon.c 	if (r->out.forest_trust_info == NULL) {
NULL             3633 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3634 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3668 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3677 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3678 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3698 librpc/gen_ndr/srv_netlogon.c 	if (r->out.validation == NULL) {
NULL             3704 librpc/gen_ndr/srv_netlogon.c 	if (r->out.authoritative == NULL) {
NULL             3721 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3722 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3756 librpc/gen_ndr/srv_netlogon.c 	if (r == NULL) {
NULL             3765 librpc/gen_ndr/srv_netlogon.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3766 librpc/gen_ndr/srv_netlogon.c 	if (pull == NULL) {
NULL             3784 librpc/gen_ndr/srv_netlogon.c 	if (r->out.return_authenticator == NULL) {
NULL             3790 librpc/gen_ndr/srv_netlogon.c 	if (r->out.new_owf_password == NULL) {
NULL             3796 librpc/gen_ndr/srv_netlogon.c 	if (r->out.old_owf_password == NULL) {
NULL             3802 librpc/gen_ndr/srv_netlogon.c 	if (r->out.trust_info == NULL) {
NULL             3819 librpc/gen_ndr/srv_netlogon.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3820 librpc/gen_ndr/srv_netlogon.c 	if (push == NULL) {
NULL             3903 librpc/gen_ndr/srv_netlogon.c 	if (cli->pipes_struct == NULL) {
NULL             3913 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             3925 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             3938 librpc/gen_ndr/srv_netlogon.c 			if (r->out.validation == NULL) {
NULL             3943 librpc/gen_ndr/srv_netlogon.c 			if (r->out.authoritative == NULL) {
NULL             3963 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_credentials == NULL) {
NULL             3975 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_credentials == NULL) {
NULL             3987 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4001 librpc/gen_ndr/srv_netlogon.c 			if (r->out.delta_enum_array == NULL) {
NULL             4015 librpc/gen_ndr/srv_netlogon.c 			if (r->out.delta_enum_array == NULL) {
NULL             4028 librpc/gen_ndr/srv_netlogon.c 			if (r->out.buffer == NULL) {
NULL             4033 librpc/gen_ndr/srv_netlogon.c 			if (r->out.count_returned == NULL) {
NULL             4038 librpc/gen_ndr/srv_netlogon.c 			if (r->out.total_entries == NULL) {
NULL             4043 librpc/gen_ndr/srv_netlogon.c 			if (r->out.recordid == NULL) {
NULL             4057 librpc/gen_ndr/srv_netlogon.c 			if (r->out.buffer == NULL) {
NULL             4062 librpc/gen_ndr/srv_netlogon.c 			if (r->out.count_returned == NULL) {
NULL             4067 librpc/gen_ndr/srv_netlogon.c 			if (r->out.total_entries == NULL) {
NULL             4072 librpc/gen_ndr/srv_netlogon.c 			if (r->out.next_reference == NULL) {
NULL             4084 librpc/gen_ndr/srv_netlogon.c 			if (r->out.dcname == NULL) {
NULL             4096 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             4108 librpc/gen_ndr/srv_netlogon.c 			if (r->out.dcname == NULL) {
NULL             4120 librpc/gen_ndr/srv_netlogon.c 			if (r->out.query == NULL) {
NULL             4133 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_credentials == NULL) {
NULL             4147 librpc/gen_ndr/srv_netlogon.c 			if (r->out.delta_enum_array == NULL) {
NULL             4160 librpc/gen_ndr/srv_netlogon.c 			if (r->out.delta_enum_array == NULL) {
NULL             4172 librpc/gen_ndr/srv_netlogon.c 			if (r->out.query == NULL) {
NULL             4184 librpc/gen_ndr/srv_netlogon.c 			if (r->out.trusted_domains_blob == NULL) {
NULL             4196 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             4209 librpc/gen_ndr/srv_netlogon.c 			if (r->out.capabilities == NULL) {
NULL             4227 librpc/gen_ndr/srv_netlogon.c 			if (r->out.rid == NULL) {
NULL             4252 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_credentials == NULL) {
NULL             4257 librpc/gen_ndr/srv_netlogon.c 			if (r->out.rid == NULL) {
NULL             4269 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             4281 librpc/gen_ndr/srv_netlogon.c 			if (r->out.site == NULL) {
NULL             4294 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             4306 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4318 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4323 librpc/gen_ndr/srv_netlogon.c 			if (r->out.password == NULL) {
NULL             4341 librpc/gen_ndr/srv_netlogon.c 			if (r->out.ctr == NULL) {
NULL             4353 librpc/gen_ndr/srv_netlogon.c 			if (r->out.info == NULL) {
NULL             4371 librpc/gen_ndr/srv_netlogon.c 			if (r->out.dom_trust_list == NULL) {
NULL             4383 librpc/gen_ndr/srv_netlogon.c 			if (r->out.ctr == NULL) {
NULL             4395 librpc/gen_ndr/srv_netlogon.c 			if (r->out.ctr == NULL) {
NULL             4408 librpc/gen_ndr/srv_netlogon.c 			if (r->out.validation == NULL) {
NULL             4413 librpc/gen_ndr/srv_netlogon.c 			if (r->out.authoritative == NULL) {
NULL             4425 librpc/gen_ndr/srv_netlogon.c 			if (r->out.trusts == NULL) {
NULL             4443 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4448 librpc/gen_ndr/srv_netlogon.c 			if (r->out.password == NULL) {
NULL             4453 librpc/gen_ndr/srv_netlogon.c 			if (r->out.password2 == NULL) {
NULL             4465 librpc/gen_ndr/srv_netlogon.c 			if (r->out.forest_trust_info == NULL) {
NULL             4477 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4482 librpc/gen_ndr/srv_netlogon.c 			if (r->out.forest_trust_info == NULL) {
NULL             4496 librpc/gen_ndr/srv_netlogon.c 			if (r->out.validation == NULL) {
NULL             4501 librpc/gen_ndr/srv_netlogon.c 			if (r->out.authoritative == NULL) {
NULL             4513 librpc/gen_ndr/srv_netlogon.c 			if (r->out.return_authenticator == NULL) {
NULL             4518 librpc/gen_ndr/srv_netlogon.c 			if (r->out.new_owf_password == NULL) {
NULL             4523 librpc/gen_ndr/srv_netlogon.c 			if (r->out.old_owf_password == NULL) {
NULL             4528 librpc/gen_ndr/srv_netlogon.c 			if (r->out.trust_info == NULL) {
NULL               21 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL               59 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL               60 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL               94 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              103 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              104 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              132 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              133 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              167 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              176 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              177 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              195 librpc/gen_ndr/srv_ntsvcs.c 	if (r->out.version == NULL) {
NULL              212 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              213 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              247 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              256 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              257 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              285 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              286 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              320 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              329 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              330 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              358 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              359 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              393 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              402 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              403 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              431 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              432 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              466 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              475 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              476 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              504 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              505 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              539 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              548 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              549 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              577 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              578 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              612 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              621 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              622 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              650 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              651 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              685 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              694 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              695 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              723 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              724 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              758 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              767 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              768 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              787 librpc/gen_ndr/srv_ntsvcs.c 	if (r->out.buffer == NULL) {
NULL              804 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              805 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              839 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              848 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              849 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              867 librpc/gen_ndr/srv_ntsvcs.c 	if (r->out.size == NULL) {
NULL              884 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              885 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              919 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL              928 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              929 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL              957 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL              958 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL              992 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1001 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1002 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1023 librpc/gen_ndr/srv_ntsvcs.c 	if (r->out.buffer == NULL) {
NULL             1040 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1041 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1075 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1084 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1085 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1113 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1114 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1148 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1157 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1158 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1186 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1187 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1221 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1230 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1231 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1259 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1260 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1294 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1303 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1304 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1332 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1333 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1367 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1376 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1377 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1405 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1406 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1440 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1449 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1450 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1478 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1479 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1513 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1522 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1523 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1551 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1552 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1586 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1595 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1596 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1624 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1625 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1659 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1668 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1669 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1697 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1698 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1732 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1741 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1742 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1770 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1771 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1805 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1814 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1815 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1843 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1844 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1878 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1887 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1888 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1916 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1917 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             1951 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             1960 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1961 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             1989 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1990 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2024 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2033 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2034 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2062 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2063 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2097 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2106 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2107 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2135 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2136 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2170 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2179 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2180 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2208 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2209 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2243 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2252 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2253 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2281 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2282 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2316 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2325 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2326 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2354 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2355 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2389 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2398 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2399 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2427 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2428 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2462 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2471 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2472 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2500 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2501 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2535 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2544 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2545 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2573 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2574 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2608 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2617 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2618 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2646 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2647 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2681 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2690 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2691 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2719 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2720 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2754 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2763 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2764 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2792 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2793 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2827 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2836 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2837 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2865 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2866 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2900 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2909 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2910 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             2938 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2939 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             2973 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             2982 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2983 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3003 librpc/gen_ndr/srv_ntsvcs.c 	if (r->out.unknown5a == NULL) {
NULL             3020 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3021 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3055 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3064 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3065 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3095 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3096 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3130 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3139 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3140 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3168 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3169 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3203 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3212 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3213 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3241 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3242 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3276 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3285 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3286 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3314 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3315 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3349 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3358 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3359 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3387 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3388 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3422 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3431 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3432 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3460 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3461 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3495 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3504 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3505 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3533 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3534 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3568 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3577 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3578 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3606 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3607 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3641 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3650 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3651 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3679 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3680 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3714 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3723 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3724 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3752 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3753 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3787 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3796 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3797 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3825 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3826 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3860 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3869 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3870 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3898 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3899 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             3933 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             3942 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3943 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             3971 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3972 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4006 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4015 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4016 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4044 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4045 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4079 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4088 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4089 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4117 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4118 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4152 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4161 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4162 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4190 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4191 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4225 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4234 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4235 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4263 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4264 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4298 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4307 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4308 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4336 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4337 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4371 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4380 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4381 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4409 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4410 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4444 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4453 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4454 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4482 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4483 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4517 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4526 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4527 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4555 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4556 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4590 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4599 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4600 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4628 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4629 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4663 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4672 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4673 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4701 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4702 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4736 librpc/gen_ndr/srv_ntsvcs.c 	if (r == NULL) {
NULL             4745 librpc/gen_ndr/srv_ntsvcs.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4746 librpc/gen_ndr/srv_ntsvcs.c 	if (pull == NULL) {
NULL             4774 librpc/gen_ndr/srv_ntsvcs.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4775 librpc/gen_ndr/srv_ntsvcs.c 	if (push == NULL) {
NULL             4876 librpc/gen_ndr/srv_ntsvcs.c 	if (cli->pipes_struct == NULL) {
NULL             4898 librpc/gen_ndr/srv_ntsvcs.c 			if (r->out.version == NULL) {
NULL             4953 librpc/gen_ndr/srv_ntsvcs.c 			if (r->out.buffer == NULL) {
NULL             4965 librpc/gen_ndr/srv_ntsvcs.c 			if (r->out.size == NULL) {
NULL             4986 librpc/gen_ndr/srv_ntsvcs.c 			if (r->out.buffer == NULL) {
NULL             5156 librpc/gen_ndr/srv_ntsvcs.c 			if (r->out.unknown5a == NULL) {
NULL               21 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_samr.c 	if (r->out.connect_handle == NULL) {
NULL               66 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              141 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              142 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              176 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              185 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              186 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              214 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              215 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              249 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              258 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              259 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              277 librpc/gen_ndr/srv_samr.c 	if (r->out.sdbuf == NULL) {
NULL              294 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              295 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              329 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              338 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              339 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              367 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              368 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              402 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              411 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              412 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              430 librpc/gen_ndr/srv_samr.c 	if (r->out.sid == NULL) {
NULL              447 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              448 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              482 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              491 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              492 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              511 librpc/gen_ndr/srv_samr.c 	if (r->out.sam == NULL) {
NULL              517 librpc/gen_ndr/srv_samr.c 	if (r->out.num_entries == NULL) {
NULL              534 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              535 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              569 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              578 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              579 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              597 librpc/gen_ndr/srv_samr.c 	if (r->out.domain_handle == NULL) {
NULL              614 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              615 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              649 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              658 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              659 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              677 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL              694 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              695 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              729 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              738 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              739 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              767 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              768 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              802 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              811 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              812 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              830 librpc/gen_ndr/srv_samr.c 	if (r->out.group_handle == NULL) {
NULL              836 librpc/gen_ndr/srv_samr.c 	if (r->out.rid == NULL) {
NULL              853 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              854 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              888 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              897 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              898 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL              917 librpc/gen_ndr/srv_samr.c 	if (r->out.sam == NULL) {
NULL              923 librpc/gen_ndr/srv_samr.c 	if (r->out.num_entries == NULL) {
NULL              940 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL              941 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL              975 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL              984 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              985 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1003 librpc/gen_ndr/srv_samr.c 	if (r->out.user_handle == NULL) {
NULL             1009 librpc/gen_ndr/srv_samr.c 	if (r->out.rid == NULL) {
NULL             1026 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1027 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1061 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1070 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1071 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1090 librpc/gen_ndr/srv_samr.c 	if (r->out.sam == NULL) {
NULL             1096 librpc/gen_ndr/srv_samr.c 	if (r->out.num_entries == NULL) {
NULL             1113 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1114 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1148 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1157 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1158 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1176 librpc/gen_ndr/srv_samr.c 	if (r->out.alias_handle == NULL) {
NULL             1182 librpc/gen_ndr/srv_samr.c 	if (r->out.rid == NULL) {
NULL             1199 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1200 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1234 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1243 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1244 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1263 librpc/gen_ndr/srv_samr.c 	if (r->out.sam == NULL) {
NULL             1269 librpc/gen_ndr/srv_samr.c 	if (r->out.num_entries == NULL) {
NULL             1286 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1287 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1321 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1330 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1331 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1349 librpc/gen_ndr/srv_samr.c 	if (r->out.rids == NULL) {
NULL             1366 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1367 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1401 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1410 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1411 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1429 librpc/gen_ndr/srv_samr.c 	if (r->out.rids == NULL) {
NULL             1435 librpc/gen_ndr/srv_samr.c 	if (r->out.types == NULL) {
NULL             1452 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1453 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1487 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1496 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1497 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1515 librpc/gen_ndr/srv_samr.c 	if (r->out.names == NULL) {
NULL             1521 librpc/gen_ndr/srv_samr.c 	if (r->out.types == NULL) {
NULL             1538 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1539 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1573 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1582 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1583 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1601 librpc/gen_ndr/srv_samr.c 	if (r->out.group_handle == NULL) {
NULL             1618 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1619 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1653 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1662 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1663 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1681 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             1698 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1699 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1733 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1742 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1743 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1771 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1772 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1806 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1815 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1816 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1844 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1845 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1879 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1888 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1889 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1919 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1920 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             1954 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             1963 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1964 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             1992 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1993 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2027 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2036 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2037 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2055 librpc/gen_ndr/srv_samr.c 	if (r->out.rids == NULL) {
NULL             2072 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2073 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2107 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2116 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2117 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2145 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2146 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2180 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2189 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2190 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2208 librpc/gen_ndr/srv_samr.c 	if (r->out.alias_handle == NULL) {
NULL             2225 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2226 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2260 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2269 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2270 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2288 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             2305 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2306 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2340 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2349 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2350 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2378 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2379 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2413 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2422 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2423 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2453 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2454 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2488 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2497 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2498 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2526 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2527 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2561 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2570 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2571 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2599 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2600 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2634 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2643 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2644 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2662 librpc/gen_ndr/srv_samr.c 	if (r->out.sids == NULL) {
NULL             2679 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2680 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2714 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2723 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2724 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2742 librpc/gen_ndr/srv_samr.c 	if (r->out.user_handle == NULL) {
NULL             2759 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2760 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2794 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2803 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2804 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2834 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2835 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2869 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2878 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2879 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2897 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             2914 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2915 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             2949 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             2958 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2959 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             2987 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2988 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3022 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3031 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3032 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3060 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3061 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3095 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3104 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3105 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3123 librpc/gen_ndr/srv_samr.c 	if (r->out.rids == NULL) {
NULL             3140 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3141 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3175 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3184 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3185 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3203 librpc/gen_ndr/srv_samr.c 	if (r->out.total_size == NULL) {
NULL             3209 librpc/gen_ndr/srv_samr.c 	if (r->out.returned_size == NULL) {
NULL             3215 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             3232 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3233 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3267 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3276 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3277 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3295 librpc/gen_ndr/srv_samr.c 	if (r->out.idx == NULL) {
NULL             3312 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3313 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3347 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3356 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3357 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3385 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3386 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3420 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3429 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3430 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3458 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3459 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3493 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3502 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3503 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3521 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             3538 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3539 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3573 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3582 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3583 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3611 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3612 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3646 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3655 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3656 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3674 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             3691 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3692 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3726 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3735 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3736 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3754 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             3771 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3772 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3806 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3815 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3816 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3834 librpc/gen_ndr/srv_samr.c 	if (r->out.total_size == NULL) {
NULL             3840 librpc/gen_ndr/srv_samr.c 	if (r->out.returned_size == NULL) {
NULL             3846 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             3863 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3864 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3898 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3907 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3908 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             3926 librpc/gen_ndr/srv_samr.c 	if (r->out.idx == NULL) {
NULL             3943 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3944 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             3978 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             3987 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3988 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4006 librpc/gen_ndr/srv_samr.c 	if (r->out.user_handle == NULL) {
NULL             4012 librpc/gen_ndr/srv_samr.c 	if (r->out.access_granted == NULL) {
NULL             4018 librpc/gen_ndr/srv_samr.c 	if (r->out.rid == NULL) {
NULL             4035 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4036 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4070 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4079 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4080 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4098 librpc/gen_ndr/srv_samr.c 	if (r->out.total_size == NULL) {
NULL             4104 librpc/gen_ndr/srv_samr.c 	if (r->out.returned_size == NULL) {
NULL             4110 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             4127 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4128 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4162 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4171 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4172 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4200 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4201 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4235 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4244 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4245 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4273 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4274 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4308 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4317 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4318 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4346 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4347 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4381 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4390 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4391 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4419 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4420 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4454 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4463 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4464 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4482 librpc/gen_ndr/srv_samr.c 	if (r->out.info == NULL) {
NULL             4499 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4500 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4534 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4543 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4544 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4562 librpc/gen_ndr/srv_samr.c 	if (r->out.connect_handle == NULL) {
NULL             4579 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4580 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4614 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4623 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4624 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4652 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4653 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4687 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4696 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4697 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4725 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4726 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4760 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4769 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4770 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4788 librpc/gen_ndr/srv_samr.c 	if (r->out.unknown == NULL) {
NULL             4805 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4806 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4840 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4849 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4850 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4868 librpc/gen_ndr/srv_samr.c 	if (r->out.connect_handle == NULL) {
NULL             4885 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4886 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             4920 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             4929 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4930 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             4948 librpc/gen_ndr/srv_samr.c 	if (r->out.connect_handle == NULL) {
NULL             4965 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4966 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5000 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             5009 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5010 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             5028 librpc/gen_ndr/srv_samr.c 	if (r->out.dominfo == NULL) {
NULL             5034 librpc/gen_ndr/srv_samr.c 	if (r->out.reject == NULL) {
NULL             5051 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5052 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5086 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             5095 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5096 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             5114 librpc/gen_ndr/srv_samr.c 	if (r->out.level_out == NULL) {
NULL             5120 librpc/gen_ndr/srv_samr.c 	if (r->out.info_out == NULL) {
NULL             5126 librpc/gen_ndr/srv_samr.c 	if (r->out.connect_handle == NULL) {
NULL             5143 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5144 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5178 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             5187 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5188 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             5206 librpc/gen_ndr/srv_samr.c 	if (r->out.sid == NULL) {
NULL             5223 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5224 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5258 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             5267 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5268 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             5296 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5297 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5331 librpc/gen_ndr/srv_samr.c 	if (r == NULL) {
NULL             5340 librpc/gen_ndr/srv_samr.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5341 librpc/gen_ndr/srv_samr.c 	if (pull == NULL) {
NULL             5359 librpc/gen_ndr/srv_samr.c 	if (r->out.rep == NULL) {
NULL             5376 librpc/gen_ndr/srv_samr.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5377 librpc/gen_ndr/srv_samr.c 	if (push == NULL) {
NULL             5481 librpc/gen_ndr/srv_samr.c 	if (cli->pipes_struct == NULL) {
NULL             5491 librpc/gen_ndr/srv_samr.c 			if (r->out.connect_handle == NULL) {
NULL             5517 librpc/gen_ndr/srv_samr.c 			if (r->out.sdbuf == NULL) {
NULL             5535 librpc/gen_ndr/srv_samr.c 			if (r->out.sid == NULL) {
NULL             5548 librpc/gen_ndr/srv_samr.c 			if (r->out.sam == NULL) {
NULL             5553 librpc/gen_ndr/srv_samr.c 			if (r->out.num_entries == NULL) {
NULL             5565 librpc/gen_ndr/srv_samr.c 			if (r->out.domain_handle == NULL) {
NULL             5577 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5595 librpc/gen_ndr/srv_samr.c 			if (r->out.group_handle == NULL) {
NULL             5600 librpc/gen_ndr/srv_samr.c 			if (r->out.rid == NULL) {
NULL             5613 librpc/gen_ndr/srv_samr.c 			if (r->out.sam == NULL) {
NULL             5618 librpc/gen_ndr/srv_samr.c 			if (r->out.num_entries == NULL) {
NULL             5630 librpc/gen_ndr/srv_samr.c 			if (r->out.user_handle == NULL) {
NULL             5635 librpc/gen_ndr/srv_samr.c 			if (r->out.rid == NULL) {
NULL             5648 librpc/gen_ndr/srv_samr.c 			if (r->out.sam == NULL) {
NULL             5653 librpc/gen_ndr/srv_samr.c 			if (r->out.num_entries == NULL) {
NULL             5665 librpc/gen_ndr/srv_samr.c 			if (r->out.alias_handle == NULL) {
NULL             5670 librpc/gen_ndr/srv_samr.c 			if (r->out.rid == NULL) {
NULL             5683 librpc/gen_ndr/srv_samr.c 			if (r->out.sam == NULL) {
NULL             5688 librpc/gen_ndr/srv_samr.c 			if (r->out.num_entries == NULL) {
NULL             5700 librpc/gen_ndr/srv_samr.c 			if (r->out.rids == NULL) {
NULL             5712 librpc/gen_ndr/srv_samr.c 			if (r->out.rids == NULL) {
NULL             5717 librpc/gen_ndr/srv_samr.c 			if (r->out.types == NULL) {
NULL             5729 librpc/gen_ndr/srv_samr.c 			if (r->out.names == NULL) {
NULL             5734 librpc/gen_ndr/srv_samr.c 			if (r->out.types == NULL) {
NULL             5746 librpc/gen_ndr/srv_samr.c 			if (r->out.group_handle == NULL) {
NULL             5758 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5796 librpc/gen_ndr/srv_samr.c 			if (r->out.rids == NULL) {
NULL             5814 librpc/gen_ndr/srv_samr.c 			if (r->out.alias_handle == NULL) {
NULL             5826 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5864 librpc/gen_ndr/srv_samr.c 			if (r->out.sids == NULL) {
NULL             5876 librpc/gen_ndr/srv_samr.c 			if (r->out.user_handle == NULL) {
NULL             5896 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5920 librpc/gen_ndr/srv_samr.c 			if (r->out.rids == NULL) {
NULL             5932 librpc/gen_ndr/srv_samr.c 			if (r->out.total_size == NULL) {
NULL             5937 librpc/gen_ndr/srv_samr.c 			if (r->out.returned_size == NULL) {
NULL             5942 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5954 librpc/gen_ndr/srv_samr.c 			if (r->out.idx == NULL) {
NULL             5978 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             5996 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             6008 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             6020 librpc/gen_ndr/srv_samr.c 			if (r->out.total_size == NULL) {
NULL             6025 librpc/gen_ndr/srv_samr.c 			if (r->out.returned_size == NULL) {
NULL             6030 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             6042 librpc/gen_ndr/srv_samr.c 			if (r->out.idx == NULL) {
NULL             6054 librpc/gen_ndr/srv_samr.c 			if (r->out.user_handle == NULL) {
NULL             6059 librpc/gen_ndr/srv_samr.c 			if (r->out.access_granted == NULL) {
NULL             6064 librpc/gen_ndr/srv_samr.c 			if (r->out.rid == NULL) {
NULL             6076 librpc/gen_ndr/srv_samr.c 			if (r->out.total_size == NULL) {
NULL             6081 librpc/gen_ndr/srv_samr.c 			if (r->out.returned_size == NULL) {
NULL             6086 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             6122 librpc/gen_ndr/srv_samr.c 			if (r->out.info == NULL) {
NULL             6134 librpc/gen_ndr/srv_samr.c 			if (r->out.connect_handle == NULL) {
NULL             6158 librpc/gen_ndr/srv_samr.c 			if (r->out.unknown == NULL) {
NULL             6170 librpc/gen_ndr/srv_samr.c 			if (r->out.connect_handle == NULL) {
NULL             6182 librpc/gen_ndr/srv_samr.c 			if (r->out.connect_handle == NULL) {
NULL             6194 librpc/gen_ndr/srv_samr.c 			if (r->out.dominfo == NULL) {
NULL             6199 librpc/gen_ndr/srv_samr.c 			if (r->out.reject == NULL) {
NULL             6211 librpc/gen_ndr/srv_samr.c 			if (r->out.level_out == NULL) {
NULL             6216 librpc/gen_ndr/srv_samr.c 			if (r->out.info_out == NULL) {
NULL             6221 librpc/gen_ndr/srv_samr.c 			if (r->out.connect_handle == NULL) {
NULL             6233 librpc/gen_ndr/srv_samr.c 			if (r->out.sid == NULL) {
NULL             6251 librpc/gen_ndr/srv_samr.c 			if (r->out.rep == NULL) {
NULL               21 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL               55 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL               61 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL               78 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL               79 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              113 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              122 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              123 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              141 librpc/gen_ndr/srv_spoolss.c 	if (r->out.handle == NULL) {
NULL              158 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              159 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              193 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              202 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              203 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              231 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              232 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              266 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              275 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              276 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              294 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL              300 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL              317 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              318 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              352 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              361 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              362 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              380 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL              386 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL              392 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL              409 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              410 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              444 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              453 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              454 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              482 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              483 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              517 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              526 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              527 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              555 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              556 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              590 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              599 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              600 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              628 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              629 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              663 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              672 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              673 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              691 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL              697 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL              714 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              715 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              749 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              758 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              759 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              787 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              788 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              822 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              831 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              832 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              850 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL              856 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL              862 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL              879 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              880 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              914 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              923 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              924 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL              952 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL              953 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL              987 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL              996 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              997 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1015 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             1021 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             1038 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1039 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1073 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1082 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1083 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1111 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1112 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1146 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1155 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1156 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1184 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1185 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1219 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1228 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1229 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1247 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             1253 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             1259 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             1276 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1277 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1311 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1320 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1321 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1339 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             1345 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             1362 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1363 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1397 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1406 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1407 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1425 librpc/gen_ndr/srv_spoolss.c 	if (r->out.job_id == NULL) {
NULL             1442 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1443 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1477 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1486 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1487 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1515 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1516 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1550 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1559 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1560 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1578 librpc/gen_ndr/srv_spoolss.c 	if (r->out.num_written == NULL) {
NULL             1595 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1596 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1630 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1639 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1640 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1668 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1669 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1703 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1712 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1713 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1741 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1742 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1776 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1785 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1786 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1804 librpc/gen_ndr/srv_spoolss.c 	if (r->out.data == NULL) {
NULL             1810 librpc/gen_ndr/srv_spoolss.c 	if (r->out._data_size == NULL) {
NULL             1827 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1828 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1862 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1871 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1872 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1900 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1901 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             1935 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             1944 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1945 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             1964 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             1981 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1982 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2016 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2025 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2026 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2054 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2055 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2089 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2098 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2099 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2117 librpc/gen_ndr/srv_spoolss.c 	if (r->out.type == NULL) {
NULL             2123 librpc/gen_ndr/srv_spoolss.c 	if (r->out.data == NULL) {
NULL             2129 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             2146 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2147 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2181 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2190 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2191 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2219 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2220 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2254 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2263 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2264 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2292 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2293 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2327 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2336 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2337 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2367 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2368 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2402 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2411 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2412 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2440 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2441 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2475 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2484 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2485 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2513 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2514 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2548 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2557 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2558 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2576 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             2582 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             2599 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2600 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2634 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2643 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2644 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2672 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2673 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2707 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2716 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2717 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2735 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             2741 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             2747 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             2764 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2765 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2799 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2808 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2809 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2827 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             2833 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             2839 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             2856 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2857 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2891 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2900 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2901 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             2919 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             2925 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             2931 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             2948 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2949 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             2983 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             2992 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2993 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3021 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3022 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3056 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3065 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3066 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3094 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3095 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3129 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3138 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3139 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3167 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3168 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3202 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3211 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3212 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3240 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3241 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3275 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3284 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3285 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3313 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3314 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3348 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3357 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3358 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3386 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3387 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3421 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3430 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3431 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3459 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3460 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3494 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3503 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3504 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3532 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3533 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3567 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3576 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3577 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3605 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3606 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3640 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3649 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3650 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3678 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3679 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3713 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3722 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3723 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3751 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3752 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3786 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3795 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3796 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3824 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3825 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3859 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3868 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3869 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3897 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3898 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             3932 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             3941 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3942 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             3970 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3971 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4005 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4014 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4015 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4033 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             4039 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             4045 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             4062 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4063 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4097 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4106 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4107 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4135 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4136 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4170 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4179 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4180 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4198 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             4204 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             4210 librpc/gen_ndr/srv_spoolss.c 	if (r->out.server_major_version == NULL) {
NULL             4216 librpc/gen_ndr/srv_spoolss.c 	if (r->out.server_minor_version == NULL) {
NULL             4233 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4234 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4268 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4277 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4278 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4306 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4307 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4341 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4350 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4351 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4379 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4380 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4414 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4423 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4424 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4452 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4453 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4487 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4496 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4497 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4525 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4526 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4560 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4569 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4570 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4588 librpc/gen_ndr/srv_spoolss.c 	if (r->out.handle == NULL) {
NULL             4605 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4606 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4640 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4649 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4650 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4678 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4679 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4713 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4722 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4723 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4753 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4754 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4788 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4797 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4798 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4826 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4827 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4861 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4870 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4871 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4899 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4900 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             4934 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             4943 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4944 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             4972 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4973 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5007 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5016 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5017 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5045 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5046 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5080 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5089 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5090 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5118 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5119 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5153 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5162 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5163 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5181 librpc/gen_ndr/srv_spoolss.c 	if (r->out.reply_result == NULL) {
NULL             5198 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5199 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5233 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5242 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5243 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5261 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             5278 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5279 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5313 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5322 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5323 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5351 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5352 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5386 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5395 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5396 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5414 librpc/gen_ndr/srv_spoolss.c 	if (r->out.handle == NULL) {
NULL             5431 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5432 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5466 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5475 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5476 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5494 librpc/gen_ndr/srv_spoolss.c 	if (r->out.handle == NULL) {
NULL             5511 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5512 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5546 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5555 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5556 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5584 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5585 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5619 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5628 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5629 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5647 librpc/gen_ndr/srv_spoolss.c 	if (r->out.value_name == NULL) {
NULL             5653 librpc/gen_ndr/srv_spoolss.c 	if (r->out.value_needed == NULL) {
NULL             5659 librpc/gen_ndr/srv_spoolss.c 	if (r->out.type == NULL) {
NULL             5665 librpc/gen_ndr/srv_spoolss.c 	if (r->out.data == NULL) {
NULL             5671 librpc/gen_ndr/srv_spoolss.c 	if (r->out.data_needed == NULL) {
NULL             5688 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5689 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5723 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5732 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5733 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5761 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5762 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5796 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5805 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5806 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5834 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5835 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5869 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5878 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5879 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5907 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5908 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             5942 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             5951 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             5952 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             5980 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             5981 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6015 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6024 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6025 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6053 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6054 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6088 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6097 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6098 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6116 librpc/gen_ndr/srv_spoolss.c 	if (r->out.type == NULL) {
NULL             6122 librpc/gen_ndr/srv_spoolss.c 	if (r->out.buffer == NULL) {
NULL             6128 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             6145 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6146 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6180 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6189 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6190 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6208 librpc/gen_ndr/srv_spoolss.c 	if (r->out.count == NULL) {
NULL             6214 librpc/gen_ndr/srv_spoolss.c 	if (r->out.info == NULL) {
NULL             6220 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             6237 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6238 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6272 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6281 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6282 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6300 librpc/gen_ndr/srv_spoolss.c 	if (r->out.key_buffer == NULL) {
NULL             6306 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             6323 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6324 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6358 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6367 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6368 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6396 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6397 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6431 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6440 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6441 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6469 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6470 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6504 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6513 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6514 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6542 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6543 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6577 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6586 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6587 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6615 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6616 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6650 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6659 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6660 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6688 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6689 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6723 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6732 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6733 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6761 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6762 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6796 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6805 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6806 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6834 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6835 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6869 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6878 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6879 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6898 librpc/gen_ndr/srv_spoolss.c 	if (r->out.out_data == NULL) {
NULL             6904 librpc/gen_ndr/srv_spoolss.c 	if (r->out.needed == NULL) {
NULL             6921 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6922 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             6956 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             6965 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             6966 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             6994 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             6995 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7029 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7038 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7039 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7067 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7068 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7102 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7111 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7112 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7140 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7141 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7175 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7184 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7185 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7213 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7214 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7248 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7257 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7258 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7286 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7287 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7321 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7330 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7331 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7359 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7360 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7394 librpc/gen_ndr/srv_spoolss.c 	if (r == NULL) {
NULL             7403 librpc/gen_ndr/srv_spoolss.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             7404 librpc/gen_ndr/srv_spoolss.c 	if (pull == NULL) {
NULL             7432 librpc/gen_ndr/srv_spoolss.c 	push = ndr_push_init_ctx(r, NULL);
NULL             7433 librpc/gen_ndr/srv_spoolss.c 	if (push == NULL) {
NULL             7565 librpc/gen_ndr/srv_spoolss.c 	if (cli->pipes_struct == NULL) {
NULL             7575 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7580 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7585 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7597 librpc/gen_ndr/srv_spoolss.c 			if (r->out.handle == NULL) {
NULL             7615 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7620 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7632 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7637 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7642 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7672 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7677 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7695 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7700 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7705 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7723 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7728 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7752 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7757 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7762 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7774 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7779 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7791 librpc/gen_ndr/srv_spoolss.c 			if (r->out.job_id == NULL) {
NULL             7809 librpc/gen_ndr/srv_spoolss.c 			if (r->out.num_written == NULL) {
NULL             7833 librpc/gen_ndr/srv_spoolss.c 			if (r->out.data == NULL) {
NULL             7838 librpc/gen_ndr/srv_spoolss.c 			if (r->out._data_size == NULL) {
NULL             7857 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7875 librpc/gen_ndr/srv_spoolss.c 			if (r->out.type == NULL) {
NULL             7880 librpc/gen_ndr/srv_spoolss.c 			if (r->out.data == NULL) {
NULL             7885 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7929 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7934 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7952 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7957 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7962 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7974 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             7979 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             7984 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             7996 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             8001 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             8006 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8102 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             8107 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             8112 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8130 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             8135 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8140 librpc/gen_ndr/srv_spoolss.c 			if (r->out.server_major_version == NULL) {
NULL             8145 librpc/gen_ndr/srv_spoolss.c 			if (r->out.server_minor_version == NULL) {
NULL             8181 librpc/gen_ndr/srv_spoolss.c 			if (r->out.handle == NULL) {
NULL             8237 librpc/gen_ndr/srv_spoolss.c 			if (r->out.reply_result == NULL) {
NULL             8249 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             8267 librpc/gen_ndr/srv_spoolss.c 			if (r->out.handle == NULL) {
NULL             8279 librpc/gen_ndr/srv_spoolss.c 			if (r->out.handle == NULL) {
NULL             8297 librpc/gen_ndr/srv_spoolss.c 			if (r->out.value_name == NULL) {
NULL             8302 librpc/gen_ndr/srv_spoolss.c 			if (r->out.value_needed == NULL) {
NULL             8307 librpc/gen_ndr/srv_spoolss.c 			if (r->out.type == NULL) {
NULL             8312 librpc/gen_ndr/srv_spoolss.c 			if (r->out.data == NULL) {
NULL             8317 librpc/gen_ndr/srv_spoolss.c 			if (r->out.data_needed == NULL) {
NULL             8359 librpc/gen_ndr/srv_spoolss.c 			if (r->out.type == NULL) {
NULL             8364 librpc/gen_ndr/srv_spoolss.c 			if (r->out.buffer == NULL) {
NULL             8369 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8381 librpc/gen_ndr/srv_spoolss.c 			if (r->out.count == NULL) {
NULL             8386 librpc/gen_ndr/srv_spoolss.c 			if (r->out.info == NULL) {
NULL             8391 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8403 librpc/gen_ndr/srv_spoolss.c 			if (r->out.key_buffer == NULL) {
NULL             8408 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL             8463 librpc/gen_ndr/srv_spoolss.c 			if (r->out.out_data == NULL) {
NULL             8468 librpc/gen_ndr/srv_spoolss.c 			if (r->out.needed == NULL) {
NULL               21 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL               51 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL               68 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL               69 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              103 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              112 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              113 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              131 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL              148 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              149 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              183 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              192 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              193 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              221 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              222 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              256 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              265 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              266 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              286 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL              303 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              304 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              338 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              347 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              348 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              366 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL              383 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              384 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              418 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              427 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              428 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              458 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              459 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              493 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              502 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              503 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              531 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              532 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              566 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              575 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              576 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              604 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              605 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              639 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              648 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              649 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              669 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL              686 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              687 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              721 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              730 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              731 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              751 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL              768 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              769 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              803 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              812 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              813 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              831 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL              848 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              849 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              883 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              892 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              893 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              921 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              922 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL              956 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL              965 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              966 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL              986 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL             1003 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1004 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1038 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1047 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1048 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1076 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1077 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1111 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1120 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1121 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1151 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1152 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1186 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1195 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1196 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1216 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL             1233 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1234 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1268 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1277 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1278 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1296 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL             1313 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1314 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1348 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1357 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1358 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1388 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1389 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1423 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1432 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1433 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1461 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1462 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1496 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1505 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1506 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1534 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1535 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1569 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1578 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1579 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1597 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.type == NULL) {
NULL             1614 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1615 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1649 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1658 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1659 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1677 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL             1694 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1695 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1729 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1738 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1739 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1769 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1770 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1804 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1813 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1814 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1834 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL             1851 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1852 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1886 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1895 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1896 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             1914 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.stats == NULL) {
NULL             1931 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1932 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             1966 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             1975 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1976 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2004 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2005 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2039 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2048 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2049 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2069 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL             2086 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2087 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2121 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2130 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2131 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2159 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2160 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2194 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2203 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2204 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2222 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.info == NULL) {
NULL             2239 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2240 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2274 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2283 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2284 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2312 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2313 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2347 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2356 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2357 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2375 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.pathtype == NULL) {
NULL             2392 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2393 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2427 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2436 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2437 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2456 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.can_path == NULL) {
NULL             2473 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2474 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2508 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2517 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2518 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2546 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2547 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2581 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2590 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2591 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2619 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2620 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2654 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2663 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2664 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2692 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2693 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2727 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2736 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2737 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2765 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2766 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2800 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2809 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2810 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2830 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.totalentries == NULL) {
NULL             2847 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2848 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2882 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2891 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2892 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             2910 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.hnd == NULL) {
NULL             2927 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2928 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             2962 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             2971 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2972 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3002 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3003 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3037 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3046 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3047 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3065 librpc/gen_ndr/srv_srvsvc.c 	if (r->out.sd_buf == NULL) {
NULL             3082 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3083 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3117 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3126 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3127 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3155 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3156 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3190 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3199 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3200 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3228 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3229 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3263 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3272 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3273 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3301 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3302 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3336 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3345 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3346 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3374 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3375 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3409 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3418 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3419 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3447 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3448 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3482 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3491 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3492 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3520 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3521 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3555 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3564 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3565 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3593 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3594 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3628 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3637 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3638 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3666 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3667 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3701 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3710 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3711 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3739 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3740 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3774 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3783 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3784 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3812 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3813 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3847 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3856 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3857 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3885 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3886 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3920 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             3929 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3930 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             3958 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3959 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             3993 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             4002 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4003 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             4031 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4032 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             4066 librpc/gen_ndr/srv_srvsvc.c 	if (r == NULL) {
NULL             4075 librpc/gen_ndr/srv_srvsvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             4076 librpc/gen_ndr/srv_srvsvc.c 	if (pull == NULL) {
NULL             4104 librpc/gen_ndr/srv_srvsvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             4105 librpc/gen_ndr/srv_srvsvc.c 	if (push == NULL) {
NULL             4195 librpc/gen_ndr/srv_srvsvc.c 	if (cli->pipes_struct == NULL) {
NULL             4207 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4219 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4239 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4251 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4285 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4299 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4311 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4331 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4359 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4371 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4403 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.type == NULL) {
NULL             4415 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4437 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4449 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.stats == NULL) {
NULL             4469 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4487 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.info == NULL) {
NULL             4505 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.pathtype == NULL) {
NULL             4518 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.can_path == NULL) {
NULL             4556 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.totalentries == NULL) {
NULL             4568 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.hnd == NULL) {
NULL             4588 librpc/gen_ndr/srv_srvsvc.c 			if (r->out.sd_buf == NULL) {
NULL               21 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL               61 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL               62 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL               96 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              105 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              106 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              124 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_status == NULL) {
NULL              141 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              142 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              176 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              185 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              186 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              214 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              215 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              249 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              258 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              259 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              277 librpc/gen_ndr/srv_svcctl.c 	if (r->out.lock == NULL) {
NULL              294 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              295 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              329 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              338 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              339 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              357 librpc/gen_ndr/srv_svcctl.c 	if (r->out.buffer == NULL) {
NULL              363 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL              380 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              381 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              415 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              424 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              425 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              453 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              454 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              488 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              497 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              498 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              516 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_status == NULL) {
NULL              533 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              534 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              568 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              577 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              578 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              606 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              607 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              641 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              650 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              651 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              681 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              682 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              716 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              725 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              726 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              754 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              755 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              789 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              798 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              799 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              827 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              828 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              862 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              871 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              872 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              890 librpc/gen_ndr/srv_svcctl.c 	if (r->out.tag_id == NULL) {
NULL              907 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              908 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL              942 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL              951 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              952 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL              971 librpc/gen_ndr/srv_svcctl.c 	if (r->out.handle == NULL) {
NULL              988 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL              989 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1023 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1032 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1033 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1051 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_status == NULL) {
NULL             1057 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             1063 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services_returned == NULL) {
NULL             1080 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1081 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1115 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1124 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1125 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1144 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service == NULL) {
NULL             1150 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             1156 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services_returned == NULL) {
NULL             1173 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1174 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1208 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1217 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1218 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1236 librpc/gen_ndr/srv_svcctl.c 	if (r->out.handle == NULL) {
NULL             1253 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1254 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1288 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1297 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1298 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1316 librpc/gen_ndr/srv_svcctl.c 	if (r->out.handle == NULL) {
NULL             1333 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1334 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1368 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1377 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1378 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1396 librpc/gen_ndr/srv_svcctl.c 	if (r->out.query == NULL) {
NULL             1402 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             1419 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1420 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1454 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1463 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1464 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1482 librpc/gen_ndr/srv_svcctl.c 	if (r->out.lock_status == NULL) {
NULL             1488 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             1505 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1506 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1540 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1549 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1550 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1578 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1579 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1613 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1622 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1623 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1642 librpc/gen_ndr/srv_svcctl.c 	if (r->out.display_name == NULL) {
NULL             1659 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1660 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1694 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1703 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1704 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1723 librpc/gen_ndr/srv_svcctl.c 	if (r->out.key_name == NULL) {
NULL             1740 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1741 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1775 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1784 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1785 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1813 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1814 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1848 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1857 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1858 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1876 librpc/gen_ndr/srv_svcctl.c 	if (r->out.tag_id == NULL) {
NULL             1893 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1894 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             1928 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             1937 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1938 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             1956 librpc/gen_ndr/srv_svcctl.c 	if (r->out.TagId == NULL) {
NULL             1973 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1974 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2008 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2017 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2018 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2036 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_status == NULL) {
NULL             2042 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             2048 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services_returned == NULL) {
NULL             2065 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2066 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2100 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2109 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2110 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2129 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service == NULL) {
NULL             2135 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             2141 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services_returned == NULL) {
NULL             2158 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2159 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2193 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2202 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2203 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2221 librpc/gen_ndr/srv_svcctl.c 	if (r->out.handle == NULL) {
NULL             2238 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2239 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2273 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2282 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2283 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2311 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2312 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2346 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2355 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2356 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2374 librpc/gen_ndr/srv_svcctl.c 	if (r->out.query == NULL) {
NULL             2380 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             2397 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2398 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2432 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2441 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2442 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2460 librpc/gen_ndr/srv_svcctl.c 	if (r->out.lock_status == NULL) {
NULL             2466 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             2483 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2484 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2518 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2527 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2528 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2556 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2557 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2591 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2600 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2601 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2620 librpc/gen_ndr/srv_svcctl.c 	if (r->out.display_name == NULL) {
NULL             2637 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2638 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2672 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2681 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2682 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2701 librpc/gen_ndr/srv_svcctl.c 	if (r->out.key_name == NULL) {
NULL             2718 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2719 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2753 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2762 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2763 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2791 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2792 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2826 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2835 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2836 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2864 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2865 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2899 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2908 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2909 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             2937 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2938 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             2972 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             2981 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2982 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3010 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3011 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3045 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3054 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3055 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3073 librpc/gen_ndr/srv_svcctl.c 	if (r->out.buffer == NULL) {
NULL             3079 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             3096 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3097 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3131 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3140 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3141 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3159 librpc/gen_ndr/srv_svcctl.c 	if (r->out.buffer == NULL) {
NULL             3165 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             3182 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3183 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3217 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3226 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3227 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3245 librpc/gen_ndr/srv_svcctl.c 	if (r->out.buffer == NULL) {
NULL             3251 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             3268 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3269 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3303 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3312 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3313 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3332 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services == NULL) {
NULL             3338 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             3344 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_returned == NULL) {
NULL             3350 librpc/gen_ndr/srv_svcctl.c 	if (r->out.group_name == NULL) {
NULL             3367 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3368 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3402 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3411 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3412 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3431 librpc/gen_ndr/srv_svcctl.c 	if (r->out.services == NULL) {
NULL             3437 librpc/gen_ndr/srv_svcctl.c 	if (r->out.needed == NULL) {
NULL             3443 librpc/gen_ndr/srv_svcctl.c 	if (r->out.service_returned == NULL) {
NULL             3460 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3461 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3495 librpc/gen_ndr/srv_svcctl.c 	if (r == NULL) {
NULL             3504 librpc/gen_ndr/srv_svcctl.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             3505 librpc/gen_ndr/srv_svcctl.c 	if (pull == NULL) {
NULL             3533 librpc/gen_ndr/srv_svcctl.c 	push = ndr_push_init_ctx(r, NULL);
NULL             3534 librpc/gen_ndr/srv_svcctl.c 	if (push == NULL) {
NULL             3614 librpc/gen_ndr/srv_svcctl.c 	if (cli->pipes_struct == NULL) {
NULL             3632 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_status == NULL) {
NULL             3650 librpc/gen_ndr/srv_svcctl.c 			if (r->out.lock == NULL) {
NULL             3662 librpc/gen_ndr/srv_svcctl.c 			if (r->out.buffer == NULL) {
NULL             3667 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3685 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_status == NULL) {
NULL             3723 librpc/gen_ndr/srv_svcctl.c 			if (r->out.tag_id == NULL) {
NULL             3736 librpc/gen_ndr/srv_svcctl.c 			if (r->out.handle == NULL) {
NULL             3748 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_status == NULL) {
NULL             3753 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3758 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services_returned == NULL) {
NULL             3771 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service == NULL) {
NULL             3776 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3781 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services_returned == NULL) {
NULL             3793 librpc/gen_ndr/srv_svcctl.c 			if (r->out.handle == NULL) {
NULL             3805 librpc/gen_ndr/srv_svcctl.c 			if (r->out.handle == NULL) {
NULL             3817 librpc/gen_ndr/srv_svcctl.c 			if (r->out.query == NULL) {
NULL             3822 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3834 librpc/gen_ndr/srv_svcctl.c 			if (r->out.lock_status == NULL) {
NULL             3839 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3858 librpc/gen_ndr/srv_svcctl.c 			if (r->out.display_name == NULL) {
NULL             3871 librpc/gen_ndr/srv_svcctl.c 			if (r->out.key_name == NULL) {
NULL             3889 librpc/gen_ndr/srv_svcctl.c 			if (r->out.tag_id == NULL) {
NULL             3901 librpc/gen_ndr/srv_svcctl.c 			if (r->out.TagId == NULL) {
NULL             3913 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_status == NULL) {
NULL             3918 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3923 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services_returned == NULL) {
NULL             3936 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service == NULL) {
NULL             3941 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3946 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services_returned == NULL) {
NULL             3958 librpc/gen_ndr/srv_svcctl.c 			if (r->out.handle == NULL) {
NULL             3976 librpc/gen_ndr/srv_svcctl.c 			if (r->out.query == NULL) {
NULL             3981 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             3993 librpc/gen_ndr/srv_svcctl.c 			if (r->out.lock_status == NULL) {
NULL             3998 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4017 librpc/gen_ndr/srv_svcctl.c 			if (r->out.display_name == NULL) {
NULL             4030 librpc/gen_ndr/srv_svcctl.c 			if (r->out.key_name == NULL) {
NULL             4066 librpc/gen_ndr/srv_svcctl.c 			if (r->out.buffer == NULL) {
NULL             4071 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4083 librpc/gen_ndr/srv_svcctl.c 			if (r->out.buffer == NULL) {
NULL             4088 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4100 librpc/gen_ndr/srv_svcctl.c 			if (r->out.buffer == NULL) {
NULL             4105 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4118 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services == NULL) {
NULL             4123 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4128 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_returned == NULL) {
NULL             4133 librpc/gen_ndr/srv_svcctl.c 			if (r->out.group_name == NULL) {
NULL             4146 librpc/gen_ndr/srv_svcctl.c 			if (r->out.services == NULL) {
NULL             4151 librpc/gen_ndr/srv_svcctl.c 			if (r->out.needed == NULL) {
NULL             4156 librpc/gen_ndr/srv_svcctl.c 			if (r->out.service_returned == NULL) {
NULL               21 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL               66 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              129 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL              146 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              147 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              181 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              190 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              191 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              209 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL              226 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              227 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              261 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              270 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              271 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              289 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL              306 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              307 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              341 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              350 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              351 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              369 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL              386 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              387 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              421 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              430 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              431 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              461 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              462 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              496 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              505 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              506 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              525 librpc/gen_ndr/srv_winreg.c 	if (r->out.new_handle == NULL) {
NULL              542 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              543 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              577 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              586 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              587 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              615 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              616 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              650 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              659 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              660 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              688 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              689 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              723 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              732 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              733 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              765 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              766 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              800 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              809 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              810 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              844 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              845 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              879 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              888 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              889 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              917 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              918 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL              952 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL              961 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              962 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL              992 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL              993 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1027 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1036 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1037 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1065 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1066 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1100 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1109 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1110 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1138 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1139 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1173 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1182 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1183 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1201 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL             1218 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1219 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1253 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1262 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1263 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1282 librpc/gen_ndr/srv_winreg.c 	if (r->out.num_subkeys == NULL) {
NULL             1288 librpc/gen_ndr/srv_winreg.c 	if (r->out.max_subkeylen == NULL) {
NULL             1294 librpc/gen_ndr/srv_winreg.c 	if (r->out.max_classlen == NULL) {
NULL             1300 librpc/gen_ndr/srv_winreg.c 	if (r->out.num_values == NULL) {
NULL             1306 librpc/gen_ndr/srv_winreg.c 	if (r->out.max_valnamelen == NULL) {
NULL             1312 librpc/gen_ndr/srv_winreg.c 	if (r->out.max_valbufsize == NULL) {
NULL             1318 librpc/gen_ndr/srv_winreg.c 	if (r->out.secdescsize == NULL) {
NULL             1324 librpc/gen_ndr/srv_winreg.c 	if (r->out.last_changed_time == NULL) {
NULL             1341 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1342 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1376 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1385 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1386 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1419 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1420 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1454 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1463 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1464 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1492 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1493 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1527 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1536 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1537 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1565 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1566 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1600 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1609 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1610 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1638 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1639 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1673 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1682 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1683 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1711 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1712 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1746 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1755 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1756 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1784 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1785 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1819 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1828 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1829 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1857 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1858 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1892 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1901 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1902 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             1930 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1931 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             1965 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             1974 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1975 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2003 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2004 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2038 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2047 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2048 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2066 librpc/gen_ndr/srv_winreg.c 	if (r->out.version == NULL) {
NULL             2083 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2084 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2118 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2127 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2128 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2146 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL             2163 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2164 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2198 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2207 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2208 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2226 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL             2243 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2244 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2278 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2287 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2288 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2320 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2321 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2355 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2364 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2365 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2393 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2394 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2428 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2437 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2438 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2466 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2467 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2501 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2510 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2511 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2529 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL             2546 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2547 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2581 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2590 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2591 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2609 librpc/gen_ndr/srv_winreg.c 	if (r->out.handle == NULL) {
NULL             2626 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2627 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2661 librpc/gen_ndr/srv_winreg.c 	if (r == NULL) {
NULL             2670 librpc/gen_ndr/srv_winreg.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2671 librpc/gen_ndr/srv_winreg.c 	if (pull == NULL) {
NULL             2699 librpc/gen_ndr/srv_winreg.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2700 librpc/gen_ndr/srv_winreg.c 	if (push == NULL) {
NULL             2771 librpc/gen_ndr/srv_winreg.c 	if (cli->pipes_struct == NULL) {
NULL             2781 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2793 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2805 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2817 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2829 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2850 librpc/gen_ndr/srv_winreg.c 			if (r->out.new_handle == NULL) {
NULL             2922 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             2935 librpc/gen_ndr/srv_winreg.c 			if (r->out.num_subkeys == NULL) {
NULL             2940 librpc/gen_ndr/srv_winreg.c 			if (r->out.max_subkeylen == NULL) {
NULL             2945 librpc/gen_ndr/srv_winreg.c 			if (r->out.max_classlen == NULL) {
NULL             2950 librpc/gen_ndr/srv_winreg.c 			if (r->out.num_values == NULL) {
NULL             2955 librpc/gen_ndr/srv_winreg.c 			if (r->out.max_valnamelen == NULL) {
NULL             2960 librpc/gen_ndr/srv_winreg.c 			if (r->out.max_valbufsize == NULL) {
NULL             2965 librpc/gen_ndr/srv_winreg.c 			if (r->out.secdescsize == NULL) {
NULL             2970 librpc/gen_ndr/srv_winreg.c 			if (r->out.last_changed_time == NULL) {
NULL             3041 librpc/gen_ndr/srv_winreg.c 			if (r->out.version == NULL) {
NULL             3053 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             3065 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             3099 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL             3111 librpc/gen_ndr/srv_winreg.c 			if (r->out.handle == NULL) {
NULL               21 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL               30 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL               31 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL               49 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.info == NULL) {
NULL               66 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL               67 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              101 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              110 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              111 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              141 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              142 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              176 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              185 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              186 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              206 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.entries_read == NULL) {
NULL              223 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              224 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              258 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              267 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              268 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              286 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.info == NULL) {
NULL              303 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              304 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              338 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              347 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              348 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              378 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              379 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              413 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              422 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              423 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              443 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.total_entries == NULL) {
NULL              460 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              461 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              495 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              504 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              505 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              535 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              536 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              570 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              579 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              580 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              608 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              609 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              643 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              652 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              653 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              683 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              684 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              718 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              727 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              728 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              746 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.ctr == NULL) {
NULL              763 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              764 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              798 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              807 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              808 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              836 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              837 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              871 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              880 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              881 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              901 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.entries_read == NULL) {
NULL              918 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              919 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL              953 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL              962 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL              963 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL              991 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL              992 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1026 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1035 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1036 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1054 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.info == NULL) {
NULL             1071 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1072 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1106 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1115 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1116 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1144 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1145 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1179 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1188 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1189 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1217 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1218 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1252 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1261 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1262 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1290 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1291 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1325 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1334 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1335 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1363 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1364 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1398 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1407 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1408 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1436 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1437 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1471 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1480 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1481 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1509 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1510 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1544 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1553 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1554 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1573 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.name_type == NULL) {
NULL             1590 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1591 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1625 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1634 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1635 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1654 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.ous == NULL) {
NULL             1671 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1672 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1706 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1715 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1716 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1744 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1745 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1779 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1788 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1789 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1817 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1818 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1852 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1861 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1862 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1890 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1891 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1925 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             1934 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             1935 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             1963 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             1964 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             1998 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             2007 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2008 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             2027 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.ous == NULL) {
NULL             2044 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2045 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             2079 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             2088 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2089 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             2117 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2118 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             2152 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             2161 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2162 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             2190 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2191 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             2225 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             2234 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2235 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             2263 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2264 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             2298 librpc/gen_ndr/srv_wkssvc.c 	if (r == NULL) {
NULL             2307 librpc/gen_ndr/srv_wkssvc.c 	pull = ndr_pull_init_blob(&blob, r, NULL);
NULL             2308 librpc/gen_ndr/srv_wkssvc.c 	if (pull == NULL) {
NULL             2326 librpc/gen_ndr/srv_wkssvc.c 	if (r->out.ctr == NULL) {
NULL             2343 librpc/gen_ndr/srv_wkssvc.c 	push = ndr_push_init_ctx(r, NULL);
NULL             2344 librpc/gen_ndr/srv_wkssvc.c 	if (push == NULL) {
NULL             2411 librpc/gen_ndr/srv_wkssvc.c 	if (cli->pipes_struct == NULL) {
NULL             2421 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.info == NULL) {
NULL             2443 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.entries_read == NULL) {
NULL             2455 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.info == NULL) {
NULL             2477 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.total_entries == NULL) {
NULL             2511 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.ctr == NULL) {
NULL             2531 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.entries_read == NULL) {
NULL             2549 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.info == NULL) {
NULL             2598 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.name_type == NULL) {
NULL             2611 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.ous == NULL) {
NULL             2648 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.ous == NULL) {
NULL             2678 librpc/gen_ndr/srv_wkssvc.c 			if (r->out.ctr == NULL) {
NULL              192 librpc/ndr/libndr.h 	if (NULL == (x)) { \
NULL               66 librpc/ndr/ndr.c 	if (!ndr) return NULL;
NULL              111 librpc/ndr/ndr.c 		return NULL;
NULL              118 librpc/ndr/ndr.c 		return NULL;
NULL              170 librpc/ndr/ndr.c 	char *s = NULL;
NULL              216 librpc/ndr/ndr.c 	ndr = talloc_zero(NULL, struct ndr_print);
NULL              234 librpc/ndr/ndr.c 	ndr = talloc_zero(NULL, struct ndr_print);
NULL              253 librpc/ndr/ndr.c 	ndr = talloc_zero(NULL, struct ndr_print);
NULL              268 librpc/ndr/ndr.c 	char *ret = NULL;
NULL              271 librpc/ndr/ndr.c 	if (!ndr) return NULL;
NULL              292 librpc/ndr/ndr.c 	char *ret = NULL;
NULL              295 librpc/ndr/ndr.c 	if (!ndr) return NULL;
NULL              319 librpc/ndr/ndr.c 	char *ret = NULL;
NULL              322 librpc/ndr/ndr.c 	if (!ndr) return NULL;
NULL              362 librpc/ndr/ndr.c 	char *s=NULL;
NULL              388 librpc/ndr/ndr.c 	char *s=NULL;
NULL              698 librpc/ndr/ndr.c 	return ndr_token_retrieve_cmp_fn(list, key, v, NULL, true);
NULL              709 librpc/ndr/ndr.c 	status = ndr_token_retrieve_cmp_fn(list, key, &v, NULL, false);
NULL              942 librpc/ndr/ndr.c 	ndr = ndr_push_init_ctx(NULL, iconv_convenience);
NULL              967 librpc/ndr/ndr.c 	ndr = ndr_push_init_ctx(NULL, iconv_convenience);
NULL             1027 librpc/ndr/ndr.c 	if (p == NULL) {
NULL             1044 librpc/ndr/ndr.c 	if (p == NULL) {
NULL             1148 librpc/ndr/ndr.c 	{ 0, NULL }
NULL             1154 librpc/ndr/ndr.c 	for (i = 0; ndr_err_code_strings[i].string != NULL; i++) {
NULL              759 librpc/ndr/ndr_basic.c 		char *idx=NULL;
NULL               78 librpc/ndr/ndr_drsblobs.c 		char *idx_0=NULL;
NULL              124 librpc/ndr/ndr_drsblobs.c 			r->current = NULL;
NULL              131 librpc/ndr/ndr_drsblobs.c 			r->previous = NULL;
NULL              128 librpc/ndr/ndr_drsuapi.c 			r->oid = NULL;
NULL              169 librpc/ndr/ndr_drsuapi.c 		_blob = strhex_to_data_blob(NULL, oid);
NULL               93 librpc/ndr/ndr_krb5pac.c 				r->info = NULL;
NULL               41 librpc/ndr/ndr_orpc.c 	ar->stringbindings[0] = NULL;
NULL               56 librpc/ndr/ndr_orpc.c 	ar->stringbindings[towernum] = NULL;
NULL               60 librpc/ndr/ndr_orpc.c 	ar->securitybindings[0] = NULL;
NULL               75 librpc/ndr/ndr_orpc.c 	ar->securitybindings[towernum] = NULL;
NULL               96 librpc/ndr/ndr_orpc.c 		char *idx = NULL;
NULL              107 librpc/ndr/ndr_orpc.c 		char *idx = NULL;
NULL              130 librpc/ndr/ndr_orpc.c 	ar->stringbindings[0] = NULL;
NULL              145 librpc/ndr/ndr_orpc.c 	ar->stringbindings[towernum] = NULL;
NULL              165 librpc/ndr/ndr_orpc.c 		char *idx = NULL;
NULL               52 librpc/ndr/ndr_spoolss_buf.c 	_r.out.info	= NULL;\
NULL              129 librpc/ndr/ndr_spoolss_buf.c 	*r->out.info = NULL;\
NULL              148 librpc/ndr/ndr_spoolss_buf.c 			__r.out.info	= NULL;\
NULL              477 librpc/ndr/ndr_spoolss_buf.c 		_r.out.info 	= data_blob(NULL, 0);
NULL              523 librpc/ndr/ndr_spoolss_buf.c 		*r->out.info	= NULL;
NULL              541 librpc/ndr/ndr_spoolss_buf.c 				__r.out.info	= NULL;
NULL              570 librpc/ndr/ndr_spoolss_buf.c 		DATA_BLOB blob = data_blob(NULL, 0);
NULL              603 librpc/ndr/ndr_spoolss_buf.c 		DATA_BLOB blob = data_blob(NULL,0);
NULL              619 librpc/ndr/ndr_spoolss_buf.c 		DATA_BLOB blob = data_blob_talloc(ndr,NULL,0);
NULL              688 librpc/ndr/ndr_spoolss_buf.c 		_r.in.data	= data_blob(NULL,0),
NULL              912 librpc/ndr/ndr_spoolss_buf.c 				r->driver_name = NULL;
NULL              924 librpc/ndr/ndr_spoolss_buf.c 				r->architecture = NULL;
NULL              933 librpc/ndr/ndr_spoolss_buf.c 			r->file_info = NULL;
NULL              944 librpc/ndr/ndr_spoolss_buf.c 				r->monitor_name = NULL;
NULL              956 librpc/ndr/ndr_spoolss_buf.c 				r->default_datatype = NULL;
NULL              968 librpc/ndr/ndr_spoolss_buf.c 				r->previous_names = NULL;
NULL              982 librpc/ndr/ndr_spoolss_buf.c 				r->manufacturer_name = NULL;
NULL              994 librpc/ndr/ndr_spoolss_buf.c 				r->manufacturer_url = NULL;
NULL             1006 librpc/ndr/ndr_spoolss_buf.c 				r->hardware_id = NULL;
NULL             1018 librpc/ndr/ndr_spoolss_buf.c 				r->provider = NULL;
NULL               97 librpc/ndr/ndr_table.c 	return NULL;
NULL              111 librpc/ndr/ndr_table.c 	return NULL;
NULL               43 librpc/ndr/uuid.c 	if (s->data == NULL) {
NULL               51 librpc/ndr/uuid.c 		mem_ctx = talloc_new(NULL);
NULL               68 librpc/ndr/uuid.c 		mem_ctx = talloc_new(NULL);
NULL               96 librpc/ndr/uuid.c 		mem_ctx = talloc_new(NULL);
NULL               99 librpc/ndr/uuid.c 		ndr_err = ndr_pull_struct_blob(s, mem_ctx, NULL, &guid2,
NULL              147 librpc/ndr/uuid.c 	if (s == NULL) {
NULL              284 librpc/ndr/uuid.c 		return NULL;
NULL              287 librpc/ndr/uuid.c 				       NULL,
NULL              292 librpc/ndr/uuid.c 		return NULL;
NULL              176 librpc/rpc/binding.c 	const char *t_name = NULL;
NULL              181 librpc/rpc/binding.c 			return NULL;
NULL              190 librpc/rpc/binding.c 	if (t_name != NULL) {
NULL              192 librpc/rpc/binding.c 		if (s == NULL) {
NULL              193 librpc/rpc/binding.c 			return NULL;
NULL              216 librpc/rpc/binding.c 		if (!s) return NULL;
NULL              222 librpc/rpc/binding.c 			if (!s) return NULL;
NULL              267 librpc/rpc/binding.c 	if (p == NULL) {
NULL              302 librpc/rpc/binding.c 		options = NULL;
NULL              310 librpc/rpc/binding.c 	b->options = NULL;
NULL              313 librpc/rpc/binding.c 	b->endpoint = NULL;
NULL              335 librpc/rpc/binding.c 	b->options[i+1] = NULL;
NULL              355 librpc/rpc/binding.c 		if (strlen(b->endpoint) == 0) b->endpoint = NULL;
NULL              362 librpc/rpc/binding.c 	if (b->options[0] == NULL)
NULL              363 librpc/rpc/binding.c 		b->options = NULL;
NULL              377 librpc/rpc/binding.c 	ndr = ndr_pull_init_blob(&epm_floor->lhs.lhs_data, mem_ctx, NULL);
NULL              378 librpc/rpc/binding.c 	if (ndr == NULL) {
NULL              405 librpc/rpc/binding.c 	struct ndr_push *ndr = ndr_push_init_ctx(mem_ctx, NULL);
NULL              419 librpc/rpc/binding.c 		if (epm_floor->rhs.tcp.port == 0) return NULL;
NULL              423 librpc/rpc/binding.c 		if (epm_floor->rhs.udp.port == 0) return NULL;
NULL              427 librpc/rpc/binding.c 		if (epm_floor->rhs.http.port == 0) return NULL;
NULL              434 librpc/rpc/binding.c 		return NULL;
NULL              437 librpc/rpc/binding.c 		return NULL;
NULL              440 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.smb.unc) == 0) return NULL;
NULL              444 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.pipe.path) == 0) return NULL;
NULL              448 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.netbios.name) == 0) return NULL;
NULL              452 librpc/rpc/binding.c 		return NULL;
NULL              464 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.unix_ds.path) == 0) return NULL;
NULL              468 librpc/rpc/binding.c 		return NULL;
NULL              475 librpc/rpc/binding.c 	return NULL;
NULL              606 librpc/rpc/binding.c 	return NULL;
NULL              620 librpc/rpc/binding.c 	binding->options = NULL;
NULL              621 librpc/rpc/binding.c 	binding->host = NULL;
NULL              622 librpc/rpc/binding.c 	binding->target_hostname = NULL;
NULL              646 librpc/rpc/binding.c 	binding->options = NULL;
NULL              652 librpc/rpc/binding.c 		binding->endpoint = NULL;
NULL              669 librpc/rpc/binding.c 	const enum epm_protocol *protseq = NULL;
NULL              708 librpc/rpc/binding.c 		tower->floors[2 + i].lhs.lhs_data = data_blob_talloc(mem_ctx, NULL, 0);
NULL               40 librpc/rpc/dcerpc_error.c 	{ NULL,					0}
NULL               47 librpc/rpc/dcerpc_error.c 	while (dcerpc_faults[idx].errstr != NULL) {
NULL               37 librpc/tools/ndrdump.c 		i = strtol(function, NULL, 0);
NULL               82 librpc/tools/ndrdump.c 	char *result = NULL;
NULL              111 librpc/tools/ndrdump.c 	if (handle == NULL) {
NULL              113 librpc/tools/ndrdump.c 		return NULL;
NULL              116 librpc/tools/ndrdump.c 	symbol = talloc_asprintf(NULL, "ndr_table_%s", pipe_name);
NULL              122 librpc/tools/ndrdump.c 		return NULL;
NULL              141 librpc/tools/ndrdump.c 	const struct ndr_interface_table *p = NULL;
NULL              156 librpc/tools/ndrdump.c 	const char *ctx_filename = NULL;
NULL              157 librpc/tools/ndrdump.c 	const char *plugin = NULL;
NULL              164 librpc/tools/ndrdump.c 		{"context-file", 'c', POPT_ARG_STRING, NULL, OPT_CONTEXT_FILE, "In-filename to parse first", "CTX-FILE" },
NULL              165 librpc/tools/ndrdump.c 		{"validate", 0, POPT_ARG_NONE, NULL, OPT_VALIDATE, "try to validate the data", NULL },	
NULL              166 librpc/tools/ndrdump.c 		{"dump-data", 0, POPT_ARG_NONE, NULL, OPT_DUMP_DATA, "dump the hex data", NULL },	
NULL              167 librpc/tools/ndrdump.c 		{"load-dso", 'l', POPT_ARG_STRING, NULL, OPT_LOAD_DSO, "load from shared object file", NULL },
NULL              170 librpc/tools/ndrdump.c 		{ NULL }
NULL              214 librpc/tools/ndrdump.c 	if (plugin != NULL) {
NULL               36 nsswitch/libwbclient/wbc_err_internal.h 		if ((x) == NULL) {			\
NULL               38 nsswitch/libwbclient/wbc_guid.c 	*guid_string = talloc_asprintf(NULL,
NULL               32 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL              127 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL              278 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL              315 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL              352 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL              389 nsswitch/libwbclient/wbc_idmap.c 	char *sid_string = NULL;
NULL               40 nsswitch/libwbclient/wbc_pam.c 	wbc_status = wbcAuthenticateUserEx(&params, NULL, NULL);
NULL               65 nsswitch/libwbclient/wbc_pam.c 	i->user_principal= NULL;
NULL               70 nsswitch/libwbclient/wbc_pam.c 	i->dns_domain_name= NULL;
NULL              201 nsswitch/libwbclient/wbc_pam.c 	i = NULL;
NULL              226 nsswitch/libwbclient/wbc_pam.c 	e = NULL;
NULL              250 nsswitch/libwbclient/wbc_pam.c 	i = NULL;
NULL              291 nsswitch/libwbclient/wbc_pam.c 	i = NULL;
NULL              315 nsswitch/libwbclient/wbc_pam.c 		*error = NULL;
NULL              349 nsswitch/libwbclient/wbc_pam.c 							NULL, &sep_response);
NULL              435 nsswitch/libwbclient/wbc_pam.c 			request.extra_data.data = talloc_zero_array(NULL, char, request.extra_len);
NULL              436 nsswitch/libwbclient/wbc_pam.c 			if (request.extra_data.data == NULL) {
NULL              467 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
NULL              479 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_auth_info(NULL,
NULL              521 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
NULL              552 nsswitch/libwbclient/wbc_pam.c 	if ((params->num_blobs > 0) && (params->blobs == NULL)) {
NULL              556 nsswitch/libwbclient/wbc_pam.c 	if ((params->num_blobs == 0) && (params->blobs != NULL)) {
NULL              608 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
NULL              682 nsswitch/libwbclient/wbc_pam.c 		*error = NULL;
NULL              686 nsswitch/libwbclient/wbc_pam.c 		*policy = NULL;
NULL              837 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
NULL              846 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_password_policy_info(NULL,
NULL              879 nsswitch/libwbclient/wbc_pam.c 					     NULL,
NULL              880 nsswitch/libwbclient/wbc_pam.c 					     NULL,
NULL              881 nsswitch/libwbclient/wbc_pam.c 					     NULL);
NULL              904 nsswitch/libwbclient/wbc_pam.c 		*info = NULL;
NULL              907 nsswitch/libwbclient/wbc_pam.c 		*error = NULL;
NULL              910 nsswitch/libwbclient/wbc_pam.c 		*policy = NULL;
NULL              923 nsswitch/libwbclient/wbc_pam.c 	if ((params->num_blobs > 0) && (params->blobs == NULL)) {
NULL              927 nsswitch/libwbclient/wbc_pam.c 	if ((params->num_blobs == 0) && (params->blobs != NULL)) {
NULL             1002 nsswitch/libwbclient/wbc_pam.c 			wbc_status = wbc_create_error_info(NULL,
NULL             1014 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_logon_info(NULL,
NULL             1021 nsswitch/libwbclient/wbc_pam.c 		wbc_status = wbc_create_password_policy_info(NULL,
NULL               43 nsswitch/libwbclient/wbc_pwd.c 	struct passwd *pwd = NULL;
NULL               46 nsswitch/libwbclient/wbc_pwd.c 	pwd = talloc(NULL, struct passwd);
NULL               70 nsswitch/libwbclient/wbc_pwd.c 		pwd = NULL;
NULL               83 nsswitch/libwbclient/wbc_pwd.c 	struct group *grp = NULL;
NULL               88 nsswitch/libwbclient/wbc_pwd.c 	grp = talloc(NULL, struct group);
NULL              103 nsswitch/libwbclient/wbc_pwd.c 		if ((mem_q = strchr(mem_p, ',')) != NULL) {
NULL              110 nsswitch/libwbclient/wbc_pwd.c 		if (mem_q == NULL) {
NULL              116 nsswitch/libwbclient/wbc_pwd.c 	grp->gr_mem[i] = NULL;
NULL              123 nsswitch/libwbclient/wbc_pwd.c 		grp = NULL;
NULL              199 nsswitch/libwbclient/wbc_pwd.c 	char * sid_string = NULL;
NULL              334 nsswitch/libwbclient/wbc_pwd.c 					NULL, NULL);
NULL              354 nsswitch/libwbclient/wbc_pwd.c 					NULL, NULL);
NULL              436 nsswitch/libwbclient/wbc_pwd.c 					NULL, NULL);
NULL              456 nsswitch/libwbclient/wbc_pwd.c 					NULL, NULL);
NULL              548 nsswitch/libwbclient/wbc_pwd.c 	*grp = copy_group_entry(&wb_gr[gr_cache_idx], NULL);
NULL              567 nsswitch/libwbclient/wbc_pwd.c 	gid_t *groups = NULL;
NULL              588 nsswitch/libwbclient/wbc_pwd.c 	groups = talloc_array(NULL, gid_t, response.data.num_entries);
NULL              597 nsswitch/libwbclient/wbc_pwd.c 	groups = NULL;
NULL               35 nsswitch/libwbclient/wbc_sid.c 	char *tmp = NULL;
NULL               47 nsswitch/libwbclient/wbc_sid.c 	tmp = talloc_asprintf(NULL, "S-%d-%d", sid->sid_rev_num, id_auth);
NULL               59 nsswitch/libwbclient/wbc_sid.c 	tmp = NULL;
NULL              127 nsswitch/libwbclient/wbc_sid.c 		if (q == NULL) {
NULL              204 nsswitch/libwbclient/wbc_sid.c 	char *sid_string = NULL;
NULL              205 nsswitch/libwbclient/wbc_sid.c 	char *domain = NULL;
NULL              206 nsswitch/libwbclient/wbc_sid.c 	char *name = NULL;
NULL              236 nsswitch/libwbclient/wbc_sid.c 	domain = talloc_strdup(NULL, response.data.name.dom_name);
NULL              239 nsswitch/libwbclient/wbc_sid.c 	name = talloc_strdup(NULL, response.data.name.name);
NULL              248 nsswitch/libwbclient/wbc_sid.c 		if (pdomain != NULL) {
NULL              253 nsswitch/libwbclient/wbc_sid.c 		if (pname != NULL) {
NULL              258 nsswitch/libwbclient/wbc_sid.c 		if (pname_type != NULL) {
NULL              271 nsswitch/libwbclient/wbc_sid.c 		if (name != NULL) {
NULL              275 nsswitch/libwbclient/wbc_sid.c 		if (domain != NULL) {
NULL              297 nsswitch/libwbclient/wbc_sid.c 	char *sid_string = NULL;
NULL              298 nsswitch/libwbclient/wbc_sid.c 	char *domain_name = NULL;
NULL              299 nsswitch/libwbclient/wbc_sid.c 	const char **names = NULL;
NULL              300 nsswitch/libwbclient/wbc_sid.c 	enum wbcSidType *types = NULL;
NULL              326 nsswitch/libwbclient/wbc_sid.c 	ridlist = talloc_zero_array(NULL, char, ridbuf_size);
NULL              349 nsswitch/libwbclient/wbc_sid.c 	domain_name = talloc_strdup(NULL, response.data.domain_name);
NULL              352 nsswitch/libwbclient/wbc_sid.c 	names = talloc_array(NULL, const char*, num_rids);
NULL              355 nsswitch/libwbclient/wbc_sid.c 	types = talloc_array(NULL, enum wbcSidType, num_rids);
NULL              377 nsswitch/libwbclient/wbc_sid.c 		if ((q = strchr(p, '\n')) == NULL) {
NULL              429 nsswitch/libwbclient/wbc_sid.c 	char *sid_string = NULL;
NULL              430 nsswitch/libwbclient/wbc_sid.c 	struct wbcDomainSid *sids = NULL;
NULL              467 nsswitch/libwbclient/wbc_sid.c 	sids = talloc_array(NULL, struct wbcDomainSid,
NULL              484 nsswitch/libwbclient/wbc_sid.c 	sids = NULL;
NULL              520 nsswitch/libwbclient/wbc_sid.c 	char *sid_string = NULL;
NULL              523 nsswitch/libwbclient/wbc_sid.c 	char * extra_data = NULL;
NULL              527 nsswitch/libwbclient/wbc_sid.c 	uint32_t * rids = NULL;
NULL              544 nsswitch/libwbclient/wbc_sid.c 	sid_string = NULL;
NULL              549 nsswitch/libwbclient/wbc_sid.c 	extra_data = talloc_array(NULL, char, buflen);
NULL              559 nsswitch/libwbclient/wbc_sid.c 			sid_string = NULL;
NULL              568 nsswitch/libwbclient/wbc_sid.c 			extra_data = talloc_realloc(NULL, extra_data,
NULL              597 nsswitch/libwbclient/wbc_sid.c 	rids = talloc_array(NULL, uint32_t,
NULL              616 nsswitch/libwbclient/wbc_sid.c 	rids = NULL;
NULL              646 nsswitch/libwbclient/wbc_sid.c 	const char **users = NULL;
NULL              675 nsswitch/libwbclient/wbc_sid.c 			next = NULL;
NULL              678 nsswitch/libwbclient/wbc_sid.c 		tmp = talloc_realloc(NULL, users,
NULL              692 nsswitch/libwbclient/wbc_sid.c 	users = NULL;
NULL              714 nsswitch/libwbclient/wbc_sid.c 	const char **groups = NULL;
NULL              743 nsswitch/libwbclient/wbc_sid.c 			next = NULL;
NULL              746 nsswitch/libwbclient/wbc_sid.c 		tmp = talloc_realloc(NULL, groups,
NULL              760 nsswitch/libwbclient/wbc_sid.c 	groups = NULL;
NULL              779 nsswitch/libwbclient/wbc_sid.c 	char *domain = NULL;
NULL              780 nsswitch/libwbclient/wbc_sid.c 	char *name = NULL;
NULL              798 nsswitch/libwbclient/wbc_sid.c 		name = talloc_strdup(NULL, pwd->pw_gecos);
NULL               51 nsswitch/libwbclient/wbc_util.c 	struct wbcDomainInfo *domain = NULL;
NULL               60 nsswitch/libwbclient/wbc_util.c 	info = talloc(NULL, struct wbcInterfaceDetails);
NULL               64 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_INTERFACE_VERSION, NULL, &response);
NULL               69 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_INFO, NULL, &response);
NULL               78 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_NETBIOS_NAME, NULL, &response);
NULL               86 nsswitch/libwbclient/wbc_util.c 	wbc_status = wbcRequestResponse(WINBINDD_DOMAIN_NAME, NULL, &response);
NULL               96 nsswitch/libwbclient/wbc_util.c 		domain = NULL;
NULL              108 nsswitch/libwbclient/wbc_util.c 		info->dns_domain = NULL;
NULL              112 nsswitch/libwbclient/wbc_util.c 	info = NULL;
NULL              128 nsswitch/libwbclient/wbc_util.c 	struct wbcDomainInfo *info = NULL;
NULL              148 nsswitch/libwbclient/wbc_util.c 	info = talloc(NULL, struct wbcDomainInfo);
NULL              206 nsswitch/libwbclient/wbc_util.c 	ipaddr = talloc_strdup(NULL, response.data.winsresp);
NULL              239 nsswitch/libwbclient/wbc_util.c 	name_str = talloc_strdup(NULL, response.data.winsresp);
NULL              257 nsswitch/libwbclient/wbc_util.c 	char *r = NULL;
NULL              258 nsswitch/libwbclient/wbc_util.c 	char *s = NULL;
NULL              270 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              283 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              295 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              307 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              329 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              342 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              355 nsswitch/libwbclient/wbc_util.c 	if ((s = strchr(r, '\\')) == NULL) {
NULL              369 nsswitch/libwbclient/wbc_util.c 	if (r == NULL) {
NULL              388 nsswitch/libwbclient/wbc_util.c 	char *p = NULL;
NULL              389 nsswitch/libwbclient/wbc_util.c 	char *q = NULL;
NULL              390 nsswitch/libwbclient/wbc_util.c 	char *extra_data = NULL;
NULL              392 nsswitch/libwbclient/wbc_util.c 	struct wbcDomainInfo *d_list = NULL;
NULL              395 nsswitch/libwbclient/wbc_util.c 	*domains = NULL;
NULL              403 nsswitch/libwbclient/wbc_util.c 					NULL,
NULL              425 nsswitch/libwbclient/wbc_util.c 		if ((q = strchr(p, '\n')) != NULL)
NULL              430 nsswitch/libwbclient/wbc_util.c 	d_list = talloc_array(NULL, struct wbcDomainInfo, count);
NULL              476 nsswitch/libwbclient/wbc_util.c 	struct wbcDomainControllerInfo *dc = NULL;
NULL              492 nsswitch/libwbclient/wbc_util.c 	dc = talloc(NULL, struct wbcDomainControllerInfo);
NULL              541 nsswitch/libwbclient/wbc_util.c 		i->domain_guid = NULL;
NULL              552 nsswitch/libwbclient/wbc_util.c 		i->forest_name = NULL;
NULL              562 nsswitch/libwbclient/wbc_util.c 		i->dc_site_name = NULL;
NULL              570 nsswitch/libwbclient/wbc_util.c 		i->client_site_name = NULL;
NULL              574 nsswitch/libwbclient/wbc_util.c 	i = NULL;
NULL              613 nsswitch/libwbclient/wbc_util.c 		char *str = NULL;
NULL              632 nsswitch/libwbclient/wbc_util.c 		wbc_status = wbc_create_domain_controller_info_ex(NULL,
NULL              654 nsswitch/libwbclient/wbc_util.c 	*blobs = talloc_realloc(NULL, *blobs, struct wbcNamedBlob,
NULL              140 nsswitch/libwbclient/wbclient.c 	info = talloc(NULL, struct wbcLibraryDetails);
NULL              150 nsswitch/libwbclient/wbclient.c 	info = NULL;
NULL               48 nsswitch/nsstest.c 		return NULL;
NULL               71 nsswitch/nsstest.c 		return NULL;
NULL               75 nsswitch/nsstest.c 		return NULL;
NULL               90 nsswitch/nsstest.c 		return NULL;
NULL               94 nsswitch/nsstest.c 		return NULL;
NULL              109 nsswitch/nsstest.c 		return NULL;
NULL              113 nsswitch/nsstest.c 		return NULL;
NULL              158 nsswitch/nsstest.c 		return NULL;
NULL              162 nsswitch/nsstest.c 		return NULL;
NULL              185 nsswitch/nsstest.c 		return NULL;
NULL              189 nsswitch/nsstest.c 		return NULL;
NULL              212 nsswitch/nsstest.c 		return NULL;
NULL              216 nsswitch/nsstest.c 		return NULL;
NULL              292 nsswitch/nsstest.c 	gid_t *groups = NULL;
NULL              127 nsswitch/pam_winbind.c 			return NULL;
NULL              200 nsswitch/pam_winbind.c 	char *format2 = NULL;
NULL              206 nsswitch/pam_winbind.c 	if (format2 == NULL) {
NULL              308 nsswitch/pam_winbind.c 	const void *data = NULL;
NULL              314 nsswitch/pam_winbind.c 	if (data != NULL) {
NULL              392 nsswitch/pam_winbind.c 	const char *config_file = NULL;
NULL              395 nsswitch/pam_winbind.c 	dictionary *d = NULL;
NULL              409 nsswitch/pam_winbind.c 	if (config_file == NULL) {
NULL              414 nsswitch/pam_winbind.c 	if (d == NULL) {
NULL              438 nsswitch/pam_winbind.c 	if (iniparser_getstr(d, "global:krb5_ccache_type") != NULL) {
NULL              442 nsswitch/pam_winbind.c 	if ((iniparser_getstr(d, "global:require-membership-of") != NULL) ||
NULL              443 nsswitch/pam_winbind.c 	    (iniparser_getstr(d, "global:require_membership_of") != NULL)) {
NULL              531 nsswitch/pam_winbind.c 	struct pwb_context *r = NULL;
NULL              537 nsswitch/pam_winbind.c 	r = TALLOC_ZERO_P(NULL, struct pwb_context);
NULL              563 nsswitch/pam_winbind.c 	int ctrl = _pam_parse(pamh, 0, 0, NULL, NULL);
NULL              617 nsswitch/pam_winbind.c 	{NULL, NULL}
NULL              623 nsswitch/pam_winbind.c 	for (i=0; ntstatus_errors[i].ntstatus_string != NULL; i++) {
NULL              629 nsswitch/pam_winbind.c 	return NULL;
NULL              672 nsswitch/pam_winbind.c 	resp = NULL;
NULL              810 nsswitch/pam_winbind.c 	struct pam_response *resp = NULL;
NULL              819 nsswitch/pam_winbind.c 	if (resp == NULL) {
NULL              888 nsswitch/pam_winbind.c 	if ((localtime_r(&now, &tm_now) == NULL) ||
NULL              889 nsswitch/pam_winbind.c 	    (localtime_r(&next_change, &tm_next_change) == NULL)) {
NULL              975 nsswitch/pam_winbind.c 	time_t now = time(NULL);
NULL             1076 nsswitch/pam_winbind.c 	const char* sid_string = NULL;
NULL             1077 nsswitch/pam_winbind.c 	char *sid_str = NULL;
NULL             1133 nsswitch/pam_winbind.c 	char *current_name = NULL;
NULL             1143 nsswitch/pam_winbind.c 	while ((comma = strstr(search_location, ",")) != NULL) {
NULL             1146 nsswitch/pam_winbind.c 		if (NULL == current_name) {
NULL             1227 nsswitch/pam_winbind.c 	const char *krb5ccname = NULL;
NULL             1277 nsswitch/pam_winbind.c 	const char *unix_username = NULL;
NULL             1319 nsswitch/pam_winbind.c 	ret = pam_set_data(ctx->pamh, data_name, talloc_strdup(NULL, value),
NULL             1361 nsswitch/pam_winbind.c 	pam_set_data(pamh, PAM_WINBIND_HOMEDIR, NULL, NULL);
NULL             1362 nsswitch/pam_winbind.c 	pam_set_data(pamh, PAM_WINBIND_LOGONSCRIPT, NULL, NULL);
NULL             1363 nsswitch/pam_winbind.c 	pam_set_data(pamh, PAM_WINBIND_LOGONSERVER, NULL, NULL);
NULL             1364 nsswitch/pam_winbind.c 	pam_set_data(pamh, PAM_WINBIND_PROFILEPATH, NULL, NULL);
NULL             1435 nsswitch/pam_winbind.c 	const char *ntstatus = NULL;
NULL             1436 nsswitch/pam_winbind.c 	const char *error_string = NULL;
NULL             1482 nsswitch/pam_winbind.c 	char *str = NULL;
NULL             1535 nsswitch/pam_winbind.c 	return NULL;
NULL             1577 nsswitch/pam_winbind.c 	struct passwd *pwd = NULL;
NULL             1578 nsswitch/pam_winbind.c 	char *token = NULL;
NULL             1579 nsswitch/pam_winbind.c 	char *create_dir = NULL;
NULL             1580 nsswitch/pam_winbind.c 	char *user_dir = NULL;
NULL             1584 nsswitch/pam_winbind.c 	char *safe_ptr = NULL;
NULL             1585 nsswitch/pam_winbind.c 	char *p = NULL;
NULL             1588 nsswitch/pam_winbind.c 	ret = pam_get_user(ctx->pamh, &username, NULL);
NULL             1595 nsswitch/pam_winbind.c 	if (pwd == NULL) {
NULL             1629 nsswitch/pam_winbind.c 	while ((token = strtok_r(p, "/", &safe_ptr)) != NULL) {
NULL             1633 nsswitch/pam_winbind.c 		p = NULL;
NULL             1680 nsswitch/pam_winbind.c 	struct wbcLogonUserInfo *info = NULL;
NULL             1681 nsswitch/pam_winbind.c 	struct wbcAuthUserInfo *user_info = NULL;
NULL             1682 nsswitch/pam_winbind.c 	struct wbcAuthErrorInfo *error = NULL;
NULL             1683 nsswitch/pam_winbind.c 	struct wbcUserPasswordPolicyInfo *policy = NULL;
NULL             1715 nsswitch/pam_winbind.c 		struct passwd *pwd = NULL;
NULL             1718 nsswitch/pam_winbind.c 		if (pwd == NULL) {
NULL             1740 nsswitch/pam_winbind.c 		*user_ret = NULL;
NULL             1744 nsswitch/pam_winbind.c 	if (cctype != NULL) {
NULL             1750 nsswitch/pam_winbind.c 	if (member != NULL) {
NULL             1817 nsswitch/pam_winbind.c 	logon.blobs = NULL;
NULL             1872 nsswitch/pam_winbind.c 				       time(NULL));
NULL             1928 nsswitch/pam_winbind.c 	struct wbcAuthErrorInfo *error = NULL;
NULL             1929 nsswitch/pam_winbind.c 	struct wbcUserPasswordPolicyInfo *policy = NULL;
NULL             1988 nsswitch/pam_winbind.c 		char *pwd_restriction_string = NULL;
NULL             2001 nsswitch/pam_winbind.c 				    (pwd_last_set + min_pwd_age > time(NULL))) {
NULL             2058 nsswitch/pam_winbind.c 	struct passwd *pwd = NULL;
NULL             2059 nsswitch/pam_winbind.c 	struct passwd *wb_pwd = NULL;
NULL             2062 nsswitch/pam_winbind.c 	if (pwd == NULL) {
NULL             2088 nsswitch/pam_winbind.c 	return NULL;
NULL             2113 nsswitch/pam_winbind.c 	*pass = token = NULL;
NULL             2138 nsswitch/pam_winbind.c 		} else if (item != NULL) {	/* we have a password! */
NULL             2140 nsswitch/pam_winbind.c 			item = NULL;
NULL             2163 nsswitch/pam_winbind.c 		if (comment != NULL && off(ctrl, WINBIND_SILENT)) {
NULL             2177 nsswitch/pam_winbind.c 		if (prompt2 != NULL) {
NULL             2184 nsswitch/pam_winbind.c 		resp = NULL;
NULL             2186 nsswitch/pam_winbind.c 		if (resp == NULL) {
NULL             2247 nsswitch/pam_winbind.c 	item = NULL;		/* break link to password */
NULL             2257 nsswitch/pam_winbind.c 	const char *parm_opt = NULL;
NULL             2269 nsswitch/pam_winbind.c 			if ((p = strchr(ctx->argv[i], '=')) == NULL) {
NULL             2282 nsswitch/pam_winbind.c 		char *key = NULL;
NULL             2315 nsswitch/pam_winbind.c 			if ((p = strchr(ctx->argv[i], '=')) == NULL) {
NULL             2330 nsswitch/pam_winbind.c 		char *key = NULL;
NULL             2356 nsswitch/pam_winbind.c 	const char *ret = NULL;
NULL             2389 nsswitch/pam_winbind.c 	static struct wbcInterfaceDetails *details = NULL;
NULL             2431 nsswitch/pam_winbind.c 		return NULL;
NULL             2436 nsswitch/pam_winbind.c 		return NULL;
NULL             2439 nsswitch/pam_winbind.c 	if ((p = strchr(name, '@')) != NULL) {
NULL             2448 nsswitch/pam_winbind.c 		return NULL;
NULL             2455 nsswitch/pam_winbind.c 		return NULL;
NULL             2465 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2467 nsswitch/pam_winbind.c 	struct wbcAuthErrorInfo *error = NULL;
NULL             2485 nsswitch/pam_winbind.c 		const char *ccname = NULL;
NULL             2486 nsswitch/pam_winbind.c 		struct passwd *pwd = NULL;
NULL             2495 nsswitch/pam_winbind.c 		if (user == NULL) {
NULL             2506 nsswitch/pam_winbind.c 		if (ccname == NULL) {
NULL             2512 nsswitch/pam_winbind.c 		if (pwd == NULL) {
NULL             2559 nsswitch/pam_winbind.c 		logoff.blobs = NULL;
NULL             2599 nsswitch/pam_winbind.c 	const char *member = NULL;
NULL             2600 nsswitch/pam_winbind.c 	const char *cctype = NULL;
NULL             2603 nsswitch/pam_winbind.c 	char *username_ret = NULL;
NULL             2604 nsswitch/pam_winbind.c 	char *new_authtok_required = NULL;
NULL             2605 nsswitch/pam_winbind.c 	char *real_username = NULL;
NULL             2606 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2616 nsswitch/pam_winbind.c 	retval = pam_get_user(pamh, &username, NULL);
NULL             2631 nsswitch/pam_winbind.c 		struct passwd *pw = NULL;
NULL             2633 nsswitch/pam_winbind.c 		if ((id!=0) && ((pw = getpwuid(id)) != NULL)) {
NULL             2641 nsswitch/pam_winbind.c 		if ((real_username = strdup(username)) == NULL) {
NULL             2652 nsswitch/pam_winbind.c 	if (strchr(real_username, '@') != NULL) {
NULL             2653 nsswitch/pam_winbind.c 		char *samaccountname = NULL;
NULL             2663 nsswitch/pam_winbind.c 	retval = _winbind_read_password(ctx, ctx->ctrl, NULL,
NULL             2664 nsswitch/pam_winbind.c 					_("Password: "), NULL,
NULL             2692 nsswitch/pam_winbind.c 				      NULL, NULL, NULL,
NULL             2693 nsswitch/pam_winbind.c 				      NULL, &username_ret);
NULL             2698 nsswitch/pam_winbind.c 		char *new_authtok_required_during_auth = NULL;
NULL             2700 nsswitch/pam_winbind.c 		new_authtok_required = talloc_asprintf(NULL, "%d", retval);
NULL             2712 nsswitch/pam_winbind.c 		new_authtok_required_during_auth = talloc_asprintf(NULL, "%d", true);
NULL             2738 nsswitch/pam_winbind.c 		pam_set_data(pamh, PAM_WINBIND_NEW_AUTHTOK_REQD, NULL, NULL);
NULL             2757 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2810 nsswitch/pam_winbind.c 	void *tmp = NULL;
NULL             2811 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2822 nsswitch/pam_winbind.c 	ret = pam_get_user(pamh, &username, NULL);
NULL             2850 nsswitch/pam_winbind.c 		if (tmp != NULL) {
NULL             2906 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2932 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             2974 nsswitch/pam_winbind.c 	char *new_authtok_reqd_during_auth = NULL;
NULL             2975 nsswitch/pam_winbind.c 	struct passwd *pwd = NULL;
NULL             2980 nsswitch/pam_winbind.c 		     NULL, NULL);
NULL             3015 nsswitch/pam_winbind.c 	char *username_ret = NULL;
NULL             3016 nsswitch/pam_winbind.c 	struct wbcAuthErrorInfo *error = NULL;
NULL             3017 nsswitch/pam_winbind.c 	struct pwb_context *ctx = NULL;
NULL             3041 nsswitch/pam_winbind.c 	if (user == NULL) {
NULL             3086 nsswitch/pam_winbind.c 						NULL,
NULL             3098 nsswitch/pam_winbind.c 					   NULL, NULL, 0,
NULL             3099 nsswitch/pam_winbind.c 					   &error, NULL, NULL,
NULL             3100 nsswitch/pam_winbind.c 					   &pwdlastset_prelim, NULL);
NULL             3106 nsswitch/pam_winbind.c 			pass_old = NULL;
NULL             3111 nsswitch/pam_winbind.c 			     (void *)pwdlastset_prelim, NULL);
NULL             3115 nsswitch/pam_winbind.c 		pass_old = NULL;
NULL             3154 nsswitch/pam_winbind.c 						     NULL,
NULL             3163 nsswitch/pam_winbind.c 				pass_old = NULL;/* tidy up */
NULL             3174 nsswitch/pam_winbind.c 				pass_new = NULL;
NULL             3197 nsswitch/pam_winbind.c 			pass_old = pass_new = NULL;
NULL             3203 nsswitch/pam_winbind.c 			const char *member = NULL;
NULL             3204 nsswitch/pam_winbind.c 			const char *cctype = NULL;
NULL             3206 nsswitch/pam_winbind.c 			struct wbcLogonUserInfo *info = NULL;
NULL             3207 nsswitch/pam_winbind.c 			struct wbcUserPasswordPolicyInfo *policy = NULL;
NULL             3224 nsswitch/pam_winbind.c 						   NULL, &username_ret);
NULL             3225 nsswitch/pam_winbind.c 			pass_old = pass_new = NULL;
NULL             3229 nsswitch/pam_winbind.c 				struct wbcAuthUserInfo *user_info = NULL;
NULL             3239 nsswitch/pam_winbind.c 							  NULL, NULL);
NULL               93 nsswitch/pam_winbind.h #define  x_strdup(s)  ( (s) ? strdup(s):NULL )
NULL              150 nsswitch/pam_winbind.h 	const char *error_string = NULL; \
NULL              152 nsswitch/pam_winbind.h 	if (error_string != NULL) {\
NULL              175 nsswitch/pam_winbind.h #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL              171 nsswitch/wb_common.c 	char *path = NULL;
NULL              248 nsswitch/wb_common.c 				ret = select(fd + 1, NULL, &w_fds, NULL, &tv);
NULL              394 nsswitch/wb_common.c 		if (select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv) == -1) {
NULL              456 nsswitch/wb_common.c 		if ((selret = select(winbindd_fd + 1, &r_fds, NULL, NULL, &tv)) == -1) {
NULL              519 nsswitch/wb_common.c 	response->extra_data.data = NULL;
NULL              114 nsswitch/wbinfo.c 		if ((p = strchr(domuser, '@')) != NULL) {
NULL              143 nsswitch/wbinfo.c 	*sid = strtok(NULL, ",");
NULL              163 nsswitch/wbinfo.c 	struct passwd *pwd = NULL;
NULL              186 nsswitch/wbinfo.c 	struct passwd *pwd = NULL;
NULL              208 nsswitch/wbinfo.c 	struct passwd *pwd = NULL;
NULL              279 nsswitch/wbinfo.c 	gid_t *groups = NULL;
NULL              304 nsswitch/wbinfo.c 	struct wbcDomainSid user_sid, *sids = NULL;
NULL              319 nsswitch/wbinfo.c 		char *str = NULL;
NULL              339 nsswitch/wbinfo.c 	struct wbcDomainSid user_sid, *sids = NULL;
NULL              354 nsswitch/wbinfo.c 		char *str = NULL;
NULL              373 nsswitch/wbinfo.c 	struct wbcDomainInfo *dinfo = NULL;
NULL              376 nsswitch/wbinfo.c 	uint32_t *alias_rids = NULL;
NULL              378 nsswitch/wbinfo.c 	char *domain_sid_str = NULL;
NULL              381 nsswitch/wbinfo.c 	if ((domain == NULL) || (strequal(domain, ".")) ||
NULL              432 nsswitch/wbinfo.c 	char *ip = NULL;
NULL              453 nsswitch/wbinfo.c 	char *name = NULL;
NULL              473 nsswitch/wbinfo.c 	struct wbcDomainInfo *domain_list = NULL;
NULL              559 nsswitch/wbinfo.c 	struct wbcDomainInfo *domain_list = NULL;
NULL              594 nsswitch/wbinfo.c 	struct wbcDomainInfo *dinfo = NULL;
NULL              595 nsswitch/wbinfo.c 	char *sid_str = NULL;
NULL              597 nsswitch/wbinfo.c 	if ((domain == NULL) || (strequal(domain, ".")) || (domain[0] == '\0')) {
NULL              703 nsswitch/wbinfo.c 	struct wbcAuthErrorInfo *error = NULL;
NULL              705 nsswitch/wbinfo.c 	wbc_status = wbcCheckTrustCredentials(NULL, &error);
NULL              728 nsswitch/wbinfo.c 	char *sid_str = NULL;
NULL              757 nsswitch/wbinfo.c 	char *sid_str = NULL;
NULL             1035 nsswitch/wbinfo.c 	struct wbcDomainInfo *dinfo = NULL;
NULL             1036 nsswitch/wbinfo.c 	char *domain_name = NULL;
NULL             1037 nsswitch/wbinfo.c 	const char **names = NULL;
NULL             1038 nsswitch/wbinfo.c 	enum wbcSidType *types = NULL;
NULL             1041 nsswitch/wbinfo.c 	uint32 *rids = NULL;
NULL             1044 nsswitch/wbinfo.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             1047 nsswitch/wbinfo.c 	if ((domain == NULL) || (strequal(domain, ".")) || (domain[0] == '\0')) {
NULL             1060 nsswitch/wbinfo.c 	mem_ctx = talloc_new(NULL);
NULL             1061 nsswitch/wbinfo.c 	if (mem_ctx == NULL) {
NULL             1067 nsswitch/wbinfo.c 	rids = NULL;
NULL             1071 nsswitch/wbinfo.c 		uint32 rid = strtoul(ridstr, NULL, 10);
NULL             1075 nsswitch/wbinfo.c 	if (rids == NULL) {
NULL             1153 nsswitch/wbinfo.c 	const char *ret = NULL;
NULL             1157 nsswitch/wbinfo.c 		return NULL;
NULL             1162 nsswitch/wbinfo.c 			return NULL;
NULL             1167 nsswitch/wbinfo.c 		return NULL;
NULL             1200 nsswitch/wbinfo.c 		password = wbinfo_prompt_pass(NULL, username);
NULL             1247 nsswitch/wbinfo.c 	char *s = NULL;
NULL             1248 nsswitch/wbinfo.c 	char *p = NULL;
NULL             1249 nsswitch/wbinfo.c 	char *password = NULL;
NULL             1250 nsswitch/wbinfo.c 	char *name = NULL;
NULL             1252 nsswitch/wbinfo.c 	if ((s = SMB_STRDUP(username)) == NULL) {
NULL             1256 nsswitch/wbinfo.c 	if ((p = strchr(s, '%')) != NULL) {
NULL             1261 nsswitch/wbinfo.c 		password = wbinfo_prompt_pass(NULL, username);
NULL             1291 nsswitch/wbinfo.c 	struct wbcAuthUserInfo *info = NULL;
NULL             1292 nsswitch/wbinfo.c 	struct wbcAuthErrorInfo *err = NULL;
NULL             1306 nsswitch/wbinfo.c 		pass = wbinfo_prompt_pass(NULL, username);
NULL             1313 nsswitch/wbinfo.c 	params.workstation_name	= NULL;
NULL             1334 nsswitch/wbinfo.c 				      &lm, &nt, NULL)) {
NULL             1346 nsswitch/wbinfo.c 			lm = data_blob(NULL, 24);
NULL             1353 nsswitch/wbinfo.c 		nt = data_blob(NULL, 24);
NULL             1431 nsswitch/wbinfo.c 	if (response.extra_data.data == NULL) {
NULL             1452 nsswitch/wbinfo.c 	const char **users = NULL;
NULL             1482 nsswitch/wbinfo.c 	const char **groups = NULL;
NULL             1519 nsswitch/wbinfo.c 	if (p != NULL) {
NULL             1614 nsswitch/wbinfo.c 	char *old_password = NULL;
NULL             1615 nsswitch/wbinfo.c 	char *new_password = NULL;
NULL             1670 nsswitch/wbinfo.c 	char *string_subarg = NULL;
NULL             1726 nsswitch/wbinfo.c 		{ "get-auth-user", 0, POPT_ARG_NONE, NULL, OPT_GET_AUTH_USER, "Retrieve user and password used by winbindd (root only)", NULL },
NULL             1737 nsswitch/wbinfo.c 		{ "separator", 0, POPT_ARG_NONE, 0, OPT_SEPARATOR, "Get the active winbind separator", NULL },
NULL             1738 nsswitch/wbinfo.c 		{ "verbose", 0, POPT_ARG_NONE, 0, OPT_VERBOSE, "Print additional information per command", NULL },
NULL             1739 nsswitch/wbinfo.c 		{ "change-user-password", 0, POPT_ARG_STRING, &string_arg, OPT_CHANGE_USER_PASSWORD, "Change the password for a user", NULL },
NULL             1782 nsswitch/wbinfo.c 	pc = poptGetContext(NULL, argc, (const char **)argv, long_options,
NULL               51 nsswitch/wbinfo4.c 	if (winbindd_request_response(WINBINDD_INFO, NULL, &response) !=
NULL               90 nsswitch/wbinfo4.c 	if (winbindd_request_response(WINBINDD_DOMAIN_NAME, NULL, &response) !=
NULL              537 nsswitch/wbinfo4.c         result = winbindd_request_response(WINBINDD_CHECK_MACHACC, NULL, &response);
NULL              862 nsswitch/wbinfo4.c 		mem_ctx = talloc_new(NULL);
NULL              863 nsswitch/wbinfo4.c 		if (mem_ctx == NULL) {
NULL              875 nsswitch/wbinfo4.c 				      &lm_response, &nt_response, NULL, NULL)) {
NULL             1009 nsswitch/wbinfo4.c 	result = winbindd_request_response(WINBINDD_PING, NULL, NULL);
NULL             1089 nsswitch/wbinfo4.c 		{ "separator", 0, POPT_ARG_NONE, 0, OPT_SEPARATOR, "Get the active winbind separator", NULL },
NULL             1112 nsswitch/wbinfo4.c 	pc = poptGetContext(NULL, argc, (const char **)argv, long_options,
NULL               44 nsswitch/winbind_krb5_locator.c 			return NULL;
NULL               50 nsswitch/winbind_krb5_locator.c 	return NULL;
NULL               71 nsswitch/winbind_krb5_locator.c 	return NULL;
NULL              179 nsswitch/winbind_krb5_locator.c 	struct addrinfo *out = NULL;
NULL              249 nsswitch/winbind_krb5_locator.c 	const char *dc = NULL;
NULL              250 nsswitch/winbind_krb5_locator.c 	struct wbcDomainControllerInfoEx *dc_info = NULL;
NULL              258 nsswitch/winbind_krb5_locator.c 	wbc_status = wbcLookupDomainControllerEx(realm, NULL, NULL, flags, &dc_info);
NULL              319 nsswitch/winbind_krb5_locator.c 	char *kdc_name = NULL;
NULL              354 nsswitch/winbind_krb5_locator.c 		const char *env = NULL;
NULL              355 nsswitch/winbind_krb5_locator.c 		char *var = NULL;
NULL               78 nsswitch/winbind_nss_aix.c 		return NULL; \
NULL               81 nsswitch/winbind_nss_aix.c 		return NULL; \
NULL               93 nsswitch/winbind_nss_aix.c 	if (strlen(src)+1 > sizeof(dest)) { errno = EINVAL; return NULL; } \
NULL              171 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              193 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              220 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              244 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              251 nsswitch/winbind_nss_aix.c 	     name = strtok_r(NULL, ",", &p)) {
NULL              260 nsswitch/winbind_nss_aix.c 	result->gr_mem[i] = NULL;
NULL              337 nsswitch/winbind_nss_aix.c 	return NULL;
NULL              358 nsswitch/winbind_nss_aix.c 			return NULL;
NULL              383 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              575 nsswitch/winbind_nss_aix.c 	if ( (s = wb_aix_getgrset(pwd->pw_name)) == NULL ) {
NULL              580 nsswitch/winbind_nss_aix.c 	if ( (p = malloc(strlen(s)+2)) == NULL ) {
NULL              740 nsswitch/winbind_nss_aix.c 	return NULL;
NULL              759 nsswitch/winbind_nss_aix.c 	attrlist_t **ret = NULL;
NULL              760 nsswitch/winbind_nss_aix.c 	attrlist_t *offset = NULL;
NULL              793 nsswitch/winbind_nss_aix.c 	if ( (ret = malloc( size )) == NULL ) {
NULL              795 nsswitch/winbind_nss_aix.c 		return NULL;
NULL              810 nsswitch/winbind_nss_aix.c 			return NULL;
NULL              819 nsswitch/winbind_nss_aix.c 	ret[n] = NULL;
NULL              871 nsswitch/winbind_nss_aix.c 	*message = NULL;
NULL              926 nsswitch/winbind_nss_aix.c 	*message = NULL;
NULL              979 nsswitch/winbind_nss_aix.c 	return NULL;
NULL               77 nsswitch/winbind_nss_freebsd.c         *unreg = NULL;
NULL               58 nsswitch/winbind_nss_irix.c static nsd_file_t *current_rq = NULL;
NULL              154 nsswitch/winbind_nss_irix.c 	if (winbind_xids == NULL) {
NULL              179 nsswitch/winbind_nss_irix.c 	char * result = NULL;
NULL              225 nsswitch/winbind_nss_irix.c 		if (rlen == 0 || result == NULL) {
NULL              251 nsswitch/winbind_nss_irix.c 	        if (rlen == 0 || result == NULL)
NULL              278 nsswitch/winbind_nss_irix.c 	        if (rlen == 0 || result == NULL)
NULL              366 nsswitch/winbind_nss_irix.c 			result = NULL;
NULL              376 nsswitch/winbind_nss_irix.c 			if (rlen != 0 && result != NULL) {
NULL              474 nsswitch/winbind_nss_irix.c 	nsd_timeout_new(rq, timeout * 1000, winbind_timeout, NULL);
NULL               87 nsswitch/winbind_nss_linux.c 	if ((buffer == NULL) || (buflen == NULL) || (*buflen < len)) {
NULL               88 nsswitch/winbind_nss_linux.c 		return NULL;
NULL              114 nsswitch/winbind_nss_linux.c 	*pp_buff = NULL;
NULL              184 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(pw->pw_name) + 1)) == NULL) {
NULL              196 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(pw->pw_passwd) + 1)) == NULL) {
NULL              213 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(pw->pw_gecos) + 1)) == NULL) {
NULL              225 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(pw->pw_dir) + 1)) == NULL) {
NULL              237 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(pw->pw_shell) + 1)) == NULL) {
NULL              274 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(gr->gr_name) + 1)) == NULL) {
NULL              286 nsswitch/winbind_nss_linux.c 	     get_static(buffer, buflen, strlen(gr->gr_passwd) + 1)) == NULL) {
NULL              311 nsswitch/winbind_nss_linux.c 				 sizeof(char *)+i))) == NULL) {
NULL              323 nsswitch/winbind_nss_linux.c 		*(result->gr_mem) = NULL;
NULL              334 nsswitch/winbind_nss_linux.c 		     get_static(buffer, buflen, strlen(name) + 1)) == NULL) {
NULL              346 nsswitch/winbind_nss_linux.c 	(result->gr_mem)[i] = NULL;
NULL              379 nsswitch/winbind_nss_linux.c 	ret = winbindd_request_response(WINBINDD_SETPWENT, NULL, NULL);
NULL              410 nsswitch/winbind_nss_linux.c 	ret = winbindd_request_response(WINBINDD_ENDPWENT, NULL, NULL);
NULL              479 nsswitch/winbind_nss_linux.c 		if (pw_cache == NULL) {
NULL              694 nsswitch/winbind_nss_linux.c 	ret = winbindd_request_response(WINBINDD_SETGRENT, NULL, NULL);
NULL              726 nsswitch/winbind_nss_linux.c 	ret = winbindd_request_response(WINBINDD_ENDGRENT, NULL, NULL);
NULL              798 nsswitch/winbind_nss_linux.c 		if (gr_cache == NULL) {
NULL             1058 nsswitch/winbind_nss_linux.c 		if (gid_list == NULL) {
NULL              105 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              124 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              143 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              163 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              182 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              202 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              292 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              312 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              331 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              351 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              370 nsswitch/winbind_nss_netbsd.c 	*retval = NULL;
NULL              390 nsswitch/winbind_nss_netbsd.c 	*result = NULL;
NULL              410 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "endgrent",	netbsdwinbind_endgrent,		NULL },
NULL              411 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrent",	netbsdwinbind_getgrent,		NULL },
NULL              412 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrent_r",	netbsdwinbind_getgrent_r,	NULL },
NULL              413 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrgid",	netbsdwinbind_getgrgid,		NULL },
NULL              414 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrgid_r",	netbsdwinbind_getgrgid_r,	NULL },
NULL              415 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrnam",	netbsdwinbind_getgrnam,		NULL },
NULL              416 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgrnam_r",	netbsdwinbind_getgrnam_r,	NULL },
NULL              417 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "setgrent",	netbsdwinbind_setgrent,		NULL },
NULL              418 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "setgroupent",	netbsdwinbind_setgrent,		NULL },
NULL              419 nsswitch/winbind_nss_netbsd.c { NSDB_GROUP, "getgroupmembership", netbsdwinbind_getgroupmembership, NULL },
NULL              421 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "endpwent",	netbsdwinbind_endpwent,		NULL },
NULL              422 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwent",	netbsdwinbind_getpwent,		NULL },
NULL              423 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwent_r",	netbsdwinbind_getpwent_r,	NULL },
NULL              424 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwnam",	netbsdwinbind_getpwnam,		NULL },
NULL              425 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwnam_r",	netbsdwinbind_getpwnam_r,	NULL },
NULL              426 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwuid",	netbsdwinbind_getpwuid,		NULL },
NULL              427 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "getpwuid_r",	netbsdwinbind_getpwuid_r,	NULL },
NULL              428 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "setpassent",	netbsdwinbind_setpwent,		NULL },
NULL              429 nsswitch/winbind_nss_netbsd.c { NSDB_PASSWD, "setpwent",	netbsdwinbind_setpwent,		NULL },
NULL              438 nsswitch/winbind_nss_netbsd.c         *unreg = NULL;
NULL               77 nsswitch/winbind_nss_solaris.c   if((dest = get_static(buffer, buflen, strlen(src)+1)) == NULL)	\
NULL              188 nsswitch/winbind_nss_solaris.c 		return NULL;
NULL              337 nsswitch/winbind_nss_solaris.c 		return NULL;
NULL              422 nsswitch/winbind_nss_solaris.c 		if(p == NULL) break; /* just in case... */
NULL              453 nsswitch/winbind_nss_solaris.c 	he->h_addr_list[i] = (char *)NULL;
NULL              465 nsswitch/winbind_nss_solaris.c 	if(he->h_aliases == NULL) {
NULL              609 nsswitch/winbind_nss_solaris.c 	return NULL;
NULL               15 nsswitch/winbind_struct_protocol.h #define SAFE_FREE(x) do { if(x) {free(x); x=NULL;} } while(0)
NULL              108 nsswitch/wins.c 	struct ip_service *address = NULL;
NULL              109 nsswitch/wins.c 	struct in_addr *ret = NULL;
NULL              120 nsswitch/wins.c 		if ( (ret = SMB_MALLOC_P(struct in_addr)) == NULL ) {
NULL              122 nsswitch/wins.c 			return NULL;
NULL              127 nsswitch/wins.c 			return NULL;
NULL              136 nsswitch/wins.c 		return NULL;
NULL              148 nsswitch/wins.c 		pss = name_query(fd,name,0x00,True,True,&ss,count, &flags, NULL);
NULL              150 nsswitch/wins.c 			if ((ret = SMB_MALLOC_P(struct in_addr)) == NULL) {
NULL              151 nsswitch/wins.c 				return NULL;
NULL              177 nsswitch/wins.c 		return NULL;
NULL              181 nsswitch/wins.c 		return NULL;
NULL              183 nsswitch/wins.c 	status = node_status_query(fd, &nname, &ss, count, NULL);
NULL              310 nsswitch/wins.c 	if ((buffer == NULL) || (buflen == NULL) || (*buflen < len)) {
NULL              311 nsswitch/wins.c 		return NULL;
NULL              357 nsswitch/wins.c 	if ((he->h_name = get_static(&buffer, &buflen, namelen)) == NULL) {
NULL              370 nsswitch/wins.c 	if (get_static(&buffer, &buflen, i) == NULL) {
NULL              377 nsswitch/wins.c 		     &buffer, &buflen, (count + 1) * sizeof(char *))) == NULL) {
NULL              385 nsswitch/wins.c 						     INADDRSZ)) == NULL) {
NULL              393 nsswitch/wins.c 	he->h_addr_list[count] = NULL;
NULL              407 nsswitch/wins.c 	if (get_static(&buffer, &buflen, i) == NULL) {
NULL              413 nsswitch/wins.c 		     &buffer, &buflen, sizeof(char *))) == NULL) {
NULL              418 nsswitch/wins.c 	he->h_aliases[0] = NULL;
NULL               27 source3/auth/auth.c static struct auth_init_function_entry *backends = NULL;
NULL               71 source3/auth/auth.c 	return NULL;
NULL               83 source3/auth/auth.c 	const char *challenge_set_by = NULL;
NULL               97 source3/auth/auth.c 		if (auth_method->get_chal == NULL) {
NULL              103 source3/auth/auth.c 		if (challenge_set_by != NULL) {
NULL              341 source3/auth/auth.c 		*auth_context = NULL;
NULL              378 source3/auth/auth.c 	char *module_params = NULL;
NULL              402 source3/auth/auth.c 	if (entry == NULL) {
NULL              408 source3/auth/auth.c 	if (entry != NULL) {
NULL              431 source3/auth/auth.c 	auth_methods *list = NULL;
NULL              432 source3/auth/auth.c 	auth_methods *t = NULL;
NULL              460 source3/auth/auth.c 	char **auth_method_list = NULL; 
NULL              469 source3/auth/auth.c 	if (auth_method_list == NULL) {
NULL              476 source3/auth/auth.c 				NULL);
NULL              482 source3/auth/auth.c 				NULL);
NULL              491 source3/auth/auth.c 						NULL);
NULL              496 source3/auth/auth.c 						NULL);
NULL              501 source3/auth/auth.c 					talloc_tos(), "guest unix", NULL);
NULL              508 source3/auth/auth.c 					talloc_tos(), "guest sam", NULL);
NULL              512 source3/auth/auth.c 					talloc_tos(), "guest unix", NULL);
NULL              519 source3/auth/auth.c 				NULL);
NULL               45 source3/auth/auth_builtin.c 		nt_status = make_server_info_guest(NULL, server_info);
NULL               94 source3/auth/auth_builtin.c 	error_num = strtoul(user, NULL, 16);
NULL               40 source3/auth/auth_compat.c 	struct auth_context *plaintext_auth_context = NULL;
NULL               41 source3/auth/auth_compat.c 	auth_usersupplied_info *user_info = NULL;
NULL               74 source3/auth/auth_compat.c 	auth_serversupplied_info *server_info = NULL;
NULL               76 source3/auth/auth_compat.c 		auth_usersupplied_info *user_info = NULL;
NULL               58 source3/auth/auth_domain.c 	lock = secrets_get_trust_account_lock(NULL, lp_workgroup());
NULL               60 source3/auth/auth_domain.c 	if (lock == NULL) {
NULL               69 source3/auth/auth_domain.c 			trust_passwd_hash, &lct, NULL)) {
NULL               81 source3/auth/auth_domain.c 	if(time(NULL) < lct + lp_machine_password_timeout()) {
NULL               89 source3/auth/auth_domain.c 	change_trust_account_password( lp_workgroup(), NULL);
NULL              116 source3/auth/auth_domain.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL              118 source3/auth/auth_domain.c 	*cli = NULL;
NULL              120 source3/auth/auth_domain.c 	*pipe_ret = NULL;
NULL              136 source3/auth/auth_domain.c 	mutex = grab_named_mutex(NULL, dc_name, 10);
NULL              137 source3/auth/auth_domain.c 	if (mutex == NULL) {
NULL              154 source3/auth/auth_domain.c 			*cli = NULL;
NULL              189 source3/auth/auth_domain.c 		*cli = NULL;
NULL              208 source3/auth/auth_domain.c 			*cli = NULL;
NULL              224 source3/auth/auth_domain.c 			*cli = NULL;
NULL              234 source3/auth/auth_domain.c 		*cli = NULL;
NULL              261 source3/auth/auth_domain.c 	struct netr_SamInfo3 *info3 = NULL;
NULL              262 source3/auth/auth_domain.c 	struct cli_state *cli = NULL;
NULL              263 source3/auth/auth_domain.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL              406 source3/auth/auth_domain.c 	if ( !get_dc_name(domain, NULL, dc_name, &dc_ss) ) {
NULL              499 source3/auth/auth_domain.c 	if (time(NULL) > last_change_time + (time_t)lp_machine_password_timeout())
NULL              508 source3/auth/auth_domain.c 	if ( !get_dc_name(user_info->domain, NULL, dc_name, &dc_ss) ) {
NULL               35 source3/auth/auth_netlogond.c 	struct netr_SamInfo3 *info3 = NULL;
NULL               72 source3/auth/auth_netlogond.c 	if (p->dc == NULL) {
NULL              111 source3/auth/auth_netlogond.c 	char *to_free = NULL;
NULL              117 source3/auth/auth_netlogond.c 		NULL);
NULL              119 source3/auth/auth_netlogond.c 	if (script == NULL) {
NULL              124 source3/auth/auth_netlogond.c 	if (script == NULL) {
NULL              125 source3/auth/auth_netlogond.c 		return NULL;
NULL              134 source3/auth/auth_netlogond.c 		return NULL;
NULL              142 source3/auth/auth_netlogond.c 		return NULL;
NULL              161 source3/auth/auth_netlogond.c 	struct netr_SamInfo3 *info3 = NULL;
NULL              173 source3/auth/auth_netlogond.c 		GLOBAL_SECTION_SNUM, "auth_netlogond", "socket", NULL);
NULL              175 source3/auth/auth_netlogond.c 	if (ncalrpcsock == NULL) {
NULL              180 source3/auth/auth_netlogond.c 	if (ncalrpcsock == NULL) {
NULL              209 source3/auth/auth_netlogond.c 	if (mutex == NULL) {
NULL              240 source3/auth/auth_netlogond.c 	if (plaintext_machinepw == NULL) {
NULL               86 source3/auth/auth_ntlmssp.c 	auth_usersupplied_info *user_info = NULL;
NULL              105 source3/auth/auth_ntlmssp.c 	                               auth_ntlmssp_state->ntlmssp_state->lm_resp.data ? &auth_ntlmssp_state->ntlmssp_state->lm_resp : NULL, 
NULL              106 source3/auth/auth_ntlmssp.c 	                               auth_ntlmssp_state->ntlmssp_state->nt_resp.data ? &auth_ntlmssp_state->ntlmssp_state->nt_resp : NULL, 
NULL              107 source3/auth/auth_ntlmssp.c 				       NULL, NULL, NULL,
NULL              194 source3/auth/auth_ntlmssp.c 	if (*auth_ntlmssp_state == NULL) {
NULL              209 source3/auth/auth_ntlmssp.c 	*auth_ntlmssp_state = NULL;
NULL               88 source3/auth/auth_sam.c 	lasttime = time(NULL);
NULL              159 source3/auth/auth_sam.c 	if (kickoff_time != 0 && time(NULL) > kickoff_time) {
NULL              177 source3/auth/auth_sam.c 		if (must_change_time < time(NULL) && must_change_time != 0) {
NULL              196 source3/auth/auth_sam.c 		if (machine_name == NULL)
NULL              255 source3/auth/auth_sam.c 	struct samu *sampass=NULL;
NULL               46 source3/auth/auth_script.c 	const char *script = lp_parm_const_string( GLOBAL_SECTION_SNUM, "auth_script", "script", NULL);
NULL               34 source3/auth/auth_server.c 	struct cli_state *cli = NULL;
NULL               35 source3/auth/auth_server.c 	char *desthost = NULL;
NULL               38 source3/auth/auth_server.c 	char *pserver = NULL;
NULL               40 source3/auth/auth_server.c 	struct named_mutex *mutex = NULL;
NULL               44 source3/auth/auth_server.c 		return NULL;
NULL               59 source3/auth/auth_server.c 			return NULL;
NULL               79 source3/auth/auth_server.c 		if (mutex == NULL) {
NULL               81 source3/auth/auth_server.c 			return NULL;
NULL               98 source3/auth/auth_server.c 		return NULL;
NULL              106 source3/auth/auth_server.c 		return NULL;
NULL              122 source3/auth/auth_server.c 		return NULL;
NULL              130 source3/auth/auth_server.c 		return NULL;
NULL              144 source3/auth/auth_server.c 		return NULL;
NULL              179 source3/auth/auth_server.c 	state->cli = NULL;
NULL              195 source3/auth/auth_server.c 	if (!(result = talloc(NULL, struct server_security_state))) {
NULL              198 source3/auth/auth_server.c 		return NULL;
NULL              212 source3/auth/auth_server.c 				   result) == NULL) {
NULL              215 source3/auth/auth_server.c 			return NULL;
NULL              253 source3/auth/auth_server.c 			return data_blob(NULL,0);
NULL              323 source3/auth/auth_server.c 		char *baduser = NULL;
NULL              399 source3/auth/auth_server.c 			NULL, 0, user_info->domain);
NULL              428 source3/auth/auth_server.c 		if ( (pass = smb_getpwnam( NULL, user_info->internal_username, 
NULL              429 source3/auth/auth_server.c 			real_username, True )) != NULL ) 
NULL               35 source3/auth/auth_unix.c 	if ( !(sampass = samu_new( NULL )) ) {
NULL               92 source3/auth/auth_unix.c 	struct passwd *pass = NULL;
NULL              105 source3/auth/auth_unix.c 				update_smbpassword_file : NULL,
NULL               96 source3/auth/auth_util.c 	ret = smbrun(add_script,NULL);
NULL              123 source3/auth/auth_util.c 	if (*user_info == NULL) {
NULL              133 source3/auth/auth_util.c 	if ((*user_info)->smb_name == NULL) { 
NULL              139 source3/auth/auth_util.c 	if ((*user_info)->internal_username == NULL) { 
NULL              145 source3/auth/auth_util.c 	if ((*user_info)->domain == NULL) { 
NULL              151 source3/auth/auth_util.c 	if ((*user_info)->client_domain == NULL) { 
NULL              157 source3/auth/auth_util.c 	if ((*user_info)->wksta_name == NULL) { 
NULL              270 source3/auth/auth_util.c 				    lm_pwd_len ? &lm_blob : NULL, 
NULL              271 source3/auth/auth_util.c 				    nt_pwd_len ? &nt_blob : NULL,
NULL              272 source3/auth/auth_util.c 				    NULL, NULL, NULL,
NULL              378 source3/auth/auth_util.c 			lm_interactive_pwd ? &local_lm_blob : NULL,
NULL              379 source3/auth/auth_util.c 			nt_interactive_pwd ? &local_nt_blob : NULL,
NULL              380 source3/auth/auth_util.c 			lm_interactive_pwd ? &lm_interactive_blob : NULL,
NULL              381 source3/auth/auth_util.c 			nt_interactive_pwd ? &nt_interactive_blob : NULL,
NULL              382 source3/auth/auth_util.c 			NULL, True);
NULL              446 source3/auth/auth_util.c 		local_lm_blob.data ? &local_lm_blob : NULL,
NULL              447 source3/auth/auth_util.c 		local_nt_blob.data ? &local_nt_blob : NULL,
NULL              448 source3/auth/auth_util.c 		NULL, NULL,
NULL              449 source3/auth/auth_util.c 		plaintext_password.data ? &plaintext_password : NULL, 
NULL              468 source3/auth/auth_util.c 				  lm_resp.data ? &lm_resp : NULL, 
NULL              469 source3/auth/auth_util.c 				  nt_resp.data ? &nt_resp : NULL, 
NULL              470 source3/auth/auth_util.c 				  NULL, NULL, NULL,
NULL              486 source3/auth/auth_util.c 				   NULL, NULL, 
NULL              487 source3/auth/auth_util.c 				   NULL, NULL, 
NULL              488 source3/auth/auth_util.c 				   NULL,
NULL              510 source3/auth/auth_util.c 	if (result == NULL) {
NULL              512 source3/auth/auth_util.c 		return NULL;
NULL              542 source3/auth/auth_util.c 	char *truncname = NULL;
NULL              571 source3/auth/auth_util.c 	if ( !(result = make_server_info(NULL)) ) {
NULL              593 source3/auth/auth_util.c 	if (result->sanitized_username == NULL) {
NULL              605 source3/auth/auth_util.c 		result->sids = NULL;
NULL              606 source3/auth/auth_util.c 		gids = NULL;
NULL              633 source3/auth/auth_util.c 			result->sam_account = NULL; /* Don't free on error exit. */
NULL              662 source3/auth/auth_util.c 	if ((lp_log_nt_token_command() == NULL) ||
NULL              680 source3/auth/auth_util.c 	if (command == NULL) {
NULL              686 source3/auth/auth_util.c 	if (smbrun(command, NULL) != 0) {
NULL              740 source3/auth/auth_util.c 	server_info->utok.groups = NULL;
NULL              837 source3/auth/auth_util.c 	tmp_ctx = talloc_new(NULL);
NULL              838 source3/auth/auth_util.c 	if (tmp_ctx == NULL) {
NULL              844 source3/auth/auth_util.c 			 NULL, NULL, &user_sid, &type)) {
NULL              860 source3/auth/auth_util.c 		struct samu *sam_acct = NULL;
NULL              906 source3/auth/auth_util.c 		if (sam_acct->unix_pw == NULL) {
NULL              949 source3/auth/auth_util.c 		if (pass == NULL) {
NULL              964 source3/auth/auth_util.c 			if (group_sids == NULL) {
NULL              970 source3/auth/auth_util.c 			group_sids = NULL;
NULL             1005 source3/auth/auth_util.c 		if (group_sids == NULL) {
NULL             1059 source3/auth/auth_util.c 	if ((*token == NULL) || (*found_username == NULL)) {
NULL             1088 source3/auth/auth_util.c 	mem_ctx = talloc_new(NULL);
NULL             1089 source3/auth/auth_util.c 	if (mem_ctx == NULL) {
NULL             1116 source3/auth/auth_util.c 	mem_ctx = talloc_new(NULL);
NULL             1117 source3/auth/auth_util.c 	if (mem_ctx == NULL) {
NULL             1123 source3/auth/auth_util.c 			  NULL, NULL, &group_sid, NULL);
NULL             1144 source3/auth/auth_util.c 	struct samu *sampass = NULL;
NULL             1146 source3/auth/auth_util.c 	char *qualified_name = NULL;
NULL             1147 source3/auth/auth_util.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             1152 source3/auth/auth_util.c 	if ( !(sampass = samu_new( NULL )) ) {
NULL             1161 source3/auth/auth_util.c 	result = make_server_info(NULL);
NULL             1162 source3/auth/auth_util.c 	if (result == NULL) {
NULL             1172 source3/auth/auth_util.c 	if ((result->unix_name == NULL)
NULL             1173 source3/auth/auth_util.c 	    || (result->sanitized_username == NULL)) {
NULL             1222 source3/auth/auth_util.c 						NULL, NULL,
NULL             1263 source3/auth/auth_util.c 	struct samu *sampass = NULL;
NULL             1269 source3/auth/auth_util.c 	if ( !(sampass = samu_new( NULL )) ) {
NULL             1326 source3/auth/auth_util.c 	if (pwd == NULL) {
NULL             1359 source3/auth/auth_util.c 	if (dst == NULL) {
NULL             1360 source3/auth/auth_util.c 		return NULL;
NULL             1372 source3/auth/auth_util.c 		dst->utok.groups = NULL;
NULL             1379 source3/auth/auth_util.c 			return NULL;
NULL             1389 source3/auth/auth_util.c 	dst->sam_account = samu_new(NULL);
NULL             1392 source3/auth/auth_util.c 		return NULL;
NULL             1397 source3/auth/auth_util.c 		return NULL;
NULL             1400 source3/auth/auth_util.c 	dst->pam_handle = NULL;
NULL             1404 source3/auth/auth_util.c 		return NULL;
NULL             1410 source3/auth/auth_util.c 		return NULL;
NULL             1429 source3/auth/auth_util.c 	return (info->user_session_key.data != NULL);
NULL             1432 source3/auth/auth_util.c static auth_serversupplied_info *guest_info = NULL;
NULL             1436 source3/auth/auth_util.c 	if (guest_info != NULL)
NULL             1446 source3/auth/auth_util.c 	return (*server_info != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL             1456 source3/auth/auth_util.c 	if ((src->ut.ngroups != 0) && (groups == NULL)) {
NULL             1460 source3/auth/auth_util.c 	nt_token = dup_nt_token(NULL, src->nt_user_token);
NULL             1461 source3/auth/auth_util.c 	if (nt_token == NULL) {
NULL             1503 source3/auth/auth_util.c 	if ( !(passwd = smb_getpwnam( NULL, dom_user, real_username, True )) )
NULL             1535 source3/auth/auth_util.c 	struct passwd *pw = NULL;
NULL             1597 source3/auth/auth_util.c 			return NULL;
NULL             1599 source3/auth/auth_util.c 		_smb_create_user(NULL, username, NULL);
NULL             1624 source3/auth/auth_util.c 	char *found_username = NULL;
NULL             1627 source3/auth/auth_util.c 	struct samu *sam_account = NULL;
NULL             1679 source3/auth/auth_util.c 	if ( !(sam_account = samu_new( NULL )) ) {
NULL             1696 source3/auth/auth_util.c 			make_server_info_guest(NULL, server_info);
NULL             1791 source3/auth/auth_util.c 	result = make_server_info(NULL);
NULL             1792 source3/auth/auth_util.c 	if (result == NULL) {
NULL             1806 source3/auth/auth_util.c 	if (result->sanitized_username == NULL) {
NULL             1819 source3/auth/auth_util.c 	result->sids = NULL;
NULL             1876 source3/auth/auth_util.c 	char *found_username = NULL;
NULL             1879 source3/auth/auth_util.c 	struct samu *sam_account = NULL;
NULL             1890 source3/auth/auth_util.c 	result = make_server_info(NULL);
NULL             1891 source3/auth/auth_util.c 	if (result == NULL) {
NULL             1958 source3/auth/auth_util.c 			make_server_info_guest(NULL, server_info);
NULL             2053 source3/auth/auth_util.c 	if ((result->unix_name == NULL)
NULL             2054 source3/auth/auth_util.c 	    || (result->sanitized_username == NULL)
NULL             2055 source3/auth/auth_util.c 	    || (result->login_server == NULL)) {
NULL             2069 source3/auth/auth_util.c 	if (result->sids == NULL) {
NULL             2115 source3/auth/auth_util.c 	if (*user_info != NULL) {
NULL             2185 source3/auth/auth_util.c 		ret = pdb_get_trusteddom_pw(dom_name, NULL, NULL, NULL);
NULL               56 source3/auth/auth_wbc.c 	struct wbcAuthUserInfo *info = NULL;
NULL               57 source3/auth/auth_wbc.c 	struct wbcAuthErrorInfo *err = NULL;
NULL               39 source3/auth/auth_winbind.c 	struct wbcAuthUserInfo *info = NULL;
NULL               40 source3/auth/auth_winbind.c 	struct wbcAuthErrorInfo *err = NULL;
NULL               65 source3/auth/pampass.c #define COPY_STRING(s) (s) ? SMB_STRDUP(s) : NULL
NULL               66 source3/auth/pampass.c #define COPY_FSTRING(s) (s[0]) ? SMB_STRDUP(s) : NULL
NULL              119 source3/auth/pampass.c 	struct pam_response *reply = NULL;
NULL              122 source3/auth/pampass.c 	*resp = NULL;
NULL              132 source3/auth/pampass.c 	if (udp == NULL) {
NULL              163 source3/auth/pampass.c 				reply[replies].resp = NULL;
NULL              213 source3/auth/pampass.c 	struct chat_struct *list = NULL;
NULL              222 source3/auth/pampass.c 			return NULL;
NULL              229 source3/auth/pampass.c 		if (!next_token_talloc(frame, &p, &prompt, NULL)) {
NULL              242 source3/auth/pampass.c 		if (!next_token_talloc(frame, &p, &reply, NULL)) {
NULL              275 source3/auth/pampass.c 	struct pam_response *reply = NULL;
NULL              282 source3/auth/pampass.c 	*resp = NULL;
NULL              289 source3/auth/pampass.c 	if ((pw_chat = make_pw_chat(lp_passwd_chat())) == NULL)
NULL              297 source3/auth/pampass.c 	if (udp == NULL) {
NULL              383 source3/auth/pampass.c 			reply[replies].resp = NULL;
NULL              422 source3/auth/pampass.c 	if (pconv == NULL || udp == NULL) {
NULL              425 source3/auth/pampass.c 		return NULL;
NULL              447 source3/auth/pampass.c 	if( pamh != NULL ) {
NULL              470 source3/auth/pampass.c 	*pamh = (pam_handle_t *)NULL;
NULL              476 source3/auth/pampass.c 		*pamh = (pam_handle_t *)NULL;
NULL              481 source3/auth/pampass.c 	if (rhost == NULL) {
NULL              493 source3/auth/pampass.c 		*pamh = (pam_handle_t *)NULL;
NULL              502 source3/auth/pampass.c 		*pamh = (pam_handle_t *)NULL;
NULL              722 source3/auth/pampass.c 	pam_handle_t *pamh = NULL;
NULL              723 source3/auth/pampass.c 	struct pam_conv *pconv = NULL;
NULL              730 source3/auth/pampass.c 	if ((pconv = smb_setup_pam_conv(smb_pam_conv, user, NULL, NULL)) == NULL)
NULL              750 source3/auth/pampass.c 	pam_handle_t *pamh = NULL;
NULL              751 source3/auth/pampass.c 	struct pam_conv *pconv = NULL;
NULL              758 source3/auth/pampass.c 	if ((pconv = smb_setup_pam_conv(smb_pam_conv, user, NULL, NULL)) == NULL)
NULL              779 source3/auth/pampass.c 	pam_handle_t *pamh = NULL;
NULL              780 source3/auth/pampass.c 	struct pam_conv *pconv = NULL;
NULL              787 source3/auth/pampass.c 	if ((pconv = smb_setup_pam_conv(smb_pam_conv, user, NULL, NULL)) == NULL)
NULL              790 source3/auth/pampass.c 	if (!smb_pam_start(&pamh, user, NULL, pconv))
NULL              806 source3/auth/pampass.c 	pam_handle_t *pamh = NULL;
NULL              808 source3/auth/pampass.c 	struct pam_conv *pconv = NULL;
NULL              816 source3/auth/pampass.c 	if ((pconv = smb_setup_pam_conv(smb_pam_conv, user, password, NULL)) == NULL)
NULL              819 source3/auth/pampass.c 	if (!smb_pam_start(&pamh, user, NULL, pconv))
NULL              851 source3/auth/pampass.c 	struct pam_conv *pconv = NULL;
NULL              852 source3/auth/pampass.c 	pam_handle_t *pamh = NULL;
NULL              854 source3/auth/pampass.c 	if ((pconv = smb_setup_pam_conv(smb_pam_passchange_conv, user, oldpassword, newpassword)) == NULL)
NULL              857 source3/auth/pampass.c 	if(!smb_pam_start(&pamh, user, NULL, pconv))
NULL              227 source3/auth/pass_check.c 		sec_key_mgmt_get_key(rpc_c_authn_dce_secret, NULL,
NULL              322 source3/auth/pass_check.c 	passwd_rec.pepper = NULL;
NULL              653 source3/auth/pass_check.c 	char *pass2 = NULL;
NULL              675 source3/auth/pass_check.c 	if (set_this_user(user) == NULL) {
NULL              694 source3/auth/pass_check.c 	if (set_this_crypted(pass->pw_passwd) == NULL) {
NULL              697 source3/auth/pass_check.c 	if (set_this_salt(pass->pw_passwd) == NULL) {
NULL              712 source3/auth/pass_check.c 			if (set_this_crypted(spass->sp_pwdp) == NULL) {
NULL              715 source3/auth/pass_check.c 			if (set_this_salt(spass->sp_pwdp) == NULL) {
NULL              736 source3/auth/pass_check.c 			if (set_this_crypted(pr_pw->ufld.fd_encrypt) == NULL) {
NULL              748 source3/auth/pass_check.c 			if (set_this_crypted(pwret->pwa_passwd) == NULL) {
NULL              762 source3/auth/pass_check.c 			if (set_this_user(mypasswd->ufld.fd_name) == NULL) {
NULL              765 source3/auth/pass_check.c 			if (set_this_crypted(mypasswd->ufld.fd_encrypt) == NULL) {
NULL              780 source3/auth/pass_check.c 			if (set_this_crypted(ap->a_password) == NULL) {
NULL              798 source3/auth/pass_check.c 		if (set_this_salt(trunc_salt) == NULL) {
NULL               86 source3/auth/token_util.c 		NULL, SINGLETON_CACHE_TALLOC,
NULL               89 source3/auth/token_util.c 	if (cache_data != NULL) {
NULL               96 source3/auth/token_util.c 		return NULL;
NULL              113 source3/auth/token_util.c 		NULL, SINGLETON_CACHE_TALLOC,
NULL              136 source3/auth/token_util.c 	aliases = NULL;
NULL              319 source3/auth/token_util.c 	if ( (ctx = talloc_init("create_builtin_administrators")) == NULL ) {
NULL              323 source3/auth/token_util.c 	ret = lookup_name(ctx, root_name, LOOKUP_NAME_DOMAIN, NULL, NULL,
NULL              346 source3/auth/token_util.c 	struct nt_user_token *result = NULL;
NULL              357 source3/auth/token_util.c 		return NULL;
NULL              365 source3/auth/token_util.c 		return NULL;
NULL              374 source3/auth/token_util.c 			return NULL;
NULL              383 source3/auth/token_util.c 		return NULL;
NULL              388 source3/auth/token_util.c 		return NULL;
NULL              396 source3/auth/token_util.c 			return NULL;
NULL              404 source3/auth/token_util.c 			return NULL;
NULL              419 source3/auth/token_util.c 			return NULL;
NULL              491 source3/auth/token_util.c 			return NULL;
NULL              501 source3/auth/token_util.c 			return NULL;
NULL              100 source3/client/cifs.upcall.c 		    creds.times.endtime > time(NULL))
NULL              131 source3/client/cifs.upcall.c 	char ccname[MAX_CCNAME_LEN], *credpath, *best_cache = NULL;
NULL              135 source3/client/cifs.upcall.c 	n = scandir(dirname, &namelist, krb5cc_filter, NULL);
NULL              139 source3/client/cifs.upcall.c 		return NULL;
NULL              223 source3/client/cifs.upcall.c 				     NULL);
NULL              273 source3/client/cifs.upcall.c 			if (pos == NULL)
NULL              285 source3/client/cifs.upcall.c 			if (pos == NULL)
NULL              297 source3/client/cifs.upcall.c 			arg->pid = strtol(tkn + 4, NULL, 0);
NULL              315 source3/client/cifs.upcall.c 			arg->uid = strtol(tkn + 4, NULL, 16);
NULL              325 source3/client/cifs.upcall.c 			arg->ver = strtol(tkn + 4, NULL, 16);
NULL              334 source3/client/cifs.upcall.c 		if (pos == NULL)
NULL              361 source3/client/cifs.upcall.c 	c = getaddrinfo(keyend, NULL, NULL, &addr);
NULL              425 source3/client/cifs.upcall.c 	rc = getaddrinfo(ipaddr, NULL, &hints, &res);
NULL              434 source3/client/cifs.upcall.c 			 NULL, 0, NI_NAMEREQD);
NULL              455 source3/client/cifs.upcall.c 	{ "trust-dns",	0, NULL, 't' },
NULL              456 source3/client/cifs.upcall.c 	{ "version",	0, NULL, 'v' },
NULL              457 source3/client/cifs.upcall.c 	{ NULL,		0, NULL, 0 }
NULL              462 source3/client/cifs.upcall.c 	struct cifs_spnego_msg *keydata = NULL;
NULL              470 source3/client/cifs.upcall.c 	char *buf, *princ = NULL, *ccname = NULL;
NULL              479 source3/client/cifs.upcall.c 	while ((c = getopt_long(argc, argv, "ctv", long_options, NULL)) != -1) {
NULL              504 source3/client/cifs.upcall.c 	key = strtol(argv[optind], NULL, 10);
NULL               42 source3/client/client.c static char *cmdstr = NULL;
NULL               43 source3/client/client.c const char *cmd_ptr = NULL;
NULL              301 source3/client/client.c 	struct cli_state *targetcli = NULL;
NULL              302 source3/client/client.c 	char *targetpath = NULL;
NULL              349 source3/client/client.c 	char *newdir = NULL;
NULL              350 source3/client/client.c 	char *saved_dir = NULL;
NULL              351 source3/client/client.c 	char *new_cd = NULL;
NULL              352 source3/client/client.c 	char *targetpath = NULL;
NULL              353 source3/client/client.c 	struct cli_state *targetcli = NULL;
NULL              461 source3/client/client.c 	char *buf = NULL;
NULL              464 source3/client/client.c 	if (next_token_talloc(talloc_tos(), &cmd_ptr, &buf,NULL)) {
NULL              537 source3/client/client.c 		char *afname = NULL;
NULL              563 source3/client/client.c 			SEC_DESC *sd = NULL;
NULL              642 source3/client/client.c 	if (do_list_queue == NULL) {
NULL              715 source3/client/client.c 	char *dir = NULL;
NULL              716 source3/client/client.c 	char *dir_end = NULL;
NULL              723 source3/client/client.c 	if ((dir_end = strrchr(dir, CLI_DIRSEP_CHAR)) != NULL) {
NULL              735 source3/client/client.c 			char *mask2 = NULL;
NULL              736 source3/client/client.c 			char *p = NULL;
NULL              791 source3/client/client.c 	struct cli_state *targetcli = NULL;
NULL              792 source3/client/client.c 	char *targetpath = NULL;
NULL              831 source3/client/client.c 			cli_list(targetcli, targetpath, attribute, do_list_helper, NULL);
NULL              859 source3/client/client.c 			if (cli_list(targetcli, targetpath, attribute, do_list_helper, NULL) == -1) {
NULL              881 source3/client/client.c 	char *mask = NULL;
NULL              882 source3/client/client.c 	char *buf = NULL;
NULL              891 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL              927 source3/client/client.c 	char *mask = NULL;
NULL              928 source3/client/client.c 	char *buf = NULL;
NULL              943 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL              970 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &num, NULL)
NULL              971 source3/client/client.c 	    || !next_token_talloc(ctx, &cmd_ptr, &data, NULL)) {
NULL             1010 source3/client/client.c 	struct cli_state *targetcli = NULL;
NULL             1011 source3/client/client.c 	char *targetname = NULL;
NULL             1012 source3/client/client.c 	char *lname = NULL;
NULL             1062 source3/client/client.c 			   &attr, &size, NULL, NULL, NULL, NULL, NULL) &&
NULL             1064 source3/client/client.c 			  &attr, &size, NULL, NULL, NULL)) {
NULL             1121 source3/client/client.c 	char *lname = NULL;
NULL             1122 source3/client/client.c 	char *rname = NULL;
NULL             1123 source3/client/client.c 	char *fname = NULL;
NULL             1130 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&fname,NULL)) {
NULL             1143 source3/client/client.c 	next_token_talloc(ctx, &cmd_ptr,&lname,NULL);
NULL             1158 source3/client/client.c 	char *rname = NULL;
NULL             1159 source3/client/client.c 	char *quest = NULL;
NULL             1160 source3/client/client.c 	char *saved_curdir = NULL;
NULL             1161 source3/client/client.c 	char *mget_mask = NULL;
NULL             1162 source3/client/client.c 	char *new_cd = NULL;
NULL             1267 source3/client/client.c 	char *rname = NULL;
NULL             1268 source3/client/client.c 	char *fname = NULL;
NULL             1269 source3/client/client.c 	char *lname = NULL;
NULL             1270 source3/client/client.c 	char *pager_cmd = NULL;
NULL             1291 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&fname,NULL)) {
NULL             1333 source3/client/client.c 	char *mget_mask = NULL;
NULL             1334 source3/client/client.c 	char *buf = NULL;
NULL             1342 source3/client/client.c 	while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1359 source3/client/client.c 	if (mget_mask == NULL) {
NULL             1385 source3/client/client.c 	char *targetname = NULL;
NULL             1438 source3/client/client.c 	char *mask = NULL;
NULL             1439 source3/client/client.c 	char *buf = NULL;
NULL             1446 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1458 source3/client/client.c 		char *ddir = NULL;
NULL             1459 source3/client/client.c 		char *ddir2 = NULL;
NULL             1461 source3/client/client.c 		char *targetname = NULL;
NULL             1462 source3/client/client.c 		char *p = NULL;
NULL             1492 source3/client/client.c 			p = strtok_r(NULL, "/\\", &saveptr);
NULL             1516 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
NULL             1600 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
NULL             1627 source3/client/client.c 	char *targetname = NULL;
NULL             1641 source3/client/client.c 			if (!cli_qfileinfo(targetcli, fnum, NULL, &start, NULL, NULL, NULL, NULL, NULL) &&
NULL             1642 source3/client/client.c 			    !cli_getattrE(targetcli, fnum, NULL, &start, NULL, NULL, NULL)) {
NULL             1682 source3/client/client.c 	x_setvbuf(f, NULL, X_IOFBF, io_bufsize);
NULL             1743 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&lname,NULL)) {
NULL             1748 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1827 source3/client/client.c 	char *new_fs = NULL;
NULL             1828 source3/client/client.c 	next_token_talloc(ctx, &cmd_ptr,&new_fs,NULL)
NULL             1912 source3/client/client.c 	char *p = NULL;
NULL             1914 source3/client/client.c 	while (next_token_talloc(ctx, &cmd_ptr,&p,NULL)) {
NULL             1919 source3/client/client.c 		file_list = NULL;
NULL             1927 source3/client/client.c 		quest = NULL;
NULL             1928 source3/client/client.c 		lname = NULL;
NULL             1929 source3/client/client.c 		rname = NULL;
NULL             2022 source3/client/client.c 	char *buf = NULL;
NULL             2025 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &buf,NULL)) {
NULL             2032 source3/client/client.c 	} while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL));
NULL             2044 source3/client/client.c 	char *lname = NULL;
NULL             2045 source3/client/client.c 	char *rname = NULL;
NULL             2046 source3/client/client.c 	char *p = NULL;
NULL             2048 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &lname,NULL)) {
NULL             2102 source3/client/client.c 	char *mask = NULL;
NULL             2132 source3/client/client.c 	char *mask = NULL;
NULL             2133 source3/client/client.c 	char *buf = NULL;
NULL             2144 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2164 source3/client/client.c 	char *mask = NULL;
NULL             2165 source3/client/client.c 	char *buf = NULL;
NULL             2168 source3/client/client.c 	char *targetname = NULL;
NULL             2170 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2175 source3/client/client.c 	attribute = (uint16)strtol(buf, (char **)NULL, 16);
NULL             2177 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2206 source3/client/client.c 	char *mask = NULL;
NULL             2207 source3/client/client.c 	char *buf = NULL;
NULL             2208 source3/client/client.c 	char *targetname = NULL;
NULL             2212 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2251 source3/client/client.c 		char *domain = NULL;
NULL             2252 source3/client/client.c 		char *user = NULL;
NULL             2253 source3/client/client.c 		char *password = NULL;
NULL             2255 source3/client/client.c 		if (!next_token_talloc(ctx, &cmd_ptr,&domain,NULL)) {
NULL             2260 source3/client/client.c 		if (!next_token_talloc(ctx, &cmd_ptr,&user,NULL)) {
NULL             2265 source3/client/client.c 		if (!next_token_talloc(ctx, &cmd_ptr,&password,NULL)) {
NULL             2292 source3/client/client.c 	char *mask = NULL;
NULL             2293 source3/client/client.c 	char *buf = NULL;
NULL             2294 source3/client/client.c 	char *targetname = NULL;
NULL             2299 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2311 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2315 source3/client/client.c 	mode = (mode_t)strtol(buf, (char **)NULL, 8);
NULL             2340 source3/client/client.c 	char *mask = NULL;
NULL             2341 source3/client/client.c 	char *buf = NULL;
NULL             2342 source3/client/client.c 	char *targetname = NULL;
NULL             2347 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2359 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2363 source3/client/client.c 	mode = (mode_t)strtol(buf, (char **)NULL, 8);
NULL             2382 source3/client/client.c 	char *mask = NULL;
NULL             2383 source3/client/client.c 	char *buf = NULL;
NULL             2384 source3/client/client.c 	char *targetname = NULL;
NULL             2387 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2416 source3/client/client.c 	char *mask = NULL;
NULL             2417 source3/client/client.c 	char *buf = NULL;
NULL             2418 source3/client/client.c 	char *targetname = NULL;
NULL             2421 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2450 source3/client/client.c 	char *buf = NULL;
NULL             2453 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2568 source3/client/client.c 	char *buf = NULL;
NULL             2573 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2579 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2593 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2598 source3/client/client.c 	start = (uint64_t)strtol(buf, (char **)NULL, 16);
NULL             2600 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2605 source3/client/client.c 	len = (uint64_t)strtol(buf, (char **)NULL, 16);
NULL             2617 source3/client/client.c 	char *buf = NULL;
NULL             2621 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2627 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2632 source3/client/client.c 	start = (uint64_t)strtol(buf, (char **)NULL, 16);
NULL             2634 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2639 source3/client/client.c 	len = (uint64_t)strtol(buf, (char **)NULL, 16);
NULL             2656 source3/client/client.c 	char *mask = NULL;
NULL             2657 source3/client/client.c 	char *buf = NULL;
NULL             2658 source3/client/client.c 	char *targetname = NULL;
NULL             2661 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             2693 source3/client/client.c 	char *oldname = NULL;
NULL             2694 source3/client/client.c 	char *newname = NULL;
NULL             2695 source3/client/client.c 	char *buf = NULL;
NULL             2696 source3/client/client.c 	char *buf2 = NULL;
NULL             2697 source3/client/client.c 	char *targetname = NULL;
NULL             2700 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             2701 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
NULL             2744 source3/client/client.c 	char *oldname = NULL;
NULL             2745 source3/client/client.c 	char *newname = NULL;
NULL             2746 source3/client/client.c 	char *buf = NULL;
NULL             2747 source3/client/client.c 	char *buf2 = NULL;
NULL             2748 source3/client/client.c 	char *targetname = NULL;
NULL             2751 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             2752 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
NULL             2797 source3/client/client.c 	char *src = NULL;
NULL             2798 source3/client/client.c 	char *buf = NULL;
NULL             2799 source3/client/client.c 	char *buf2 = NULL;
NULL             2800 source3/client/client.c 	char *targetname = NULL;
NULL             2804 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             2805 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
NULL             2817 source3/client/client.c 	mode = (mode_t)strtol(buf, NULL, 8);
NULL             2947 source3/client/client.c 	char *src = NULL;
NULL             2948 source3/client/client.c 	char *name = NULL;
NULL             2949 source3/client/client.c 	char *targetname = NULL;
NULL             2953 source3/client/client.c 	char *retbuf = NULL;
NULL             2960 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&name,NULL)) {
NULL             3118 source3/client/client.c 	char *src = NULL;
NULL             3119 source3/client/client.c 	char *name = NULL;
NULL             3120 source3/client/client.c 	char *targetname = NULL;
NULL             3126 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&name,NULL)) {
NULL             3215 source3/client/client.c 	char *src = NULL;
NULL             3220 source3/client/client.c 	char *targetname = NULL;
NULL             3222 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             3223 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL) ||
NULL             3224 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf3,NULL)) {
NULL             3271 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             3272 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
NULL             3346 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
NULL             3347 source3/client/client.c 	    !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
NULL             3403 source3/client/client.c 	ok = next_token_talloc(ctx, &cmd_ptr,&buf,NULL);
NULL             3429 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             3508 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             3529 source3/client/client.c 	char *local_name = NULL;
NULL             3530 source3/client/client.c 	char *remote_name = NULL;
NULL             3531 source3/client/client.c 	char *fname = NULL;
NULL             3532 source3/client/client.c 	char *p = NULL;
NULL             3539 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &fname, NULL)) {
NULL             3553 source3/client/client.c 	next_token_talloc(ctx, &cmd_ptr, &p, NULL);
NULL             3568 source3/client/client.c 	char *local_name = NULL;
NULL             3569 source3/client/client.c 	char *remote_name = NULL;
NULL             3578 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr, &local_name, NULL)) {
NULL             3588 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
NULL             3685 source3/client/client.c 		browse_fn(info.name, info.type, info.comment, NULL);
NULL             3709 source3/client/client.c 	if((ret = cli_RNetShareEnum(cli, browse_fn, NULL)) == -1)
NULL             3769 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             3787 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&l_username,NULL)) {
NULL             3792 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&l_password,NULL)) {
NULL             3855 source3/client/client.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             3869 source3/client/client.c 	iosize = strtol(buf,NULL,0);
NULL             3978 source3/client/client.c   {"!",NULL,"run a shell command on the local system",{COMPL_NONE,COMPL_NONE}},
NULL             3979 source3/client/client.c   {NULL,NULL,NULL,{COMPL_NONE,COMPL_NONE}}
NULL             3993 source3/client/client.c 	while (commands[i].fn != NULL) {
NULL             4023 source3/client/client.c 	if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             4055 source3/client/client.c 		cli = cli_cm_open(talloc_tos(), NULL,
NULL             4082 source3/client/client.c 		if (!next_token_talloc(ctx, &cmd_ptr,&tok,NULL)) {
NULL             4145 source3/client/client.c 		if (info->matches[info->count] == NULL) {
NULL             4167 source3/client/client.c 	char *dirmask = NULL;
NULL             4168 source3/client/client.c 	char *targetpath = NULL;
NULL             4169 source3/client/client.c 	struct cli_state *targetcli = NULL;
NULL             4171 source3/client/client.c 	completion_remote_t info = { NULL, NULL, 1, 0, NULL, 0 };
NULL             4182 source3/client/client.c 		return NULL;
NULL             4190 source3/client/client.c 	info.matches[0] = NULL;
NULL             4242 source3/client/client.c 		return NULL;
NULL             4251 source3/client/client.c 		info.matches[1] = NULL;
NULL             4263 source3/client/client.c 	info.matches[info.count] = NULL;
NULL             4273 source3/client/client.c 	return NULL;
NULL             4286 source3/client/client.c 		if (buf == NULL)
NULL             4287 source3/client/client.c 			return NULL;
NULL             4290 source3/client/client.c 		if (sp == NULL)
NULL             4291 source3/client/client.c 			return NULL;
NULL             4299 source3/client/client.c 		if (commands[i].name == NULL)
NULL             4300 source3/client/client.c 			return NULL;
NULL             4313 source3/client/client.c 			return NULL;
NULL             4320 source3/client/client.c 			return NULL;
NULL             4322 source3/client/client.c 		matches[0] = NULL;
NULL             4353 source3/client/client.c 		matches[count] = NULL;
NULL             4361 source3/client/client.c 		return NULL;
NULL             4378 source3/client/client.c 	t = time(NULL);
NULL             4395 source3/client/client.c 	sys_select_intr(cli->fd+1,&fds,NULL,NULL,&timeout);
NULL             4465 source3/client/client.c 		char *tok = NULL;
NULL             4466 source3/client/client.c 		char *the_prompt = NULL;
NULL             4467 source3/client/client.c 		char *line = NULL;
NULL             4495 source3/client/client.c 		if (!next_token_talloc(frame, &cmd_ptr,&tok,NULL)) {
NULL             4522 source3/client/client.c 	cli = cli_cm_open(talloc_tos(), NULL,
NULL             4554 source3/client/client.c 	cli = cli_cm_open(talloc_tos(), NULL,
NULL             4580 source3/client/client.c 		cli = cli_cm_open(talloc_tos(), NULL,
NULL             4585 source3/client/client.c 	if (cli == NULL) {
NULL             4607 source3/client/client.c 		cli = cli_cm_open(talloc_tos(), NULL,
NULL             4690 source3/client/client.c 	char *base_directory = NULL;
NULL             4692 source3/client/client.c 	char *query_host = NULL;
NULL             4694 source3/client/client.c 	char *term_code = NULL;
NULL             4695 source3/client/client.c 	static const char *new_name_resolve_order = NULL;
NULL             4706 source3/client/client.c 		{ "message", 'M', POPT_ARG_STRING, NULL, 'M', "Send message", "HOST" },
NULL             4707 source3/client/client.c 		{ "ip-address", 'I', POPT_ARG_STRING, NULL, 'I', "Use this IP to connect to", "IP" },
NULL             4708 source3/client/client.c 		{ "stderr", 'E', POPT_ARG_NONE, NULL, 'E', "Write messages to stderr instead of stdout" },
NULL             4709 source3/client/client.c 		{ "list", 'L', POPT_ARG_STRING, NULL, 'L', "Get a list of shares available on a host", "HOST" },
NULL             4710 source3/client/client.c 		{ "terminal", 't', POPT_ARG_STRING, NULL, 't', "Terminal I/O code {sjis|euc|jis7|jis8|junet|hex}", "CODE" },
NULL             4711 source3/client/client.c 		{ "max-protocol", 'm', POPT_ARG_STRING, NULL, 'm', "Set the max protocol level", "LEVEL" },
NULL             4712 source3/client/client.c 		{ "tar", 'T', POPT_ARG_STRING, NULL, 'T', "Command line tar", "<c|x>IXFqgbNan" },
NULL             4713 source3/client/client.c 		{ "directory", 'D', POPT_ARG_STRING, NULL, 'D', "Start from directory", "DIR" },
NULL             4717 source3/client/client.c 		{ "grepable", 'g', POPT_ARG_NONE, NULL, 'g', "Produce grepable output" },
NULL             4718 source3/client/client.c                 { "browse", 'B', POPT_ARG_NONE, NULL, 'B', "Browse SMB servers using DNS" },
NULL             4749 source3/client/client.c 		x_setbuf( dbf, NULL );
NULL             4755 source3/client/client.c 	if (auth_info == NULL) {
NULL              100 source3/client/clitar.c static char **cliplist=NULL;
NULL              146 source3/client/clitar.c 	if (tmp == NULL) {
NULL              263 source3/client/clitar.c 	if ((finfo->name = string_create_s(strlen(prefix) + strlen(hb -> dbuf.name) + 3)) == NULL) {
NULL              308 source3/client/clitar.c 		convert_time_t_to_timespec((time_t)strtol(hb->dbuf.mtime, NULL, 8));
NULL              309 source3/client/clitar.c 	finfo->atime_ts = convert_time_t_to_timespec(time(NULL));
NULL              530 source3/client/clitar.c 	if ((partpath == NULL) || (ffname == NULL)){
NULL              544 source3/client/clitar.c 	if ((basehack=strrchr_m(ffname, '\\')) == NULL) {
NULL              569 source3/client/clitar.c 		p = strtok_r(NULL, "/\\", &saveptr);
NULL              597 source3/client/clitar.c 	if (!cli_getatr(cli, name, &oldattr, NULL, NULL)) return;
NULL              621 source3/client/clitar.c 	char *data = NULL;
NULL              624 source3/client/clitar.c 	char *rname = NULL;
NULL              672 source3/client/clitar.c 	if (finfo.name == NULL) {
NULL              839 source3/client/clitar.c 		char *saved_curdir = NULL;
NULL              840 source3/client/clitar.c 		char *new_cd = NULL;
NULL              841 source3/client/clitar.c 		char *mtar_mask = NULL;
NULL             1122 source3/client/clitar.c 	if (longname == NULL) {
NULL             1124 source3/client/clitar.c 		return(NULL);
NULL             1140 source3/client/clitar.c 			return(NULL);
NULL             1157 source3/client/clitar.c 	char *longfilename = NULL, linkflag;
NULL             1202 source3/client/clitar.c 		if (longfilename != NULL) {
NULL             1205 source3/client/clitar.c 			longfilename = NULL;
NULL             1213 source3/client/clitar.c 		DEBUG(5, ("Skip = %i, cliplist=%s, file=%s\n", skip, (cliplist?cliplist[0]:NULL), finfo.name));
NULL             1275 source3/client/clitar.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1300 source3/client/clitar.c 	while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1344 source3/client/clitar.c 	char *fname = NULL;
NULL             1350 source3/client/clitar.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1363 source3/client/clitar.c 	while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1423 source3/client/clitar.c 		return(NULL);
NULL             1437 source3/client/clitar.c 		return NULL;
NULL             1449 source3/client/clitar.c 	ret[*ctok] = NULL;
NULL             1461 source3/client/clitar.c 	char **argl = NULL;
NULL             1465 source3/client/clitar.c 	if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
NULL             1470 source3/client/clitar.c 	argl=toktocliplist(&argcl, NULL);
NULL             1505 source3/client/clitar.c 				char *tarmac = NULL;
NULL             1606 source3/client/clitar.c 		cliplist = NULL;
NULL             1619 source3/client/clitar.c 	if (aret==NULL)
NULL             1646 source3/client/clitar.c 	XFILE *inclusion = NULL;
NULL             1648 source3/client/clitar.c 	char *inclusion_buffer = NULL;
NULL             1658 source3/client/clitar.c 	if ((inclusion = x_fopen(filename, O_RDONLY, 0)) == NULL) {
NULL             1667 source3/client/clitar.c 		if (inclusion_buffer == NULL) {
NULL             1669 source3/client/clitar.c 			if ((inclusion_buffer = (char *)SMB_MALLOC(inclusion_buffer_size)) == NULL) {
NULL             1700 source3/client/clitar.c 		if (cliplist == NULL) {
NULL             1704 source3/client/clitar.c 			cliplist[clipn] = NULL;
NULL             1709 source3/client/clitar.c 				cliplist[i] = NULL;
NULL             1710 source3/client/clitar.c 				if ((tmpstr = (char *)SMB_MALLOC(strlen(p)+1)) == NULL) {
NULL             1716 source3/client/clitar.c 					if ((p = strchr_m(p, '\000')) == NULL) {
NULL             1736 source3/client/clitar.c 			cliplist = NULL;
NULL             1879 source3/client/clitar.c 		if ((tmplist=SMB_MALLOC_ARRAY(char *,clipn)) == NULL) {
NULL             1888 source3/client/clitar.c 			if ((tmpstr = (char *)SMB_MALLOC(strlen(cliplist[clipcount])+1)) == NULL) {
NULL               59 source3/client/dnsbrowse.c 	DNSServiceRef mdns_conn_sdref = NULL;
NULL               63 source3/client/dnsbrowse.c 	fd_set *fdset = NULL;
NULL               72 source3/client/dnsbrowse.c 		do_smb_resolve_reply, NULL);
NULL               80 source3/client/dnsbrowse.c 		if (fdset != NULL) {
NULL               92 source3/client/dnsbrowse.c 		ret = sys_select(mdnsfd + 1, fdset, NULL, NULL, &tv);
NULL              118 source3/client/dnsbrowse.c 	if (bstatep == NULL) {
NULL              138 source3/client/dnsbrowse.c 	if (bresult == NULL) {
NULL              142 source3/client/dnsbrowse.c 	if (bstatep->listhead != NULL) {
NULL              158 source3/client/dnsbrowse.c 	fd_set *fdset = NULL;
NULL              162 source3/client/dnsbrowse.c 	DNSServiceRef mdns_conn_sdref = NULL;
NULL              180 source3/client/dnsbrowse.c 		if (fdset != NULL) {
NULL              192 source3/client/dnsbrowse.c 		ret = sys_select(mdnsfd + 1, fdset, NULL, NULL, &tv);
NULL              210 source3/client/dnsbrowse.c 	if (bstate.listhead != NULL) {
NULL              212 source3/client/dnsbrowse.c 		while (resptr != NULL) {
NULL               58 source3/client/get_printing_ticket.c char *null_envp[] = { NULL };
NULL              127 source3/client/get_printing_ticket.c 	if (setgroups (0, NULL) != 0) {
NULL               77 source3/client/mount.cifs.c #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0)
NULL               96 source3/client/mount.cifs.c static char * user_name = NULL;
NULL               97 source3/client/mount.cifs.c static char * mountpassword = NULL;
NULL               98 source3/client/mount.cifs.c char * domain_name = NULL;
NULL               99 source3/client/mount.cifs.c char * prefixpath = NULL;
NULL              186 source3/client/mount.cifs.c 	char *username = NULL;
NULL              207 source3/client/mount.cifs.c 	if(fs == NULL)
NULL              210 source3/client/mount.cifs.c 	if(line_buf == NULL) {
NULL              265 source3/client/mount.cifs.c 					if(mountpassword == NULL) {
NULL              293 source3/client/mount.cifs.c                                         if(domain_name == NULL) {
NULL              317 source3/client/mount.cifs.c 	if(mountpassword == NULL)
NULL              322 source3/client/mount.cifs.c 	if (mountpassword == NULL) {
NULL              327 source3/client/mount.cifs.c 	if(filename != NULL) {
NULL              347 source3/client/mount.cifs.c 			if(filename != NULL)
NULL              369 source3/client/mount.cifs.c 	if(filename != NULL) {
NULL              379 source3/client/mount.cifs.c 	char * percent_char = NULL;
NULL              380 source3/client/mount.cifs.c 	char * value = NULL;
NULL              381 source3/client/mount.cifs.c 	char * next_keyword = NULL;
NULL              382 source3/client/mount.cifs.c 	char * out = NULL;
NULL              403 source3/client/mount.cifs.c 	while(data != NULL) {
NULL              419 source3/client/mount.cifs.c 		if ((value = strchr(data, '=')) != NULL) {
NULL              450 source3/client/mount.cifs.c 						if(mountpassword == NULL)
NULL              705 source3/client/mount.cifs.c 		if (out == NULL) {
NULL              730 source3/client/mount.cifs.c 		if (out == NULL) {
NULL              746 source3/client/mount.cifs.c 		if (out == NULL) {
NULL              773 source3/client/mount.cifs.c 	if(ppasswrd == NULL)
NULL              794 source3/client/mount.cifs.c 	if(new_pass_buf == NULL)
NULL              825 source3/client/mount.cifs.c 	if(ppuser == NULL)
NULL              826 source3/client/mount.cifs.c 		return NULL;
NULL              830 source3/client/mount.cifs.c 	if (original_string == NULL)
NULL              831 source3/client/mount.cifs.c 		return NULL;
NULL              836 source3/client/mount.cifs.c 	if (usernm == NULL) {
NULL              838 source3/client/mount.cifs.c 		if (usernm == NULL)
NULL              839 source3/client/mount.cifs.c 			return NULL;
NULL              844 source3/client/mount.cifs.c 		return NULL;
NULL              858 source3/client/mount.cifs.c 	if(domainnm == NULL)
NULL              859 source3/client/mount.cifs.c 		return NULL;
NULL              912 source3/client/mount.cifs.c 		return NULL;
NULL              917 source3/client/mount.cifs.c 		return NULL;
NULL              923 source3/client/mount.cifs.c 		return NULL;
NULL              930 source3/client/mount.cifs.c 				if(*punc_name == NULL) {
NULL              934 source3/client/mount.cifs.c 					return NULL;
NULL              945 source3/client/mount.cifs.c 				return NULL;
NULL              958 source3/client/mount.cifs.c 					rc = getaddrinfo(unc_name, NULL, NULL, &addrlist);
NULL              962 source3/client/mount.cifs.c 						addrlist = NULL;
NULL              971 source3/client/mount.cifs.c 						prefixpath = NULL; /* this needs to be done explicitly */
NULL              976 source3/client/mount.cifs.c 					return NULL;
NULL              984 source3/client/mount.cifs.c 				return NULL;
NULL              991 source3/client/mount.cifs.c 	{ "all", 0, NULL, 'a' },
NULL              992 source3/client/mount.cifs.c 	{ "help",0, NULL, 'h' },
NULL              993 source3/client/mount.cifs.c 	{ "move",0, NULL, 'm' },
NULL              994 source3/client/mount.cifs.c 	{ "bind",0, NULL, 'b' },
NULL              995 source3/client/mount.cifs.c 	{ "read-only", 0, NULL, 'r' },
NULL              996 source3/client/mount.cifs.c 	{ "ro", 0, NULL, 'r' },
NULL              997 source3/client/mount.cifs.c 	{ "verbose", 0, NULL, 'v' },
NULL              998 source3/client/mount.cifs.c 	{ "version", 0, NULL, 'V' },
NULL              999 source3/client/mount.cifs.c 	{ "read-write", 0, NULL, 'w' },
NULL             1000 source3/client/mount.cifs.c 	{ "rw", 0, NULL, 'w' },
NULL             1001 source3/client/mount.cifs.c 	{ "options", 1, NULL, 'o' },
NULL             1002 source3/client/mount.cifs.c 	{ "type", 1, NULL, 't' },
NULL             1003 source3/client/mount.cifs.c 	{ "rsize",1, NULL, 'R' },
NULL             1004 source3/client/mount.cifs.c 	{ "wsize",1, NULL, 'W' },
NULL             1005 source3/client/mount.cifs.c 	{ "uid", 1, NULL, '1'},
NULL             1006 source3/client/mount.cifs.c 	{ "gid", 1, NULL, '2'},
NULL             1007 source3/client/mount.cifs.c 	{ "user",1,NULL,'u'},
NULL             1008 source3/client/mount.cifs.c 	{ "username",1,NULL,'u'},
NULL             1009 source3/client/mount.cifs.c 	{ "dom",1,NULL,'d'},
NULL             1010 source3/client/mount.cifs.c 	{ "domain",1,NULL,'d'},
NULL             1011 source3/client/mount.cifs.c 	{ "password",1,NULL,'p'},
NULL             1012 source3/client/mount.cifs.c 	{ "pass",1,NULL,'p'},
NULL             1013 source3/client/mount.cifs.c 	{ "credentials",1,NULL,'c'},
NULL             1014 source3/client/mount.cifs.c 	{ "port",1,NULL,'P'},
NULL             1016 source3/client/mount.cifs.c 	{ NULL, 0, NULL, 0 }
NULL             1080 source3/client/mount.cifs.c 	char * orgoptions = NULL;
NULL             1081 source3/client/mount.cifs.c 	char * share_name = NULL;
NULL             1082 source3/client/mount.cifs.c 	const char * ipaddr = NULL;
NULL             1083 source3/client/mount.cifs.c 	char * uuid = NULL;
NULL             1084 source3/client/mount.cifs.c 	char * mountpoint = NULL;
NULL             1085 source3/client/mount.cifs.c 	char * options = NULL;
NULL             1087 source3/client/mount.cifs.c 	char * resolved_path = NULL;
NULL             1101 source3/client/mount.cifs.c 	struct addrinfo *addrhead = NULL, *addr;
NULL             1120 source3/client/mount.cifs.c 	if(thisprogram == NULL)
NULL             1132 source3/client/mount.cifs.c 		if (share_name == NULL) {
NULL             1163 source3/client/mount.cifs.c 			 longopts, NULL)) != -1) {
NULL             1272 source3/client/mount.cifs.c 			if(mountpassword == NULL)
NULL             1280 source3/client/mount.cifs.c 			get_password_from_file(0 /* stdin */,NULL);
NULL             1294 source3/client/mount.cifs.c 	if((argc < 3) || (dev_name == NULL) || (mountpoint == NULL)) {
NULL             1300 source3/client/mount.cifs.c 		if(mountpassword == NULL)
NULL             1307 source3/client/mount.cifs.c 		get_password_from_file(atoi(getenv("PASSWD_FD")),NULL);
NULL             1317 source3/client/mount.cifs.c 	if((addrhead == NULL) && (got_ip == 0)) {
NULL             1369 source3/client/mount.cifs.c 		if (user_name == NULL)
NULL             1409 source3/client/mount.cifs.c 	if(options == NULL) {
NULL              152 source3/client/mtab.c 	gettimeofday(&maxtime, NULL);
NULL              179 source3/client/mtab.c 			gettimeofday(&now, NULL);
NULL              201 source3/client/mtab.c 			gettimeofday(&now, NULL);
NULL              209 source3/client/mtab.c 				nanosleep(&waittime, NULL);
NULL              147 source3/client/smbspool.c 	} else if ((fp = fopen(argv[6], "rb")) == NULL) {
NULL              174 source3/client/smbspool.c 	if ((sep = strrchr_m(uri, '@')) != NULL) {
NULL              186 source3/client/smbspool.c 		if ((tmp2 = strchr_m(tmp, ':')) != NULL) {
NULL              194 source3/client/smbspool.c 		if ((username = getenv("AUTH_USERNAME")) == NULL) {
NULL              198 source3/client/smbspool.c 		if ((password = getenv("AUTH_PASSWORD")) == NULL) {
NULL              207 source3/client/smbspool.c 	if ((sep = strchr_m(tmp, '/')) == NULL) {
NULL              215 source3/client/smbspool.c 	if ((sep = strchr_m(tmp2, '/')) != NULL) {
NULL              226 source3/client/smbspool.c 		workgroup = NULL;
NULL              231 source3/client/smbspool.c 	if ((sep = strrchr_m(server, ':')) != NULL) {
NULL              254 source3/client/smbspool.c 	if (workgroup == NULL) {
NULL              263 source3/client/smbspool.c 		if (cli == NULL) {
NULL              266 source3/client/smbspool.c 			} else if (getenv("CLASS") == NULL) {
NULL              275 source3/client/smbspool.c 	} while ((cli == NULL) && (tries < MAX_RETRY_CONNECT));
NULL              277 source3/client/smbspool.c 	if (cli == NULL) {
NULL              403 source3/client/smbspool.c 	nt_status = cli_start_connection(&cli, myname, server, NULL, port,
NULL              404 source3/client/smbspool.c 					 Undefined, flags, NULL);
NULL              407 source3/client/smbspool.c 		return NULL;
NULL              416 source3/client/smbspool.c 		return NULL;
NULL              432 source3/client/smbspool.c 		return NULL;
NULL              447 source3/client/smbspool.c 		return NULL;
NULL              459 source3/client/smbspool.c 			return NULL;
NULL              482 source3/client/smbspool.c 	char           *myname = NULL;	/* Client name */
NULL              490 source3/client/smbspool.c 		return NULL;
NULL              521 source3/client/smbspool.c 	if (pwd == NULL) {
NULL              522 source3/client/smbspool.c 		return NULL;
NULL              622 source3/client/smbspool.c 		return NULL;
NULL              638 source3/client/tree.c 		      GTK_SIGNAL_FUNC (gtk_main_quit), NULL);
NULL              661 source3/client/tree.c   scrolled_win = gtk_scrolled_window_new (NULL, NULL);
NULL              670 source3/client/tree.c   scrolled_win2 = gtk_scrolled_window_new (NULL, NULL);
NULL               74 source3/client/umount.cifs.c 	{ "all", 0, NULL, 'a' },
NULL               75 source3/client/umount.cifs.c 	{ "help",0, NULL, 'h' },
NULL               76 source3/client/umount.cifs.c 	{ "read-only", 0, NULL, 'r' },
NULL               77 source3/client/umount.cifs.c 	{ "ro", 0, NULL, 'r' },
NULL               78 source3/client/umount.cifs.c 	{ "verbose", 0, NULL, 'v' },
NULL               79 source3/client/umount.cifs.c 	{ "version", 0, NULL, 'V' },
NULL               80 source3/client/umount.cifs.c 	{ "expire", 0, NULL, 'e' },
NULL               84 source3/client/umount.cifs.c 	{ NULL, 0, NULL, 0 }
NULL              126 source3/client/umount.cifs.c 	rc = ioctl(fileid, CIFS_IOC_CHECKUMOUNT, NULL);
NULL              167 source3/client/umount.cifs.c 	if(org_fd == NULL) {
NULL              174 source3/client/umount.cifs.c 	if(new_fd == NULL) {
NULL              183 source3/client/umount.cifs.c 	while((mount_entry = getmntent(org_fd)) != NULL) {
NULL              195 source3/client/umount.cifs.c 	if(org_fd == NULL) {
NULL              201 source3/client/umount.cifs.c 	while((mount_entry = getmntent(org_fd)) != NULL) {
NULL              246 source3/client/umount.cifs.c 	if (path == NULL) {
NULL              247 source3/client/umount.cifs.c 		return NULL;
NULL              252 source3/client/umount.cifs.c 		return NULL;
NULL              259 source3/client/umount.cifs.c 		return NULL;
NULL              292 source3/client/umount.cifs.c 	if(thisprogram == NULL)
NULL              298 source3/client/umount.cifs.c 			 longopts, NULL)) != -1) {
NULL              345 source3/client/umount.cifs.c 	if((argc < 1) || (argv[0] == NULL)) {
NULL               48 source3/dynconfig.c 	if (dyn_##name == NULL) {\
NULL               65 source3/dynconfig.c 	return (dyn_##name == NULL);\
NULL               35 source3/groupdb/mapping.c 	if (backend != NULL) {
NULL               58 source3/groupdb/mapping.c 	return backend != NULL;
NULL               92 source3/groupdb/mapping.c 	*sids = NULL;
NULL              192 source3/groupdb/mapping.c 	char *add_script = NULL;
NULL              227 source3/groupdb/mapping.c 				*new_gid = (gid_t)strtoul(output, NULL, 10);
NULL              238 source3/groupdb/mapping.c 		if (grp != NULL)
NULL              251 source3/groupdb/mapping.c 	char *del_script = NULL;
NULL              269 source3/groupdb/mapping.c 		ret = smbrun(del_script,NULL);
NULL              286 source3/groupdb/mapping.c 	char *add_script = NULL;
NULL              309 source3/groupdb/mapping.c 		ret = smbrun(add_script,NULL);
NULL              328 source3/groupdb/mapping.c 	char *add_script = NULL;
NULL              351 source3/groupdb/mapping.c 		ret = smbrun(add_script,NULL);
NULL              368 source3/groupdb/mapping.c 	char *del_script = NULL;
NULL              391 source3/groupdb/mapping.c 		ret = smbrun(del_script,NULL);
NULL              496 source3/groupdb/mapping.c 	mem_ctx = talloc_new(NULL);
NULL              497 source3/groupdb/mapping.c 	if (mem_ctx == NULL) {
NULL              502 source3/groupdb/mapping.c 			     NULL, NULL, &sid, &type);
NULL              636 source3/groupdb/mapping.c 	alias_sids = NULL;
NULL              653 source3/groupdb/mapping.c 	if (*pp_alias_rids == NULL)
NULL              762 source3/groupdb/mapping.c 	const char *name = NULL;
NULL              771 source3/groupdb/mapping.c 	if ( (mem_ctx = talloc_new(NULL)) == NULL ) {
NULL              775 source3/groupdb/mapping.c 	if ( !lookup_sid(mem_ctx, &sid, NULL, &name, &type) ) {
NULL               51 source3/groupdb/mapping_ldb.c 	if (ldb != NULL) {
NULL               60 source3/groupdb/mapping_ldb.c 	ldb = ldb_init(NULL);
NULL               61 source3/groupdb/mapping_ldb.c 	if (ldb == NULL) goto failed;
NULL               76 source3/groupdb/mapping_ldb.c 	ret = ldb_connect(ldb, db_path, flags, NULL);
NULL               93 source3/groupdb/mapping_ldb.c 			if (ldif == NULL) goto failed;
NULL              113 source3/groupdb/mapping_ldb.c 	ldb = NULL;
NULL              129 source3/groupdb/mapping_ldb.c 		return NULL;
NULL              132 source3/groupdb/mapping_ldb.c 		return NULL;
NULL              136 source3/groupdb/mapping_ldb.c 	return ldb_dn_string_compose(mem_ctx, NULL, "rid=%u,domain=%s", 
NULL              150 source3/groupdb/mapping_ldb.c 	if (msg == NULL) {
NULL              155 source3/groupdb/mapping_ldb.c 	if (msg->dn == NULL) {
NULL              198 source3/groupdb/mapping_ldb.c 	fstrcpy(map->nt_name, ldb_msg_find_attr_as_string(msg, "ntName", NULL));
NULL              199 source3/groupdb/mapping_ldb.c 	fstrcpy(map->comment, ldb_msg_find_attr_as_string(msg, "comment", NULL));
NULL              200 source3/groupdb/mapping_ldb.c 	sidstr = ldb_msg_find_attr_as_string(msg, "sid", NULL);
NULL              219 source3/groupdb/mapping_ldb.c 	struct ldb_result *res=NULL;
NULL              223 source3/groupdb/mapping_ldb.c 	if (dn == NULL) {
NULL              227 source3/groupdb/mapping_ldb.c 	ret = ldb_search(ldb, dn, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              248 source3/groupdb/mapping_ldb.c 	struct ldb_result *res=NULL;
NULL              251 source3/groupdb/mapping_ldb.c 	ret = ldb_search(ldb, talloc_tos(), &res, NULL, LDB_SCOPE_SUBTREE,
NULL              252 source3/groupdb/mapping_ldb.c 			 NULL, "(&(gidNumber=%u)(objectClass=groupMap))",
NULL              274 source3/groupdb/mapping_ldb.c 	struct ldb_result *res=NULL;
NULL              277 source3/groupdb/mapping_ldb.c 	ret = ldb_search(ldb, talloc_tos(), &res, NULL, LDB_SCOPE_SUBTREE,
NULL              278 source3/groupdb/mapping_ldb.c 			 NULL, "(&(ntName=%s)(objectClass=groupMap))", name);
NULL              302 source3/groupdb/mapping_ldb.c 	if (dn == NULL) {
NULL              321 source3/groupdb/mapping_ldb.c 	struct ldb_result *res = NULL;
NULL              322 source3/groupdb/mapping_ldb.c 	struct ldb_dn *basedn=NULL;
NULL              326 source3/groupdb/mapping_ldb.c 	if (tmp_ctx == NULL) goto failed;
NULL              329 source3/groupdb/mapping_ldb.c 	if (domsid != NULL) {
NULL              331 source3/groupdb/mapping_ldb.c 		basedn = ldb_dn_string_compose(tmp_ctx, NULL, "domain=%s", name);
NULL              332 source3/groupdb/mapping_ldb.c 		if (basedn == NULL) goto failed;
NULL              337 source3/groupdb/mapping_ldb.c 				 NULL, "(&(objectClass=groupMap))");
NULL              340 source3/groupdb/mapping_ldb.c 				 NULL, "(&(sidNameUse=%u)(objectClass=groupMap))",
NULL              346 source3/groupdb/mapping_ldb.c 	(*pp_rmap) = NULL;
NULL              378 source3/groupdb/mapping_ldb.c 		NULL
NULL              382 source3/groupdb/mapping_ldb.c 	struct ldb_result *res=NULL;
NULL              390 source3/groupdb/mapping_ldb.c 	ret = ldb_search(ldb, talloc_tos(), &res, NULL, LDB_SCOPE_SUBTREE,
NULL              401 source3/groupdb/mapping_ldb.c 		if (el == NULL || el->num_values != 1) {
NULL              406 source3/groupdb/mapping_ldb.c 		status = add_sid_to_array_unique(NULL, &alias, sids, num);
NULL              443 source3/groupdb/mapping_ldb.c 	tmp_ctx = talloc_new(NULL);
NULL              444 source3/groupdb/mapping_ldb.c 	if (tmp_ctx == NULL) {
NULL              449 source3/groupdb/mapping_ldb.c 	if (msg.dn == NULL) {
NULL              495 source3/groupdb/mapping_ldb.c 		NULL
NULL              499 source3/groupdb/mapping_ldb.c 	struct ldb_result *res=NULL;
NULL              503 source3/groupdb/mapping_ldb.c 	*sids = NULL;
NULL              507 source3/groupdb/mapping_ldb.c 	if (dn == NULL) {
NULL              511 source3/groupdb/mapping_ldb.c 	ret = ldb_search(ldb, ldb, &res, dn, LDB_SCOPE_BASE, attrs, NULL);
NULL              524 source3/groupdb/mapping_ldb.c 	if (el == NULL) {
NULL              532 source3/groupdb/mapping_ldb.c 		status = add_sid_to_array_unique(NULL, &sid, sids, num);
NULL              639 source3/groupdb/mapping_ldb.c 	if (tdb == NULL) goto failed;
NULL              651 source3/groupdb/mapping_ldb.c 		tdb = NULL;
NULL              696 source3/groupdb/mapping_ldb.c 		return NULL;
NULL               37 source3/groupdb/mapping_tdb.c 	if (db != NULL) {
NULL               41 source3/groupdb/mapping_tdb.c 	db = db_open(NULL, state_path("group_mapping.tdb"), 0,
NULL               43 source3/groupdb/mapping_tdb.c 	if (db == NULL) {
NULL               58 source3/groupdb/mapping_tdb.c 		GROUP_MAP *map_table = NULL;
NULL               87 source3/groupdb/mapping_tdb.c 		if ( enum_group_mapping( NULL, SID_NAME_UNKNOWN, &map_table,
NULL              110 source3/groupdb/mapping_tdb.c 	if (sidstr == NULL) {
NULL              111 source3/groupdb/mapping_tdb.c 		return NULL;
NULL              129 source3/groupdb/mapping_tdb.c 	if (key == NULL) {
NULL              133 source3/groupdb/mapping_tdb.c 	len = tdb_pack(NULL, 0, "ddff",
NULL              167 source3/groupdb/mapping_tdb.c 	if (key == NULL) {
NULL              172 source3/groupdb/mapping_tdb.c 	if (dbuf.dptr == NULL) {
NULL              227 source3/groupdb/mapping_tdb.c 	if (state->name != NULL) {
NULL              252 source3/groupdb/mapping_tdb.c 	state.name = NULL;	/* Indicate we're looking for gid */
NULL              288 source3/groupdb/mapping_tdb.c 	if (key == NULL) {
NULL              334 source3/groupdb/mapping_tdb.c 	if ((state->domsid != NULL) &&
NULL              365 source3/groupdb/mapping_tdb.c 	state.maps = NULL;
NULL              395 source3/groupdb/mapping_tdb.c 	if (dbuf.dptr == NULL) {
NULL              408 source3/groupdb/mapping_tdb.c 		status= add_sid_to_array_unique(NULL, &alias, sids, num);
NULL              425 source3/groupdb/mapping_tdb.c 	*sids = NULL;
NULL              479 source3/groupdb/mapping_tdb.c 	if (key == NULL) {
NULL              490 source3/groupdb/mapping_tdb.c 	if (rec == NULL) {
NULL              499 source3/groupdb/mapping_tdb.c 	if (rec->value.dptr != NULL) {
NULL              506 source3/groupdb/mapping_tdb.c 	if (new_memberstring == NULL) {
NULL              577 source3/groupdb/mapping_tdb.c 		SMB_ASSERT(member_string != NULL);
NULL              583 source3/groupdb/mapping_tdb.c 		if (!NT_STATUS_IS_OK(add_sid_to_array(NULL, &member,
NULL              608 source3/groupdb/mapping_tdb.c 	*sids = NULL;
NULL              661 source3/groupdb/mapping_tdb.c 	if (key == NULL) {
NULL              673 source3/groupdb/mapping_tdb.c 	if (member_string == NULL) {
NULL              686 source3/groupdb/mapping_tdb.c 		if (member_string == NULL) {
NULL              739 source3/groupdb/mapping_tdb.c 		return NULL;
NULL               35 source3/include/popt_common.h #define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL }
NULL               38 source3/include/popt_common.h #define POPT_COMMON_SAMBA { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_samba, 0, "Common samba options:", NULL },
NULL               39 source3/include/popt_common.h #define POPT_COMMON_CONNECTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_connection, 0, "Connection options:", NULL },
NULL               40 source3/include/popt_common.h #define POPT_COMMON_VERSION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version, 0, "Common samba options:", NULL },
NULL               41 source3/include/popt_common.h #define POPT_COMMON_CONFIGFILE { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_configfile, 0, "Common samba config:", NULL },
NULL               42 source3/include/popt_common.h #define POPT_COMMON_CREDENTIALS { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_credentials, 0, "Authentication options:", NULL },
NULL               43 source3/include/popt_common.h #define POPT_COMMON_DYNCONFIG { NULL, 0, POPT_ARG_INCLUDE_TABLE, \
NULL               45 source3/include/popt_common.h     "Build-time configuration overrides:", NULL },
NULL               46 source3/include/popt_common.h #define POPT_COMMON_DEBUGLEVEL { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_debuglevel, 0, "Common samba debugging:", NULL },
NULL               56 source3/include/regfio.h #define HBIN_REMOVE_REF(x, y)	{ x->hbin = NULL; y->ref_count-- /* if the count == 0; we can clean up */ };
NULL               94 source3/include/rpc_misc.h #define OUR_HANDLE(hnd) (((hnd)==NULL) ? "NULL" :\
NULL              230 source3/include/smb_macros.h NULL returns on zero request. JRA.
NULL              260 source3/include/smb_macros.h #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL              323 source3/include/smb_macros.h 	*(array) = ((mem_ctx) != NULL) ? \
NULL              326 source3/include/smb_macros.h 	SMB_ASSERT((*(array)) != NULL); \
NULL              743 source3/include/vfs.h 	if (!(handle)||((datap=(type *)(handle)->data)==NULL)) { \
NULL              118 source3/iniparser/src/dictionary.c 		return NULL;
NULL              142 source3/iniparser/src/dictionary.c 	if (d==NULL) return ;
NULL              144 source3/iniparser/src/dictionary.c 		if (d->key[i]!=NULL)
NULL              146 source3/iniparser/src/dictionary.c 		if (d->val[i]!=NULL)
NULL              179 source3/iniparser/src/dictionary.c         if (d->key==NULL)
NULL              295 source3/iniparser/src/dictionary.c 	if (d==NULL || key==NULL) return ;
NULL              302 source3/iniparser/src/dictionary.c             if (d->key[i]==NULL)
NULL              307 source3/iniparser/src/dictionary.c 					if (d->val[i]!=NULL)
NULL              309 source3/iniparser/src/dictionary.c                     d->val[i] = val ? strdup(val) : NULL ;
NULL              331 source3/iniparser/src/dictionary.c         if (d->key[i]==NULL) {
NULL              338 source3/iniparser/src/dictionary.c     d->val[i]  = val ? strdup(val) : NULL ;
NULL              360 source3/iniparser/src/dictionary.c 	if (key == NULL) {
NULL              366 source3/iniparser/src/dictionary.c         if (d->key[i]==NULL)
NULL              382 source3/iniparser/src/dictionary.c     d->key[i] = NULL ;
NULL              383 source3/iniparser/src/dictionary.c     if (d->val[i]!=NULL) {
NULL              385 source3/iniparser/src/dictionary.c         d->val[i] = NULL ;
NULL              455 source3/iniparser/src/dictionary.c 	if (d==NULL || out==NULL) return ;
NULL               43 source3/iniparser/src/iniparser.c     if (key!=NULL) {
NULL               79 source3/iniparser/src/iniparser.c     if (d==NULL) return -1 ;
NULL               82 source3/iniparser/src/iniparser.c         if (d->key[i]==NULL)
NULL               84 source3/iniparser/src/iniparser.c         if (strchr(d->key[i], ':')==NULL) {
NULL              112 source3/iniparser/src/iniparser.c     if (d==NULL || n<0) return NULL ;
NULL              115 source3/iniparser/src/iniparser.c         if (d->key[i]==NULL)
NULL              117 source3/iniparser/src/iniparser.c         if (strchr(d->key[i], ':')==NULL) {
NULL              124 source3/iniparser/src/iniparser.c         return NULL ;
NULL              147 source3/iniparser/src/iniparser.c     if (d==NULL || f==NULL) return ;
NULL              149 source3/iniparser/src/iniparser.c         if (d->key[i]==NULL)
NULL              151 source3/iniparser/src/iniparser.c         if (d->val[i]!=NULL) {
NULL              180 source3/iniparser/src/iniparser.c     if (d==NULL || f==NULL) return ;
NULL              186 source3/iniparser/src/iniparser.c             if (d->key[i]==NULL)
NULL              198 source3/iniparser/src/iniparser.c             if (d->key[j]==NULL)
NULL              235 source3/iniparser/src/iniparser.c     return iniparser_getstring(d, key, NULL);
NULL              259 source3/iniparser/src/iniparser.c     if (d==NULL || key==NULL)
NULL              263 source3/iniparser/src/iniparser.c 	    return NULL;
NULL              305 source3/iniparser/src/iniparser.c     return (int)strtol(str, NULL, 0);
NULL              472 source3/iniparser/src/iniparser.c     if ((ini=fopen(ininame, "r"))==NULL) {
NULL              473 source3/iniparser/src/iniparser.c         return NULL ;
NULL              483 source3/iniparser/src/iniparser.c 	    return NULL;
NULL              486 source3/iniparser/src/iniparser.c     while (fgets(lin, ASCIILINESZ, ini)!=NULL) {
NULL              495 source3/iniparser/src/iniparser.c                 iniparser_add_entry(d, sec, NULL, NULL);
NULL               59 source3/iniparser/src/strlib.c     if (s==NULL) return NULL ;
NULL               90 source3/iniparser/src/strlib.c     if (s==NULL) return NULL ;
NULL              117 source3/iniparser/src/strlib.c 	if (s==NULL) return NULL ;
NULL              144 source3/iniparser/src/strlib.c     if (s==NULL) return NULL ;
NULL              178 source3/iniparser/src/strlib.c     if (s==NULL) return NULL ;
NULL               68 source3/iniparser/test/iniexample.c 	if (ini==NULL) {
NULL               36 source3/intl/lang_tdb.c 	lines = file_lines_load(msg_file, &num_lines, 0, NULL);
NULL               50 source3/intl/lang_tdb.c 	msgid = NULL;
NULL               67 source3/intl/lang_tdb.c 			msgid = NULL;
NULL               81 source3/intl/lang_tdb.c 	const char *vars[] = {"LANGUAGE", "LC_ALL", "LC_LANG", "LANG", NULL};
NULL               91 source3/intl/lang_tdb.c 	return NULL;
NULL               98 source3/intl/lang_tdb.c 	char *path = NULL;
NULL               99 source3/intl/lang_tdb.c 	char *msg_path = NULL;
NULL              114 source3/intl/lang_tdb.c 			tdb = NULL;
NULL              166 source3/intl/lang_tdb.c 		tdb_store_int32(tdb, "/LOADTIME/", (int)time(NULL));
NULL              189 source3/intl/lang_tdb.c 	lang_tdb_init(NULL);
NULL               24 source3/lib/access.c 	char *tok_copy = NULL;
NULL               59 source3/lib/access.c 		char *endp = NULL;
NULL              101 source3/lib/access.c 		char *mydomain = NULL;
NULL              102 source3/lib/access.c 		char *hostname = NULL;
NULL              106 source3/lib/access.c 			    NULL, SINGLETON_CACHE,
NULL              112 source3/lib/access.c 				? NULL : (char *)tmp.data;
NULL              118 source3/lib/access.c 				NULL, SINGLETON_CACHE,
NULL              163 source3/lib/access.c 		if ((isdigit(s[0]) && strchr_m(tok, '.') != NULL) ||
NULL              166 source3/lib/access.c 				strchr_m(tok, ':') != NULL)) {
NULL              358 source3/lib/access.c 			if ((strchr_m(*list, '/')) == NULL) {
NULL               82 source3/lib/account_pol.c 	{0, NULL, 0, "", NULL}
NULL              117 source3/lib/account_pol.c 	return NULL;
NULL              132 source3/lib/account_pol.c 	return NULL;
NULL              147 source3/lib/account_pol.c 	return NULL;
NULL              211 source3/lib/account_pol.c 	if (db != NULL) {
NULL              215 source3/lib/account_pol.c 	db = db_open(NULL, state_path("account_policy.tdb"), 0, TDB_DEFAULT,
NULL              218 source3/lib/account_pol.c 	if (db == NULL) { /* the account policies files does not exist or open
NULL              220 source3/lib/account_pol.c 		db = db_open(NULL, state_path("account_policy.tdb"), 0,
NULL              222 source3/lib/account_pol.c 		if (db == NULL) {
NULL              319 source3/lib/account_pol.c 	if (name == NULL) {
NULL              352 source3/lib/account_pol.c 	if (name == NULL) {
NULL              375 source3/lib/account_pol.c 	const char *policy_name = NULL;
NULL              376 source3/lib/account_pol.c 	char *cache_key = NULL;
NULL              377 source3/lib/account_pol.c 	char *cache_value = NULL;
NULL              381 source3/lib/account_pol.c 	if (policy_name == NULL) {
NULL              398 source3/lib/account_pol.c 	ret = gencache_set(cache_key, cache_value, time(NULL)+AP_TTL);
NULL              412 source3/lib/account_pol.c 	const char *policy_name = NULL;
NULL              413 source3/lib/account_pol.c 	char *cache_key = NULL;
NULL              414 source3/lib/account_pol.c 	char *cache_value = NULL;
NULL              418 source3/lib/account_pol.c 	if (policy_name == NULL) {
NULL              428 source3/lib/account_pol.c 	if (gencache_get(cache_key, &cache_value, NULL)) {
NULL              429 source3/lib/account_pol.c 		uint32 tmp = strtoul(cache_value, NULL, 10);
NULL              446 source3/lib/account_pol.c 	if ( db == NULL ) {
NULL              448 source3/lib/account_pol.c 			return NULL;
NULL               31 source3/lib/adt_tree.c 	*new_path = *base = NULL;
NULL               56 source3/lib/adt_tree.c 	SORTED_TREE *tree = NULL;
NULL               58 source3/lib/adt_tree.c 	if ( !(tree = TALLOC_ZERO_P(NULL, SORTED_TREE)) )
NULL               59 source3/lib/adt_tree.c 		return NULL;
NULL               65 source3/lib/adt_tree.c 		return NULL;
NULL               80 source3/lib/adt_tree.c 	TREE_NODE *infant = NULL;
NULL               85 source3/lib/adt_tree.c 		return NULL;
NULL              153 source3/lib/adt_tree.c 	TREE_NODE *next = NULL;
NULL              158 source3/lib/adt_tree.c 		return NULL;
NULL              163 source3/lib/adt_tree.c 		return NULL;
NULL              262 source3/lib/adt_tree.c 	} while ( base != NULL );
NULL              288 source3/lib/adt_tree.c 	char *path2 = NULL;
NULL              348 source3/lib/adt_tree.c 	char *keystr, *base = NULL, *str = NULL, *p;
NULL              350 source3/lib/adt_tree.c 	void *result = NULL;
NULL              358 source3/lib/adt_tree.c 		return NULL;
NULL              364 source3/lib/adt_tree.c 		return NULL;
NULL              368 source3/lib/adt_tree.c 		return NULL;
NULL              379 source3/lib/adt_tree.c 		return NULL;
NULL               46 source3/lib/afs.c 	char *result = NULL;
NULL               53 source3/lib/afs.c 	if (mem_ctx == NULL)
NULL               57 source3/lib/afs.c 	if (base64_ticket == NULL)
NULL               61 source3/lib/afs.c 	if (base64_key == NULL)
NULL              143 source3/lib/afs.c 	now = time(NULL);
NULL              191 source3/lib/afs.c 		return NULL;
NULL              218 source3/lib/afs.c 	char *afs_username = NULL;
NULL              219 source3/lib/afs.c 	char *cell = NULL;
NULL              221 source3/lib/afs.c 	char *ticket_str = NULL;
NULL              258 source3/lib/afs.c 	if (cell == NULL) {
NULL              296 source3/lib/afs.c 	return NULL;
NULL               80 source3/lib/afs_settoken.c 	if ((t = strtok_r(s, "\n", &saveptr)) == NULL) {
NULL               87 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL               97 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL              104 source3/lib/afs_settoken.c 	if ( (blob.data == NULL) ||
NULL              115 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL              125 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL              135 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL              145 source3/lib/afs_settoken.c 	if ((t = strtok_r(NULL, "\n", &saveptr)) == NULL) {
NULL              152 source3/lib/afs_settoken.c 	if (blob.data == NULL) {
NULL               55 source3/lib/audit.c 	{ 0, NULL, NULL }
NULL               66 source3/lib/audit.c 	return NULL;
NULL               77 source3/lib/audit.c 	return NULL;
NULL               88 source3/lib/audit.c 	return NULL;
NULL              123 source3/lib/audit.c 	const char *ret = NULL;
NULL              131 source3/lib/audit.c 		if (ret == NULL) {
NULL              132 source3/lib/audit.c 			return NULL;
NULL              139 source3/lib/audit.c 			if (ret == NULL) {
NULL              140 source3/lib/audit.c 				return NULL;
NULL               67 source3/lib/avahi.c 	if (tmp == NULL) {
NULL               68 source3/lib/avahi.c 		return NULL;
NULL               73 source3/lib/avahi.c 	if (watch_ctx == NULL) {
NULL               82 source3/lib/avahi.c 	if (watch_ctx->fde == NULL) {
NULL               93 source3/lib/avahi.c 	return NULL;
NULL              161 source3/lib/avahi.c 	if (tmp == NULL) {
NULL              162 source3/lib/avahi.c 		return NULL;
NULL              167 source3/lib/avahi.c 	if (timeout_ctx == NULL) {
NULL              173 source3/lib/avahi.c 	if (tv == NULL) {
NULL              174 source3/lib/avahi.c 		timeout_ctx->te = NULL;
NULL              179 source3/lib/avahi.c 		if (timeout_ctx->te == NULL) {
NULL              191 source3/lib/avahi.c 	return NULL;
NULL              210 source3/lib/avahi.c 	if (tv == NULL) {
NULL              221 source3/lib/avahi.c 	SMB_ASSERT(t->te != NULL);
NULL              255 source3/lib/avahi.c 	if (result == NULL) {
NULL              259 source3/lib/avahi.c 	if (ctx == NULL) {
NULL              261 source3/lib/avahi.c 		return NULL;
NULL               34 source3/lib/bitmap.c 	if (!bm) return NULL;
NULL               40 source3/lib/bitmap.c 		return NULL;
NULL               68 source3/lib/bitmap.c 	if (!mem_ctx) return NULL;
NULL               72 source3/lib/bitmap.c 	if (!bm) return NULL;
NULL               77 source3/lib/bitmap.c 		return NULL;
NULL               57 source3/lib/charcnv.c 	const char *ret = NULL;
NULL               68 source3/lib/charcnv.c 		const char *ln = NULL;
NULL               80 source3/lib/charcnv.c 				ln = NULL;
NULL              547 source3/lib/charcnv.c 	char *outbuf = NULL, *ob = NULL;
NULL              551 source3/lib/charcnv.c 	*dest = NULL;
NULL              558 source3/lib/charcnv.c 	if (src == NULL || srclen == (size_t)-1) {
NULL              563 source3/lib/charcnv.c 		ob = ((ctx != NULL) ? talloc_strdup(ctx, "") : SMB_STRDUP(""));
NULL              564 source3/lib/charcnv.c 		if (ob == NULL) {
NULL              784 source3/lib/charcnv.c 	*dest = NULL;
NULL              819 source3/lib/charcnv.c 		return NULL;
NULL              837 source3/lib/charcnv.c 		smb_ucs2_t *buffer = NULL;
NULL              840 source3/lib/charcnv.c 		if (!convert_string_allocate(NULL, CH_UNIX, CH_UTF16LE, s,
NULL              845 source3/lib/charcnv.c 			return NULL;
NULL              850 source3/lib/charcnv.c 		if (!convert_string_allocate(NULL, CH_UTF16LE, CH_UNIX, buffer,
NULL              856 source3/lib/charcnv.c 			return NULL;
NULL              879 source3/lib/charcnv.c 		return NULL;
NULL              897 source3/lib/charcnv.c 		smb_ucs2_t *ubuf = NULL;
NULL              906 source3/lib/charcnv.c 			return NULL;
NULL              916 source3/lib/charcnv.c 			return NULL;
NULL              931 source3/lib/charcnv.c 	smb_ucs2_t *buffer = NULL;
NULL              933 source3/lib/charcnv.c 	if (!convert_string_allocate(NULL, CH_UNIX, CH_UTF16LE, src, srclen,
NULL              955 source3/lib/charcnv.c 	smb_ucs2_t *buffer = NULL;
NULL              959 source3/lib/charcnv.c 		return NULL;
NULL              966 source3/lib/charcnv.c 		return NULL;
NULL              977 source3/lib/charcnv.c 	smb_ucs2_t *buffer = NULL;
NULL              981 source3/lib/charcnv.c 		return NULL;
NULL              988 source3/lib/charcnv.c 		return NULL;
NULL             1022 source3/lib/charcnv.c 	char *tmpbuf = NULL;
NULL             1104 source3/lib/charcnv.c 	*dest = NULL;
NULL             1105 source3/lib/charcnv.c 	return convert_string_allocate(NULL, CH_UNIX, CH_DOS, src, src_len,
NULL             1187 source3/lib/charcnv.c 	char *dest = NULL;
NULL             1192 source3/lib/charcnv.c 	if (ctx == NULL) {
NULL             1197 source3/lib/charcnv.c 	*ppdest = NULL;
NULL             1367 source3/lib/charcnv.c 	*dest = NULL;
NULL             1389 source3/lib/charcnv.c 	*dest = NULL;
NULL             1390 source3/lib/charcnv.c 	return convert_string_allocate(NULL, CH_UNIX, CH_UTF16LE, src, src_len,
NULL             1408 source3/lib/charcnv.c 	char *tmpbuf = NULL;
NULL             1455 source3/lib/charcnv.c 	*dest = NULL;
NULL             1475 source3/lib/charcnv.c 	*dest = NULL;
NULL             1476 source3/lib/charcnv.c 	return convert_string_allocate(NULL, CH_UNIX, CH_UTF8, src, src_len,
NULL             1573 source3/lib/charcnv.c 	*ppdest = NULL;
NULL             1577 source3/lib/charcnv.c 	if (ctx == NULL) {
NULL             1660 source3/lib/charcnv.c 	return pull_ucs2(NULL, dest, src, sizeof(fstring), -1, STR_TERMINATE);
NULL             1679 source3/lib/charcnv.c 	*dest = NULL;
NULL             1699 source3/lib/charcnv.c 	*dest = NULL;
NULL             1700 source3/lib/charcnv.c 	return convert_string_allocate(NULL, CH_UTF16LE, CH_UNIX, src, src_len,
NULL             1720 source3/lib/charcnv.c 	*dest = NULL;
NULL             1740 source3/lib/charcnv.c 	*dest = NULL;
NULL             1741 source3/lib/charcnv.c 	return convert_string_allocate(NULL, CH_UTF8, CH_UNIX, src, src_len,
NULL             1761 source3/lib/charcnv.c 	*dest = NULL;
NULL             1836 source3/lib/charcnv.c 	if ((base_ptr == NULL) && ((flags & (STR_ASCII|STR_UNICODE)) == 0)) {
NULL             1874 source3/lib/charcnv.c 	if ((base_ptr == NULL) && ((flags & (STR_ASCII|STR_UNICODE)) == 0)) {
NULL               26 source3/lib/conn_tdb.c 	if (db_ctx != NULL) {
NULL               31 source3/lib/conn_tdb.c 		db_ctx = db_open(NULL, lock_path("connections.tdb"), 0,
NULL               36 source3/lib/conn_tdb.c 		db_ctx = db_open(NULL, lock_path("connections.tdb"), 0,
NULL               48 source3/lib/conn_tdb.c 	if (ctx == NULL) {
NULL               49 source3/lib/conn_tdb.c 		return NULL;
NULL              102 source3/lib/conn_tdb.c 	if (ctx == NULL) {
NULL              125 source3/lib/conn_tdb.c 	return (connections_db_ctx(rw) != NULL);
NULL               87 source3/lib/ctdbd_conn.c 			     tdb_null, NULL, NULL, &cstatus);
NULL               99 source3/lib/ctdbd_conn.c 			       tdb_null, NULL, NULL, &cstatus);
NULL              254 source3/lib/ctdbd_conn.c 		return NULL;
NULL              260 source3/lib/ctdbd_conn.c 		&blob, result, NULL, result,
NULL              267 source3/lib/ctdbd_conn.c 		return NULL;
NULL              336 source3/lib/ctdbd_conn.c 		if (conn->msg_ctx == NULL) {
NULL              343 source3/lib/ctdbd_conn.c 		if ((conn->release_ip_handler != NULL)
NULL              361 source3/lib/ctdbd_conn.c 		if (!(msg_state = TALLOC_P(NULL, struct deferred_msg_state))) {
NULL              388 source3/lib/ctdbd_conn.c 		if (evt == NULL) {
NULL              513 source3/lib/ctdbd_conn.c 	if ((conn->release_ip_handler != NULL)
NULL              523 source3/lib/ctdbd_conn.c 	SMB_ASSERT(conn->msg_ctx != NULL);
NULL              539 source3/lib/ctdbd_conn.c 		message_send_all(conn->msg_ctx, MSG_SMB_UNLOCK, NULL, 0, NULL);
NULL              555 source3/lib/ctdbd_conn.c 	if (!(msg_rec = ctdb_pull_messaging_rec(NULL, length, msg))) {
NULL              605 source3/lib/ctdbd_conn.c 	SMB_ASSERT(conn->msg_ctx == NULL);
NULL              606 source3/lib/ctdbd_conn.c 	SMB_ASSERT(conn->fde == NULL);
NULL              642 source3/lib/ctdbd_conn.c 		&blob, mem_ctx, NULL, msg,
NULL              700 source3/lib/ctdbd_conn.c 	struct ctdb_reply_control *reply = NULL;
NULL              701 source3/lib/ctdbd_conn.c 	struct ctdbd_connection *new_conn = NULL;
NULL              707 source3/lib/ctdbd_conn.c 	if (conn == NULL) {
NULL              708 source3/lib/ctdbd_conn.c 		status = ctdbd_init_connection(NULL, &new_conn);
NULL              755 source3/lib/ctdbd_conn.c 	status = ctdb_read_req(conn, req.hdr.reqid, NULL, (void *)&reply);
NULL              800 source3/lib/ctdbd_conn.c 			       data, NULL, NULL, &cstatus);
NULL              828 source3/lib/ctdbd_conn.c 		return NULL;
NULL              852 source3/lib/ctdbd_conn.c 			       0, 0, data, NULL, &data, &cstatus);
NULL              876 source3/lib/ctdbd_conn.c 			       NULL, NULL, &cstatus);
NULL              929 source3/lib/ctdbd_conn.c 	status = ctdb_read_req(conn, req.hdr.reqid, NULL, (void *)&reply);
NULL              988 source3/lib/ctdbd_conn.c 	status = ctdb_read_req(conn, req.hdr.reqid, NULL, (void *)&reply);
NULL             1003 source3/lib/ctdbd_conn.c 		data->dptr = NULL;
NULL             1009 source3/lib/ctdbd_conn.c 	if (data->dptr == NULL) {
NULL             1103 source3/lib/ctdbd_conn.c 	status = ctdbd_init_connection(NULL, &conn);
NULL             1119 source3/lib/ctdbd_conn.c 			       data, NULL, NULL, &cstatus);
NULL             1238 source3/lib/ctdbd_conn.c 	SMB_ASSERT(conn->release_ip_handler == NULL);
NULL             1280 source3/lib/ctdbd_conn.c 			     CTDB_CTRL_FLAG_NOREPLY, data, NULL, NULL, NULL);
NULL              103 source3/lib/dbwrap.c 	struct db_context *result = NULL;
NULL              119 source3/lib/dbwrap.c 			return NULL;
NULL              133 source3/lib/dbwrap.c 			if (result == NULL) {
NULL              139 source3/lib/dbwrap.c 				return NULL;
NULL              146 source3/lib/dbwrap.c 	if (result == NULL) {
NULL              151 source3/lib/dbwrap.c 	if ((result != NULL) && (result->fetch == NULL)) {
NULL              154 source3/lib/dbwrap.c 	if ((result != NULL) && (result->parse_record == NULL)) {
NULL              167 source3/lib/dbwrap.c 	if (rec == NULL) {
NULL              182 source3/lib/dbwrap.c 	if (rec == NULL) {
NULL              197 source3/lib/dbwrap.c 		return make_tdb_data(NULL, 0);
NULL               94 source3/lib/dbwrap_ctdb.c 	if (d == NULL) {
NULL               95 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              124 source3/lib/dbwrap_ctdb.c 	struct ctdb_marshall_buffer *m2 = NULL;
NULL              127 source3/lib/dbwrap_ctdb.c 	if (r == NULL) {
NULL              129 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              132 source3/lib/dbwrap_ctdb.c 	if (m == NULL) {
NULL              135 source3/lib/dbwrap_ctdb.c 		if (m == NULL) {
NULL              146 source3/lib/dbwrap_ctdb.c 	if (m2 == NULL) {
NULL              180 source3/lib/dbwrap_ctdb.c 	if (r == NULL) {
NULL              186 source3/lib/dbwrap_ctdb.c 	if (reqid != NULL) {
NULL              190 source3/lib/dbwrap_ctdb.c 	if (key != NULL) {
NULL              194 source3/lib/dbwrap_ctdb.c 	if (data != NULL) {
NULL              197 source3/lib/dbwrap_ctdb.c 		if (header != NULL) {
NULL              203 source3/lib/dbwrap_ctdb.c 	if (header != NULL) {
NULL              205 source3/lib/dbwrap_ctdb.c 			return NULL;
NULL              240 source3/lib/dbwrap_ctdb.c 	if (rh == NULL) {
NULL              255 source3/lib/dbwrap_ctdb.c 	if ((data.dptr == NULL) ||
NULL              291 source3/lib/dbwrap_ctdb.c 	if (h == NULL) {
NULL              326 source3/lib/dbwrap_ctdb.c 	if (data->dptr != NULL) {
NULL              330 source3/lib/dbwrap_ctdb.c 			data->dptr = NULL;
NULL              338 source3/lib/dbwrap_ctdb.c 		if (data->dptr == NULL && data->dsize != 0) {
NULL              344 source3/lib/dbwrap_ctdb.c 		h->m_all = db_ctdb_marshall_add(h, h->m_all, h->ctx->db_id, 1, key, NULL, *data);
NULL              345 source3/lib/dbwrap_ctdb.c 		if (h->m_all == NULL) {
NULL              369 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              376 source3/lib/dbwrap_ctdb.c 	if (result->key.dptr == NULL) {
NULL              379 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              386 source3/lib/dbwrap_ctdb.c 	if (ctdb_data.dptr == NULL) {
NULL              393 source3/lib/dbwrap_ctdb.c 	result->value.dptr = NULL;
NULL              432 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              436 source3/lib/dbwrap_ctdb.c 	if (rec == NULL) {
NULL              438 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              443 source3/lib/dbwrap_ctdb.c 	if (recp == NULL) {
NULL              446 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              467 source3/lib/dbwrap_ctdb.c 	if (rec.dptr == NULL) {
NULL              489 source3/lib/dbwrap_ctdb.c 		h->m_all = db_ctdb_marshall_add(h, h->m_all, h->ctx->db_id, 0, key, NULL, data);
NULL              490 source3/lib/dbwrap_ctdb.c 		if (h->m_all == NULL) {
NULL              498 source3/lib/dbwrap_ctdb.c 	if (h->m_write == NULL) {
NULL              506 source3/lib/dbwrap_ctdb.c 	if (rec.dptr == NULL) {
NULL              561 source3/lib/dbwrap_ctdb.c 	struct ctdb_rec_data *rec = NULL;
NULL              565 source3/lib/dbwrap_ctdb.c 	h->m_write = NULL;
NULL              575 source3/lib/dbwrap_ctdb.c 		rec = db_ctdb_marshall_loop_next(h->m_all, rec, NULL, NULL, &key, &data);
NULL              576 source3/lib/dbwrap_ctdb.c 		if (rec == NULL) {
NULL              626 source3/lib/dbwrap_ctdb.c 	if (h == NULL) {
NULL              644 source3/lib/dbwrap_ctdb.c 	talloc_set_destructor(h, NULL);
NULL              662 source3/lib/dbwrap_ctdb.c 	if (h->m_write == NULL) {
NULL              666 source3/lib/dbwrap_ctdb.c 		ctx->transaction = NULL;
NULL              674 source3/lib/dbwrap_ctdb.c 				   db_ctdb_marshall_finish(h->m_write), NULL, NULL, &status);
NULL              701 source3/lib/dbwrap_ctdb.c 					    tdb_null, NULL, NULL, NULL);
NULL              702 source3/lib/dbwrap_ctdb.c 			h->ctx->transaction = NULL;
NULL              704 source3/lib/dbwrap_ctdb.c 			ctx->transaction = NULL;
NULL              713 source3/lib/dbwrap_ctdb.c 					    tdb_null, NULL, NULL, NULL);
NULL              714 source3/lib/dbwrap_ctdb.c 			h->ctx->transaction = NULL;
NULL              716 source3/lib/dbwrap_ctdb.c 			ctx->transaction = NULL;
NULL              730 source3/lib/dbwrap_ctdb.c 				    CTDB_CTRL_FLAG_NOREPLY, tdb_null, NULL, NULL, NULL);
NULL              731 source3/lib/dbwrap_ctdb.c 		h->ctx->transaction = NULL;
NULL              739 source3/lib/dbwrap_ctdb.c 			    tdb_null, NULL, NULL, NULL);
NULL              740 source3/lib/dbwrap_ctdb.c 	h->ctx->transaction = NULL;
NULL              755 source3/lib/dbwrap_ctdb.c 	if (h == NULL) {
NULL              768 source3/lib/dbwrap_ctdb.c 	ctx->transaction = NULL;
NULL              848 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              854 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              862 source3/lib/dbwrap_ctdb.c 	if (result->key.dptr == NULL) {
NULL              865 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              885 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL              899 source3/lib/dbwrap_ctdb.c 	if ((ctdb_data.dptr == NULL) ||
NULL              908 source3/lib/dbwrap_ctdb.c 		talloc_set_destructor(result, NULL);
NULL              922 source3/lib/dbwrap_ctdb.c 			return NULL;
NULL              936 source3/lib/dbwrap_ctdb.c 	result->value.dptr = NULL;
NULL              958 source3/lib/dbwrap_ctdb.c 	if (ctx->transaction != NULL) {
NULL              992 source3/lib/dbwrap_ctdb.c 	if ((ctdb_data.dptr != NULL) &&
NULL             1001 source3/lib/dbwrap_ctdb.c 			data->dptr = NULL;
NULL             1011 source3/lib/dbwrap_ctdb.c 		if (data->dptr == NULL) {
NULL             1179 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL             1185 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL             1191 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL             1194 source3/lib/dbwrap_ctdb.c 	db_ctdb->transaction = NULL;
NULL             1200 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL             1216 source3/lib/dbwrap_ctdb.c 	if (db_ctdb->wtdb == NULL) {
NULL             1219 source3/lib/dbwrap_ctdb.c 		return NULL;
NULL               52 source3/lib/dbwrap_file.c 	if (data->parent != NULL) {
NULL               53 source3/lib/dbwrap_file.c 		data->parent->locked_record = NULL;
NULL               80 source3/lib/dbwrap_file.c 	SMB_ASSERT(ctx->locked_record == NULL);
NULL               85 source3/lib/dbwrap_file.c 		return NULL;
NULL               91 source3/lib/dbwrap_file.c 		return NULL;
NULL              100 source3/lib/dbwrap_file.c 	if (result->key.dptr == NULL) {
NULL              103 source3/lib/dbwrap_file.c 		return NULL;
NULL              109 source3/lib/dbwrap_file.c 	if (file->name == NULL) {
NULL              112 source3/lib/dbwrap_file.c 		return NULL;
NULL              117 source3/lib/dbwrap_file.c 	if (file->path == NULL) {
NULL              120 source3/lib/dbwrap_file.c 		return NULL;
NULL              131 source3/lib/dbwrap_file.c 		return NULL;
NULL              150 source3/lib/dbwrap_file.c 		return NULL;
NULL              157 source3/lib/dbwrap_file.c 		return NULL;
NULL              167 source3/lib/dbwrap_file.c 	result->value.dptr = NULL;
NULL              173 source3/lib/dbwrap_file.c 		if (result->value.dptr == NULL) {
NULL              176 source3/lib/dbwrap_file.c 			return NULL;
NULL              184 source3/lib/dbwrap_file.c 			return NULL;
NULL              266 source3/lib/dbwrap_file.c 		if (dirname == NULL) {
NULL              273 source3/lib/dbwrap_file.c 		if (dir == NULL) {
NULL              280 source3/lib/dbwrap_file.c 		while ((dirent = readdir(dir)) != NULL) {
NULL              293 source3/lib/dbwrap_file.c 			if (keyblob.data == NULL) {
NULL              301 source3/lib/dbwrap_file.c 			if ((ctx->locked_record != NULL) &&
NULL              315 source3/lib/dbwrap_file.c 			if (rec == NULL) {
NULL              320 source3/lib/dbwrap_file.c 			if (rec->value.dptr == NULL) {
NULL              348 source3/lib/dbwrap_file.c 	struct db_context *result = NULL;
NULL              353 source3/lib/dbwrap_file.c 		return NULL;
NULL              359 source3/lib/dbwrap_file.c 		return NULL;
NULL              368 source3/lib/dbwrap_file.c 	ctx->locked_record = NULL;
NULL              372 source3/lib/dbwrap_file.c 		return NULL;
NULL              387 source3/lib/dbwrap_file.c 			return NULL;
NULL              393 source3/lib/dbwrap_file.c 			if (path == NULL) {
NULL              396 source3/lib/dbwrap_file.c 				return NULL;
NULL              403 source3/lib/dbwrap_file.c 				return NULL;
NULL              100 source3/lib/dbwrap_rbt.c 	if (rec_priv->node != NULL) {
NULL              138 source3/lib/dbwrap_rbt.c 	if (node == NULL) {
NULL              155 source3/lib/dbwrap_rbt.c 	parent = NULL;
NULL              192 source3/lib/dbwrap_rbt.c 	if (rec_priv->node == NULL) {
NULL              214 source3/lib/dbwrap_rbt.c 	struct db_rbt_node *r = NULL;
NULL              219 source3/lib/dbwrap_rbt.c 	while (n != NULL) {
NULL              257 source3/lib/dbwrap_rbt.c 	if (result == NULL) {
NULL              258 source3/lib/dbwrap_rbt.c 		return NULL;
NULL              275 source3/lib/dbwrap_rbt.c 		rec_priv->node = NULL;
NULL              295 source3/lib/dbwrap_rbt.c 	struct db_rbt_node *r = NULL;
NULL              301 source3/lib/dbwrap_rbt.c 	while (n != NULL) {
NULL              329 source3/lib/dbwrap_rbt.c 	if (result == NULL) {
NULL              369 source3/lib/dbwrap_rbt.c 	if (result == NULL) {
NULL              370 source3/lib/dbwrap_rbt.c 		return NULL;
NULL              375 source3/lib/dbwrap_rbt.c 	if (result->private_data == NULL) {
NULL              377 source3/lib/dbwrap_rbt.c 		return NULL;
NULL               66 source3/lib/dbwrap_tdb.c 	if (state->result == NULL) {
NULL               82 source3/lib/dbwrap_tdb.c 		state->result->value.dptr = NULL;
NULL               97 source3/lib/dbwrap_tdb.c 		char *keystr = hex_encode_talloc(NULL, (unsigned char*)key.dptr, key.dsize);
NULL              106 source3/lib/dbwrap_tdb.c 		return NULL;
NULL              110 source3/lib/dbwrap_tdb.c 	state.result = NULL;
NULL              114 source3/lib/dbwrap_tdb.c 	if (state.result == NULL) {
NULL              118 source3/lib/dbwrap_tdb.c 	if (state.result == NULL) {
NULL              120 source3/lib/dbwrap_tdb.c 		return NULL;
NULL              148 source3/lib/dbwrap_tdb.c 	if (state->data.dptr == NULL) {
NULL              339 source3/lib/dbwrap_tdb.c 	struct db_context *result = NULL;
NULL              343 source3/lib/dbwrap_tdb.c 	if (result == NULL) {
NULL              349 source3/lib/dbwrap_tdb.c 	if (db_tdb == NULL) {
NULL              356 source3/lib/dbwrap_tdb.c 	if (db_tdb->wtdb == NULL) {
NULL              375 source3/lib/dbwrap_tdb.c 	if (result != NULL) {
NULL              378 source3/lib/dbwrap_tdb.c 	return NULL;
NULL               28 source3/lib/dbwrap_util.c 	if (db->fetch(db, NULL, string_term_tdb_data(keystr), &dbuf) != 0) {
NULL               32 source3/lib/dbwrap_util.c 	if ((dbuf.dptr == NULL) || (dbuf.dsize != sizeof(int32_t))) {
NULL               48 source3/lib/dbwrap_util.c 	rec = db->fetch_locked(db, NULL, string_term_tdb_data(keystr));
NULL               49 source3/lib/dbwrap_util.c 	if (rec == NULL) {
NULL               67 source3/lib/dbwrap_util.c 	if (db->fetch(db, NULL, string_term_tdb_data(keystr), &dbuf) != 0) {
NULL               71 source3/lib/dbwrap_util.c 	if ((dbuf.dptr == NULL) || (dbuf.dsize != sizeof(uint32_t))) {
NULL               87 source3/lib/dbwrap_util.c 	rec = db->fetch_locked(db, NULL, string_term_tdb_data(keystr));
NULL               88 source3/lib/dbwrap_util.c 	if (rec == NULL) {
NULL              115 source3/lib/dbwrap_util.c 	if (!(rec = db->fetch_locked(db, NULL,
NULL              120 source3/lib/dbwrap_util.c 	if (rec->value.dptr == NULL) {
NULL              155 source3/lib/dbwrap_util.c 	if (!(rec = db->fetch_locked(db, NULL,
NULL              160 source3/lib/dbwrap_util.c 	if (rec->value.dptr == NULL) {
NULL              185 source3/lib/dbwrap_util.c 	struct db_record *rec = NULL;
NULL              195 source3/lib/dbwrap_util.c 	if (rec == NULL) {
NULL              231 source3/lib/dbwrap_util.c 	struct db_record *rec = NULL;
NULL              241 source3/lib/dbwrap_util.c 	if (rec == NULL) {
NULL               81 source3/lib/debug.c XFILE   *dbf        = NULL;
NULL               82 source3/lib/debug.c static char *debugf = NULL;
NULL              142 source3/lib/debug.c static char *format_bufr = NULL;
NULL              172 source3/lib/debug.c 	NULL
NULL              175 source3/lib/debug.c static char **classname_table = NULL;
NULL              228 source3/lib/debug.c 	char *buf = NULL;
NULL              233 source3/lib/debug.c 		return NULL;
NULL              238 source3/lib/debug.c 		return NULL;
NULL              276 source3/lib/debug.c 		return NULL;
NULL              289 source3/lib/debug.c 		return NULL;
NULL              334 source3/lib/debug.c 		new_ptr = NULL;
NULL              351 source3/lib/debug.c 		new_ptr = NULL;
NULL              446 source3/lib/debug.c 			(class_level = strtok_r(NULL, "\0", &saveptr)) &&
NULL              475 source3/lib/debug.c 	params = str_list_make_v3(talloc_tos(), params_str, NULL);
NULL              563 source3/lib/debug.c 	messaging_register(msg_ctx, NULL, MSG_DEBUG, debug_message);
NULL              564 source3/lib/debug.c 	messaging_register(msg_ctx, NULL, MSG_REQ_DEBUGLEVEL,
NULL              586 source3/lib/debug.c 	dbf = NULL;
NULL              591 source3/lib/debug.c 		x_setbuf( x_stdout, NULL );
NULL              628 source3/lib/debug.c 	char *fname = NULL;
NULL              630 source3/lib/debug.c 	XFILE *new_dbf = NULL;
NULL              631 source3/lib/debug.c 	XFILE *old_dbf = NULL;
NULL              643 source3/lib/debug.c 	debugf = NULL;
NULL              669 source3/lib/debug.c 		x_setbuf(new_dbf, NULL);
NULL              745 source3/lib/debug.c 			char *name = NULL;
NULL              764 source3/lib/debug.c 	if(dbf == NULL) {
NULL              809 source3/lib/debug.c 	if( debugf == NULL)
NULL              822 source3/lib/debug.c 				x_setbuf( dbf, NULL );
NULL              842 source3/lib/debug.c 		char *msgbuf = NULL;
NULL             1082 source3/lib/debug.c 	char *msgbuf = NULL;
NULL             1104 source3/lib/debug.c         if (tmp_debug_ctx == NULL) {
NULL             1105 source3/lib/debug.c                 tmp_debug_ctx = talloc_named_const(NULL, 0, "debug_ctx");
NULL               32 source3/lib/display_sec.c 		return NULL;
NULL               39 source3/lib/display_sec.c 			return NULL;
NULL               46 source3/lib/display_sec.c 			return NULL;
NULL               53 source3/lib/display_sec.c 			return NULL;
NULL               60 source3/lib/display_sec.c 			return NULL;
NULL               67 source3/lib/display_sec.c 			return NULL;
NULL               74 source3/lib/display_sec.c 			return NULL;
NULL               81 source3/lib/display_sec.c 			return NULL;
NULL               88 source3/lib/display_sec.c 			return NULL;
NULL               95 source3/lib/display_sec.c 			return NULL;
NULL              102 source3/lib/display_sec.c 			return NULL;
NULL              109 source3/lib/display_sec.c 			return NULL;
NULL              123 source3/lib/display_sec.c 	char *mask_str = get_sec_mask_str(NULL, *info);
NULL               73 source3/lib/dmallocmsg.c 	messaging_register(msg_ctx, NULL, MSG_REQ_DMALLOC_MARK,
NULL               75 source3/lib/dmallocmsg.c 	messaging_register(msg_ctx, NULL, MSG_REQ_DMALLOC_LOG_CHANGED,
NULL               35 source3/lib/dprintf.c 	char *p = NULL, *p2 = NULL;
NULL               62 source3/lib/dummysmbd.c 	return NULL;
NULL               67 source3/lib/dummysmbd.c 	return NULL;
NULL               46 source3/lib/eventlog/eventlog.c 		return NULL;
NULL               72 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              118 source3/lib/eventlog/eventlog.c 	if ( MaxSize != NULL ) {
NULL              122 source3/lib/eventlog/eventlog.c 	if ( Retention != NULL ) {
NULL              318 source3/lib/eventlog/eventlog.c 	TDB_CONTEXT *tdb = NULL;
NULL              321 source3/lib/eventlog/eventlog.c 	char *tdbpath = NULL;
NULL              322 source3/lib/eventlog/eventlog.c 	ELOG_TDB *tdb_node = NULL;
NULL              330 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              346 source3/lib/eventlog/eventlog.c 				SMB_ASSERT( ptr->tdb == NULL );
NULL              364 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              401 source3/lib/eventlog/eventlog.c 		if ( !(tdb_node = TALLOC_ZERO_P( NULL, ELOG_TDB)) ) {
NULL              404 source3/lib/eventlog/eventlog.c 			return NULL;
NULL              441 source3/lib/eventlog/eventlog.c 		etdb->tdb = NULL;
NULL              458 source3/lib/eventlog/eventlog.c 	char *start = NULL, *stop = NULL;
NULL              463 source3/lib/eventlog/eventlog.c 	if ( start == NULL || strlen( start ) == 0 ) {
NULL              531 source3/lib/eventlog/eventlog.c 				entry->source_name == NULL) {
NULL              542 source3/lib/eventlog/eventlog.c 				entry->computer_name == NULL) {
NULL              546 source3/lib/eventlog/eventlog.c 		smb_ucs2_t *dummy = NULL;
NULL              558 source3/lib/eventlog/eventlog.c 		if (entry->sid.data == NULL) {
NULL              669 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              679 source3/lib/eventlog/eventlog.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, r,
NULL              714 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              720 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              726 source3/lib/eventlog/eventlog.c 		return NULL;
NULL              729 source3/lib/eventlog/eventlog.c 	r->Length = r->Length2 = ndr_size_EVENTLOGRECORD(r, NULL, 0);
NULL              773 source3/lib/eventlog/eventlog.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, r,
NULL              875 source3/lib/eventlog/eventlog.c 		const char *sid_str = NULL;
NULL              876 source3/lib/eventlog/eventlog.c 		smb_ucs2_t *dummy = NULL;
NULL              935 source3/lib/eventlog/eventlog.c 		const char *sid_str = NULL;
NULL              995 source3/lib/eventlog/eventlog.c 		endoffset += ndr_size_EVENTLOGRECORD(&e, NULL, 0);
NULL             1022 source3/lib/eventlog/eventlog.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, &evt,
NULL               73 source3/lib/events.c 	if (ev->timer_events == NULL) {
NULL              101 source3/lib/events.c 	if ((ev->timer_events != NULL)
NULL              140 source3/lib/events.c 	if (ev->timer_events == NULL) {
NULL              141 source3/lib/events.c 		return NULL;
NULL              166 source3/lib/events.c 	if (run_events(ev, 0, NULL, NULL)) {
NULL              176 source3/lib/events.c 	ret = sys_select(maxfd+1, &r_fds, &w_fds, NULL, &to);
NULL              268 source3/lib/events.c 	char *s = NULL;
NULL              299 source3/lib/events.c 		tevent_set_debug(ev, s3_event_debug, NULL);
NULL               55 source3/lib/fault.c 		cont_fn(NULL);
NULL              104 source3/lib/fault.c 	tmp_corepath = talloc_asprintf(NULL, "%s/cores", logbase);
NULL              106 source3/lib/fault.c 		return NULL;
NULL              117 source3/lib/fault.c 	tmp_corepath = talloc_asprintf(NULL, "%s/cores/%s", logbase, progname);
NULL              119 source3/lib/fault.c 		return NULL;
NULL              134 source3/lib/fault.c 	return NULL;
NULL              148 source3/lib/fault.c 	char *tmp_corepath = NULL;
NULL              149 source3/lib/fault.c 	char *end = NULL;
NULL              159 source3/lib/fault.c 		tmp_corepath = (char *)talloc_realloc(NULL, tmp_corepath,
NULL              162 source3/lib/fault.c 			return NULL;
NULL              165 source3/lib/fault.c 		ret = sysctlbyname("kern.corefile", tmp_corepath, &len, NULL,
NULL              191 source3/lib/fault.c 	return NULL;
NULL              206 source3/lib/fault.c 	char *tmp_corepath = NULL;
NULL              225 source3/lib/fault.c 	char *logbase = NULL;
NULL              226 source3/lib/fault.c 	char *end = NULL;
NULL              245 source3/lib/fault.c 	SMB_ASSERT(progname != NULL);
NULL              311 source3/lib/fault.c 	if (corepath == NULL) {
NULL               50 source3/lib/file_id.c 	SMB_ASSERT(result != NULL);
NULL               54 source3/lib/gencache.c 	char* cache_fname = NULL;
NULL               95 source3/lib/gencache.c 	cache = NULL;
NULL              116 source3/lib/gencache.c 	char* valstr = NULL;
NULL              130 source3/lib/gencache.c 		   (int)(timeout - time(NULL)), 
NULL              131 source3/lib/gencache.c 		   timeout > time(NULL) ? "ahead" : "in the past"));
NULL              192 source3/lib/gencache.c 	if (databuf.dptr == NULL) {
NULL              200 source3/lib/gencache.c 	if ((endptr == NULL) || (*endptr != '/')) {
NULL              207 source3/lib/gencache.c 		   "timeout = %s", t > time(NULL) ? "valid" :
NULL              210 source3/lib/gencache.c 	if (t <= time(NULL)) {
NULL              221 source3/lib/gencache.c 		if (*valstr == NULL) {
NULL              253 source3/lib/gencache.c 	unsigned char *buf = NULL;
NULL              257 source3/lib/gencache.c 	unsigned char *blob_buf = NULL;
NULL              290 source3/lib/gencache.c 		  "timeout = %s", t > time(NULL) ? "valid" :
NULL              293 source3/lib/gencache.c 	if (t <= time(NULL)) {
NULL              332 source3/lib/gencache.c 	char *valstr = NULL;
NULL              333 source3/lib/gencache.c 	unsigned char *buf = NULL;
NULL              373 source3/lib/gencache.c 		  ctime(&timeout), (int)(timeout - time(NULL)),
NULL              374 source3/lib/gencache.c 		  timeout > time(NULL) ? "ahead" : "in the past"));
NULL              412 source3/lib/gencache.c 	char *free_key = NULL;
NULL              414 source3/lib/gencache.c 	char *free_val = NULL;
NULL              427 source3/lib/gencache.c 	if ((value.dptr == NULL) || (value.dsize <= TIMEOUT_LEN)) {
NULL               79 source3/lib/iconv.c 	{NULL, NULL, NULL}
NULL               82 source3/lib/iconv.c static struct charset_functions *charsets = NULL;
NULL               95 source3/lib/iconv.c 	return NULL;
NULL              111 source3/lib/iconv.c 	funcs->next = funcs->prev = NULL;
NULL              143 source3/lib/iconv.c 		iconv(cd, NULL, NULL, NULL, NULL);
NULL              278 source3/lib/iconv.c 		ret->push = ret->pull = NULL;
NULL              284 source3/lib/iconv.c 		ret->push = ret->pull = NULL;
NULL              293 source3/lib/iconv.c 		ret->cd_push = NULL;
NULL              299 source3/lib/iconv.c 		ret->cd_pull = NULL;
NULL               45 source3/lib/idmap_cache.c 	if (key == NULL) {
NULL               58 source3/lib/idmap_cache.c 		*expired = (timeout <= time(NULL));
NULL               81 source3/lib/idmap_cache.c 	if (key == NULL) {
NULL               95 source3/lib/idmap_cache.c 		*expired = (timeout <= time(NULL));
NULL              114 source3/lib/idmap_cache.c 	time_t now = time(NULL);
NULL              165 source3/lib/idmap_cache.c 	if (key == NULL) {
NULL              178 source3/lib/idmap_cache.c 		*expired = (timeout <= time(NULL));
NULL              201 source3/lib/idmap_cache.c 	if (key == NULL) {
NULL              215 source3/lib/idmap_cache.c 		*expired = (timeout <= time(NULL));
NULL              234 source3/lib/idmap_cache.c 	time_t now = time(NULL);
NULL               73 source3/lib/interface.c 	return NULL;
NULL              171 source3/lib/interface.c 		return NULL;
NULL              191 source3/lib/interface.c 	return NULL;
NULL              209 source3/lib/interface.c 	return NULL;
NULL              227 source3/lib/interface.c 	return NULL;
NULL              245 source3/lib/interface.c 	return NULL;
NULL              263 source3/lib/interface.c 	return NULL;
NULL              286 source3/lib/interface.c 	return NULL;
NULL              386 source3/lib/interface.c 	if (p == NULL) {
NULL              426 source3/lib/interface.c 		char *endp = NULL;
NULL              495 source3/lib/interface.c 	struct iface_struct *ifaces = NULL;
NULL              575 source3/lib/interface.c 	struct iface_struct *ifaces = NULL;
NULL               75 source3/lib/interfaces.c 	char *pmask = NULL;
NULL               76 source3/lib/interfaces.c 	char *p = NULL;
NULL              129 source3/lib/interfaces.c 	struct ifaddrs *iflist = NULL;
NULL              130 source3/lib/interfaces.c 	struct ifaddrs *ifptr = NULL;
NULL              140 source3/lib/interfaces.c 	for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
NULL              151 source3/lib/interfaces.c 	if (ifaces == NULL) {
NULL              157 source3/lib/interfaces.c 	for (ifptr = iflist; ifptr != NULL; ifptr = ifptr->ifa_next) {
NULL               35 source3/lib/ldap_debug_handler.c 	ret = ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, &ldap_debug_level);
NULL               44 source3/lib/ldap_debug_handler.c 	ret = ber_set_option(NULL, LBER_OPT_LOG_PRINT_FN,
NULL               43 source3/lib/ldap_escape.c 	if (output == NULL) {
NULL               44 source3/lib/ldap_escape.c 		return NULL;
NULL               64 source3/lib/ldap_escape.c 			sub = NULL;
NULL               72 source3/lib/ldap_escape.c 				return NULL;
NULL               99 source3/lib/ldap_escape.c 	if (output == NULL) {
NULL              100 source3/lib/ldap_escape.c 		return NULL;
NULL               39 source3/lib/ldb/common/attrib_handlers.c 	if (in->length > 0 && out->data == NULL) {
NULL               63 source3/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL               86 source3/lib/ldb/common/attrib_handlers.c 	while ((t = strchr(s, ' ')) != NULL) {
NULL              116 source3/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              129 source3/lib/ldb/common/attrib_handlers.c 	return strtoll((char *)v1->data, NULL, 0) - strtoll((char *)v2->data, NULL, 0);
NULL              234 source3/lib/ldb/common/attrib_handlers.c 	out->data = NULL;
NULL              237 source3/lib/ldb/common/attrib_handlers.c 	if (dn == NULL) {
NULL              242 source3/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              261 source3/lib/ldb/common/attrib_handlers.c 	struct ldb_dn *dn1 = NULL, *dn2 = NULL;
NULL              265 source3/lib/ldb/common/attrib_handlers.c 	if (dn1 == NULL) return -1;
NULL              268 source3/lib/ldb/common/attrib_handlers.c 	if (dn2 == NULL) {
NULL              293 source3/lib/ldb/common/attrib_handlers.c 	if (subclasses == NULL) {
NULL              327 source3/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              403 source3/lib/ldb/common/attrib_handlers.c 	return NULL;
NULL               50 source3/lib/ldb/common/ldb.c 		return NULL;
NULL               63 source3/lib/ldb/common/ldb.c } *ldb_backends = NULL;
NULL               76 source3/lib/ldb/common/ldb.c 	return NULL;
NULL              119 source3/lib/ldb/common/ldb.c 	if (strchr(url, ':') != NULL) {
NULL              128 source3/lib/ldb/common/ldb.c 	if (fn == NULL) {
NULL              136 source3/lib/ldb/common/ldb.c 	if (fn == NULL) {
NULL              159 source3/lib/ldb/common/ldb.c 	static const char *attrs[] = { "defaultNamingContext", NULL };
NULL              161 source3/lib/ldb/common/ldb.c 	struct ldb_dn *basedn=NULL;
NULL              249 source3/lib/ldb/common/ldb.c 		ldb->err_string = NULL;
NULL              255 source3/lib/ldb/common/ldb.c 	while (module && module->ops->op == NULL) module = module->next; \
NULL              256 source3/lib/ldb/common/ldb.c 	if (module == NULL) {						\
NULL              275 source3/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              299 source3/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              321 source3/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              405 source3/lib/ldb/common/ldb.c 	if (ldb->err_string == NULL) {
NULL              426 source3/lib/ldb/common/ldb.c 	if (req == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              433 source3/lib/ldb/common/ldb.c 	req->starttime = time(NULL);
NULL              443 source3/lib/ldb/common/ldb.c 	if (newreq == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              445 source3/lib/ldb/common/ldb.c 	now = time(NULL);
NULL              447 source3/lib/ldb/common/ldb.c 	if (oldreq == NULL)
NULL              548 source3/lib/ldb/common/ldb.c 		res->msgs[res->count + 1] = NULL;
NULL              566 source3/lib/ldb/common/ldb.c 		res->refs[n + 1] = NULL;
NULL              594 source3/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              597 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              603 source3/lib/ldb/common/ldb.c 	if (base == NULL) {
NULL              611 source3/lib/ldb/common/ldb.c 	if (req->op.search.tree == NULL) {
NULL              636 source3/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              639 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              665 source3/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              668 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              694 source3/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              697 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              724 source3/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              727 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              759 source3/lib/ldb/common/ldb.c 	*_res = NULL;
NULL              771 source3/lib/ldb/common/ldb.c 					NULL,
NULL              790 source3/lib/ldb/common/ldb.c 		res = NULL;
NULL              811 source3/lib/ldb/common/ldb.c 	expression = NULL;
NULL              812 source3/lib/ldb/common/ldb.c 	res = NULL;
NULL              813 source3/lib/ldb/common/ldb.c 	*result = NULL;
NULL              856 source3/lib/ldb/common/ldb.c 					NULL,
NULL              857 source3/lib/ldb/common/ldb.c 					NULL,
NULL              858 source3/lib/ldb/common/ldb.c 					NULL);
NULL              887 source3/lib/ldb/common/ldb.c 					NULL,
NULL              888 source3/lib/ldb/common/ldb.c 					NULL,
NULL              889 source3/lib/ldb/common/ldb.c 					NULL);
NULL              913 source3/lib/ldb/common/ldb.c 					NULL,
NULL              914 source3/lib/ldb/common/ldb.c 					NULL,
NULL              915 source3/lib/ldb/common/ldb.c 					NULL);
NULL              939 source3/lib/ldb/common/ldb.c 					NULL,
NULL              940 source3/lib/ldb/common/ldb.c 					NULL,
NULL              941 source3/lib/ldb/common/ldb.c 					NULL);
NULL              964 source3/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              970 source3/lib/ldb/common/ldb.c 	req->controls = NULL;
NULL              971 source3/lib/ldb/common/ldb.c 	req->context = NULL;
NULL              972 source3/lib/ldb/common/ldb.c 	req->callback = NULL;
NULL              998 source3/lib/ldb/common/ldb.c 	return NULL;
NULL             1113 source3/lib/ldb/common/ldb.c 	if (o == NULL) {
NULL             1135 source3/lib/ldb/common/ldb.c 	return NULL;
NULL               46 source3/lib/ldb/common/ldb_attributes.c 	if (h == NULL) {
NULL               57 source3/lib/ldb/common/ldb_attributes.c 			if (h[ldb->schema.num_attrib_handlers+i].attr == NULL) {
NULL               78 source3/lib/ldb/common/ldb_attributes.c 	if (out->data == NULL && in->data != NULL) {
NULL              103 source3/lib/ldb/common/ldb_attributes.c 	.attr = NULL,
NULL              161 source3/lib/ldb/common/ldb_attributes.c 	if (h == NULL) {
NULL              209 source3/lib/ldb/common/ldb_attributes.c 	return NULL;
NULL              220 source3/lib/ldb/common/ldb_attributes.c 	if (s == NULL) goto failed;
NULL              225 source3/lib/ldb/common/ldb_attributes.c 	if (c->name == NULL) goto failed;
NULL              228 source3/lib/ldb/common/ldb_attributes.c 	if (c->subclasses == NULL) goto failed;
NULL              231 source3/lib/ldb/common/ldb_attributes.c 	if (c->subclasses[0] == NULL) goto failed;
NULL              232 source3/lib/ldb/common/ldb_attributes.c 	c->subclasses[1] = NULL;
NULL              264 source3/lib/ldb/common/ldb_attributes.c 	if (s == NULL) {
NULL              271 source3/lib/ldb/common/ldb_attributes.c 	if (s[n] == NULL) {
NULL              275 source3/lib/ldb/common/ldb_attributes.c 	s[n+1] = NULL;
NULL              306 source3/lib/ldb/common/ldb_attributes.c 		ldb->schema.classes = NULL;
NULL               44 source3/lib/ldb/common/ldb_controls.c 	if (controls != NULL) {
NULL               54 source3/lib/ldb/common/ldb_controls.c 	return NULL;
NULL               68 source3/lib/ldb/common/ldb_controls.c 		req->controls = NULL;
NULL               82 source3/lib/ldb/common/ldb_controls.c 	lcs[j] = NULL;
NULL               94 source3/lib/ldb/common/ldb_controls.c 	if (controls == NULL) {
NULL               78 source3/lib/ldb/common/ldb_debug.c 	if (ldb->debug_ops.debug == NULL) {
NULL               98 source3/lib/ldb/common/ldb_debug.c 	if (msg != NULL) {
NULL               58 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL || dn->comp_num != 1) return 0;
NULL               65 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL || dn->comp_num != 1) return 0;
NULL               77 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              114 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              121 source3/lib/ldb/common/ldb_dn.c 	char *p, *dst = NULL, *end;
NULL              179 source3/lib/ldb/common/ldb_dn.c 	if (source == NULL || quote_start == NULL || quote_end == NULL) return -1;
NULL              213 source3/lib/ldb/common/ldb_dn.c 	if (string == NULL || separators == NULL) return NULL;
NULL              224 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              232 source3/lib/ldb/common/ldb_dn.c 			return NULL;	    /* and separators, the dn is invalid */
NULL              250 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              255 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              284 source3/lib/ldb/common/ldb_dn.c 	if (raw_component == NULL) {
NULL              331 source3/lib/ldb/common/ldb_dn.c 	dc.name = NULL;
NULL              344 source3/lib/ldb/common/ldb_dn.c 	edn->components = NULL;
NULL              349 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              360 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              364 source3/lib/ldb/common/ldb_dn.c 	if (edn == NULL) {
NULL              365 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              368 source3/lib/ldb/common/ldb_dn.c 	pdn = NULL;
NULL              379 source3/lib/ldb/common/ldb_dn.c 		if (edn->components == NULL) goto failed;
NULL              381 source3/lib/ldb/common/ldb_dn.c 		if (edn->components[0].name == NULL) goto failed;
NULL              383 source3/lib/ldb/common/ldb_dn.c 		if (edn->components[0].value.data== NULL) goto failed;
NULL              408 source3/lib/ldb/common/ldb_dn.c 		if (edn->components == NULL)
NULL              428 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              435 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              444 source3/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              449 source3/lib/ldb/common/ldb_dn.c 		if (edn->components == NULL) goto failed;
NULL              451 source3/lib/ldb/common/ldb_dn.c 		if (edn->components[0].name == NULL) goto failed;
NULL              453 source3/lib/ldb/common/ldb_dn.c 		if (edn->components[0].value.data== NULL) goto failed;
NULL              463 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              471 source3/lib/ldb/common/ldb_dn.c 	if (edn == NULL) return NULL;
NULL              500 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              515 source3/lib/ldb/common/ldb_dn.c 	if (base == NULL || base->comp_num == 0) return 0;
NULL              516 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL || dn->comp_num == 0) return -1;
NULL              558 source3/lib/ldb/common/ldb_dn.c 	if (edn0 == NULL || edn1 == NULL) return edn1 - edn0;
NULL              572 source3/lib/ldb/common/ldb_dn.c 	if (dn0 == NULL || dn1 == NULL) return dn1 - dn0;
NULL              575 source3/lib/ldb/common/ldb_dn.c 	if (edn0 == NULL) return 1;
NULL              578 source3/lib/ldb/common/ldb_dn.c 	if (edn1 == NULL) {
NULL              600 source3/lib/ldb/common/ldb_dn.c 	if (edn == NULL) return NULL;
NULL              604 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              611 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              622 source3/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              631 source3/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              644 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              647 source3/lib/ldb/common/ldb_dn.c 	if (edn == NULL) return NULL;
NULL              660 source3/lib/ldb/common/ldb_dn.c 	if (edn == NULL) return NULL;
NULL              669 source3/lib/ldb/common/ldb_dn.c 	if (cdn == NULL) return NULL;
NULL              672 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) {
NULL              674 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              687 source3/lib/ldb/common/ldb_dn.c 	if (src == NULL) {
NULL              692 source3/lib/ldb/common/ldb_dn.c 	if (dst.value.data == NULL) {
NULL              697 source3/lib/ldb/common/ldb_dn.c 	if (dst.name == NULL) {
NULL              699 source3/lib/ldb/common/ldb_dn.c 		dst.value.data = NULL;
NULL              719 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              737 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              738 source3/lib/ldb/common/ldb_dn.c 	if (num_el <= 0) return NULL;
NULL              746 source3/lib/ldb/common/ldb_dn.c 	if (newdn->components == NULL) goto failed;
NULL              763 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              768 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              774 source3/lib/ldb/common/ldb_dn.c 	if (dn == NULL) return NULL;
NULL              783 source3/lib/ldb/common/ldb_dn.c 	if (attr == NULL || val == NULL) return NULL;
NULL              786 source3/lib/ldb/common/ldb_dn.c 	if (dc == NULL) return NULL;
NULL              789 source3/lib/ldb/common/ldb_dn.c 	if (dc->name ==  NULL) {
NULL              791 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              795 source3/lib/ldb/common/ldb_dn.c 	if (dc->value.data ==  NULL) {
NULL              797 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              810 source3/lib/ldb/common/ldb_dn.c 	if (! ldb_valid_attr_name(attr)) return NULL;
NULL              811 source3/lib/ldb/common/ldb_dn.c 	if (value == NULL || value == '\0') return NULL; 
NULL              813 source3/lib/ldb/common/ldb_dn.c 	if (base != NULL) {
NULL              836 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              845 source3/lib/ldb/common/ldb_dn.c 	if (dn2 == NULL && dn1 == NULL) {
NULL              846 source3/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              849 source3/lib/ldb/common/ldb_dn.c 	if (dn2 == NULL) {
NULL              858 source3/lib/ldb/common/ldb_dn.c 		if (dn1 != NULL) comp_num += dn1->comp_num;
NULL              863 source3/lib/ldb/common/ldb_dn.c 	if (dn1 == NULL) {
NULL              870 source3/lib/ldb/common/ldb_dn.c 		if (newdn->components[i].value.data == NULL) {
NULL              879 source3/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              888 source3/lib/ldb/common/ldb_dn.c 	if (child_fmt == NULL) return NULL;
NULL              894 source3/lib/ldb/common/ldb_dn.c 	if (child_str == NULL) return NULL;
NULL              915 source3/lib/ldb/common/ldb_dn.c 	char *cracked = NULL;
NULL              930 source3/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              949 source3/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              981 source3/lib/ldb/common/ldb_dn.c 	if (num >= dn->comp_num) return NULL;
NULL              987 source3/lib/ldb/common/ldb_dn.c 	if (num >= dn->comp_num) return NULL;
NULL              992 source3/lib/ldb/common/ldb_dn.c 	if (dn->comp_num == 0) return NULL;
NULL              997 source3/lib/ldb/common/ldb_dn.c 	if (dn->comp_num == 0) return NULL;
NULL               75 source3/lib/ldb/common/ldb_ldif.c 	if (value->data == NULL) {
NULL              113 source3/lib/ldb/common/ldb_ldif.c 	char *p=NULL;
NULL              163 source3/lib/ldb/common/ldb_ldif.c 	if (!out) return NULL;
NULL              265 source3/lib/ldb/common/ldb_ldif.c 	{NULL, 0}
NULL              284 source3/lib/ldb/common/ldb_ldif.c 	mem_ctx = talloc_named_const(NULL, 0, "ldb_ldif_write");
NULL              380 source3/lib/ldb/common/ldb_ldif.c 	char *chunk = NULL;
NULL              392 source3/lib/ldb/common/ldb_ldif.c 				return NULL;
NULL              524 source3/lib/ldb/common/ldb_ldif.c 	const char *attr=NULL;
NULL              525 source3/lib/ldb/common/ldb_ldif.c 	char *chunk=NULL, *s;
NULL              529 source3/lib/ldb/common/ldb_ldif.c 	value.data = NULL;
NULL              532 source3/lib/ldb/common/ldb_ldif.c 	if (!ldif) return NULL;
NULL              535 source3/lib/ldb/common/ldb_ldif.c 	if (ldif->msg == NULL) {
NULL              537 source3/lib/ldb/common/ldb_ldif.c 		return NULL;
NULL              543 source3/lib/ldb/common/ldb_ldif.c 	msg->dn = NULL;
NULL              544 source3/lib/ldb/common/ldb_ldif.c 	msg->elements = NULL;
NULL              546 source3/lib/ldb/common/ldb_ldif.c 	msg->private_data = NULL;
NULL              570 source3/lib/ldb/common/ldb_ldif.c 	if (msg->dn == NULL) {
NULL              615 source3/lib/ldb/common/ldb_ldif.c 			if (ldb_msg_add_empty(msg, (char *)value.data, flags, NULL) != 0) {
NULL              678 source3/lib/ldb/common/ldb_ldif.c 	return NULL;
NULL               48 source3/lib/ldb/common/ldb_match.c 	if (base == NULL || dn == NULL) {
NULL              113 source3/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              153 source3/lib/ldb/common/ldb_match.c 		if (valuedn == NULL) {
NULL              168 source3/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              193 source3/lib/ldb/common/ldb_match.c 	uint8_t *save_p = NULL;
NULL              202 source3/lib/ldb/common/ldb_match.c 	cnk.data = NULL;
NULL              218 source3/lib/ldb/common/ldb_match.c 		cnk.data = NULL;
NULL              228 source3/lib/ldb/common/ldb_match.c 		if (p == NULL) goto failed;
NULL              239 source3/lib/ldb/common/ldb_match.c 		cnk.data = NULL;
NULL              264 source3/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              284 source3/lib/ldb/common/ldb_match.c 	i1 = strtoull((char *)v1->data, NULL, 0);
NULL              285 source3/lib/ldb/common/ldb_match.c 	i2 = strtoull((char *)v2->data, NULL, 0);
NULL              295 source3/lib/ldb/common/ldb_match.c 	i1 = strtoull((char *)v1->data, NULL, 0);
NULL              296 source3/lib/ldb/common/ldb_match.c 	i2 = strtoull((char *)v2->data, NULL, 0);
NULL              317 source3/lib/ldb/common/ldb_match.c 	int (*comp)(const struct ldb_val *, const struct ldb_val *) = NULL;
NULL              324 source3/lib/ldb/common/ldb_match.c 	if (tree->u.extended.rule_id == NULL) {
NULL              328 source3/lib/ldb/common/ldb_match.c 	if (tree->u.extended.attr == NULL) {
NULL              339 source3/lib/ldb/common/ldb_match.c 	if (comp == NULL) {
NULL              347 source3/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL               53 source3/lib/ldb/common/ldb_modules.c 		return NULL;
NULL               76 source3/lib/ldb/common/ldb_modules.c 	char **modules = NULL;
NULL               85 source3/lib/ldb/common/ldb_modules.c 		return NULL;
NULL               92 source3/lib/ldb/common/ldb_modules.c 		return NULL;
NULL               98 source3/lib/ldb/common/ldb_modules.c 	while ((p = strrchr(modstr, ',')) != NULL) {
NULL              107 source3/lib/ldb/common/ldb_modules.c 			return NULL;
NULL              113 source3/lib/ldb/common/ldb_modules.c 	modules[i + 1] = NULL;
NULL              123 source3/lib/ldb/common/ldb_modules.c } *registered_modules = NULL;
NULL              134 source3/lib/ldb/common/ldb_modules.c 	return NULL;
NULL              162 source3/lib/ldb/common/ldb_modules.c 		NULL			\
NULL              190 source3/lib/ldb/common/ldb_modules.c 	if (ldb_find_module_ops(ops->name) != NULL)
NULL              193 source3/lib/ldb/common/ldb_modules.c 	if (entry == NULL)
NULL              212 source3/lib/ldb/common/ldb_modules.c 	if (getenv("LD_LDB_MODULE_PATH") != NULL) {
NULL              229 source3/lib/ldb/common/ldb_modules.c 	if (handle == NULL) {
NULL              236 source3/lib/ldb/common/ldb_modules.c 	if (init_fn == NULL) {
NULL              264 source3/lib/ldb/common/ldb_modules.c 	for (i = 0; module_list[i] != NULL; i++) {
NULL              269 source3/lib/ldb/common/ldb_modules.c 		if (ops == NULL) {
NULL              275 source3/lib/ldb/common/ldb_modules.c 		if (ops == NULL) {
NULL              282 source3/lib/ldb/common/ldb_modules.c 		if (current == NULL) {
NULL              298 source3/lib/ldb/common/ldb_modules.c 	while (module && module->ops->init_context == NULL) 
NULL              312 source3/lib/ldb/common/ldb_modules.c 	const char **modules = NULL;
NULL              324 source3/lib/ldb/common/ldb_modules.c 		for (i = 0; options[i] != NULL; i++) {
NULL              332 source3/lib/ldb/common/ldb_modules.c 	if ((modules == NULL) && (strcmp("ldap", ldb->modules->ops->name) != 0)) { 
NULL              333 source3/lib/ldb/common/ldb_modules.c 		const char * const attrs[] = { "@LIST" , NULL};
NULL              334 source3/lib/ldb/common/ldb_modules.c 		struct ldb_result *res = NULL;
NULL              338 source3/lib/ldb/common/ldb_modules.c 		if (mods_dn == NULL) {
NULL              367 source3/lib/ldb/common/ldb_modules.c 	if (modules != NULL) {
NULL              388 source3/lib/ldb/common/ldb_modules.c 	while (module && module->ops->op == NULL) module = module->next; \
NULL              389 source3/lib/ldb/common/ldb_modules.c 	if (module == NULL) { \
NULL              434 source3/lib/ldb/common/ldb_modules.c 	while (module && module->ops->init_context == NULL) 
NULL              437 source3/lib/ldb/common/ldb_modules.c 	if (module == NULL) 
NULL               61 source3/lib/ldb/common/ldb_msg.c 	return NULL;
NULL               94 source3/lib/ldb/common/ldb_msg.c 	return NULL;
NULL              104 source3/lib/ldb/common/ldb_msg.c 	if (v->data == NULL) {
NULL              105 source3/lib/ldb/common/ldb_msg.c 		v2.data = NULL;
NULL              143 source3/lib/ldb/common/ldb_msg.c 	els[msg->num_elements].values = NULL;
NULL              169 source3/lib/ldb/common/ldb_msg.c 	if (ldb_msg_add_empty(msg, el->name, flags, NULL) != 0) {
NULL              250 source3/lib/ldb/common/ldb_msg.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              281 source3/lib/ldb/common/ldb_msg.c 	if (str == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              329 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              342 source3/lib/ldb/common/ldb_msg.c 	return strtol((const char *)v->data, NULL, 0);
NULL              353 source3/lib/ldb/common/ldb_msg.c 	return strtoul((const char *)v->data, NULL, 0);
NULL              364 source3/lib/ldb/common/ldb_msg.c 	return strtoll((const char *)v->data, NULL, 0);
NULL              375 source3/lib/ldb/common/ldb_msg.c 	return strtoull((const char *)v->data, NULL, 0);
NULL              386 source3/lib/ldb/common/ldb_msg.c 	return strtod((const char *)v->data, NULL);
NULL              425 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              450 source3/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              453 source3/lib/ldb/common/ldb_msg.c 	msg2->private_data = NULL;
NULL              457 source3/lib/ldb/common/ldb_msg.c 	if (msg2->elements == NULL) goto failed;
NULL              467 source3/lib/ldb/common/ldb_msg.c 	return NULL;
NULL              481 source3/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              484 source3/lib/ldb/common/ldb_msg.c 	if (msg2->dn == NULL) goto failed;
NULL              490 source3/lib/ldb/common/ldb_msg.c 		if (el->name == NULL) goto failed;
NULL              494 source3/lib/ldb/common/ldb_msg.c 			if (el->values[j].data == NULL && values[j].length != 0) {
NULL              504 source3/lib/ldb/common/ldb_msg.c 	return NULL;
NULL              518 source3/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              528 source3/lib/ldb/common/ldb_msg.c 			if (el1->values == NULL) {
NULL              529 source3/lib/ldb/common/ldb_msg.c 				return NULL;
NULL              565 source3/lib/ldb/common/ldb_msg.c 	mod->elements = NULL;
NULL              568 source3/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) {
NULL              569 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              584 source3/lib/ldb/common/ldb_msg.c 			return NULL;
NULL              594 source3/lib/ldb/common/ldb_msg.c 					      LDB_FLAG_MOD_DELETE, NULL) != 0) {
NULL              595 source3/lib/ldb/common/ldb_msg.c 				return NULL;
NULL              609 source3/lib/ldb/common/ldb_msg.c 	if (msg->dn == NULL) {
NULL              647 source3/lib/ldb/common/ldb_msg.c 	if (ret == NULL) {
NULL              648 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              668 source3/lib/ldb/common/ldb_msg.c 	if (ret == NULL) {
NULL              669 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              675 source3/lib/ldb/common/ldb_msg.c 	ret[i+1] = NULL;
NULL              701 source3/lib/ldb/common/ldb_msg.c 	if (el == NULL) {
NULL              705 source3/lib/ldb/common/ldb_msg.c 	if (el->name == NULL) {
NULL              718 source3/lib/ldb/common/ldb_msg.c 	if (el == NULL) {
NULL              763 source3/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              782 source3/lib/ldb/common/ldb_msg.c 	if (s == NULL) return 0;
NULL              819 source3/lib/ldb/common/ldb_msg.c 	if (el == NULL)
NULL               73 source3/lib/ldb/common/ldb_parse.c 	if (ret.data == NULL) return ret;
NULL              113 source3/lib/ldb/common/ldb_parse.c 	if (ret == NULL) return NULL;
NULL              148 source3/lib/ldb/common/ldb_parse.c 		if (value == NULL) return NULL;
NULL              151 source3/lib/ldb/common/ldb_parse.c 			if (value[1] == '\0') return NULL;
NULL              159 source3/lib/ldb/common/ldb_parse.c 	return NULL;
NULL              167 source3/lib/ldb/common/ldb_parse.c 	struct ldb_val **ret = NULL;
NULL              172 source3/lib/ldb/common/ldb_parse.c 	if (wc == NULL) return NULL;
NULL              187 source3/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              190 source3/lib/ldb/common/ldb_parse.c 		if (ret[val] == NULL) return NULL;
NULL              193 source3/lib/ldb/common/ldb_parse.c 		if ((ret[val])->data == NULL) return NULL;
NULL              198 source3/lib/ldb/common/ldb_parse.c 	if (ret != NULL) {
NULL              199 source3/lib/ldb/common/ldb_parse.c 		ret[val] = NULL;
NULL              228 source3/lib/ldb/common/ldb_parse.c 	if (ret->u.extended.value.data == NULL) goto failed;
NULL              231 source3/lib/ldb/common/ldb_parse.c 	if (p1 == NULL) goto failed;
NULL              242 source3/lib/ldb/common/ldb_parse.c 			if (ret->u.extended.rule_id == NULL) goto failed;
NULL              244 source3/lib/ldb/common/ldb_parse.c 			ret->u.extended.rule_id = NULL;
NULL              249 source3/lib/ldb/common/ldb_parse.c 		if (ret->u.extended.rule_id == NULL) goto failed;
NULL              256 source3/lib/ldb/common/ldb_parse.c 	return NULL;
NULL              275 source3/lib/ldb/common/ldb_parse.c 		if (p == NULL) { /* malformed attribute name */
NULL              290 source3/lib/ldb/common/ldb_parse.c 	if (name == NULL) return 0;
NULL              331 source3/lib/ldb/common/ldb_parse.c 	if (val == NULL) {
NULL              361 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              367 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              385 source3/lib/ldb/common/ldb_parse.c 			if (ldb_parse_find_wildcard(value) != NULL) {
NULL              391 source3/lib/ldb/common/ldb_parse.c 				if (ret->u.substring.chunks == NULL){
NULL              393 source3/lib/ldb/common/ldb_parse.c 					return NULL;
NULL              407 source3/lib/ldb/common/ldb_parse.c 			if (ret->u.equality.value.data == NULL) {
NULL              409 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              418 source3/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              420 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              429 source3/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              431 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              440 source3/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              442 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              454 source3/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              481 source3/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              490 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              499 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              505 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              518 source3/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              541 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              548 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              555 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              589 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              610 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              617 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              638 source3/lib/ldb/common/ldb_parse.c 	if (s == NULL || *s == 0) {
NULL              660 source3/lib/ldb/common/ldb_parse.c 	if (tree == NULL) {
NULL              661 source3/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              668 source3/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              671 source3/lib/ldb/common/ldb_parse.c 			if (s == NULL) {
NULL              673 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              677 source3/lib/ldb/common/ldb_parse.c 			if (s2 == NULL) {
NULL              679 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              684 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) {
NULL              686 source3/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              691 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              698 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              706 source3/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              709 source3/lib/ldb/common/ldb_parse.c 			if (s2 == NULL) {
NULL              711 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              719 source3/lib/ldb/common/ldb_parse.c 			if (s == NULL) {
NULL              721 source3/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              726 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) {
NULL              728 source3/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              734 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              741 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              751 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              758 source3/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              769 source3/lib/ldb/common/ldb_parse.c 	return NULL;
NULL               63 source3/lib/ldb/common/ldb_utf8.c 		return NULL;
NULL               73 source3/lib/ldb/common/ldb_utf8.c 	ldb_set_utf8_fns(ldb, NULL, ldb_casefold_default);
NULL              130 source3/lib/ldb/common/ldb_utf8.c 		return NULL;
NULL              110 source3/lib/ldb/common/qsort.c       PUSH (NULL, NULL);
NULL               69 source3/lib/ldb/examples/ldbreader.c 	ldb = ldb_init(NULL);
NULL               77 source3/lib/ldb/examples/ldbreader.c 	if (LDB_SUCCESS != ldb_connect(ldb, "tdb://tdbtest.ldb", LDB_FLG_RDONLY, NULL) ){
NULL               90 source3/lib/ldb/examples/ldbreader.c 	if (LDB_SUCCESS != ldb_search(ldb, ldb, &resultMsg, NULL, LDB_SCOPE_DEFAULT,
NULL               91 source3/lib/ldb/examples/ldbreader.c 				      NULL, "(dn=*)") ) {
NULL              110 source3/lib/ldb/examples/ldbreader.c 		ldb_ldif_write(ldb, vprintf_fn, NULL, &ldifMsg);
NULL               74 source3/lib/ldb/examples/ldifreader.c 	ldb = ldb_init(NULL);
NULL              113 source3/lib/ldb/examples/ldifreader.c 		ldb_ldif_write(ldb, vprintf_fn, NULL, ldifMsg);
NULL               29 source3/lib/ldb/include/dlinklist.h 		(p)->next = (p)->prev = NULL; \
NULL               33 source3/lib/ldb/include/dlinklist.h 		(p)->prev = NULL; \
NULL               44 source3/lib/ldb/include/dlinklist.h 		if (list) (list)->prev = NULL; \
NULL               49 source3/lib/ldb/include/dlinklist.h 	if ((p) && ((p) != (list))) (p)->next = (p)->prev = NULL; \
NULL               65 source3/lib/ldb/include/dlinklist.h 			(p)->next = (p)->prev = NULL; \
NULL               70 source3/lib/ldb/include/dlinklist.h 			(p)->next = NULL; \
NULL               80 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		return NULL;
NULL               82 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	mods[0] = NULL;
NULL               91 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		mods[n + 1] = NULL;
NULL              115 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	return NULL;
NULL              180 source3/lib/ldb/ldb_ildap/ldb_ildap.c 			handle->status = ac->callback(ac->module->ldb, ac->context, NULL);
NULL              194 source3/lib/ldb/ldb_ildap/ldb_ildap.c 			handle->status = ac->callback(ac->module->ldb, ac->context, NULL);
NULL              208 source3/lib/ldb/ldb_ildap/ldb_ildap.c 			handle->status = ac->callback(ac->module->ldb, ac->context, NULL);
NULL              222 source3/lib/ldb/ldb_ildap/ldb_ildap.c 			handle->status = ac->callback(ac->module->ldb, ac->context, NULL);
NULL              231 source3/lib/ldb/ldb_ildap/ldb_ildap.c 			struct ldb_reply *ares = NULL;
NULL              276 source3/lib/ldb/ldb_ildap/ldb_ildap.c 				if (ares->message->dn == NULL) {
NULL              311 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		req->replies = NULL;
NULL              331 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (h == NULL) {
NULL              333 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		return NULL;
NULL              339 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (ildb_ac == NULL) {
NULL              342 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		return NULL;
NULL              375 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req == NULL) {
NULL              386 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->time_event = NULL;
NULL              416 source3/lib/ldb/ldb_ildap/ldb_ildap.c 		ret = ildb_ac->callback(module->ldb, ildb_ac->context, NULL);
NULL              431 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->handle = NULL;
NULL              438 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req->op.search.tree == NULL) {
NULL              444 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              451 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req->op.search.base == NULL) {
NULL              456 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.SearchRequest.basedn == NULL) {
NULL              493 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->handle = NULL;
NULL              501 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              508 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.AddRequest.dn == NULL) {
NULL              514 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (mods == NULL) {
NULL              521 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.AddRequest.attributes == NULL) {
NULL              543 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->handle = NULL;
NULL              551 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              558 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyRequest.dn == NULL) {
NULL              564 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (mods == NULL) {
NULL              571 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyRequest.mods == NULL) {
NULL              591 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->handle = NULL;
NULL              599 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              606 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.DelRequest.dn == NULL) {
NULL              622 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	req->handle = NULL;
NULL              630 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              636 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.dn == NULL) {
NULL              645 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.newrdn == NULL) {
NULL              653 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.newsuperior == NULL) {
NULL              744 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ildb_private *ildb = NULL;
NULL              782 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	(*module)->prev = (*module)->next = NULL;
NULL              788 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (creds == NULL) {
NULL              795 source3/lib/ldb/ldb_ildap/ldb_ildap.c 	if (creds != NULL && cli_credentials_authentication_requested(creds)) {
NULL               74 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (h == NULL) {
NULL               76 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		return NULL;
NULL               82 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (ac == NULL) {
NULL               85 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		return NULL;
NULL              116 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		return NULL;
NULL              118 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	mods[0] = NULL;
NULL              127 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		mods[num_mods+1] = NULL;
NULL              160 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		mods[num_mods]->mod_vals.modv_bvals[j] = NULL;
NULL              168 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	return NULL;
NULL              250 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->op.search.tree == NULL) {
NULL              255 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->controls != NULL) {
NULL              260 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->handle == NULL) {
NULL              267 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->op.search.base == NULL) {
NULL              270 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (search_base == NULL) {
NULL              277 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (expression == NULL) {
NULL              300 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			    NULL,
NULL              301 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			    NULL,
NULL              330 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->handle == NULL) {
NULL              337 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (mods == NULL) {
NULL              342 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (dn == NULL) {
NULL              347 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			   NULL,
NULL              348 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			   NULL,
NULL              375 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->handle == NULL) {
NULL              382 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (mods == NULL) {
NULL              387 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (dn == NULL) {
NULL              392 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              393 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              419 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->handle == NULL) {
NULL              428 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              429 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              457 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->handle == NULL) {
NULL              464 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (old_dn == NULL) {
NULL              481 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			  1, NULL, NULL,
NULL              495 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct ldb_reply *ares = NULL;
NULL              498 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	char *matcheddnp = NULL;
NULL              499 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	char *errmsgp = NULL;
NULL              500 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	char **referralsp = NULL;
NULL              501 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	LDAPControl **serverctrlsp = NULL;
NULL              512 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	       	if (msg != NULL) {
NULL              513 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			BerElement *berptr = NULL;
NULL              534 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			if (ares->message->dn == NULL) {
NULL              541 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			ares->message->elements = NULL;
NULL              542 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			ares->message->private_data = NULL;
NULL              574 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		if (referralsp == NULL) {
NULL              605 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		if (serverctrlsp != NULL) {
NULL              607 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			ares->controls = NULL;
NULL              627 source3/lib/ldb/ldb_ldap/ldb_ldap.c 			ares = NULL; /* FIXME: build a corresponding ares to pass on */
NULL              682 source3/lib/ldb/ldb_ldap/ldb_ldap.c 		    ((ac->starttime + ac->timeout) > time(NULL))) {
NULL              707 source3/lib/ldb/ldb_ldap/ldb_ldap.c 				lret = ldap_result(lldb->ldap, ac->msgid, 0, NULL, &result);
NULL              709 source3/lib/ldb/ldb_ldap/ldb_ldap.c 				timeout.tv_sec = ac->timeout - (time(NULL) - ac->starttime);
NULL              794 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	struct lldb_private *lldb = NULL;
NULL              804 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb->ldap = NULL;
NULL              823 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	if (*module == NULL) {
NULL              830 source3/lib/ldb/ldb_ldap/ldb_ldap.c 	(*module)->prev = (*module)->next = NULL;
NULL               67 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (h == NULL) {
NULL               69 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL               75 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (ac == NULL) {
NULL               78 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL              110 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c sqlite3_stmt *  stmtGetEID = NULL;
NULL              121 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (str == NULL) return NULL;
NULL              124 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (ret == NULL) {
NULL              126 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL              230 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (pBase160 != NULL &&
NULL              234 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                 if (pBase160 == NULL) {
NULL              275 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                 if (pBase160 != NULL) {
NULL              289 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	char *ret = NULL;
NULL              298 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (tmp == NULL) return NULL;
NULL              303 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (child == NULL) return NULL;
NULL              306 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (tmp == NULL) return NULL;
NULL              316 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (tmp == NULL) return NULL;
NULL              321 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (child == NULL) return NULL;
NULL              324 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (tmp == NULL) return NULL;
NULL              332 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (child == NULL) return NULL;
NULL              344 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              349 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              350 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              395 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (wild_card_string == NULL) return NULL;
NULL              400 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (wild_card_string == NULL) return NULL;
NULL              409 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              417 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              418 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              430 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              435 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              436 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              449 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              454 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              455 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              472 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              481 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              486 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              487 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              500 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL              508 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	return NULL;
NULL              536 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if ((p = sqlite3_vmprintf(pSql, args)) == NULL) {
NULL              552 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                            NULL)) == SQLITE_SCHEMA) {
NULL              553 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              555 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              564 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              566 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              580 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              582 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              685 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(sqlite, "ROLLBACK;", NULL, NULL, &errmsg);
NULL              732 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (ac->ares->message == NULL)
NULL              755 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (msg->dn == NULL) {
NULL              757 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (msg->dn == NULL)
NULL              799 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) return -1;
NULL              827 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (local_ctx == NULL) {
NULL              853 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	char *query = NULL;
NULL              857 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (req->handle == NULL) {
NULL              863 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if ((req->op.search.base == NULL || req->op.search.base->comp_num == 0) &&
NULL              869 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (norm_basedn == NULL) {
NULL              979 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (query == NULL) {
NULL              989 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsql_ac->ares = NULL;
NULL             1005 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (lsql_ac->ares->message == NULL)
NULL             1035 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (req->handle == NULL) {
NULL             1069 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (dn == NULL || ndn == NULL) {
NULL             1080 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1085 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1109 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) {
NULL             1123 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (value.data == NULL) {
NULL             1135 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (insert == NULL) {
NULL             1140 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			ret = sqlite3_exec(lsqlite3->sqlite, insert, NULL, NULL, &errmsg);
NULL             1153 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		req->handle->status = lsql_ac->callback(module->ldb, lsql_ac->context, NULL);
NULL             1173 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (req->handle == NULL) {
NULL             1212 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) {
NULL             1229 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (mod == NULL) {
NULL             1234 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1254 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (value.data == NULL) {
NULL             1267 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1272 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1293 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1298 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1315 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (value.data == NULL) {
NULL             1327 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1332 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1348 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		req->handle->status = lsql_ac->callback(module->ldb, lsql_ac->context, NULL);
NULL             1368 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (req->handle == NULL) {
NULL             1386 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1391 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1402 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = lsql_ac->callback(module->ldb, lsql_ac->context, NULL);
NULL             1421 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (req->handle == NULL) {
NULL             1432 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (old_cdn == NULL || new_cdn == NULL || new_dn == NULL) {
NULL             1441 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1446 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1457 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = lsql_ac->callback(module->ldb, lsql_ac->context, NULL);
NULL             1472 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "BEGIN IMMEDIATE;", NULL, NULL, &errmsg);
NULL             1498 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "COMMIT;", NULL, NULL, &errmsg);
NULL             1577 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (local_ctx == NULL) {
NULL             1683 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "PRAGMA auto_vacuum = 1;", NULL, NULL, &errmsg);
NULL             1694 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "PRAGMA synchronous = OFF;", NULL, NULL, &errmsg);
NULL             1718 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* user data */
NULL             1720 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* step func */
NULL             1721 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL             /* final func */
NULL             1732 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* user data */
NULL             1734 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* step func */
NULL             1735 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL             /* final func */
NULL             1748 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,             /* step func */
NULL             1749 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL              /* final func */
NULL             1755 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "BEGIN EXCLUSIVE;", NULL, NULL, &errmsg);
NULL             1778 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, schema, NULL, NULL, &errmsg);
NULL             1816 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "COMMIT;", NULL, NULL, &errmsg);
NULL             1844 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct lsqlite3_private *   lsqlite3 = NULL;
NULL             1851 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3->sqlite = NULL;
NULL             1852 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3->options = NULL;
NULL             1871 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	(*module)->prev = (*module)->next = NULL;
NULL             1889 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			lsqlite3->options[i+1] = NULL;
NULL             1901 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (lsqlite3->sqlite != NULL) {
NULL               55 source3/lib/ldb/ldb_tdb/ldb_cache.c 	{ NULL, 0 }
NULL               69 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache->attributes == NULL) {
NULL               80 source3/lib/ldb/ldb_tdb/ldb_cache.c 	ltdb->cache->attributes = NULL;
NULL               99 source3/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb_valid_attr_flags[j].name == NULL) {
NULL              119 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (dn == NULL) goto failed;
NULL              156 source3/lib/ldb/ldb_tdb/ldb_cache.c 		if (h == NULL) {
NULL              188 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (dn == NULL) goto failed;
NULL              222 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache->subclasses == NULL) {
NULL              233 source3/lib/ldb/ldb_tdb/ldb_cache.c 	ltdb->cache->subclasses = NULL;
NULL              256 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg == NULL) {
NULL              301 source3/lib/ldb/ldb_tdb/ldb_cache.c 	ltdb->cache = NULL;
NULL              322 source3/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_dn *baseinfo_dn = NULL;
NULL              323 source3/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_dn *indexlist_dn = NULL;
NULL              325 source3/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_message *baseinfo = NULL;
NULL              328 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache != NULL && 
NULL              333 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache == NULL) {
NULL              335 source3/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb->cache == NULL) goto failed;
NULL              339 source3/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb->cache->indexlist == NULL ||
NULL              340 source3/lib/ldb/ldb_tdb/ldb_cache.c 		    ltdb->cache->subclasses == NULL ||
NULL              341 source3/lib/ldb/ldb_tdb/ldb_cache.c 		    ltdb->cache->attributes == NULL) {
NULL              347 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (baseinfo == NULL) goto failed;
NULL              350 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (baseinfo_dn == NULL) goto failed;
NULL              388 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache->indexlist == NULL ||
NULL              389 source3/lib/ldb/ldb_tdb/ldb_cache.c 	    ltdb->cache->subclasses == NULL ||
NULL              390 source3/lib/ldb/ldb_tdb/ldb_cache.c 	    ltdb->cache->attributes == NULL) {
NULL              395 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (indexlist_dn == NULL) goto failed;
NULL              433 source3/lib/ldb/ldb_tdb/ldb_cache.c 	time_t t = time(NULL);
NULL              434 source3/lib/ldb/ldb_tdb/ldb_cache.c 	char *s = NULL;
NULL              438 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg == NULL) {
NULL              452 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg->dn == NULL) {
NULL              458 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (el[0].name == NULL) {
NULL              470 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (el[1].name == NULL) {
NULL              480 source3/lib/ldb/ldb_tdb/ldb_cache.c 	if (s == NULL) {
NULL              552 source3/lib/ldb/ldb_tdb/ldb_cache.c 	for (i = 0; ltdb_valid_attr_flags[i].name != NULL; i++) {
NULL              116 source3/lib/ldb/ldb_tdb/ldb_index.c 		return NULL;
NULL              125 source3/lib/ldb/ldb_tdb/ldb_index.c 		return NULL;
NULL              129 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (!vstr) return NULL;
NULL              136 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (dn == NULL) return NULL;
NULL              199 source3/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              203 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (ldb_msg_find_idx(index_list, tree->u.equality.attr, NULL, LTDB_IDXATTR) == -1) {
NULL              213 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL              277 source3/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              283 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (subclasses == NULL) {
NULL              297 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (tree2.u.equality.value.data == NULL) {
NULL              302 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (list2 == NULL) {
NULL              335 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (list->dn == NULL) {
NULL              340 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (list->dn[0] == NULL) {
NULL              368 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (list3 == NULL) {
NULL              458 source3/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              466 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (list2 == NULL) {
NULL              542 source3/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              550 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (list2 == NULL) {
NULL              641 source3/lib/ldb/ldb_tdb/ldb_index.c 	struct ldb_reply *ares = NULL;
NULL              669 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (dn == NULL) {
NULL              742 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (dn_list == NULL) {
NULL              749 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (dn_list->dn == NULL) {
NULL              754 source3/lib/ldb/ldb_tdb/ldb_index.c 		if (dn_list->dn[0] == NULL) {
NULL              861 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL              883 source3/lib/ldb/ldb_tdb/ldb_index.c 		msg->elements = NULL;
NULL              926 source3/lib/ldb/ldb_tdb/ldb_index.c 				       NULL, LTDB_IDXATTR);
NULL              953 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (dn == NULL) {
NULL              987 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1057 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (dn == NULL) {
NULL             1063 source3/lib/ldb/ldb_tdb/ldb_index.c 				       NULL, LTDB_IDXATTR);
NULL             1100 source3/lib/ldb/ldb_tdb/ldb_index.c 	char *dn = NULL;
NULL             1110 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1123 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (key2.dptr == NULL) {
NULL             1136 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (msg->dn == NULL) {
NULL             1166 source3/lib/ldb/ldb_tdb/ldb_index.c 	ret = tdb_traverse(ltdb->tdb, delete_index, NULL);
NULL               92 source3/lib/ldb/ldb_tdb/ldb_pack.c 	if (dn == NULL) {
NULL              173 source3/lib/ldb/ldb_tdb/ldb_pack.c 	message->elements = NULL;
NULL              189 source3/lib/ldb/ldb_tdb/ldb_pack.c 		message->dn = NULL;
NULL              199 source3/lib/ldb/ldb_tdb/ldb_pack.c 		if (message->dn == NULL) {
NULL              213 source3/lib/ldb/ldb_tdb/ldb_pack.c 		message->elements = NULL;
NULL              243 source3/lib/ldb/ldb_tdb/ldb_pack.c 		if (message->elements[i].name == NULL) {
NULL              250 source3/lib/ldb/ldb_tdb/ldb_pack.c 		message->elements[i].values = NULL;
NULL              271 source3/lib/ldb/ldb_tdb/ldb_pack.c 			if (message->elements[i].values[j].data == NULL) {
NULL               73 source3/lib/ldb/ldb_tdb/ldb_search.c 		elnew->values = NULL;
NULL              153 source3/lib/ldb/ldb_tdb/ldb_search.c 		return NULL;
NULL              159 source3/lib/ldb/ldb_tdb/ldb_search.c 		return NULL;
NULL              163 source3/lib/ldb/ldb_tdb/ldb_search.c 	ret->elements = NULL;
NULL              168 source3/lib/ldb/ldb_tdb/ldb_search.c 			return NULL;
NULL              179 source3/lib/ldb/ldb_tdb/ldb_search.c 				return NULL;
NULL              186 source3/lib/ldb/ldb_tdb/ldb_search.c 				return NULL;
NULL              197 source3/lib/ldb/ldb_tdb/ldb_search.c 			return NULL;				
NULL              233 source3/lib/ldb/ldb_tdb/ldb_search.c 	msg->elements = NULL;
NULL              301 source3/lib/ldb/ldb_tdb/ldb_search.c 	(*res)[(*count)+1] = NULL;
NULL              368 source3/lib/ldb/ldb_tdb/ldb_search.c 	struct ldb_reply *ares = NULL;
NULL              400 source3/lib/ldb/ldb_tdb/ldb_search.c 		if (ares->message->dn == NULL) {
NULL              469 source3/lib/ldb/ldb_tdb/ldb_search.c 	if ((req->op.search.base == NULL || ldb_dn_get_comp_num(req->op.search.base) == 0) &&
NULL              482 source3/lib/ldb/ldb_tdb/ldb_search.c 	if (req->op.search.tree == NULL) {
NULL              488 source3/lib/ldb/ldb_tdb/ldb_search.c 	if (req->handle == NULL) {
NULL               88 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (h == NULL) {
NULL               90 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		return NULL;
NULL               96 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (ac == NULL) {
NULL               99 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		return NULL;
NULL              125 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	char *key_str = NULL;
NULL              126 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	char *dn_folded = NULL;
NULL              160 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	key.dptr = NULL;
NULL              302 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->controls != NULL) {
NULL              310 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->handle == NULL) {
NULL              322 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		ret = ltdb_ac->callback(module->ldb, ltdb_ac->context, NULL);
NULL              361 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              406 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->controls != NULL) {
NULL              413 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	req->handle = NULL;
NULL              420 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->handle == NULL) {
NULL              432 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		ret = ltdb_ac->callback(module->ldb, ltdb_ac->context, NULL);
NULL              484 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	e2->values = NULL;
NULL              513 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (dn == NULL) {
NULL              613 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg2 == NULL) {
NULL              665 source3/lib/ldb/ldb_tdb/ldb_tdb.c 			if (vals == NULL) {
NULL              696 source3/lib/ldb/ldb_tdb/ldb_tdb.c 			if (dn == NULL) {
NULL              766 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->controls != NULL) {
NULL              773 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	req->handle = NULL;
NULL              776 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->handle == NULL) {
NULL              799 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		ret = ltdb_ac->callback(module->ldb, ltdb_ac->context, NULL);
NULL              816 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->controls != NULL) {
NULL              823 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	req->handle = NULL;
NULL              830 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->handle == NULL) {
NULL              836 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              870 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		ret = ltdb_ac->callback(module->ldb, ltdb_ac->context, NULL);
NULL              921 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (req->controls != NULL) {
NULL              938 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ldb_message *msg = NULL;
NULL              942 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (tmp_ctx == NULL) {
NULL              948 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              973 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		const char *date = ldb_msg_find_attr_as_string(msg, LTDB_MOD_TIMESTAMP, NULL);
NULL             1061 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	if ((*module) == NULL) {
NULL             1068 source3/lib/ldb/ldb_tdb/ldb_tdb.c 	(*module)->prev = (*module)->next = NULL;
NULL              116 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 					return NULL;
NULL              124 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	if (w == NULL) {
NULL              125 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              128 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	w->tdb = tdb_open_ex(path, hash_size, tdb_flags, open_flags, mode, &log_ctx, NULL);
NULL              129 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	if (w->tdb == NULL) {
NULL              131 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              137 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              146 source3/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	w->prev = NULL;
NULL               73 source3/lib/ldb/modules/asq.c 	if (h == NULL) {
NULL               75 source3/lib/ldb/modules/asq.c 		return NULL;
NULL               81 source3/lib/ldb/modules/asq.c 	if (ac == NULL) {
NULL               84 source3/lib/ldb/modules/asq.c 		return NULL;
NULL              107 source3/lib/ldb/modules/asq.c 	if (ac == NULL) {
NULL              115 source3/lib/ldb/modules/asq.c 	if (ares == NULL)
NULL              129 source3/lib/ldb/modules/asq.c 	if (ares->controls == NULL)
NULL              133 source3/lib/ldb/modules/asq.c 	if (ares->controls[i] == NULL)
NULL              140 source3/lib/ldb/modules/asq.c 	if (asq == NULL)
NULL              147 source3/lib/ldb/modules/asq.c 	ares->controls[i + 1] = NULL;
NULL              221 source3/lib/ldb/modules/asq.c 	if (control == NULL) {
NULL              226 source3/lib/ldb/modules/asq.c 	req->handle = NULL;
NULL              258 source3/lib/ldb/modules/asq.c 	if (ac->req_attribute == NULL)
NULL              263 source3/lib/ldb/modules/asq.c 	if (ac->base_req == NULL)
NULL              270 source3/lib/ldb/modules/asq.c 	if (base_attrs == NULL)
NULL              273 source3/lib/ldb/modules/asq.c 	if (base_attrs[0] == NULL)
NULL              275 source3/lib/ldb/modules/asq.c 	base_attrs[1] = NULL;
NULL              304 source3/lib/ldb/modules/asq.c 	if (ac->base_res == NULL) {
NULL              309 source3/lib/ldb/modules/asq.c 	if (el == NULL) {
NULL              318 source3/lib/ldb/modules/asq.c 	if (ac->reqs == NULL) {
NULL              325 source3/lib/ldb/modules/asq.c 		if (ac->reqs[i] == NULL)
NULL              329 source3/lib/ldb/modules/asq.c 		if (ac->reqs[i]->op.search.base == NULL) {
NULL              393 source3/lib/ldb/modules/asq.c 		if (ac->reqs[ac->cur_req]->handle == NULL) {
NULL              461 source3/lib/ldb/modules/asq.c 	if (req == NULL) {
NULL              110 source3/lib/ldb/modules/ldb_map.c 	if (ac == NULL) {
NULL              112 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              127 source3/lib/ldb/modules/ldb_map.c 	if (sc == NULL) {
NULL              129 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              133 source3/lib/ldb/modules/ldb_map.c 	sc->local_res = NULL;
NULL              146 source3/lib/ldb/modules/ldb_map.c 	if (h == NULL) {
NULL              148 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              154 source3/lib/ldb/modules/ldb_map.c 	if (ac == NULL) {
NULL              156 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              257 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              271 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              290 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              297 source3/lib/ldb/modules/ldb_map.c 	const struct ldb_map_attribute *wildcard = NULL;
NULL              346 source3/lib/ldb/modules/ldb_map.c 	if (map == NULL) {
NULL              359 source3/lib/ldb/modules/ldb_map.c 	if (map == NULL) {
NULL              372 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              379 source3/lib/ldb/modules/ldb_map.c 	if (map == NULL) {
NULL              401 source3/lib/ldb/modules/ldb_map.c 	if (*attrs == NULL) {
NULL              410 source3/lib/ldb/modules/ldb_map.c 	(*attrs)[i+k] = NULL;
NULL              467 source3/lib/ldb/modules/ldb_map.c 	if (dn == NULL) {
NULL              468 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              472 source3/lib/ldb/modules/ldb_map.c 	if (newdn == NULL) {
NULL              474 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              482 source3/lib/ldb/modules/ldb_map.c 		if (map == NULL) {
NULL              497 source3/lib/ldb/modules/ldb_map.c 			if (map->u.convert.convert_local == NULL) {
NULL              507 source3/lib/ldb/modules/ldb_map.c 			if (name == NULL) goto failed;
NULL              510 source3/lib/ldb/modules/ldb_map.c 			if (value.data == NULL) goto failed;
NULL              525 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              539 source3/lib/ldb/modules/ldb_map.c 	if (dn == NULL) {
NULL              540 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              544 source3/lib/ldb/modules/ldb_map.c 	if (newdn == NULL) {
NULL              546 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              554 source3/lib/ldb/modules/ldb_map.c 		if (map == NULL) {
NULL              569 source3/lib/ldb/modules/ldb_map.c 			if (map->u.convert.convert_remote == NULL) {
NULL              579 source3/lib/ldb/modules/ldb_map.c 			if (name == NULL) goto failed;
NULL              582 source3/lib/ldb/modules/ldb_map.c 			if (value.data == NULL) goto failed;
NULL              597 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              685 source3/lib/ldb/modules/ldb_map.c 	if (oc == NULL) {
NULL              691 source3/lib/ldb/modules/ldb_map.c 	if (el == NULL) {
NULL              699 source3/lib/ldb/modules/ldb_map.c 	if (el->values == NULL) {
NULL              756 source3/lib/ldb/modules/ldb_map.c 	if (oc == NULL) {
NULL              757 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              762 source3/lib/ldb/modules/ldb_map.c 	if (el == NULL) {
NULL              764 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              770 source3/lib/ldb/modules/ldb_map.c 	if (el->values == NULL) {
NULL              773 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              791 source3/lib/ldb/modules/ldb_map.c 		if (el->values == NULL) {
NULL              794 source3/lib/ldb/modules/ldb_map.c 			return NULL;
NULL              831 source3/lib/ldb/modules/ldb_map.c 	if (context == NULL || ares == NULL) {
NULL              863 source3/lib/ldb/modules/ldb_map.c 	if (req == NULL) {
NULL              865 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              876 source3/lib/ldb/modules/ldb_map.c 		req->op.search.tree = ldb_parse_tree(req, NULL);
NULL              877 source3/lib/ldb/modules/ldb_map.c 		if (req->op.search.tree == NULL) {
NULL              879 source3/lib/ldb/modules/ldb_map.c 			return NULL;
NULL              883 source3/lib/ldb/modules/ldb_map.c 	req->controls = NULL;
NULL              897 source3/lib/ldb/modules/ldb_map.c 	static const char * const attrs[] = { IS_MAPPED, NULL };
NULL              903 source3/lib/ldb/modules/ldb_map.c 	if (tree == NULL) {
NULL              905 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              923 source3/lib/ldb/modules/ldb_map.c 	if (req == NULL) {
NULL              925 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL              930 source3/lib/ldb/modules/ldb_map.c 	if (msg == NULL) {
NULL              938 source3/lib/ldb/modules/ldb_map.c 	if (dn == NULL) {
NULL              941 source3/lib/ldb/modules/ldb_map.c 	if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              950 source3/lib/ldb/modules/ldb_map.c 	req->controls = NULL;
NULL              951 source3/lib/ldb/modules/ldb_map.c 	req->handle = NULL;
NULL              952 source3/lib/ldb/modules/ldb_map.c 	req->context = NULL;
NULL              953 source3/lib/ldb/modules/ldb_map.c 	req->callback = NULL;
NULL              959 source3/lib/ldb/modules/ldb_map.c 	return NULL;
NULL              995 source3/lib/ldb/modules/ldb_map.c 	return NULL;		/* unreachable; silences a warning */
NULL             1005 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL             1010 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL             1017 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL             1024 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL             1033 source3/lib/ldb/modules/ldb_map.c 		return NULL;
NULL             1036 source3/lib/ldb/modules/ldb_map.c 	return NULL;		/* unreachable; silences a warning */
NULL             1047 source3/lib/ldb/modules/ldb_map.c 	if (handle == NULL || handle->private_data == NULL) {
NULL             1168 source3/lib/ldb/modules/ldb_map.c 				 .remote_names = { "objectClass", NULL },
NULL             1175 source3/lib/ldb/modules/ldb_map.c 		.local_name = NULL,
NULL             1183 source3/lib/ldb/modules/ldb_map.c 	static const char * const attrs[] = { MAP_DN_FROM, MAP_DN_TO, NULL };
NULL             1190 source3/lib/ldb/modules/ldb_map.c 		data->local_base_dn = NULL;
NULL             1191 source3/lib/ldb/modules/ldb_map.c 		data->remote_base_dn = NULL;
NULL             1195 source3/lib/ldb/modules/ldb_map.c 	dn = ldb_dn_string_compose(data, NULL, "%s=%s", MAP_DN_NAME, name);
NULL             1196 source3/lib/ldb/modules/ldb_map.c 	if (dn == NULL) {
NULL             1202 source3/lib/ldb/modules/ldb_map.c 	ret = ldb_search(module->ldb, module->ldb, &res, dn, LDB_SCOPE_BASE, attrs, NULL);
NULL             1244 source3/lib/ldb/modules/ldb_map.c 	if (data->attribute_maps == NULL) {
NULL             1289 source3/lib/ldb/modules/ldb_map.c 	if (data == NULL) {
NULL               42 source3/lib/ldb/modules/ldb_map_inbound.c 	if (el == NULL) {
NULL               44 source3/lib/ldb/modules/ldb_map_inbound.c 		return NULL;
NULL               49 source3/lib/ldb/modules/ldb_map_inbound.c 	if (el->values == NULL) {
NULL               52 source3/lib/ldb/modules/ldb_map_inbound.c 		return NULL;
NULL               70 source3/lib/ldb/modules/ldb_map_inbound.c 	struct ldb_message_element *el=NULL;
NULL               73 source3/lib/ldb/modules/ldb_map_inbound.c 	if (map == NULL) {
NULL               85 source3/lib/ldb/modules/ldb_map_inbound.c 		if (map->u.convert.convert_local == NULL) {
NULL               99 source3/lib/ldb/modules/ldb_map_inbound.c 		if (map->u.generate.generate_remote == NULL) {
NULL              117 source3/lib/ldb/modules/ldb_map_inbound.c 	if (el == NULL) {
NULL              125 source3/lib/ldb/modules/ldb_map_inbound.c 	if (el == NULL) {
NULL              244 source3/lib/ldb/modules/ldb_map_inbound.c 	if (h == NULL) {
NULL              251 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_req == NULL) {
NULL              257 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->context = NULL;
NULL              258 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->callback = NULL;
NULL              262 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->remote_req == NULL) {
NULL              268 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->context = NULL;
NULL              269 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->callback = NULL;
NULL              273 source3/lib/ldb/modules/ldb_map_inbound.c 	if (local == NULL) {
NULL              280 source3/lib/ldb/modules/ldb_map_inbound.c 	if (remote == NULL) {
NULL              340 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              347 source3/lib/ldb/modules/ldb_map_inbound.c 		if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_ADD, NULL) != 0) {
NULL              399 source3/lib/ldb/modules/ldb_map_inbound.c 	if (h == NULL) {
NULL              406 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_req == NULL) {
NULL              412 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->context = NULL;
NULL              413 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->callback = NULL;
NULL              417 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->remote_req == NULL) {
NULL              423 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->context = NULL;
NULL              424 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->callback = NULL;
NULL              428 source3/lib/ldb/modules/ldb_map_inbound.c 	if (local == NULL) {
NULL              435 source3/lib/ldb/modules/ldb_map_inbound.c 	if (remote == NULL) {
NULL              454 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->search_req == NULL) {
NULL              495 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              527 source3/lib/ldb/modules/ldb_map_inbound.c 	if (h == NULL) {
NULL              534 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_req == NULL) {
NULL              541 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->context = NULL;
NULL              542 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->callback = NULL;
NULL              546 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->remote_req == NULL) {
NULL              559 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->context = NULL;
NULL              560 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->callback = NULL;
NULL              564 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->search_req == NULL) {
NULL              623 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              662 source3/lib/ldb/modules/ldb_map_inbound.c 	if (h == NULL) {
NULL              669 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->local_req == NULL) {
NULL              677 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->context = NULL;
NULL              678 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->local_req->callback = NULL;
NULL              682 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->remote_req == NULL) {
NULL              690 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->context = NULL;
NULL              691 source3/lib/ldb/modules/ldb_map_inbound.c 	ac->remote_req->callback = NULL;
NULL              702 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->down_req == NULL) {
NULL              708 source3/lib/ldb/modules/ldb_map_inbound.c 	if (ac->search_req == NULL) {
NULL               43 source3/lib/ldb/modules/ldb_map_outbound.c 	if (attrs == NULL)
NULL               44 source3/lib/ldb/modules/ldb_map_outbound.c 		return NULL;
NULL               48 source3/lib/ldb/modules/ldb_map_outbound.c 	if (result == NULL) {
NULL               51 source3/lib/ldb/modules/ldb_map_outbound.c 	result[0] = NULL;
NULL               58 source3/lib/ldb/modules/ldb_map_outbound.c 			if (result == NULL) {
NULL               63 source3/lib/ldb/modules/ldb_map_outbound.c 			result[last+1] = NULL;
NULL               73 source3/lib/ldb/modules/ldb_map_outbound.c 	return NULL;
NULL               83 source3/lib/ldb/modules/ldb_map_outbound.c 	const char *name=NULL;
NULL               89 source3/lib/ldb/modules/ldb_map_outbound.c 	if (result == NULL) {
NULL               92 source3/lib/ldb/modules/ldb_map_outbound.c 	result[0] = NULL;
NULL               97 source3/lib/ldb/modules/ldb_map_outbound.c 			const char **new_attrs = NULL;
NULL              122 source3/lib/ldb/modules/ldb_map_outbound.c 		if (map == NULL) {
NULL              143 source3/lib/ldb/modules/ldb_map_outbound.c 				if (result == NULL) {
NULL              148 source3/lib/ldb/modules/ldb_map_outbound.c 				result[last+1] = NULL;
NULL              156 source3/lib/ldb/modules/ldb_map_outbound.c 		if (result == NULL) {
NULL              161 source3/lib/ldb/modules/ldb_map_outbound.c 		result[last+1] = NULL;
NULL              170 source3/lib/ldb/modules/ldb_map_outbound.c 	return NULL;
NULL              194 source3/lib/ldb/modules/ldb_map_outbound.c 	if (old == NULL) {
NULL              226 source3/lib/ldb/modules/ldb_map_outbound.c 	if (el == NULL) {
NULL              228 source3/lib/ldb/modules/ldb_map_outbound.c 		return NULL;
NULL              233 source3/lib/ldb/modules/ldb_map_outbound.c 	if (el->values == NULL) {
NULL              236 source3/lib/ldb/modules/ldb_map_outbound.c 		return NULL;
NULL              240 source3/lib/ldb/modules/ldb_map_outbound.c 	if (el->name == NULL) {
NULL              243 source3/lib/ldb/modules/ldb_map_outbound.c 		return NULL;
NULL              259 source3/lib/ldb/modules/ldb_map_outbound.c 	struct ldb_message_element *old, *el=NULL;
NULL              260 source3/lib/ldb/modules/ldb_map_outbound.c 	const char *remote_name = NULL;
NULL              271 source3/lib/ldb/modules/ldb_map_outbound.c 	if (map == NULL) {
NULL              296 source3/lib/ldb/modules/ldb_map_outbound.c 		if (map->u.convert.convert_remote == NULL) {
NULL              315 source3/lib/ldb/modules/ldb_map_outbound.c 		if (map->u.generate.generate_local == NULL) {
NULL              331 source3/lib/ldb/modules/ldb_map_outbound.c 	if (el == NULL) {
NULL              344 source3/lib/ldb/modules/ldb_map_outbound.c 	struct ldb_message_element *el=NULL;
NULL              354 source3/lib/ldb/modules/ldb_map_outbound.c 			if (el == NULL) {
NULL              454 source3/lib/ldb/modules/ldb_map_outbound.c 	if (msg == NULL) {
NULL              468 source3/lib/ldb/modules/ldb_map_outbound.c 	if (dn == NULL) {
NULL              517 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree == NULL) {
NULL              556 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              569 source3/lib/ldb/modules/ldb_map_outbound.c 	if (child == NULL) {
NULL              571 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              587 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              595 source3/lib/ldb/modules/ldb_map_outbound.c 	if ((*new)->u.list.elements == NULL) {
NULL              620 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              636 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              649 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree == NULL) {
NULL              662 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              679 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              692 source3/lib/ldb/modules/ldb_map_outbound.c 	if (child == NULL) {
NULL              694 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              710 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              718 source3/lib/ldb/modules/ldb_map_outbound.c 	if ((*new)->u.list.elements == NULL) {
NULL              743 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              761 source3/lib/ldb/modules/ldb_map_outbound.c 	if (*new == NULL) {
NULL              803 source3/lib/ldb/modules/ldb_map_outbound.c 	if (attr == NULL) {
NULL              805 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              822 source3/lib/ldb/modules/ldb_map_outbound.c 		(*new)->u.substring.chunks = NULL;
NULL              827 source3/lib/ldb/modules/ldb_map_outbound.c 				*new = NULL;
NULL              833 source3/lib/ldb/modules/ldb_map_outbound.c 				*new = NULL;
NULL              837 source3/lib/ldb/modules/ldb_map_outbound.c 			(*new)->u.substring.chunks[i+1] = NULL;
NULL              867 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree == NULL) {
NULL              880 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              894 source3/lib/ldb/modules/ldb_map_outbound.c 		*new = NULL;
NULL              907 source3/lib/ldb/modules/ldb_map_outbound.c 	*local_tree = NULL;
NULL              908 source3/lib/ldb/modules/ldb_map_outbound.c 	*remote_tree = NULL;
NULL              911 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree == NULL) {
NULL              949 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree == NULL) {
NULL              962 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tmp_ctx == NULL) {
NULL              968 source3/lib/ldb/modules/ldb_map_outbound.c 	if (tree_attrs == NULL) {
NULL              972 source3/lib/ldb/modules/ldb_map_outbound.c 	tree_attrs[0] = NULL;
NULL             1016 source3/lib/ldb/modules/ldb_map_outbound.c 	if (req->callback == NULL) {
NULL             1055 source3/lib/ldb/modules/ldb_map_outbound.c 	if (context == NULL || ares == NULL) {
NULL             1087 source3/lib/ldb/modules/ldb_map_outbound.c 		if (sc->local_res == NULL) {
NULL             1108 source3/lib/ldb/modules/ldb_map_outbound.c 	if (context == NULL || ares == NULL) {
NULL             1135 source3/lib/ldb/modules/ldb_map_outbound.c 	if (sc == NULL) {
NULL             1144 source3/lib/ldb/modules/ldb_map_outbound.c 	if (ac->search_reqs == NULL) {
NULL             1151 source3/lib/ldb/modules/ldb_map_outbound.c 					    NULL, NULL, sc, map_local_merge_callback);
NULL             1152 source3/lib/ldb/modules/ldb_map_outbound.c 	if (req == NULL) {
NULL             1158 source3/lib/ldb/modules/ldb_map_outbound.c 	ac->search_reqs[ac->num_searches] = NULL;
NULL             1171 source3/lib/ldb/modules/ldb_map_outbound.c 	const char *wildcard[] = { "*", NULL };
NULL             1188 source3/lib/ldb/modules/ldb_map_outbound.c 	if (h == NULL) {
NULL             1194 source3/lib/ldb/modules/ldb_map_outbound.c 	if (ac->search_reqs == NULL) {
NULL             1199 source3/lib/ldb/modules/ldb_map_outbound.c 	ac->search_reqs[1] = NULL;
NULL             1203 source3/lib/ldb/modules/ldb_map_outbound.c 	if (ac->search_reqs[0] == NULL) {
NULL             1217 source3/lib/ldb/modules/ldb_map_outbound.c 	if (attrs == NULL) {
NULL             1238 source3/lib/ldb/modules/ldb_map_outbound.c 	if (((local_tree != NULL) && (remote_tree != NULL)) &&
NULL             1241 source3/lib/ldb/modules/ldb_map_outbound.c 		local_tree = NULL;
NULL             1242 source3/lib/ldb/modules/ldb_map_outbound.c 		remote_tree = NULL;
NULL             1245 source3/lib/ldb/modules/ldb_map_outbound.c 	if (local_tree == NULL) {
NULL             1248 source3/lib/ldb/modules/ldb_map_outbound.c 		if (local_tree == NULL) {
NULL             1256 source3/lib/ldb/modules/ldb_map_outbound.c 	if (remote_tree == NULL) {
NULL             1258 source3/lib/ldb/modules/ldb_map_outbound.c 		remote_tree = ldb_parse_tree(ac->search_reqs[0], NULL);
NULL             1259 source3/lib/ldb/modules/ldb_map_outbound.c 		if (remote_tree == NULL) {
NULL               64 source3/lib/ldb/modules/objectclass.c 	if (h == NULL) {
NULL               66 source3/lib/ldb/modules/objectclass.c 		return NULL;
NULL               72 source3/lib/ldb/modules/objectclass.c 	if (ac == NULL) {
NULL               75 source3/lib/ldb/modules/objectclass.c 		return NULL;
NULL               96 source3/lib/ldb/modules/objectclass.c 	struct class_list *sorted = NULL, *parent_class = NULL,
NULL               97 source3/lib/ldb/modules/objectclass.c 		*subclass = NULL, *unsorted = NULL, *current, *poss_subclass;
NULL              182 source3/lib/ldb/modules/objectclass.c 		subclass = NULL;
NULL              225 source3/lib/ldb/modules/objectclass.c 	if (mem_ctx == NULL) {
NULL              236 source3/lib/ldb/modules/objectclass.c 	if (down_req == NULL) {
NULL              246 source3/lib/ldb/modules/objectclass.c 	if (down_req->op.add.message == NULL) {
NULL              252 source3/lib/ldb/modules/objectclass.c 	ret = ldb_msg_add_empty(msg, "objectClass", 0, NULL);
NULL              323 source3/lib/ldb/modules/objectclass.c 		if (mem_ctx == NULL) {
NULL              329 source3/lib/ldb/modules/objectclass.c 		if (down_req == NULL) {
NULL              339 source3/lib/ldb/modules/objectclass.c 		if (down_req->op.add.message == NULL) {
NULL              353 source3/lib/ldb/modules/objectclass.c 		ret = ldb_msg_add_empty(msg, "objectClass", LDB_FLAG_MOD_REPLACE, NULL);
NULL              405 source3/lib/ldb/modules/objectclass.c 		if (ac->down_req == NULL) {
NULL              412 source3/lib/ldb/modules/objectclass.c 		ac->down_req->context = NULL;
NULL              413 source3/lib/ldb/modules/objectclass.c 		ac->down_req->callback = NULL;
NULL              435 source3/lib/ldb/modules/objectclass.c 		if (ac->search_res != NULL) {
NULL              452 source3/lib/ldb/modules/objectclass.c 	static const char * const attrs[] = { "objectClass", NULL };
NULL              458 source3/lib/ldb/modules/objectclass.c 	if (ac->search_req == NULL) {
NULL              466 source3/lib/ldb/modules/objectclass.c 	ac->search_req->op.search.tree = ldb_parse_tree(ac->search_req, NULL);
NULL              467 source3/lib/ldb/modules/objectclass.c 	if (ac->search_req->op.search.tree == NULL) {
NULL              472 source3/lib/ldb/modules/objectclass.c 	ac->search_req->controls = NULL;
NULL              494 source3/lib/ldb/modules/objectclass.c 	if (mem_ctx == NULL) {
NULL              499 source3/lib/ldb/modules/objectclass.c 	if (ac->mod_req == NULL) {
NULL              505 source3/lib/ldb/modules/objectclass.c 	ac->mod_req->controls = NULL;
NULL              507 source3/lib/ldb/modules/objectclass.c 	ac->mod_req->callback = NULL;
NULL              512 source3/lib/ldb/modules/objectclass.c 	if (msg == NULL) {
NULL              539 source3/lib/ldb/modules/objectclass.c 	ret = ldb_msg_add_empty(msg, "objectClass", LDB_FLAG_MOD_REPLACE, NULL);
NULL               86 source3/lib/ldb/modules/operational.c 	if (canonicalName == NULL) {
NULL              114 source3/lib/ldb/modules/operational.c 	{ "createTimestamp", "whenCreated", NULL },
NULL              115 source3/lib/ldb/modules/operational.c 	{ "modifyTimestamp", "whenChanged", NULL },
NULL              116 source3/lib/ldb/modules/operational.c 	{ "structuralObjectClass", "objectClass", NULL },
NULL              152 source3/lib/ldb/modules/operational.c 			if (search_sub[i].replace == NULL ||
NULL              215 source3/lib/ldb/modules/operational.c 	const char **search_attrs = NULL;
NULL              218 source3/lib/ldb/modules/operational.c 	req->handle = NULL;
NULL              221 source3/lib/ldb/modules/operational.c 	if (ac == NULL) {
NULL              231 source3/lib/ldb/modules/operational.c 	if (down_req == NULL) {
NULL              260 source3/lib/ldb/modules/operational.c 					if (search_attrs == NULL) {
NULL               89 source3/lib/ldb/modules/paged_results.c 		store->priv->store = NULL;
NULL              105 source3/lib/ldb/modules/paged_results.c 	if (!newr) return NULL;
NULL              112 source3/lib/ldb/modules/paged_results.c 		return NULL;
NULL              115 source3/lib/ldb/modules/paged_results.c 	newr->timestamp = time(NULL);
NULL              117 source3/lib/ldb/modules/paged_results.c 	newr->first = NULL;
NULL              119 source3/lib/ldb/modules/paged_results.c 	newr->first_ref = NULL;
NULL              120 source3/lib/ldb/modules/paged_results.c 	newr->controls = NULL;
NULL              123 source3/lib/ldb/modules/paged_results.c 	newr->prev = NULL;
NULL              125 source3/lib/ldb/modules/paged_results.c 	if (priv->store != NULL) priv->store->prev = newr;
NULL              151 source3/lib/ldb/modules/paged_results.c 	if (h == NULL) {
NULL              153 source3/lib/ldb/modules/paged_results.c 		return NULL;
NULL              159 source3/lib/ldb/modules/paged_results.c 	if (ac == NULL) {
NULL              162 source3/lib/ldb/modules/paged_results.c 		return NULL;
NULL              179 source3/lib/ldb/modules/paged_results.c 	struct paged_context *ac = NULL;
NULL              189 source3/lib/ldb/modules/paged_results.c 		if (ac->store->first == NULL) {
NULL              195 source3/lib/ldb/modules/paged_results.c 		if (ac->store->last == NULL) {
NULL              202 source3/lib/ldb/modules/paged_results.c 		ac->store->last->next = NULL;
NULL              206 source3/lib/ldb/modules/paged_results.c 		if (ac->store->first_ref == NULL) {
NULL              212 source3/lib/ldb/modules/paged_results.c 		if (ac->store->last_ref == NULL) {
NULL              217 source3/lib/ldb/modules/paged_results.c 		ac->store->last_ref->next = NULL;
NULL              244 source3/lib/ldb/modules/paged_results.c 	if (control == NULL) {
NULL              251 source3/lib/ldb/modules/paged_results.c 	req->handle = NULL;
NULL              276 source3/lib/ldb/modules/paged_results.c 		if (ac->store == NULL) {
NULL              306 source3/lib/ldb/modules/paged_results.c 		struct results_store *current = NULL;
NULL              310 source3/lib/ldb/modules/paged_results.c 				current->timestamp = time(NULL);
NULL              314 source3/lib/ldb/modules/paged_results.c 		if (current == NULL) {
NULL              349 source3/lib/ldb/modules/paged_results.c 	if (ac->store == NULL)
NULL              369 source3/lib/ldb/modules/paged_results.c 	while (ac->store->first_ref != NULL) {
NULL              383 source3/lib/ldb/modules/paged_results.c 	if (ares == NULL) {
NULL              390 source3/lib/ldb/modules/paged_results.c 	if (ac->store->controls != NULL) {
NULL              399 source3/lib/ldb/modules/paged_results.c 	if (ares->controls == NULL) {
NULL              405 source3/lib/ldb/modules/paged_results.c 	if (ares->controls[i] == NULL) {
NULL              411 source3/lib/ldb/modules/paged_results.c 	if (ares->controls[i]->oid == NULL) {
NULL              417 source3/lib/ldb/modules/paged_results.c 	ares->controls[i + 1] = NULL;
NULL              420 source3/lib/ldb/modules/paged_results.c 	if (paged == NULL) {
NULL              429 source3/lib/ldb/modules/paged_results.c 		paged->cookie = NULL;
NULL              529 source3/lib/ldb/modules/paged_results.c 	if (data == NULL) {
NULL              534 source3/lib/ldb/modules/paged_results.c 	data->store = NULL;
NULL              538 source3/lib/ldb/modules/paged_results.c 	if (req == NULL) {
NULL              544 source3/lib/ldb/modules/paged_results.c 	req->controls = NULL;
NULL               70 source3/lib/ldb/modules/paged_searches.c 	if (h == NULL) {
NULL               72 source3/lib/ldb/modules/paged_searches.c 		return NULL;
NULL               78 source3/lib/ldb/modules/paged_searches.c 	if (ac == NULL) {
NULL               81 source3/lib/ldb/modules/paged_searches.c 		return NULL;
NULL               94 source3/lib/ldb/modules/paged_searches.c 	ac->saved_referrals = NULL;
NULL              155 source3/lib/ldb/modules/paged_searches.c 	ac->saved_referrals[ac->num_referrals] = NULL;
NULL              182 source3/lib/ldb/modules/paged_searches.c 	struct ps_context *ac = NULL;
NULL              273 source3/lib/ldb/modules/paged_searches.c 	control->cookie = NULL;
NULL              280 source3/lib/ldb/modules/paged_searches.c 	ac->new_req->controls[1] = NULL;
NULL              307 source3/lib/ldb/modules/paged_searches.c 	ac->new_req->handle = NULL;
NULL              407 source3/lib/ldb/modules/paged_searches.c 	static const char *attrs[] = { "supportedControl", NULL };
NULL              413 source3/lib/ldb/modules/paged_searches.c 	if (data == NULL) {
NULL              420 source3/lib/ldb/modules/paged_searches.c 	if (req == NULL) {
NULL              430 source3/lib/ldb/modules/paged_searches.c 	if (req->op.search.tree == NULL) {
NULL              437 source3/lib/ldb/modules/paged_searches.c 	req->controls = NULL;
NULL               52 source3/lib/ldb/modules/rdn_name.c 	return NULL;
NULL               72 source3/lib/ldb/modules/rdn_name.c 	if (down_req == NULL) {
NULL               79 source3/lib/ldb/modules/rdn_name.c 	if (msg == NULL) {
NULL               84 source3/lib/ldb/modules/rdn_name.c 	if (rdn_name == NULL) {
NULL               92 source3/lib/ldb/modules/rdn_name.c 	if ((attribute = rdn_name_find_attribute(msg, "name")) != NULL ) {
NULL               96 source3/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, "name", &rdn_val, NULL) != 0) {
NULL              104 source3/lib/ldb/modules/rdn_name.c 		if (ldb_msg_add_value(msg, rdn_name, &rdn_val, NULL) != 0) {
NULL              160 source3/lib/ldb/modules/rdn_name.c 	if (h == NULL) {
NULL              167 source3/lib/ldb/modules/rdn_name.c 	if (ac == NULL) {
NULL              178 source3/lib/ldb/modules/rdn_name.c 	if (ac->down_req == NULL) {
NULL              205 source3/lib/ldb/modules/rdn_name.c 	if (msg == NULL) {
NULL              210 source3/lib/ldb/modules/rdn_name.c 	if (msg->dn == NULL) {
NULL              215 source3/lib/ldb/modules/rdn_name.c 	if (rdn_name == NULL) {
NULL              221 source3/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_empty(msg, rdn_name, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              224 source3/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, rdn_name, &rdn_val, NULL) != 0) {
NULL              227 source3/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_empty(msg, "name", LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              230 source3/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, "name", &rdn_val, NULL) != 0) {
NULL              107 source3/lib/ldb/modules/skel.c 	if (data == NULL) {
NULL              111 source3/lib/ldb/modules/skel.c 	data->some_private_data = NULL;
NULL               73 source3/lib/ldb/modules/sort.c 	if (h == NULL) {
NULL               75 source3/lib/ldb/modules/sort.c 		return NULL;
NULL               81 source3/lib/ldb/modules/sort.c 	if (ac == NULL) {
NULL               84 source3/lib/ldb/modules/sort.c 		return NULL;
NULL              118 source3/lib/ldb/modules/sort.c 	controls[i+1] = NULL;
NULL              170 source3/lib/ldb/modules/sort.c 	struct sort_context *ac = NULL;
NULL              185 source3/lib/ldb/modules/sort.c 		ac->msgs[ac->num_msgs + 1] = NULL;
NULL              197 source3/lib/ldb/modules/sort.c 		ac->referrals[ac->num_refs + 1] = NULL;
NULL              226 source3/lib/ldb/modules/sort.c 	if (control == NULL) {
NULL              231 source3/lib/ldb/modules/sort.c 	req->handle = NULL;
NULL              253 source3/lib/ldb/modules/sort.c 	if (sort_ctrls[1] != NULL) {
NULL              415 source3/lib/ldb/modules/sort.c 	if (req == NULL) {
NULL              421 source3/lib/ldb/modules/sort.c 	req->controls = NULL;
NULL               28 source3/lib/ldb/nssldb/ldb-grp.c 	NULL
NULL               33 source3/lib/ldb/nssldb/ldb-grp.c 	NULL
NULL               57 source3/lib/ldb/nssldb/ldb-grp.c 	if (_ldb_nss_ctx->gr_res != NULL) {
NULL               59 source3/lib/ldb/nssldb/ldb-grp.c 		_ldb_nss_ctx->gr_res = NULL;
NULL               87 source3/lib/ldb/nssldb/ldb-grp.c 		_ldb_nss_ctx->gr_res = NULL;
NULL              321 source3/lib/ldb/nssldb/ldb-grp.c 	const char * attrs[] = { "uidNumber", "gidNumber", NULL };
NULL               22 source3/lib/ldb/nssldb/ldb-nss.c struct _ldb_nss_context *_ldb_nss_ctx = NULL;
NULL               30 source3/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx != NULL) {
NULL               37 source3/lib/ldb/nssldb/ldb-nss.c 			_ldb_nss_ctx = NULL;
NULL               41 source3/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx = talloc_named(NULL, 0, "_ldb_nss_ctx(%u)", mypid);
NULL               42 source3/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx == NULL) {
NULL               54 source3/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx->ldb == NULL) {
NULL               58 source3/lib/ldb/nssldb/ldb-nss.c 	ret = ldb_connect(_ldb_nss_ctx->ldb, _LDB_NSS_URL, LDB_FLG_RDONLY, NULL);
NULL               64 source3/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx->base == NULL) {
NULL               69 source3/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx->pw_res = NULL;
NULL               71 source3/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx->gr_res = NULL;
NULL               77 source3/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx = NULL;
NULL               94 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "uid", NULL);
NULL               95 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              111 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "userPassword", NULL);
NULL              112 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              141 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "gecos", NULL);
NULL              142 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              156 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "homeDirectory", NULL);
NULL              157 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              171 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "loginShell", NULL);
NULL              172 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              204 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(group, "cn", NULL);
NULL              205 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              221 source3/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(group, "userPassword", NULL);
NULL              222 source3/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              257 source3/lib/ldb/nssldb/ldb-nss.c 		tmp = ldb_msg_find_attr_as_string(members->msgs[i], "uid", NULL);
NULL              258 source3/lib/ldb/nssldb/ldb-nss.c 		if (tmp == NULL) {
NULL              274 source3/lib/ldb/nssldb/ldb-nss.c 	result->gr_mem[i] = NULL;
NULL              367 source3/lib/ldb/nssldb/ldb-nss.c 	ctrls[1] = NULL;
NULL               32 source3/lib/ldb/nssldb/ldb-pwd.c 	NULL
NULL               44 source3/lib/ldb/nssldb/ldb-pwd.c 	if (_ldb_nss_ctx->pw_res != NULL) {
NULL               46 source3/lib/ldb/nssldb/ldb-pwd.c 		_ldb_nss_ctx->pw_res = NULL;
NULL               74 source3/lib/ldb/nssldb/ldb-pwd.c 		_ldb_nss_ctx->pw_res = NULL;
NULL               41 source3/lib/ldb/samba/ldif_handlers.c 	if (sid == NULL) {
NULL               62 source3/lib/ldb/samba/ldif_handlers.c 	if (sid == NULL) {
NULL               73 source3/lib/ldb/samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              171 source3/lib/ldb/samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              250 source3/lib/ldb/samba/ldif_handlers.c 	sd = sddl_decode(mem_ctx, (const char *)in->data, NULL);
NULL              251 source3/lib/ldb/samba/ldif_handlers.c 	if (sd == NULL) {
NULL              273 source3/lib/ldb/samba/ldif_handlers.c 	if (sd == NULL) {
NULL              282 source3/lib/ldb/samba/ldif_handlers.c 	out->data = (uint8_t *)sddl_encode(mem_ctx, sd, NULL);
NULL              284 source3/lib/ldb/samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              299 source3/lib/ldb/samba/ldif_handlers.c 	struct ldb_dn *dn1 = NULL;
NULL              303 source3/lib/ldb/samba/ldif_handlers.c 	if (dn1 == NULL) {
NULL              324 source3/lib/ldb/samba/ldif_handlers.c 	struct ldb_dn *dn1 = NULL, *dn2 = NULL;
NULL              328 source3/lib/ldb/samba/ldif_handlers.c 	if (dn1 == NULL) {
NULL              334 source3/lib/ldb/samba/ldif_handlers.c 		oc1 = NULL;
NULL              338 source3/lib/ldb/samba/ldif_handlers.c 	if (dn2 == NULL) {
NULL              344 source3/lib/ldb/samba/ldif_handlers.c 		oc2 = NULL;
NULL               79 source3/lib/ldb/tools/ad2oLschema.c 		NULL
NULL              107 source3/lib/ldb/tools/ad2oLschema.c 	NULL
NULL              120 source3/lib/ldb/tools/ad2oLschema.c 							       "lDAPDisplayname", NULL);
NULL              140 source3/lib/ldb/tools/ad2oLschema.c 		res_list->msgs[res_list->count] = NULL;
NULL              195 source3/lib/ldb/tools/ad2oLschema.c 	const char *rootdse_attrs[] = {"schemaNamingContext", NULL};
NULL              201 source3/lib/ldb/tools/ad2oLschema.c 		return NULL;
NULL              205 source3/lib/ldb/tools/ad2oLschema.c 	ldb_ret = ldb_search(ldb, ldb, &rootdse_res, basedn, LDB_SCOPE_BASE, rootdse_attrs, NULL);
NULL              208 source3/lib/ldb/tools/ad2oLschema.c 		return NULL;
NULL              215 source3/lib/ldb/tools/ad2oLschema.c 		return NULL;
NULL              221 source3/lib/ldb/tools/ad2oLschema.c 		return NULL;
NULL              241 source3/lib/ldb/tools/ad2oLschema.c 	const char **attrs_skip = NULL;
NULL              246 source3/lib/ldb/tools/ad2oLschema.c 	} *oid_map = NULL;
NULL              282 source3/lib/ldb/tools/ad2oLschema.c 			oid_map[num_maps].old_oid = NULL;
NULL              288 source3/lib/ldb/tools/ad2oLschema.c 			attrs_skip[num_skip] = NULL;
NULL              317 source3/lib/ldb/tools/ad2oLschema.c 		const char *name = ldb_msg_find_attr_as_string(msg, "lDAPDisplayName", NULL);
NULL              318 source3/lib/ldb/tools/ad2oLschema.c 		const char *description = ldb_msg_find_attr_as_string(msg, "description", NULL);
NULL              319 source3/lib/ldb/tools/ad2oLschema.c 		const char *oid = ldb_msg_find_attr_as_string(msg, "attributeID", NULL);
NULL              320 source3/lib/ldb/tools/ad2oLschema.c 		const char *syntax = ldb_msg_find_attr_as_string(msg, "attributeSyntax", NULL);
NULL              323 source3/lib/ldb/tools/ad2oLschema.c 		char *schema_entry = NULL;
NULL              420 source3/lib/ldb/tools/ad2oLschema.c 		const char *name = ldb_msg_find_attr_as_string(msg, "lDAPDisplayName", NULL);
NULL              421 source3/lib/ldb/tools/ad2oLschema.c 		const char *description = ldb_msg_find_attr_as_string(msg, "description", NULL);
NULL              422 source3/lib/ldb/tools/ad2oLschema.c 		const char *oid = ldb_msg_find_attr_as_string(msg, "governsID", NULL);
NULL              423 source3/lib/ldb/tools/ad2oLschema.c 		const char *subClassOf = ldb_msg_find_attr_as_string(msg, "subClassOf", NULL);
NULL              429 source3/lib/ldb/tools/ad2oLschema.c 		char *schema_entry = NULL;
NULL              585 source3/lib/ldb/tools/ad2oLschema.c 	ctx = talloc_new(NULL);
NULL               45 source3/lib/ldb/tools/cmdline.c 	struct ldb_cmdline *ret=NULL;
NULL               59 source3/lib/ldb/tools/cmdline.c 		{ "scope",     's', POPT_ARG_STRING, NULL, 's', "search scope", "SCOPE" },
NULL               60 source3/lib/ldb/tools/cmdline.c 		{ "verbose",   'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
NULL               61 source3/lib/ldb/tools/cmdline.c 		{ "interactive", 'i', POPT_ARG_NONE, &options.interactive, 0, "input from stdin", NULL },
NULL               62 source3/lib/ldb/tools/cmdline.c 		{ "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
NULL               63 source3/lib/ldb/tools/cmdline.c 		{ "num-searches", 0, POPT_ARG_INT, &options.num_searches, 0, "number of test searches", NULL },
NULL               64 source3/lib/ldb/tools/cmdline.c 		{ "num-records", 0, POPT_ARG_INT, &options.num_records, 0, "number of test records", NULL },
NULL               65 source3/lib/ldb/tools/cmdline.c 		{ "all", 'a',    POPT_ARG_NONE, &options.all_records, 0, "(|(objectClass=*)(distinguishedName=*))", NULL },
NULL               66 source3/lib/ldb/tools/cmdline.c 		{ "nosync", 0,   POPT_ARG_NONE, &options.nosync, 0, "non-synchronous transactions", NULL },
NULL               67 source3/lib/ldb/tools/cmdline.c 		{ "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
NULL               71 source3/lib/ldb/tools/cmdline.c 		{ NULL,    'o', POPT_ARG_STRING, NULL, 'o', "ldb_connect option", "OPTION" },
NULL               72 source3/lib/ldb/tools/cmdline.c 		{ "controls", 0, POPT_ARG_STRING, NULL, 'c', "controls", NULL },
NULL               78 source3/lib/ldb/tools/cmdline.c 		{ NULL }
NULL               92 source3/lib/ldb/tools/cmdline.c 	if (ret == NULL) {
NULL              140 source3/lib/ldb/tools/cmdline.c 			if (options.options == NULL) {
NULL              145 source3/lib/ldb/tools/cmdline.c 			options.options[num_options+1] = NULL;
NULL              157 source3/lib/ldb/tools/cmdline.c 			if (options.controls == NULL) {
NULL              161 source3/lib/ldb/tools/cmdline.c 			for (p = cs, cc = 0; p != NULL; cc++) {
NULL              165 source3/lib/ldb/tools/cmdline.c 				if (t == NULL) {
NULL              167 source3/lib/ldb/tools/cmdline.c 					p = NULL;
NULL              173 source3/lib/ldb/tools/cmdline.c 			options.controls[cc] = NULL;
NULL              195 source3/lib/ldb/tools/cmdline.c 	if (ret->url == NULL) {
NULL              219 source3/lib/ldb/tools/cmdline.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              234 source3/lib/ldb/tools/cmdline.c 	return NULL;
NULL              242 source3/lib/ldb/tools/cmdline.c 	if (control_strings == NULL || control_strings[0] == NULL)
NULL              243 source3/lib/ldb/tools/cmdline.c 		return NULL;
NULL              269 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              273 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              280 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              298 source3/lib/ldb/tools/cmdline.c 				control->contextId = NULL;
NULL              319 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              339 source3/lib/ldb/tools/cmdline.c 				control->cookie = NULL;
NULL              360 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              386 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              411 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              436 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              459 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              465 source3/lib/ldb/tools/cmdline.c 			ctrl[i]->data = NULL;
NULL              482 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              490 source3/lib/ldb/tools/cmdline.c 			control->cookie = NULL;
NULL              512 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              523 source3/lib/ldb/tools/cmdline.c 				control[0]->orderingRule = NULL;
NULL              525 source3/lib/ldb/tools/cmdline.c 			control[1] = NULL;
NULL              541 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              547 source3/lib/ldb/tools/cmdline.c 			ctrl[i]->data = NULL;
NULL              562 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              568 source3/lib/ldb/tools/cmdline.c 			ctrl[i]->data = NULL;
NULL              583 source3/lib/ldb/tools/cmdline.c 				return NULL;
NULL              589 source3/lib/ldb/tools/cmdline.c 			ctrl[i]->data = NULL;
NULL              596 source3/lib/ldb/tools/cmdline.c 		return NULL;
NULL              599 source3/lib/ldb/tools/cmdline.c 	ctrl[i] = NULL;
NULL              618 source3/lib/ldb/tools/cmdline.c 	if (reply == NULL || request == NULL) return -1;
NULL              140 source3/lib/ldb/tools/convert.c 	{	.Standard_OID = NULL
NULL              153 source3/lib/ldb/tools/convert.c 	return NULL;
NULL              164 source3/lib/ldb/tools/convert.c 	return NULL;
NULL               93 source3/lib/ldb/tools/ldbadd.c 	ldb = ldb_init(NULL);
NULL               41 source3/lib/ldb/tools/ldbdel.c 	const char *attrs[] = { NULL };
NULL               83 source3/lib/ldb/tools/ldbdel.c 	ldb = ldb_init(NULL);
NULL               96 source3/lib/ldb/tools/ldbdel.c 		if (dn == NULL) {
NULL               65 source3/lib/ldb/tools/ldbedit.c 	if (mod == NULL) {
NULL              101 source3/lib/ldb/tools/ldbedit.c 	return NULL;
NULL              194 source3/lib/ldb/tools/ldbedit.c 	struct ldb_message **msgs2 = NULL;
NULL              277 source3/lib/ldb/tools/ldbedit.c 	struct ldb_result *result = NULL;
NULL              278 source3/lib/ldb/tools/ldbedit.c 	struct ldb_dn *basedn = NULL;
NULL              281 source3/lib/ldb/tools/ldbedit.c 	const char * const * attrs = NULL;
NULL              285 source3/lib/ldb/tools/ldbedit.c 	ldb = ldb_init(NULL);
NULL              301 source3/lib/ldb/tools/ldbedit.c 	if (options->basedn != NULL) {
NULL              303 source3/lib/ldb/tools/ldbedit.c 		if (basedn == NULL) {
NULL               95 source3/lib/ldb/tools/ldbmodify.c 	ldb = ldb_init(NULL);
NULL               62 source3/lib/ldb/tools/ldbrename.c 	ldb = ldb_init(NULL);
NULL               85 source3/lib/ldb/tools/ldbsearch.c 	sctx->store[sctx->num_stored] = NULL;
NULL              100 source3/lib/ldb/tools/ldbsearch.c 	sctx->refs_store[sctx->refs] = NULL;
NULL              204 source3/lib/ldb/tools/ldbsearch.c 	sctx->store = NULL;
NULL              206 source3/lib/ldb/tools/ldbsearch.c 	if (options->controls != NULL &&  sctx->req_ctrls== NULL) return -1;
NULL              210 source3/lib/ldb/tools/ldbsearch.c 	if (basedn == NULL) {
NULL              218 source3/lib/ldb/tools/ldbsearch.c 	if (req->op.search.tree == NULL) return -1;
NULL              274 source3/lib/ldb/tools/ldbsearch.c 	struct ldb_dn *basedn = NULL;
NULL              275 source3/lib/ldb/tools/ldbsearch.c 	const char * const * attrs = NULL;
NULL              282 source3/lib/ldb/tools/ldbsearch.c 	ldb = ldb_init(NULL);
NULL              299 source3/lib/ldb/tools/ldbsearch.c 	if (options->basedn != NULL) {
NULL              301 source3/lib/ldb/tools/ldbsearch.c 		if (basedn == NULL) {
NULL               43 source3/lib/ldb/tools/ldbtest.c 	gettimeofday(&tp1,NULL);
NULL               48 source3/lib/ldb/tools/ldbtest.c 	gettimeofday(&tp2,NULL);
NULL              223 source3/lib/ldb/tools/ldbtest.c 		struct ldb_result *res = NULL;
NULL              226 source3/lib/ldb/tools/ldbtest.c 		ret = ldb_search(ldb, ldb, &res, basedn, LDB_SCOPE_SUBTREE, NULL, "(uid=TEST%d)", uid);
NULL              286 source3/lib/ldb/tools/ldbtest.c 	struct ldb_result *res = NULL;
NULL              305 source3/lib/ldb/tools/ldbtest.c 	indexlist = ldb_dn_explode(NULL, "@INDEXLIST");
NULL              309 source3/lib/ldb/tools/ldbtest.c 	msg = ldb_msg_new(NULL);
NULL              319 source3/lib/ldb/tools/ldbtest.c 	basedn = ldb_dn_explode(NULL, options->basedn);
NULL              340 source3/lib/ldb/tools/ldbtest.c 	ret = ldb_connect(*ldb, options->url, flags, NULL);
NULL              346 source3/lib/ldb/tools/ldbtest.c 	ret = ldb_search(*ldb, *ldb, basedn, LDB_SCOPE_SUBTREE, NULL, "uid=test");
NULL              380 source3/lib/ldb/tools/ldbtest.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              391 source3/lib/ldb/tools/ldbtest.c 	if (options->basedn == NULL) {
NULL               73 source3/lib/ldb/tools/oLschema2ldif.c 	if ((c = strchr(string, '(')) == NULL) {
NULL               80 source3/lib/ldb/tools/oLschema2ldif.c 		if (c == NULL) return 1;
NULL              157 source3/lib/ldb/tools/oLschema2ldif.c 			if (s == NULL) return NULL;
NULL              345 source3/lib/ldb/tools/oLschema2ldif.c 	if (!c) return NULL;
NULL              369 source3/lib/ldb/tools/oLschema2ldif.c 	if (c == NULL) goto failed;
NULL              460 source3/lib/ldb/tools/oLschema2ldif.c 	return NULL;
NULL              473 source3/lib/ldb/tools/oLschema2ldif.c 	ctx = talloc_new(NULL);
NULL              494 source3/lib/ldb/tools/oLschema2ldif.c 		if (entry == NULL) exit(-1);
NULL              502 source3/lib/ldb/tools/oLschema2ldif.c 					if (ldif.msg == NULL) {
NULL              517 source3/lib/ldb/tools/oLschema2ldif.c 				if (entry == NULL) exit(-1);
NULL              526 source3/lib/ldb/tools/oLschema2ldif.c 				if (ldif.msg == NULL) {
NULL              567 source3/lib/ldb/tools/oLschema2ldif.c 	ctx = talloc_new(NULL);
NULL              573 source3/lib/ldb/tools/oLschema2ldif.c 	if (options->basedn == NULL) {
NULL              578 source3/lib/ldb/tools/oLschema2ldif.c 		if (basedn == NULL) {
NULL               64 source3/lib/memcache.c 	for (e = cache->mru; e != NULL; e = next) {
NULL               76 source3/lib/memcache.c 	if (result == NULL) {
NULL               77 source3/lib/memcache.c 		return NULL;
NULL              132 source3/lib/memcache.c 	while (node != NULL) {
NULL              143 source3/lib/memcache.c 	return NULL;
NULL              151 source3/lib/memcache.c 	if (cache == NULL) {
NULL              154 source3/lib/memcache.c 	if (cache == NULL) {
NULL              159 source3/lib/memcache.c 	if (e == NULL) {
NULL              171 source3/lib/memcache.c 		if (cache->mru == NULL) {
NULL              187 source3/lib/memcache.c 		return NULL;
NULL              191 source3/lib/memcache.c 		return NULL;
NULL              230 source3/lib/memcache.c 	while ((cache->size > cache->max_size) && (cache->lru != NULL)) {
NULL              240 source3/lib/memcache.c 	if (cache == NULL) {
NULL              243 source3/lib/memcache.c 	if (cache == NULL) {
NULL              248 source3/lib/memcache.c 	if (e == NULL) {
NULL              264 source3/lib/memcache.c 	if (cache == NULL) {
NULL              267 source3/lib/memcache.c 	if (cache == NULL) {
NULL              277 source3/lib/memcache.c 	if (e != NULL) {
NULL              303 source3/lib/memcache.c 	if (e == NULL) {
NULL              316 source3/lib/memcache.c 	parent = NULL;
NULL              334 source3/lib/memcache.c 	if (cache->lru == NULL) {
NULL              348 source3/lib/memcache.c 	if (cache == NULL) {
NULL              351 source3/lib/memcache.c 	if (cache == NULL) {
NULL              363 source3/lib/memcache.c 	if (cache == NULL) {
NULL              366 source3/lib/memcache.c 	if (cache == NULL) {
NULL              375 source3/lib/memcache.c 	if (node == NULL) {
NULL              397 source3/lib/memcache.c 		if (next == NULL) {
NULL              403 source3/lib/memcache.c 	if (node == NULL) {
NULL              415 source3/lib/memcache.c 		if (prev == NULL) {
NULL              425 source3/lib/memcache.c 	while (node != NULL) {
NULL              194 source3/lib/messages.c 		return NULL;
NULL              206 source3/lib/messages.c 		return NULL;
NULL              217 source3/lib/messages.c 			return NULL;
NULL              222 source3/lib/messages.c 	messaging_register(ctx, NULL, MSG_PING, ping_message);
NULL              288 source3/lib/messages.c 	for (cb = msg_ctx->callbacks; cb != NULL; cb = cb->next) {
NULL              370 source3/lib/messages.c 	for (cb = msg_ctx->callbacks; cb != NULL; cb = next) {
NULL               44 source3/lib/messages_ctdbd.c 	    global_ctdbd_connection == NULL) {
NULL               48 source3/lib/messages_ctdbd.c 		ev = event_context_init(NULL);
NULL               53 source3/lib/messages_ctdbd.c 		msg = messaging_init(NULL, procid_self(), ev);
NULL               56 source3/lib/messages_ctdbd.c 			return NULL;
NULL               95 source3/lib/messages_ctdbd.c 	global_ctdbd_connection = NULL;
NULL              150 source3/lib/messages_local.c 	SMB_ASSERT(key != NULL);
NULL              177 source3/lib/messages_local.c 	if (data.dptr == NULL) {
NULL              185 source3/lib/messages_local.c 		&blob, result, NULL, result,
NULL              228 source3/lib/messages_local.c 		&blob, mem_ctx, NULL, array,
NULL              437 source3/lib/messages_local.c 	struct messaging_array *msg_array = NULL;
NULL              449 source3/lib/messages_local.c 	status = retrieve_all_messages(tdb->tdb, NULL, &msg_array);
NULL              101 source3/lib/module.c 	char *full_path = NULL;
NULL              151 source3/lib/ms_fnmatch.c 	smb_ucs2_t *p = NULL;
NULL              152 source3/lib/ms_fnmatch.c 	smb_ucs2_t *s = NULL;
NULL              154 source3/lib/ms_fnmatch.c 	struct max_n *max_n = NULL;
NULL              155 source3/lib/ms_fnmatch.c 	struct max_n *max_n_free = NULL;
NULL              163 source3/lib/ms_fnmatch.c 	if (strpbrk(pattern, "<>*?\"") == NULL) {
NULL               32 source3/lib/netapi/cm.c 	struct user_auth_info *auth_info = NULL;
NULL               33 source3/lib/netapi/cm.c 	struct cli_state *cli_ipc = NULL;
NULL               39 source3/lib/netapi/cm.c 	auth_info = user_auth_info_init(NULL);
NULL               58 source3/lib/netapi/cm.c 	cli_ipc = cli_cm_open(ctx, NULL,
NULL              185 source3/lib/netapi/cm.c 	struct rpc_pipe_client *result = NULL;
NULL              188 source3/lib/netapi/cm.c 	struct cli_state *cli = NULL;
NULL               14 source3/lib/netapi/examples/common.c 	struct libnetapi_ctx *ctx = NULL;
NULL               30 source3/lib/netapi/examples/common.c 			char *p = NULL;
NULL               58 source3/lib/netapi/examples/common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_common_callback },
NULL               59 source3/lib/netapi/examples/common.c 	{ "user", 'U', POPT_ARG_STRING, NULL, 'U', "Username used for connection", "USERNAME" },
NULL               60 source3/lib/netapi/examples/common.c 	{ "password", 'p', POPT_ARG_STRING, NULL, 'p', "Password used for connection", "PASSWORD" },
NULL               61 source3/lib/netapi/examples/common.c 	{ "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Debuglevel", "DEBUGLEVEL" },
NULL               62 source3/lib/netapi/examples/common.c 	{ "kerberos", 'k', POPT_ARG_NONE, NULL, 'k', "Use Kerberos", NULL },
NULL               10 source3/lib/netapi/examples/common.h #define POPT_COMMON_LIBNETAPI_EXAMPLES { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_netapi_examples, 0, "Common samba netapi example options:", NULL },
NULL               33 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 	struct libnetapi_ctx *ctx = NULL;
NULL               35 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 	const char *domain = NULL;
NULL               38 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 	struct DOMAIN_CONTROLLER_INFO *info = NULL;
NULL               46 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 		{ "flags", 0, POPT_ARG_INT, NULL, 'f', "Query flags", "FLAGS" },
NULL               79 source3/lib/netapi/examples/dsgetdc/dsgetdc.c 	status = DsGetDcName(hostname, domain, NULL, NULL, flags, &info);
NULL               33 source3/lib/netapi/examples/file/file_close.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/file/file_close.c 	const char *hostname = NULL;
NULL               33 source3/lib/netapi/examples/file/file_enum.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/file/file_enum.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/file/file_enum.c 	const char *basepath = NULL;
NULL               36 source3/lib/netapi/examples/file/file_enum.c 	const char *username = NULL;
NULL               38 source3/lib/netapi/examples/file/file_enum.c 	uint8_t *buffer = NULL;
NULL               44 source3/lib/netapi/examples/file/file_enum.c 	struct FILE_INFO_2 *i2 = NULL;
NULL               45 source3/lib/netapi/examples/file/file_enum.c 	struct FILE_INFO_3 *i3 = NULL;
NULL               33 source3/lib/netapi/examples/file/file_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/file/file_getinfo.c 	const char *hostname = NULL;
NULL               37 source3/lib/netapi/examples/file/file_getinfo.c 	uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/examples/file/file_getinfo.c 	struct FILE_INFO_2 *i2 = NULL;
NULL               40 source3/lib/netapi/examples/file/file_getinfo.c 	struct FILE_INFO_3 *i3 = NULL;
NULL               33 source3/lib/netapi/examples/getdc/getdc.c 	struct libnetapi_ctx *ctx = NULL;
NULL               35 source3/lib/netapi/examples/getdc/getdc.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/getdc/getdc.c 	const char *domain = NULL;
NULL               37 source3/lib/netapi/examples/getdc/getdc.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/group/group_add.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_add.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_add.c 	const char *groupname = NULL;
NULL               33 source3/lib/netapi/examples/group/group_adduser.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_adduser.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_adduser.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/group/group_adduser.c 	const char *username = NULL;
NULL               33 source3/lib/netapi/examples/group/group_del.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_del.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_del.c 	const char *groupname = NULL;
NULL               33 source3/lib/netapi/examples/group/group_deluser.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_deluser.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_deluser.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/group/group_deluser.c 	const char *username = NULL;
NULL               33 source3/lib/netapi/examples/group/group_enum.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_enum.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/group/group_enum.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/group/group_enum.c 	char *sid_str = NULL;
NULL               43 source3/lib/netapi/examples/group/group_enum.c 	struct GROUP_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/examples/group/group_enum.c 	struct GROUP_INFO_1 *info1 = NULL;
NULL               45 source3/lib/netapi/examples/group/group_enum.c 	struct GROUP_INFO_2 *info2 = NULL;
NULL               46 source3/lib/netapi/examples/group/group_enum.c 	struct GROUP_INFO_3 *info3 = NULL;
NULL               33 source3/lib/netapi/examples/group/group_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_getinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_getinfo.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/group/group_getinfo.c 	uint8_t *buffer = NULL;
NULL               42 source3/lib/netapi/examples/group/group_getinfo.c 	char *sid_str = NULL;
NULL               33 source3/lib/netapi/examples/group/group_getusers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_getusers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_getusers.c 	const char *groupname = NULL;
NULL               37 source3/lib/netapi/examples/group/group_getusers.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/examples/group/group_getusers.c 	struct GROUP_USERS_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/examples/group/group_getusers.c 	struct GROUP_USERS_INFO_1 *info1 = NULL;
NULL               33 source3/lib/netapi/examples/group/group_setinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_setinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_setinfo.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/group/group_setinfo.c 	const char *option = NULL;
NULL               37 source3/lib/netapi/examples/group/group_setinfo.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/group/group_setusers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/group/group_setusers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/group/group_setusers.c 	const char *groupname = NULL;
NULL               37 source3/lib/netapi/examples/group/group_setusers.c 	uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/examples/group/group_setusers.c 	const char **names = NULL;
NULL               43 source3/lib/netapi/examples/group/group_setusers.c 	struct GROUP_USERS_INFO_0 *g0 = NULL;
NULL               44 source3/lib/netapi/examples/group/group_setusers.c 	struct GROUP_USERS_INFO_1 *g1 = NULL;
NULL               84 source3/lib/netapi/examples/group/group_setusers.c 	for (i=0; names[i] != NULL; i++) {
NULL               32 source3/lib/netapi/examples/join/getjoinableous.c 	const char *host_name = NULL;
NULL               33 source3/lib/netapi/examples/join/getjoinableous.c 	const char *domain_name = NULL;
NULL               34 source3/lib/netapi/examples/join/getjoinableous.c 	const char **ous = NULL;
NULL               36 source3/lib/netapi/examples/join/getjoinableous.c 	struct libnetapi_ctx *ctx = NULL;
NULL               44 source3/lib/netapi/examples/join/getjoinableous.c 		{ "domain", 0, POPT_ARG_STRING, NULL, 'D', "Domain name", "DOMAIN" },
NULL               37 source3/lib/netapi/examples/join/netdomjoin.c 	const char *host_name = NULL;
NULL               38 source3/lib/netapi/examples/join/netdomjoin.c 	const char *domain_name = NULL;
NULL               39 source3/lib/netapi/examples/join/netdomjoin.c 	const char *account_ou = NULL;
NULL               40 source3/lib/netapi/examples/join/netdomjoin.c 	const char *account = NULL;
NULL               41 source3/lib/netapi/examples/join/netdomjoin.c 	const char *password = NULL;
NULL               45 source3/lib/netapi/examples/join/netdomjoin.c 	struct libnetapi_ctx *ctx = NULL;
NULL               92 source3/lib/netapi/examples/join/netdomjoin.c 		const char *errstr = NULL;
NULL               32 source3/lib/netapi/examples/join/rename_machine.c 	const char *host_name = NULL;
NULL               33 source3/lib/netapi/examples/join/rename_machine.c 	const char *new_machine_name = NULL;
NULL               35 source3/lib/netapi/examples/join/rename_machine.c 	struct libnetapi_ctx *ctx = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_add.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_add.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_add.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/localgroup/localgroup_add.c 	const char *comment = NULL;
NULL               40 source3/lib/netapi/examples/localgroup/localgroup_add.c 	uint8_t *buf = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	const char *groupname = NULL;
NULL               39 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	const char **names = NULL;
NULL               82 source3/lib/netapi/examples/localgroup/localgroup_addmembers.c 	for (i=0; names[i] != NULL; i++) {
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_del.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_del.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_del.c 	const char *groupname = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	const char *groupname = NULL;
NULL               39 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	const char **names = NULL;
NULL               82 source3/lib/netapi/examples/localgroup/localgroup_delmembers.c 	for (i=0; names[i] != NULL; i++) {
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_enum.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_enum.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/localgroup/localgroup_enum.c 	uint8_t *buffer = NULL;
NULL               42 source3/lib/netapi/examples/localgroup/localgroup_enum.c 	struct LOCALGROUP_INFO_0 *info0 = NULL;
NULL               43 source3/lib/netapi/examples/localgroup/localgroup_enum.c 	struct LOCALGROUP_INFO_1 *info1 = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_getinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_getinfo.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/localgroup/localgroup_getinfo.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	const char *groupname = NULL;
NULL               37 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	char *sid_str = NULL;
NULL               44 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	struct LOCALGROUP_MEMBERS_INFO_0 *info0 = NULL;
NULL               45 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	struct LOCALGROUP_MEMBERS_INFO_1 *info1 = NULL;
NULL               46 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	struct LOCALGROUP_MEMBERS_INFO_2 *info2 = NULL;
NULL               47 source3/lib/netapi/examples/localgroup/localgroup_getmembers.c 	struct LOCALGROUP_MEMBERS_INFO_3 *info3 = NULL;
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	const char *groupname = NULL;
NULL               36 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	const char *newname = NULL;
NULL               42 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 	const char *newcomment = NULL;
NULL               51 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 		{ "newname", 0, POPT_ARG_STRING, NULL, 'n', "New Local Group Name", "NEWNAME" },
NULL               52 source3/lib/netapi/examples/localgroup/localgroup_setinfo.c 		{ "newcomment", 0, POPT_ARG_STRING, NULL, 'c', "New Local Group Comment", "NETCOMMENT" },
NULL               33 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	const char *groupname = NULL;
NULL               39 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	const char **names = NULL;
NULL               83 source3/lib/netapi/examples/localgroup/localgroup_setmembers.c 	for (i=0; names[i] != NULL; i++) {
NULL               41 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c #define SAFE_FREE(x) do { if ((x) != NULL) {free(x); x=NULL;} } while(0)
NULL              143 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->window_creds_prompt = NULL;
NULL              159 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->window_creds_prompt = NULL;
NULL              163 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->window_do_change = NULL;
NULL              234 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_delete_event(NULL, NULL, NULL);
NULL              260 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->window_main = NULL;
NULL              431 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		state->window_creds_prompt = NULL;
NULL              448 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	callback_continue(NULL, data);
NULL              463 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *str = NULL;
NULL              472 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			char *p = NULL;
NULL              481 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				*p = NULL;
NULL              486 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				callback_creds_prompt(NULL, state,
NULL              555 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_window_set_icon_from_file(GTK_WINDOW(window), SAMBA_ICON_PATH, NULL);
NULL              560 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			 G_CALLBACK(callback_do_close_widget), NULL);
NULL              640 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *err_str = NULL;
NULL              647 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *new_workgroup_type = NULL;
NULL              648 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *initial_workgroup_type = NULL;
NULL              649 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *account_ou = NULL;
NULL              654 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_do_hostname_change(NULL, state);
NULL              682 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		account_ou = NULL;
NULL              716 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				callback_creds_prompt(NULL, state,
NULL              732 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			callback_do_freeauth(NULL, state);
NULL              760 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		struct DOMAIN_CONTROLLER_INFO *dc_info = NULL;
NULL              762 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		status = DsGetDcName(NULL,
NULL              764 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				     NULL,
NULL              765 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 				     NULL,
NULL              795 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			callback_creds_prompt(NULL, state,
NULL              825 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_do_freeauth(NULL, state);
NULL              852 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	callback_do_freeauth(NULL, state);
NULL              866 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	callback_do_reboot(NULL, state->window_parent, state);
NULL              872 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const gchar *entry_text = NULL;
NULL              873 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	char *str = NULL;
NULL              912 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const gchar *entry_text = NULL;
NULL              944 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const gchar *entry_text = NULL;
NULL              967 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const gchar *entry_text = NULL;
NULL             1027 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char **ous = NULL;
NULL             1029 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *domain = NULL;
NULL             1030 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	struct DOMAIN_CONTROLLER_INFO *dc_info = NULL;
NULL             1031 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	const char *err_str = NULL;
NULL             1040 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	status = DsGetDcName(NULL,
NULL             1042 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			     NULL,
NULL             1043 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			     NULL,
NULL             1071 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_creds_prompt(NULL, state,
NULL             1087 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_do_freeauth(NULL, state);
NULL             1090 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		dialog = gtk_message_dialog_new(NULL,
NULL             1106 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	for (i=0; i<num_ous && ous[i] != NULL; i++) {
NULL             1138 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		callback_do_freeauth(NULL, state);
NULL             1162 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_window_set_icon_from_file(GTK_WINDOW(window), SAMBA_ICON_PATH, NULL);
NULL             1167 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			 G_CALLBACK(callback_do_close_widget), NULL);
NULL             1186 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->label_full_computer_name = gtk_label_new(NULL);
NULL             1210 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		char *str = NULL;
NULL             1244 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	button_domain = gtk_radio_button_new_with_label(NULL, "Domain");
NULL             1362 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GError    *error = NULL;
NULL             1371 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (logo == NULL) {
NULL             1411 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GError    *error = NULL;
NULL             1415 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (icon == NULL) {
NULL             1425 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	if (image == NULL) {
NULL             1436 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	gtk_window_set_icon_from_file(GTK_WINDOW(window), SAMBA_ICON_PATH, NULL);
NULL             1440 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 			 G_CALLBACK(callback_delete_event), NULL);
NULL             1527 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		char *str = NULL;
NULL             1591 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	state->label_reboot = gtk_label_new(NULL);
NULL             1604 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	   create_bbox(window, TRUE, NULL, 10, 85, 20, GTK_BUTTONBOX_END),
NULL             1613 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		frame = gtk_frame_new(NULL);
NULL             1678 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	struct SERVER_INFO_101 *info101 = NULL;
NULL             1679 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	struct SERVER_INFO_1005 *info1005 = NULL;
NULL             1731 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1752 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		char *p = NULL;
NULL             1769 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		const char *p = NULL;
NULL             1770 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		struct hostent *hp = NULL;
NULL             1811 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		const char *buffer = NULL;
NULL             1844 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GOptionContext *context = NULL;
NULL             1845 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	static const char *debug_level = NULL;
NULL             1846 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	static const char *target_hostname = NULL;
NULL             1847 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	static const char *target_username = NULL;
NULL             1848 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	struct join_state *state = NULL;
NULL             1849 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	GError *error = NULL;
NULL             1857 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 		{ NULL }
NULL             1861 source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 	g_option_context_add_main_entries(context, entries, NULL);
NULL               33 source3/lib/netapi/examples/server/remote_tod.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/server/remote_tod.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/server/remote_tod.c 	struct TIME_OF_DAY_INFO *tod = NULL;
NULL               33 source3/lib/netapi/examples/server/server_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/server/server_getinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/server/server_getinfo.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/share/share_add.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/share/share_add.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/share/share_add.c 	const char *sharename = NULL;
NULL               36 source3/lib/netapi/examples/share/share_add.c 	const char *path = NULL;
NULL               93 source3/lib/netapi/examples/share/share_add.c 	i2.shi2_passwd		= NULL;
NULL               33 source3/lib/netapi/examples/share/share_del.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/share/share_del.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/share/share_del.c 	const char *sharename = NULL;
NULL               33 source3/lib/netapi/examples/share/share_enum.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/share/share_enum.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/share/share_enum.c 	uint8_t *buffer = NULL;
NULL               42 source3/lib/netapi/examples/share/share_enum.c 	struct SHARE_INFO_0 *i0 = NULL;
NULL               43 source3/lib/netapi/examples/share/share_enum.c 	struct SHARE_INFO_1 *i1 = NULL;
NULL               44 source3/lib/netapi/examples/share/share_enum.c 	struct SHARE_INFO_2 *i2 = NULL;
NULL               33 source3/lib/netapi/examples/share/share_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/share/share_getinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/share/share_getinfo.c 	const char *sharename = NULL;
NULL               37 source3/lib/netapi/examples/share/share_getinfo.c 	uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/examples/share/share_getinfo.c 	struct SHARE_INFO_0 *i0 = NULL;
NULL               40 source3/lib/netapi/examples/share/share_getinfo.c 	struct SHARE_INFO_1 *i1 = NULL;
NULL               41 source3/lib/netapi/examples/share/share_getinfo.c 	struct SHARE_INFO_2 *i2 = NULL;
NULL               42 source3/lib/netapi/examples/share/share_getinfo.c 	struct SHARE_INFO_501 *i501 = NULL;
NULL               43 source3/lib/netapi/examples/share/share_getinfo.c 	struct SHARE_INFO_1005 *i1005 = NULL;
NULL               33 source3/lib/netapi/examples/share/share_setinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/share/share_setinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/share/share_setinfo.c 	const char *sharename = NULL;
NULL               38 source3/lib/netapi/examples/share/share_setinfo.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/shutdown/shutdown_abort.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/shutdown/shutdown_abort.c 	const char *hostname = NULL;
NULL               33 source3/lib/netapi/examples/shutdown/shutdown_init.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/shutdown/shutdown_init.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/shutdown/shutdown_init.c 	const char *message = NULL;
NULL               33 source3/lib/netapi/examples/user/user_add.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_add.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_add.c 	const char *username = NULL;
NULL               36 source3/lib/netapi/examples/user/user_add.c 	const char *password = NULL;
NULL               84 source3/lib/netapi/examples/user/user_add.c 	info1.usri1_home_dir = NULL;
NULL               87 source3/lib/netapi/examples/user/user_add.c 	info1.usri1_script_path = NULL;
NULL               33 source3/lib/netapi/examples/user/user_chgpwd.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_chgpwd.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_chgpwd.c 	const char *username = NULL;
NULL               36 source3/lib/netapi/examples/user/user_chgpwd.c 	const char *old_password = NULL;
NULL               37 source3/lib/netapi/examples/user/user_chgpwd.c 	const char *new_password = NULL;
NULL               33 source3/lib/netapi/examples/user/user_del.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_del.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_del.c 	const char *username = NULL;
NULL               33 source3/lib/netapi/examples/user/user_dispinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_dispinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_dispinfo.c 	void *buffer = NULL;
NULL               33 source3/lib/netapi/examples/user/user_enum.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_enum.c 	const char *hostname = NULL;
NULL               36 source3/lib/netapi/examples/user/user_enum.c 	uint8_t *buffer = NULL;
NULL               40 source3/lib/netapi/examples/user/user_enum.c 	char *sid_str = NULL;
NULL               43 source3/lib/netapi/examples/user/user_enum.c 	struct USER_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/examples/user/user_enum.c 	struct USER_INFO_10 *info10 = NULL;
NULL               45 source3/lib/netapi/examples/user/user_enum.c 	struct USER_INFO_20 *info20 = NULL;
NULL               46 source3/lib/netapi/examples/user/user_enum.c 	struct USER_INFO_23 *info23 = NULL;
NULL               33 source3/lib/netapi/examples/user/user_getgroups.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_getgroups.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_getgroups.c 	const char *username = NULL;
NULL               37 source3/lib/netapi/examples/user/user_getgroups.c 	uint8_t *buffer = NULL;
NULL               42 source3/lib/netapi/examples/user/user_getgroups.c 	struct GROUP_USERS_INFO_0 *info0 = NULL;
NULL               43 source3/lib/netapi/examples/user/user_getgroups.c 	struct GROUP_USERS_INFO_1 *info1 = NULL;
NULL               33 source3/lib/netapi/examples/user/user_getinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_getinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_getinfo.c 	const char *username = NULL;
NULL               36 source3/lib/netapi/examples/user/user_getinfo.c 	uint8_t *buffer = NULL;
NULL               38 source3/lib/netapi/examples/user/user_getinfo.c 	char *sid_str = NULL;
NULL               33 source3/lib/netapi/examples/user/user_getlocalgroups.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_getlocalgroups.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_getlocalgroups.c 	const char *username = NULL;
NULL               37 source3/lib/netapi/examples/user/user_getlocalgroups.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/examples/user/user_getlocalgroups.c 	struct LOCALGROUP_USERS_INFO_0 *info0 = NULL;
NULL               33 source3/lib/netapi/examples/user/user_modalsget.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_modalsget.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_modalsget.c 	uint8_t *buffer = NULL;
NULL               37 source3/lib/netapi/examples/user/user_modalsget.c 	char *sid_str = NULL;
NULL               33 source3/lib/netapi/examples/user/user_modalsset.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_modalsset.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_modalsset.c 	uint8_t *buffer = NULL;
NULL               33 source3/lib/netapi/examples/user/user_setgroups.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_setgroups.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_setgroups.c 	const char *username = NULL;
NULL               37 source3/lib/netapi/examples/user/user_setgroups.c 	uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/examples/user/user_setgroups.c 	const char **names = NULL;
NULL               43 source3/lib/netapi/examples/user/user_setgroups.c 	struct GROUP_USERS_INFO_0 *g0 = NULL;
NULL               44 source3/lib/netapi/examples/user/user_setgroups.c 	struct GROUP_USERS_INFO_1 *g1 = NULL;
NULL               84 source3/lib/netapi/examples/user/user_setgroups.c 	for (i=0; names[i] != NULL; i++) {
NULL               33 source3/lib/netapi/examples/user/user_setinfo.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/examples/user/user_setinfo.c 	const char *hostname = NULL;
NULL               35 source3/lib/netapi/examples/user/user_setinfo.c 	const char *username = NULL;
NULL               38 source3/lib/netapi/examples/user/user_setinfo.c 	uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/examples/user/user_setinfo.c 	const char *val = NULL;
NULL               35 source3/lib/netapi/file.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              115 source3/lib/netapi/file.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              178 source3/lib/netapi/file.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               43 source3/lib/netapi/getdc.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               83 source3/lib/netapi/getdc.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              117 source3/lib/netapi/getdc.c 			     NULL,
NULL              140 source3/lib/netapi/getdc.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              154 source3/lib/netapi/getdc.c 					  NULL,
NULL               33 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               38 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL               41 source3/lib/netapi/group.c 	struct GROUP_INFO_0 *info0 = NULL;
NULL               42 source3/lib/netapi/group.c 	struct GROUP_INFO_1 *info1 = NULL;
NULL               43 source3/lib/netapi/group.c 	struct GROUP_INFO_2 *info2 = NULL;
NULL               44 source3/lib/netapi/group.c 	struct GROUP_INFO_3 *info3 = NULL;
NULL              223 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              228 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL              233 source3/lib/netapi/group.c 	union samr_GroupInfo *info = NULL;
NULL              234 source3/lib/netapi/group.c 	struct samr_RidTypeArray *rid_array = NULL;
NULL              384 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              389 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL              624 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              629 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL              633 source3/lib/netapi/group.c 	union samr_GroupInfo *info = NULL;
NULL              742 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              747 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL              863 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              868 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1133 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1135 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1138 source3/lib/netapi/group.c 	union samr_DomainInfo *domain_info = NULL;
NULL             1255 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1258 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1260 source3/lib/netapi/group.c 	struct samr_RidTypeArray *rid_array = NULL;
NULL             1277 source3/lib/netapi/group.c 	*r->out.buffer = NULL;
NULL             1401 source3/lib/netapi/group.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1404 source3/lib/netapi/group.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1405 source3/lib/netapi/group.c 	union samr_GroupInfo *group_info = NULL;
NULL             1408 source3/lib/netapi/group.c 	struct samr_RidTypeArray *rid_array = NULL;
NULL             1409 source3/lib/netapi/group.c 	struct lsa_String *lsa_names = NULL;
NULL             1411 source3/lib/netapi/group.c 	uint32_t *add_rids = NULL;
NULL             1412 source3/lib/netapi/group.c 	uint32_t *del_rids = NULL;
NULL             1416 source3/lib/netapi/group.c 	uint32_t *member_rids = NULL;
NULL             1419 source3/lib/netapi/group.c 	struct GROUP_USERS_INFO_0 *i0 = NULL;
NULL             1420 source3/lib/netapi/group.c 	struct GROUP_USERS_INFO_1 *i1 = NULL;
NULL               34 source3/lib/netapi/joindomain.c 	struct libnet_JoinCtx *j = NULL;
NULL               49 source3/lib/netapi/joindomain.c 		struct netr_DsRGetDCNameInfo *info = NULL;
NULL               50 source3/lib/netapi/joindomain.c 		const char *dc = NULL;
NULL               54 source3/lib/netapi/joindomain.c 		status = dsgetdcname(mem_ctx, NULL, r->in.domain,
NULL               55 source3/lib/netapi/joindomain.c 				     NULL, NULL, flags, &info);
NULL              101 source3/lib/netapi/joindomain.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              102 source3/lib/netapi/joindomain.c 	struct wkssvc_PasswordBuffer *encrypted_password = NULL;
NULL              149 source3/lib/netapi/joindomain.c 	struct libnet_UnjoinCtx *u = NULL;
NULL              151 source3/lib/netapi/joindomain.c 	const char *domain = NULL;
NULL              172 source3/lib/netapi/joindomain.c 		struct netr_DsRGetDCNameInfo *info = NULL;
NULL              173 source3/lib/netapi/joindomain.c 		const char *dc = NULL;
NULL              177 source3/lib/netapi/joindomain.c 		status = dsgetdcname(mem_ctx, NULL, domain,
NULL              178 source3/lib/netapi/joindomain.c 				     NULL, NULL, flags, &info);
NULL              227 source3/lib/netapi/joindomain.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              228 source3/lib/netapi/joindomain.c 	struct wkssvc_PasswordBuffer *encrypted_password = NULL;
NULL              274 source3/lib/netapi/joindomain.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              277 source3/lib/netapi/joindomain.c 	const char *buffer = NULL;
NULL              342 source3/lib/netapi/joindomain.c 	ADS_STRUCT *ads = NULL;
NULL              343 source3/lib/netapi/joindomain.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              344 source3/lib/netapi/joindomain.c 	const char *dc = NULL;
NULL              348 source3/lib/netapi/joindomain.c 	status = dsgetdcname(ctx, NULL, r->in.domain,
NULL              349 source3/lib/netapi/joindomain.c 			     NULL, NULL, flags, &info);
NULL              404 source3/lib/netapi/joindomain.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              405 source3/lib/netapi/joindomain.c 	struct wkssvc_PasswordBuffer *encrypted_password = NULL;
NULL              446 source3/lib/netapi/joindomain.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              447 source3/lib/netapi/joindomain.c 	struct wkssvc_PasswordBuffer *encrypted_password = NULL;
NULL               39 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL               87 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              132 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              179 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              228 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              274 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              319 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              364 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              408 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              455 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              503 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              547 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              595 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              646 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              692 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              739 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              789 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              839 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              890 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              939 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL              984 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1033 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1082 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1126 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1173 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1224 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1271 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1316 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1360 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1409 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1461 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1508 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1552 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1596 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1643 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1693 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1744 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1792 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1843 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1895 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1940 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             1984 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2029 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2077 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2127 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2174 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2219 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2263 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2314 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2367 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL             2411 source3/lib/netapi/libnetapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL               79 source3/lib/netapi/localgroup.c 	union samr_AliasInfo *_alias_info = NULL;
NULL              116 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              121 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              124 source3/lib/netapi/localgroup.c 	struct LOCALGROUP_INFO_0 *info0 = NULL;
NULL              125 source3/lib/netapi/localgroup.c 	struct LOCALGROUP_INFO_1 *info1 = NULL;
NULL              127 source3/lib/netapi/localgroup.c 	const char *alias_name = NULL;
NULL              257 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              261 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              418 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              422 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              423 source3/lib/netapi/localgroup.c 	union samr_AliasInfo *alias_info = NULL;
NULL              553 source3/lib/netapi/localgroup.c 	union samr_AliasInfo *info = NULL;
NULL              588 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              593 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              595 source3/lib/netapi/localgroup.c 	union samr_AliasInfo *alias_info = NULL;
NULL              721 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              725 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              727 source3/lib/netapi/localgroup.c 	union samr_DomainInfo *domain_info = NULL;
NULL              728 source3/lib/netapi/localgroup.c 	union samr_DomainInfo *builtin_info = NULL;
NULL              729 source3/lib/netapi/localgroup.c 	struct samr_SamArray *domain_sam_array = NULL;
NULL              730 source3/lib/netapi/localgroup.c 	struct samr_SamArray *builtin_sam_array = NULL;
NULL              827 source3/lib/netapi/localgroup.c 		union samr_AliasInfo *alias_info = NULL;
NULL              845 source3/lib/netapi/localgroup.c 						alias_info ? &alias_info->all : NULL,
NULL              864 source3/lib/netapi/localgroup.c 		union samr_AliasInfo *alias_info = NULL;
NULL              881 source3/lib/netapi/localgroup.c 						alias_info ? &alias_info->all : NULL,
NULL              917 source3/lib/netapi/localgroup.c 	struct lsa_RefDomainList *domains = NULL;
NULL              968 source3/lib/netapi/localgroup.c 	struct NetLocalGroupAddMembers *r = NULL;
NULL              970 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              971 source3/lib/netapi/localgroup.c 	struct rpc_pipe_client *lsa_pipe = NULL;
NULL              976 source3/lib/netapi/localgroup.c 	struct dom_sid2 *domain_sid = NULL;
NULL              977 source3/lib/netapi/localgroup.c 	struct dom_sid *member_sids = NULL;
NULL              980 source3/lib/netapi/localgroup.c 	struct LOCALGROUP_MEMBERS_INFO_0 *info0 = NULL;
NULL              981 source3/lib/netapi/localgroup.c 	struct LOCALGROUP_MEMBERS_INFO_3 *info3 = NULL;
NULL              983 source3/lib/netapi/localgroup.c 	struct dom_sid *add_sids = NULL;
NULL              984 source3/lib/netapi/localgroup.c 	struct dom_sid *del_sids = NULL;
NULL             1256 source3/lib/netapi/localgroup.c 	return NetLocalGroupModifyMembers_r(ctx, r, NULL, NULL);
NULL             1274 source3/lib/netapi/localgroup.c 	return NetLocalGroupModifyMembers_r(ctx, NULL, r, NULL);
NULL             1310 source3/lib/netapi/localgroup.c 	return NetLocalGroupModifyMembers_r(ctx, NULL, NULL, r);
NULL               26 source3/lib/netapi/netapi.c struct libnetapi_ctx *stat_ctx = NULL;
NULL               27 source3/lib/netapi/netapi.c TALLOC_CTX *frame = NULL;
NULL               57 source3/lib/netapi/netapi.c 	struct libnetapi_ctx *ctx = NULL;
NULL               58 source3/lib/netapi/netapi.c 	char *krb5_cc_env = NULL;
NULL               85 source3/lib/netapi/netapi.c 	x_setbuf(x_stderr, NULL);
NULL              298 source3/lib/netapi/netapi.c 			return NULL;
NULL              315 source3/lib/netapi/netapi.c 	void *buf = NULL;
NULL              325 source3/lib/netapi/netapi.c 	buf = talloc_size(NULL, byte_count);
NULL               40 source3/lib/netapi/samr.c 	struct samr_SamArray *sam = NULL;
NULL               41 source3/lib/netapi/samr.c 	const char *domain_name = NULL;
NULL              481 source3/lib/netapi/serverinfo.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              560 source3/lib/netapi/serverinfo.c 	werr = smbconf_init_reg(ctx, &conf_ctx, NULL);
NULL              595 source3/lib/netapi/serverinfo.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              637 source3/lib/netapi/serverinfo.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              640 source3/lib/netapi/serverinfo.c 	struct srvsvc_NetRemoteTODInfo *info = NULL;
NULL              130 source3/lib/netapi/share.c 	struct SHARE_INFO_2 *i2 = NULL;
NULL              131 source3/lib/netapi/share.c 	struct SHARE_INFO_1004 *i1004 = NULL;
NULL              132 source3/lib/netapi/share.c 	struct srvsvc_NetShareInfo2 *s2 = NULL;
NULL              133 source3/lib/netapi/share.c 	struct srvsvc_NetShareInfo1004 *s1004 = NULL;
NULL              184 source3/lib/netapi/share.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              248 source3/lib/netapi/share.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              292 source3/lib/netapi/share.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              396 source3/lib/netapi/share.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              466 source3/lib/netapi/share.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               35 source3/lib/netapi/shutdown.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               48 source3/lib/netapi/shutdown.c 					  NULL,
NULL               80 source3/lib/netapi/shutdown.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL               90 source3/lib/netapi/shutdown.c 					   NULL,
NULL               36 source3/lib/netapi/sid.c 	ret = sid_string_talloc(NULL, (const struct dom_sid *)sid);
NULL               35 source3/lib/netapi/tests/common.c 	struct libnetapi_ctx *ctx = NULL;
NULL               51 source3/lib/netapi/tests/common.c 			char *p = NULL;
NULL               79 source3/lib/netapi/tests/common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_common_callback },
NULL               80 source3/lib/netapi/tests/common.c 	{ "user", 'U', POPT_ARG_STRING, NULL, 'U', "Username used for connection", "USERNAME" },
NULL               81 source3/lib/netapi/tests/common.c 	{ "password", 'p', POPT_ARG_STRING, NULL, 'p', "Password used for connection", "PASSWORD" },
NULL               82 source3/lib/netapi/tests/common.c 	{ "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Debuglevel", "DEBUGLEVEL" },
NULL               83 source3/lib/netapi/tests/common.c 	{ "kerberos", 'k', POPT_ARG_NONE, NULL, 'k', "Use Kerberos", NULL },
NULL               29 source3/lib/netapi/tests/common.h #define POPT_COMMON_LIBNETAPI_EXAMPLES { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_netapi_examples, 0, "Common samba netapi example options:", NULL },
NULL               33 source3/lib/netapi/tests/netapitest.c 	struct libnetapi_ctx *ctx = NULL;
NULL               34 source3/lib/netapi/tests/netapitest.c 	const char *hostname = NULL;
NULL               38 source3/lib/netapi/tests/netdisplay.c 	uint8_t *buffer = NULL;
NULL              133 source3/lib/netapi/tests/netdisplay.c 		status = test_netquerydisplayinformation(hostname, levels[i], NULL);
NULL               37 source3/lib/netapi/tests/netfile.c 	uint8_t *buffer = NULL;
NULL               40 source3/lib/netapi/tests/netfile.c 	struct FILE_INFO_2 *i2 = NULL;
NULL               41 source3/lib/netapi/tests/netfile.c 	struct FILE_INFO_3 *i3 = NULL;
NULL               47 source3/lib/netapi/tests/netfile.c 				     NULL,
NULL               48 source3/lib/netapi/tests/netfile.c 				     NULL,
NULL              122 source3/lib/netapi/tests/netfile.c 			uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/tests/netgroup.c 	const char *current_name = NULL;
NULL               40 source3/lib/netapi/tests/netgroup.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/tests/netgroup.c 	struct GROUP_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/tests/netgroup.c 	struct GROUP_INFO_1 *info1 = NULL;
NULL               45 source3/lib/netapi/tests/netgroup.c 	struct GROUP_INFO_2 *info2 = NULL;
NULL               46 source3/lib/netapi/tests/netgroup.c 	struct GROUP_INFO_3 *info3 = NULL;
NULL              140 source3/lib/netapi/tests/netgroup.c 	const char *current_name = NULL;
NULL              141 source3/lib/netapi/tests/netgroup.c 	uint8_t *buffer = NULL;
NULL              144 source3/lib/netapi/tests/netgroup.c 	struct GROUP_USERS_INFO_0 *info0 = NULL;
NULL              145 source3/lib/netapi/tests/netgroup.c 	struct GROUP_USERS_INFO_1 *info1 = NULL;
NULL              218 source3/lib/netapi/tests/netgroup.c 	uint8_t *buffer = NULL;
NULL              222 source3/lib/netapi/tests/netgroup.c 	struct GROUP_USERS_INFO_0 *g0 = NULL;
NULL              223 source3/lib/netapi/tests/netgroup.c 	struct GROUP_USERS_INFO_1 *g1 = NULL;
NULL              281 source3/lib/netapi/tests/netgroup.c 	uint8_t *buffer = NULL;
NULL              395 source3/lib/netapi/tests/netgroup.c 		status = test_netgroupgetusers(hostname, getmem_levels[i], groupname2, NULL);
NULL              431 source3/lib/netapi/tests/netgroup.c 	status = test_netgroupgetusers(hostname, 0, groupname2, NULL);
NULL              455 source3/lib/netapi/tests/netgroup.c 	status = test_netgroupsetusers(hostname, groupname2, 0, 0, NULL);
NULL              463 source3/lib/netapi/tests/netgroup.c 	status = test_netgroupgetusers(hostname, 0, groupname2, NULL);
NULL               39 source3/lib/netapi/tests/netlocalgroup.c 	const char *current_name = NULL;
NULL               40 source3/lib/netapi/tests/netlocalgroup.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/tests/netlocalgroup.c 	struct LOCALGROUP_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/tests/netlocalgroup.c 	struct LOCALGROUP_INFO_1 *info1 = NULL;
NULL              115 source3/lib/netapi/tests/netlocalgroup.c 	uint8_t *buffer = NULL;
NULL               41 source3/lib/netapi/tests/netserver.c 		uint8_t *buffer = NULL;
NULL               39 source3/lib/netapi/tests/netshare.c 	const char *current_name = NULL;
NULL               40 source3/lib/netapi/tests/netshare.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/tests/netshare.c 	struct SHARE_INFO_0 *i0 = NULL;
NULL               44 source3/lib/netapi/tests/netshare.c 	struct SHARE_INFO_1 *i1 = NULL;
NULL               45 source3/lib/netapi/tests/netshare.c 	struct SHARE_INFO_2 *i2 = NULL;
NULL              125 source3/lib/netapi/tests/netshare.c 	uint8_t *buffer = NULL;
NULL              128 source3/lib/netapi/tests/netshare.c 	struct SHARE_INFO_501 *i501 = NULL;
NULL               38 source3/lib/netapi/tests/netuser.c 	const char *current_name = NULL;
NULL               40 source3/lib/netapi/tests/netuser.c 	uint8_t *buffer = NULL;
NULL               43 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_0 *info0 = NULL;
NULL               44 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_1 *info1 = NULL;
NULL               45 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_2 *info2 = NULL;
NULL               46 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_3 *info3 = NULL;
NULL               47 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_4 *info4 = NULL;
NULL               48 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_10 *info10 = NULL;
NULL               49 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_11 *info11 = NULL;
NULL               50 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_20 *info20 = NULL;
NULL               51 source3/lib/netapi/tests/netuser.c 	struct USER_INFO_23 *info23 = NULL;
NULL              197 source3/lib/netapi/tests/netuser.c 	u1.usri1_home_dir = NULL;
NULL              200 source3/lib/netapi/tests/netuser.c 	u1.usri1_script_path = NULL;
NULL              209 source3/lib/netapi/tests/netuser.c 	struct USER_MODALS_INFO_0 *u0 = NULL;
NULL              210 source3/lib/netapi/tests/netuser.c 	struct USER_MODALS_INFO_0 *_u0 = NULL;
NULL              211 source3/lib/netapi/tests/netuser.c 	uint8_t *buffer = NULL;
NULL              265 source3/lib/netapi/tests/netuser.c 	uint8_t *buffer = NULL;
NULL              342 source3/lib/netapi/tests/netuser.c 	uint8_t *buffer = NULL;
NULL              396 source3/lib/netapi/tests/netuser.c 		status = test_netusergetgroups(hostname, getgr_levels[i], username, NULL);
NULL              113 source3/lib/netapi/user.c 	info21->unknown3.string		= NULL;
NULL              115 source3/lib/netapi/user.c 	info21->buffer			= NULL;
NULL              138 source3/lib/netapi/user.c 	struct USER_INFO_0 *u0 = NULL;
NULL              139 source3/lib/netapi/user.c 	struct USER_INFO_1 *u1 = NULL;
NULL              140 source3/lib/netapi/user.c 	struct USER_INFO_2 *u2 = NULL;
NULL              141 source3/lib/netapi/user.c 	struct USER_INFO_3 *u3 = NULL;
NULL              142 source3/lib/netapi/user.c 	struct USER_INFO_1003 *u1003 = NULL;
NULL              143 source3/lib/netapi/user.c 	struct USER_INFO_1006 *u1006 = NULL;
NULL              144 source3/lib/netapi/user.c 	struct USER_INFO_1007 *u1007 = NULL;
NULL              145 source3/lib/netapi/user.c 	struct USER_INFO_1009 *u1009 = NULL;
NULL              146 source3/lib/netapi/user.c 	struct USER_INFO_1011 *u1011 = NULL;
NULL              147 source3/lib/netapi/user.c 	struct USER_INFO_1012 *u1012 = NULL;
NULL              148 source3/lib/netapi/user.c 	struct USER_INFO_1014 *u1014 = NULL;
NULL              149 source3/lib/netapi/user.c 	struct USER_INFO_1024 *u1024 = NULL;
NULL              150 source3/lib/netapi/user.c 	struct USER_INFO_1051 *u1051 = NULL;
NULL              151 source3/lib/netapi/user.c 	struct USER_INFO_1052 *u1052 = NULL;
NULL              152 source3/lib/netapi/user.c 	struct USER_INFO_1053 *u1053 = NULL;
NULL              352 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              357 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL              358 source3/lib/netapi/user.c 	union samr_UserInfo *user_info = NULL;
NULL              496 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL              502 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL              622 source3/lib/netapi/user.c 	union samr_UserInfo *user_info = NULL;
NULL              623 source3/lib/netapi/user.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL              788 source3/lib/netapi/user.c 	i->usri1_password	= NULL;
NULL              789 source3/lib/netapi/user.c 	i->usri1_password_age	= time(NULL) - nt_time_to_unix(i21->last_password_change);
NULL              811 source3/lib/netapi/user.c 	i->usri2_password	= NULL;
NULL              812 source3/lib/netapi/user.c 	i->usri2_password_age	= time(NULL) - nt_time_to_unix(i21->last_password_change);
NULL              850 source3/lib/netapi/user.c 	i->usri3_password_age	= time(NULL) - nt_time_to_unix(i21->last_password_change);
NULL              896 source3/lib/netapi/user.c 	i->usri4_password_age	= time(NULL) - nt_time_to_unix(i21->last_password_change);
NULL              897 source3/lib/netapi/user.c 	i->usri4_password	= NULL;
NULL              966 source3/lib/netapi/user.c 	i->usri11_password_age	= time(NULL) - nt_time_to_unix(i21->last_password_change);
NULL             1044 source3/lib/netapi/user.c 	struct samr_UserInfo21 *info21 = NULL;
NULL             1045 source3/lib/netapi/user.c 	struct sec_desc_buf *sec_desc = NULL;
NULL             1179 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1181 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1183 source3/lib/netapi/user.c 	struct samr_SamArray *sam = NULL;
NULL             1199 source3/lib/netapi/user.c 	*r->out.buffer = NULL;
NULL             1330 source3/lib/netapi/user.c 	struct NET_DISPLAY_USER *user = NULL;
NULL             1374 source3/lib/netapi/user.c 	struct NET_DISPLAY_MACHINE *machine = NULL;
NULL             1416 source3/lib/netapi/user.c 	struct NET_DISPLAY_GROUP *group = NULL;
NULL             1489 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1491 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1607 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1613 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1726 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             1732 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             1903 source3/lib/netapi/user.c 	union samr_DomainInfo *dom_info = NULL;
NULL             1987 source3/lib/netapi/user.c 					    NULL,
NULL             1988 source3/lib/netapi/user.c 					    NULL,
NULL             1989 source3/lib/netapi/user.c 					    NULL,
NULL             1990 source3/lib/netapi/user.c 					    NULL);
NULL             2023 source3/lib/netapi/user.c 					    NULL,
NULL             2024 source3/lib/netapi/user.c 					    NULL,
NULL             2025 source3/lib/netapi/user.c 					    NULL,
NULL             2028 source3/lib/netapi/user.c 					    NULL);
NULL             2054 source3/lib/netapi/user.c 					    NULL,
NULL             2055 source3/lib/netapi/user.c 					    NULL,
NULL             2057 source3/lib/netapi/user.c 					    NULL,
NULL             2058 source3/lib/netapi/user.c 					    NULL,
NULL             2059 source3/lib/netapi/user.c 					    NULL);
NULL             2087 source3/lib/netapi/user.c 					    NULL,
NULL             2088 source3/lib/netapi/user.c 					    NULL,
NULL             2089 source3/lib/netapi/user.c 					    NULL,
NULL             2090 source3/lib/netapi/user.c 					    NULL,
NULL             2091 source3/lib/netapi/user.c 					    NULL,
NULL             2184 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             2189 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             2342 source3/lib/netapi/user.c 					    NULL,
NULL             2343 source3/lib/netapi/user.c 					    NULL,
NULL             2344 source3/lib/netapi/user.c 					    NULL,
NULL             2345 source3/lib/netapi/user.c 					    NULL);
NULL             2366 source3/lib/netapi/user.c 					NULL);
NULL             2383 source3/lib/netapi/user.c 					    NULL,
NULL             2384 source3/lib/netapi/user.c 					    NULL,
NULL             2385 source3/lib/netapi/user.c 					    NULL,
NULL             2386 source3/lib/netapi/user.c 					    NULL,
NULL             2387 source3/lib/netapi/user.c 					    NULL,
NULL             2400 source3/lib/netapi/user.c 					NULL,
NULL             2401 source3/lib/netapi/user.c 					NULL,
NULL             2420 source3/lib/netapi/user.c 					    NULL,
NULL             2421 source3/lib/netapi/user.c 					    NULL,
NULL             2422 source3/lib/netapi/user.c 					    NULL,
NULL             2423 source3/lib/netapi/user.c 					    NULL,
NULL             2424 source3/lib/netapi/user.c 					    NULL);
NULL             2434 source3/lib/netapi/user.c 					NULL,
NULL             2435 source3/lib/netapi/user.c 					NULL);
NULL             2453 source3/lib/netapi/user.c 					    NULL,
NULL             2454 source3/lib/netapi/user.c 					    NULL,
NULL             2455 source3/lib/netapi/user.c 					    NULL,
NULL             2456 source3/lib/netapi/user.c 					    NULL,
NULL             2457 source3/lib/netapi/user.c 					    NULL);
NULL             2467 source3/lib/netapi/user.c 					NULL,
NULL             2468 source3/lib/netapi/user.c 					NULL);
NULL             2486 source3/lib/netapi/user.c 					    NULL,
NULL             2487 source3/lib/netapi/user.c 					    NULL,
NULL             2488 source3/lib/netapi/user.c 					    NULL,
NULL             2489 source3/lib/netapi/user.c 					    NULL,
NULL             2490 source3/lib/netapi/user.c 					    NULL);
NULL             2500 source3/lib/netapi/user.c 					NULL,
NULL             2501 source3/lib/netapi/user.c 					NULL);
NULL             2518 source3/lib/netapi/user.c 					    NULL,
NULL             2520 source3/lib/netapi/user.c 					    NULL,
NULL             2521 source3/lib/netapi/user.c 					    NULL,
NULL             2522 source3/lib/netapi/user.c 					    NULL,
NULL             2523 source3/lib/netapi/user.c 					    NULL);
NULL             2532 source3/lib/netapi/user.c 					NULL,
NULL             2534 source3/lib/netapi/user.c 					NULL);
NULL             2552 source3/lib/netapi/user.c 					    NULL,
NULL             2553 source3/lib/netapi/user.c 					    NULL,
NULL             2554 source3/lib/netapi/user.c 					    NULL,
NULL             2555 source3/lib/netapi/user.c 					    NULL,
NULL             2556 source3/lib/netapi/user.c 					    NULL);
NULL             2566 source3/lib/netapi/user.c 					NULL,
NULL             2567 source3/lib/netapi/user.c 					NULL);
NULL             2649 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             2654 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             2760 source3/lib/netapi/user.c 				u0.grui0_name = NULL;
NULL             2771 source3/lib/netapi/user.c 				u1.grui1_name = NULL;
NULL             2792 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             2795 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             2797 source3/lib/netapi/user.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL             2800 source3/lib/netapi/user.c 	uint32_t *rids = NULL;
NULL             2815 source3/lib/netapi/user.c 	*r->out.buffer = NULL;
NULL             2938 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             2941 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             2944 source3/lib/netapi/user.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL             2945 source3/lib/netapi/user.c 	struct lsa_String *lsa_names = NULL;
NULL             2947 source3/lib/netapi/user.c 	uint32_t *add_rids = NULL;
NULL             2948 source3/lib/netapi/user.c 	uint32_t *del_rids = NULL;
NULL             2952 source3/lib/netapi/user.c 	uint32_t *member_rids = NULL;
NULL             2955 source3/lib/netapi/user.c 	struct GROUP_USERS_INFO_0 *i0 = NULL;
NULL             2956 source3/lib/netapi/user.c 	struct GROUP_USERS_INFO_1 *i1 = NULL;
NULL             3219 source3/lib/netapi/user.c 	struct rpc_pipe_client *pipe_cli = NULL;
NULL             3223 source3/lib/netapi/user.c 	struct dom_sid2 *domain_sid = NULL;
NULL             3225 source3/lib/netapi/user.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL             3228 source3/lib/netapi/user.c 	uint32_t *rids = NULL;
NULL             3248 source3/lib/netapi/user.c 	*r->out.buffer = NULL;
NULL               44 source3/lib/packet.c 		return NULL;
NULL              112 source3/lib/packet.c 	res = sys_select(ctx->fd+1, &r_fds, NULL, NULL, NULL);
NULL              145 source3/lib/packet.c 		ctx->in.data = NULL;
NULL              149 source3/lib/packet.c 		if (buf == NULL) {
NULL               28 source3/lib/pidfile.c static char *pidFile_name = NULL;
NULL              101 source3/lib/pidfile.c 		if (short_configfile == NULL) {
NULL              152 source3/lib/pidfile.c 	if (pidFile_name == NULL) {
NULL               42 source3/lib/popt_common.c 	char *lfile = NULL;
NULL              143 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK, (void *)popt_common_callback },
NULL              144 source3/lib/popt_common.c 	{ "socket-options", 'O', POPT_ARG_STRING, NULL, 'O', "socket options to use",
NULL              146 source3/lib/popt_common.c 	{ "netbiosname", 'n', POPT_ARG_STRING, NULL, 'n', "Primary netbios name", "NETBIOSNAME" },
NULL              147 source3/lib/popt_common.c 	{ "workgroup", 'W', POPT_ARG_STRING, NULL, 'W', "Set the workgroup name", "WORKGROUP" },
NULL              148 source3/lib/popt_common.c 	{ "scope", 'i', POPT_ARG_STRING, NULL, 'i', "Use this Netbios scope", "SCOPE" },
NULL              154 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_common_callback },
NULL              155 source3/lib/popt_common.c 	{ "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Set debug level", "DEBUGLEVEL" },
NULL              156 source3/lib/popt_common.c 	{ "configfile", 's', POPT_ARG_STRING, NULL, 's', "Use alternate configuration file", "CONFIGFILE" },
NULL              157 source3/lib/popt_common.c 	{ "log-basename", 'l', POPT_ARG_STRING, NULL, 'l', "Base name for log files", "LOGFILEBASE" },
NULL              158 source3/lib/popt_common.c 	{ "version", 'V', POPT_ARG_NONE, NULL, 'V', "Print version" },
NULL              163 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_common_callback },
NULL              164 source3/lib/popt_common.c 	{ "configfile", 0, POPT_ARG_STRING, NULL, 's', "Use alternate configuration file", "CONFIGFILE" },
NULL              169 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_POST, (void *)popt_common_callback },
NULL              170 source3/lib/popt_common.c 	{ "version", 'V', POPT_ARG_NONE, NULL, 'V', "Print version" },
NULL              175 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK, (void *)popt_common_callback },
NULL              176 source3/lib/popt_common.c 	{ "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Set debug level", "DEBUGLEVEL" },
NULL              304 source3/lib/popt_common.c 	{ NULL, '\0', POPT_ARG_CALLBACK, (void *)popt_dynconfig_callback },
NULL              306 source3/lib/popt_common.c 	{ "sbindir", '\0' , POPT_ARG_STRING, NULL, DYN_SBINDIR,
NULL              308 source3/lib/popt_common.c 	{ "bindir", '\0' , POPT_ARG_STRING, NULL, DYN_BINDIR,
NULL              310 source3/lib/popt_common.c 	{ "swatdir", '\0' , POPT_ARG_STRING, NULL, DYN_SWATDIR,
NULL              312 source3/lib/popt_common.c 	{ "lmhostsfile", '\0' , POPT_ARG_STRING, NULL, DYN_LMHOSTSFILE,
NULL              314 source3/lib/popt_common.c 	{ "libdir", '\0' , POPT_ARG_STRING, NULL, DYN_LIBDIR,
NULL              316 source3/lib/popt_common.c 	{ "modulesdir", '\0' , POPT_ARG_STRING, NULL, DYN_MODULESDIR,
NULL              318 source3/lib/popt_common.c 	{ "shlibext", '\0' , POPT_ARG_STRING, NULL, DYN_SHLIBEXT,
NULL              320 source3/lib/popt_common.c 	{ "lockdir", '\0' , POPT_ARG_STRING, NULL, DYN_LOCKDIR,
NULL              322 source3/lib/popt_common.c 	{ "statedir", '\0' , POPT_ARG_STRING, NULL, DYN_STATEDIR,
NULL              324 source3/lib/popt_common.c 	{ "cachedir", '\0' , POPT_ARG_STRING, NULL, DYN_CACHEDIR,
NULL              326 source3/lib/popt_common.c 	{ "piddir", '\0' , POPT_ARG_STRING, NULL, DYN_PIDDIR,
NULL              328 source3/lib/popt_common.c 	{ "smb-passwd-file", '\0' , POPT_ARG_STRING, NULL, DYN_SMB_PASSWD_FILE,
NULL              330 source3/lib/popt_common.c 	{ "private-dir", '\0' , POPT_ARG_STRING, NULL, DYN_PRIVATE_DIR,
NULL              346 source3/lib/popt_common.c 	char *spec = NULL;
NULL              349 source3/lib/popt_common.c 	if ((p = getenv("PASSWD_FD")) != NULL) {
NULL              355 source3/lib/popt_common.c 	} else if ((p = getenv("PASSWD_FILE")) != NULL) {
NULL              382 source3/lib/popt_common.c 				p = NULL; /* then force the loop condition to become false */
NULL              414 source3/lib/popt_common.c 	if ((auth=x_fopen(file, O_RDONLY, 0)) == NULL)
NULL              581 source3/lib/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE,
NULL              584 source3/lib/popt_common.c 	{ "user", 'U', POPT_ARG_STRING, NULL, 'U', "Set the network username", "USERNAME" },
NULL              585 source3/lib/popt_common.c 	{ "no-pass", 'N', POPT_ARG_NONE, NULL, 'N', "Don't ask for a password" },
NULL              586 source3/lib/popt_common.c 	{ "kerberos", 'k', POPT_ARG_NONE, NULL, 'k', "Use kerberos (active directory) authentication" },
NULL              587 source3/lib/popt_common.c 	{ "authentication-file", 'A', POPT_ARG_STRING, NULL, 'A', "Get the credentials from a file", "FILE" },
NULL              588 source3/lib/popt_common.c 	{ "signing", 'S', POPT_ARG_STRING, NULL, 'S', "Set the client signing state", "on|off|required" },
NULL              589 source3/lib/popt_common.c 	{"machine-pass", 'P', POPT_ARG_NONE, NULL, 'P', "Use stored machine account password" },
NULL              590 source3/lib/popt_common.c 	{"encrypt", 'e', POPT_ARG_NONE, NULL, 'e', "Encrypt SMB transport (UNIX extended servers only)" },
NULL               52 source3/lib/privileges.c 	if ( db == NULL )
NULL               88 source3/lib/privileges.c 	if ( db == NULL )
NULL              207 source3/lib/privileges.c 	if (db == NULL) {
NULL              235 source3/lib/privileges.c 	if (db == NULL) {
NULL              458 source3/lib/privileges.c 		*new_la = NULL;
NULL              321 source3/lib/privileges_basic.c 		return NULL;
NULL              331 source3/lib/privileges_basic.c 	return NULL;
NULL              410 source3/lib/privileges_basic.c 		return NULL;
NULL              418 source3/lib/privileges_basic.c 	return NULL;
NULL               74 source3/lib/readline.c 	char *line = NULL;
NULL               87 source3/lib/readline.c 		return NULL;
NULL               97 source3/lib/readline.c 		if (sys_select_intr(fd+1,&fds,NULL,NULL,&timeout) == 1) {
NULL              109 source3/lib/readline.c 	return NULL;
NULL              124 source3/lib/readline.c 		return smb_readline_replacement(NULL, callback, completion_fn);
NULL              167 source3/lib/readline.c 	return NULL;
NULL               59 source3/lib/recvfile.c 	char *buffer = NULL;
NULL               79 source3/lib/recvfile.c 	if (buffer == NULL) {
NULL              184 source3/lib/recvfile.c 		nread = splice(fromfd, NULL, pipefd[1], NULL,
NULL              202 source3/lib/recvfile.c 			thistime = splice(pipefd[0], NULL, tofd,
NULL              112 source3/lib/secdesc.c 	if (sd->owner_sid == NULL) {
NULL              115 source3/lib/secdesc.c 	if (sd->group_sid == NULL) {
NULL              118 source3/lib/secdesc.c 	if (sd->sacl == NULL) {
NULL              121 source3/lib/secdesc.c 	if (sd->dacl == NULL) {
NULL              139 source3/lib/secdesc.c 	SEC_DESC *psd = NULL;
NULL              158 source3/lib/secdesc.c 	sacl = NULL;
NULL              194 source3/lib/secdesc.c 	if(( dst = TALLOC_ZERO_P(ctx, SEC_DESC)) == NULL)
NULL              195 source3/lib/secdesc.c 		return NULL;
NULL              205 source3/lib/secdesc.c 	dst->owner_sid = NULL;
NULL              206 source3/lib/secdesc.c 	dst->group_sid   = NULL;
NULL              207 source3/lib/secdesc.c 	dst->sacl      = NULL;
NULL              208 source3/lib/secdesc.c 	dst->dacl      = NULL;
NULL              210 source3/lib/secdesc.c 	if(owner_sid && ((dst->owner_sid = sid_dup_talloc(dst,owner_sid)) == NULL))
NULL              213 source3/lib/secdesc.c 	if(grp_sid && ((dst->group_sid = sid_dup_talloc(dst,grp_sid)) == NULL))
NULL              216 source3/lib/secdesc.c 	if(sacl && ((dst->sacl = dup_sec_acl(dst, sacl)) == NULL))
NULL              219 source3/lib/secdesc.c 	if(dacl && ((dst->dacl = dup_sec_acl(dst, dacl)) == NULL))
NULL              228 source3/lib/secdesc.c 	if (dst->sacl != NULL) {
NULL              231 source3/lib/secdesc.c 	if (dst->dacl != NULL) {
NULL              235 source3/lib/secdesc.c 	if (dst->owner_sid != NULL) {
NULL              236 source3/lib/secdesc.c 		offset += ndr_size_dom_sid(dst->owner_sid, NULL, 0);
NULL              239 source3/lib/secdesc.c 	if (dst->group_sid != NULL) {
NULL              240 source3/lib/secdesc.c 		offset += ndr_size_dom_sid(dst->group_sid, NULL, 0);
NULL              249 source3/lib/secdesc.c 	return NULL;
NULL              260 source3/lib/secdesc.c 	if(src == NULL)
NULL              261 source3/lib/secdesc.c 		return NULL;
NULL              279 source3/lib/secdesc.c 		&blob, mem_ctx, NULL, secdesc,
NULL              305 source3/lib/secdesc.c 		&blob, mem_ctx, NULL, secdesc_buf,
NULL              329 source3/lib/secdesc.c 	if ((data == NULL) || (len == 0)) {
NULL              334 source3/lib/secdesc.c 	if (result == NULL) {
NULL              341 source3/lib/secdesc.c 		&blob, result, NULL, result,
NULL              366 source3/lib/secdesc.c 	if ((data == NULL) || (len == 0)) {
NULL              371 source3/lib/secdesc.c 	if (result == NULL) {
NULL              378 source3/lib/secdesc.c 		&blob, result, NULL, result,
NULL              400 source3/lib/secdesc.c 			     SEC_DESC_SELF_RELATIVE, owner_sid, grp_sid, NULL,
NULL              412 source3/lib/secdesc.c 	if((dst = TALLOC_ZERO_P(ctx, SEC_DESC_BUF)) == NULL)
NULL              413 source3/lib/secdesc.c 		return NULL;
NULL              418 source3/lib/secdesc.c 	if(sec_desc && ((dst->sd = dup_sec_desc(ctx, sec_desc)) == NULL)) {
NULL              419 source3/lib/secdesc.c 		return NULL;
NULL              431 source3/lib/secdesc.c 	if(src == NULL)
NULL              432 source3/lib/secdesc.c 		return NULL;
NULL              557 source3/lib/secdesc.c 	SEC_ACL *new_dacl = NULL, *the_acl = NULL;
NULL              558 source3/lib/secdesc.c 	SEC_ACE *new_ace_list = NULL;
NULL              561 source3/lib/secdesc.c 	*ppsd = NULL;
NULL              580 source3/lib/secdesc.c 		new_ace_list = NULL;
NULL              587 source3/lib/secdesc.c 		const DOM_SID *creator = NULL;
NULL              675 source3/lib/secdesc.c 			NULL,
NULL              691 source3/lib/secdesc.c 	SEC_DESC *sd = NULL;
NULL              693 source3/lib/secdesc.c 	*ppsdb = NULL;
NULL               69 source3/lib/select.c 			if (readfds != NULL)
NULL               71 source3/lib/select.c 			if (writefds != NULL)
NULL               73 source3/lib/select.c 			if (errorfds != NULL)
NULL              153 source3/lib/select.c 	readfds2 = (readfds ? &readfds_buf : NULL);
NULL              154 source3/lib/select.c 	writefds2 = (writefds ? &writefds_buf : NULL);
NULL              155 source3/lib/select.c 	errorfds2 = (errorfds ? &errorfds_buf : NULL);
NULL              166 source3/lib/select.c 		ptval = NULL;
NULL              280 source3/lib/sendfile.c 		hdtrl[0].iov_base = NULL;
NULL              283 source3/lib/sendfile.c 	hdtrl[1].iov_base = NULL;
NULL              319 source3/lib/sendfile.c 				hdtrl[0].iov_base = NULL;
NULL              349 source3/lib/sendfile.c 	hdr.trailers = NULL;
NULL              357 source3/lib/sendfile.c 		hdtrl.iov_base = NULL;
NULL              391 source3/lib/sendfile.c 				hdtrl.iov_base = NULL;
NULL              422 source3/lib/sendfile.c 		hdtrl.header_data = NULL;
NULL              425 source3/lib/sendfile.c 	hdtrl.trailer_data = NULL;
NULL               48 source3/lib/server_mutex.c 	if (result == NULL) {
NULL               50 source3/lib/server_mutex.c 		return NULL;
NULL               54 source3/lib/server_mutex.c 	if (result->name == NULL) {
NULL               57 source3/lib/server_mutex.c 		return NULL;
NULL               62 source3/lib/server_mutex.c 	if (result->tdb == NULL) {
NULL               66 source3/lib/server_mutex.c 		return NULL;
NULL               73 source3/lib/server_mutex.c 		return NULL;
NULL               45 source3/lib/sharesec.c 	if (share_db != NULL) {
NULL               49 source3/lib/sharesec.c 	share_db = db_open(NULL, state_path("share_info.tdb"), 0,
NULL               51 source3/lib/sharesec.c 	if (share_db == NULL) {
NULL               93 source3/lib/sharesec.c 		ret = share_db->traverse(share_db, delete_fn, NULL);
NULL              129 source3/lib/sharesec.c 	SEC_ACL *psa = NULL;
NULL              130 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
NULL              138 source3/lib/sharesec.c 	if ((psa = make_sec_acl(ctx, NT4_ACL_REVISION, 1, &ace)) != NULL) {
NULL              140 source3/lib/sharesec.c 				    SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL              146 source3/lib/sharesec.c 		return NULL;
NULL              160 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
NULL              165 source3/lib/sharesec.c 		return NULL;
NULL              170 source3/lib/sharesec.c 		return NULL;
NULL              177 source3/lib/sharesec.c 	if (data.dptr == NULL) {
NULL              189 source3/lib/sharesec.c 		return NULL;
NULL              193 source3/lib/sharesec.c 		*psize = ndr_size_security_descriptor(psd, NULL, 0);
NULL              284 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
NULL              309 source3/lib/sharesec.c 	SEC_ACE *ace_list = NULL;
NULL              310 source3/lib/sharesec.c 	SEC_ACL *psa = NULL;
NULL              311 source3/lib/sharesec.c 	SEC_DESC *psd = NULL;
NULL              315 source3/lib/sharesec.c 	*ppsd = NULL;
NULL              390 source3/lib/sharesec.c 	if ((psa = make_sec_acl(ctx, NT4_ACL_REVISION, num_aces, ace_list)) != NULL) {
NULL              392 source3/lib/sharesec.c 				    SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL               40 source3/lib/smbconf/smbconf_init.c 	char *backend = NULL;
NULL               41 source3/lib/smbconf/smbconf_init.c 	char *path = NULL;
NULL               45 source3/lib/smbconf/smbconf_init.c 	if (conf_ctx == NULL) {
NULL               50 source3/lib/smbconf/smbconf_init.c 	if ((source == NULL) || (*source == '\0')) {
NULL               56 source3/lib/smbconf/smbconf_init.c 	if (backend == NULL) {
NULL               62 source3/lib/smbconf/smbconf_init.c 	if (sep != NULL) {
NULL               66 source3/lib/smbconf/smbconf_init.c 			path = NULL;
NULL               74 source3/lib/smbconf/smbconf_init.c 	} else if (sep == NULL) {
NULL               56 source3/lib/smbconf/smbconf_reg.c 		NULL
NULL               58 source3/lib/smbconf/smbconf_reg.c 	const char **forbidden = NULL;
NULL               60 source3/lib/smbconf/smbconf_reg.c 	for (forbidden = forbidden_valnames; *forbidden != NULL; forbidden++) {
NULL               85 source3/lib/smbconf/smbconf_reg.c 	if (servicename == NULL) {
NULL              107 source3/lib/smbconf/smbconf_reg.c 	struct registry_value *value = NULL;
NULL              167 source3/lib/smbconf/smbconf_reg.c 		if (canon_valname == NULL) {
NULL              186 source3/lib/smbconf/smbconf_reg.c 	if ((subkeyname == NULL) || (*(subkeyname +1) == '\0')) {
NULL              230 source3/lib/smbconf/smbconf_reg.c 	if (strings == NULL) {
NULL              240 source3/lib/smbconf/smbconf_reg.c 	if (value->v.multi_sz.strings == NULL) {
NULL              248 source3/lib/smbconf/smbconf_reg.c 		if (value->v.multi_sz.strings[count] == NULL) {
NULL              275 source3/lib/smbconf/smbconf_reg.c 	char *result = NULL;
NULL              278 source3/lib/smbconf/smbconf_reg.c 	if (mem_ctx == NULL) {
NULL              296 source3/lib/smbconf/smbconf_reg.c 			if (result == NULL) {
NULL              320 source3/lib/smbconf/smbconf_reg.c 	struct registry_value *value = NULL;
NULL              321 source3/lib/smbconf/smbconf_reg.c 	char **tmp_includes = NULL;
NULL              327 source3/lib/smbconf/smbconf_reg.c 		*includes = NULL;
NULL              355 source3/lib/smbconf/smbconf_reg.c 		if (*includes == NULL) {
NULL              362 source3/lib/smbconf/smbconf_reg.c 		*includes = NULL;
NULL              380 source3/lib/smbconf/smbconf_reg.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              383 source3/lib/smbconf/smbconf_reg.c 	struct registry_value *valvalue = NULL;
NULL              384 source3/lib/smbconf/smbconf_reg.c 	char *valname = NULL;
NULL              386 source3/lib/smbconf/smbconf_reg.c 	char **tmp_valnames = NULL;
NULL              387 source3/lib/smbconf/smbconf_reg.c 	char **tmp_valstrings = NULL;
NULL              389 source3/lib/smbconf/smbconf_reg.c 	char **includes = NULL;
NULL              391 source3/lib/smbconf/smbconf_reg.c 	if ((num_values == NULL) || (value_names == NULL) ||
NULL              392 source3/lib/smbconf/smbconf_reg.c 	    (value_strings == NULL))
NULL              458 source3/lib/smbconf/smbconf_reg.c 		*value_names = NULL;
NULL              459 source3/lib/smbconf/smbconf_reg.c 		*value_strings = NULL;
NULL              540 source3/lib/smbconf/smbconf_reg.c 	if (path == NULL) {
NULL              544 source3/lib/smbconf/smbconf_reg.c 	if (ctx->path == NULL) {
NULL              644 source3/lib/smbconf/smbconf_reg.c 	if (csn == NULL) {
NULL              662 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *parent_key = NULL;
NULL              663 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *new_key = NULL;
NULL              675 source3/lib/smbconf/smbconf_reg.c 	if (path == NULL) {
NULL              713 source3/lib/smbconf/smbconf_reg.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              715 source3/lib/smbconf/smbconf_reg.c 	char *subkey_name = NULL;
NULL              716 source3/lib/smbconf/smbconf_reg.c 	char **tmp_share_names = NULL;
NULL              718 source3/lib/smbconf/smbconf_reg.c 	if ((num_shares == NULL) || (share_names == NULL)) {
NULL              729 source3/lib/smbconf/smbconf_reg.c 						   0, NULL);
NULL              748 source3/lib/smbconf/smbconf_reg.c 				&subkey_name, NULL),
NULL              774 source3/lib/smbconf/smbconf_reg.c 		*share_names = NULL;
NULL              791 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL              810 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL              812 source3/lib/smbconf/smbconf_reg.c 	if (servicename == NULL) {
NULL              832 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL              833 source3/lib/smbconf/smbconf_reg.c 	struct smbconf_service *tmp_service = NULL;
NULL              843 source3/lib/smbconf/smbconf_reg.c 	if (tmp_service == NULL) {
NULL              848 source3/lib/smbconf/smbconf_reg.c 	if (servicename != NULL) {
NULL              850 source3/lib/smbconf/smbconf_reg.c 		if (tmp_service->name == NULL) {
NULL              879 source3/lib/smbconf/smbconf_reg.c 	if (servicename != NULL) {
NULL              899 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL              925 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL              926 source3/lib/smbconf/smbconf_reg.c 	struct registry_value *value = NULL;
NULL              951 source3/lib/smbconf/smbconf_reg.c 	if (*valstr == NULL) {
NULL              968 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL             1002 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL             1025 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL             1053 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
NULL               27 source3/lib/smbconf/testsuite.c 	if (prefix == NULL) {
NULL               41 source3/lib/smbconf/testsuite.c 	char **includes = NULL;
NULL               74 source3/lib/smbconf/testsuite.c 	char **get_includes = NULL;
NULL              129 source3/lib/smbconf/testsuite.c 	char **get_includes = NULL;
NULL              204 source3/lib/smbconf/testsuite.c 	struct smbconf_ctx *conf_ctx = NULL;
NULL              245 source3/lib/smbconf/testsuite.c 	struct smbconf_ctx *conf_ctx = NULL;
NULL              251 source3/lib/smbconf/testsuite.c 	werr = smbconf_init_reg(mem_ctx, &conf_ctx, NULL);
NULL               70 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL 		}
NULL               92 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL 		}
NULL              130 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL 			}
NULL              157 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL 			}
NULL              170 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL			},
NULL              184 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL			}	
NULL              193 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL			}	
NULL              202 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL			}	
NULL              210 source3/lib/smbldap.c 	{ LDAP_ATTR_LIST_END,		NULL			}	
NULL              227 source3/lib/smbldap.c 	return NULL;
NULL              247 source3/lib/smbldap.c 		return NULL;
NULL              255 source3/lib/smbldap.c 	names[i] = NULL;
NULL              275 source3/lib/smbldap.c 	if ((values = ldap_get_values (ldap_struct, entry, attribute)) == NULL) {
NULL              303 source3/lib/smbldap.c 	if (attribute == NULL) {
NULL              304 source3/lib/smbldap.c 		return NULL;
NULL              309 source3/lib/smbldap.c 	if (values == NULL) {
NULL              311 source3/lib/smbldap.c 		return NULL;
NULL              318 source3/lib/smbldap.c 		return NULL;
NULL              324 source3/lib/smbldap.c 		return NULL;
NULL              345 source3/lib/smbldap.c 	if (attribute == NULL) {
NULL              346 source3/lib/smbldap.c 		return NULL;
NULL              351 source3/lib/smbldap.c 	if (values == NULL) {
NULL              353 source3/lib/smbldap.c 		return NULL;
NULL              359 source3/lib/smbldap.c 		return NULL;
NULL              372 source3/lib/smbldap.c 			return NULL;
NULL              401 source3/lib/smbldap.c 	if (result == NULL) {
NULL              406 source3/lib/smbldap.c 	SMB_ASSERT(handle != NULL);
NULL              421 source3/lib/smbldap.c 	if (mod == NULL) {
NULL              426 source3/lib/smbldap.c 	SMB_ASSERT(handle != NULL);
NULL              447 source3/lib/smbldap.c 	if (attribute == NULL || *attribute == '\0') {
NULL              453 source3/lib/smbldap.c        	if (value == NULL || *value == '\0')
NULL              457 source3/lib/smbldap.c 	if (mods == NULL) {
NULL              459 source3/lib/smbldap.c 		if (mods == NULL) {
NULL              463 source3/lib/smbldap.c 		mods[0] = NULL;
NULL              466 source3/lib/smbldap.c 	for (i = 0; mods[i] != NULL; ++i) {
NULL              471 source3/lib/smbldap.c 	if (mods[i] == NULL) {
NULL              473 source3/lib/smbldap.c 		if (mods == NULL) {
NULL              478 source3/lib/smbldap.c 		if (mods[i] == NULL) {
NULL              483 source3/lib/smbldap.c 		mods[i]->mod_values = NULL;
NULL              485 source3/lib/smbldap.c 		mods[i + 1] = NULL;
NULL              488 source3/lib/smbldap.c 	if (value != NULL) {
NULL              489 source3/lib/smbldap.c 		char *utf8_value = NULL;
NULL              493 source3/lib/smbldap.c 		if (mods[i]->mod_values != NULL) {
NULL              494 source3/lib/smbldap.c 			for (; mods[i]->mod_values[j] != NULL; j++);
NULL              498 source3/lib/smbldap.c 		if (mods[i]->mod_values == NULL) {
NULL              510 source3/lib/smbldap.c 		mods[i]->mod_values[j + 1] = NULL;
NULL              527 source3/lib/smbldap.c 	if (attribute == NULL) {
NULL              533 source3/lib/smbldap.c 	if (existing != NULL) {
NULL              571 source3/lib/smbldap.c 	if ((newval != NULL) && (strlen(newval) > 0)) {
NULL              600 source3/lib/smbldap.c 	return NULL;
NULL              654 source3/lib/smbldap.c 	if ((rc = ldap_start_tls_s (ldap_struct, NULL, NULL)) != LDAP_SUCCESS)	{
NULL              714 source3/lib/smbldap.c 		if ((*ldap_struct = ldap_init(host, port)) == NULL)	{
NULL              886 source3/lib/smbldap.c 			*whop = NULL;
NULL              887 source3/lib/smbldap.c 			*credp = NULL;
NULL             1044 source3/lib/smbldap.c 		char *ld_error = NULL;
NULL             1087 source3/lib/smbldap.c 	if ((ldap_state->ldap_struct != NULL) && ((ldap_state->last_ping + SMBLDAP_DONT_PING_TIME) < time(NULL))) {
NULL             1108 source3/lib/smbldap.c 		    	ldap_state->ldap_struct = NULL;
NULL             1111 source3/lib/smbldap.c 			ldap_state->last_ping = time(NULL);
NULL             1115 source3/lib/smbldap.c 	if (ldap_state->ldap_struct != NULL) {
NULL             1126 source3/lib/smbldap.c 		ldap_state->ldap_struct = NULL;
NULL             1131 source3/lib/smbldap.c 	ldap_state->last_ping = time(NULL);
NULL             1136 source3/lib/smbldap.c 	if (ldap_state->event_context != NULL) {
NULL             1138 source3/lib/smbldap.c 			ldap_state->event_context, NULL,
NULL             1156 source3/lib/smbldap.c 	if (ldap_state->ldap_struct != NULL) {
NULL             1158 source3/lib/smbldap.c 		ldap_state->ldap_struct = NULL;
NULL             1181 source3/lib/smbldap.c 	time_t now = time(NULL);
NULL             1254 source3/lib/smbldap.c 	time_t		endtime = time(NULL)+lp_ldap_timeout();
NULL             1314 source3/lib/smbldap.c 			char *ld_error = NULL;
NULL             1330 source3/lib/smbldap.c 				ldap_state->ldap_struct = NULL;
NULL             1353 source3/lib/smbldap.c 				  attrsonly, NULL, NULL, LDAP_NO_LIMIT, res);
NULL             1363 source3/lib/smbldap.c 	LDAPControl 	*controls[2] = { NULL, NULL};
NULL             1364 source3/lib/smbldap.c 	BerElement 	*cookie_be = NULL;
NULL             1365 source3/lib/smbldap.c 	struct berval 	*cookie_bv = NULL;
NULL             1369 source3/lib/smbldap.c 	*res = NULL;
NULL             1376 source3/lib/smbldap.c 	if (cookie_be == NULL) {
NULL             1383 source3/lib/smbldap.c 	if (*cookie != NULL) {
NULL             1386 source3/lib/smbldap.c 		*cookie = NULL;
NULL             1398 source3/lib/smbldap.c 	controls[1] = NULL;
NULL             1401 source3/lib/smbldap.c 				 0, controls, NULL, LDAP_NO_LIMIT, res);
NULL             1414 source3/lib/smbldap.c 	rc = ldap_parse_result(ldap_state->ldap_struct, *res, NULL, NULL, 
NULL             1415 source3/lib/smbldap.c 			       NULL, NULL, &rcontrols,  0);
NULL             1422 source3/lib/smbldap.c 	if (rcontrols == NULL)
NULL             1437 source3/lib/smbldap.c 			*cookie=NULL;
NULL             1452 source3/lib/smbldap.c 	time_t		endtime = time(NULL)+lp_ldap_timeout();
NULL             1466 source3/lib/smbldap.c 			char *ld_error = NULL;
NULL             1482 source3/lib/smbldap.c 				ldap_state->ldap_struct = NULL;
NULL             1496 source3/lib/smbldap.c 	time_t		endtime = time(NULL)+lp_ldap_timeout();
NULL             1510 source3/lib/smbldap.c 			char *ld_error = NULL;
NULL             1526 source3/lib/smbldap.c 				ldap_state->ldap_struct = NULL;
NULL             1540 source3/lib/smbldap.c 	time_t		endtime = time(NULL)+lp_ldap_timeout();
NULL             1554 source3/lib/smbldap.c 			char *ld_error = NULL;
NULL             1570 source3/lib/smbldap.c 				ldap_state->ldap_struct = NULL;
NULL             1586 source3/lib/smbldap.c 	time_t		endtime = time(NULL)+lp_ldap_timeout();
NULL             1596 source3/lib/smbldap.c 			char *ld_error = NULL;
NULL             1612 source3/lib/smbldap.c 				ldap_state->ldap_struct = NULL;
NULL             1640 source3/lib/smbldap.c 	if (state->ldap_struct == NULL) {
NULL             1649 source3/lib/smbldap.c 			event_ctx, NULL,
NULL             1677 source3/lib/smbldap.c 	*ldap_state = NULL;
NULL             1717 source3/lib/smbldap.c 		return NULL;
NULL             1722 source3/lib/smbldap.c 		return NULL;
NULL             1734 source3/lib/smbldap.c 	LDAPMessage *msg = NULL;
NULL             1735 source3/lib/smbldap.c 	LDAPMessage *entry = NULL;
NULL             1736 source3/lib/smbldap.c 	char **values = NULL;
NULL             1769 source3/lib/smbldap.c 	if (entry == NULL) {
NULL             1776 source3/lib/smbldap.c 	if (values == NULL) {
NULL             1795 source3/lib/smbldap.c 	if (values != NULL)
NULL             1797 source3/lib/smbldap.c 	if (msg != NULL)
NULL             1810 source3/lib/smbldap.c 	const char *attrs[] = { "supportedControl", NULL };
NULL             1820 source3/lib/smbldap.c 	const char *attrs[] = { "supportedExtension", NULL };
NULL             1830 source3/lib/smbldap.c 	const char *attrs[] = { "namingContexts", NULL };
NULL               38 source3/lib/smbldap_util.c 	const char *policy_attr = NULL;
NULL               39 source3/lib/smbldap_util.c 	char *dn = NULL;
NULL               40 source3/lib/smbldap_util.c 	LDAPMod **mods = NULL;
NULL               60 source3/lib/smbldap_util.c 	for (i=1; decode_account_policy_name(i) != NULL; i++) {
NULL               61 source3/lib/smbldap_util.c 		char *val = NULL;
NULL               89 source3/lib/smbldap_util.c 			char *ld_error = NULL;
NULL              119 source3/lib/smbldap_util.c 	char *filter = NULL;
NULL              120 source3/lib/smbldap_util.c 	char *dn = NULL;
NULL              121 source3/lib/smbldap_util.c 	LDAPMod **mods = NULL;
NULL              123 source3/lib/smbldap_util.c 	LDAPMessage *result = NULL;
NULL              144 source3/lib/smbldap_util.c 	attr_list = get_attr_list(NULL, dominfo_attr_list );
NULL              228 source3/lib/smbldap_util.c 		char *ld_error = NULL;
NULL              255 source3/lib/smbldap_util.c 	char *filter = NULL;
NULL              279 source3/lib/smbldap_util.c 	attr_list = get_attr_list( NULL, dominfo_attr_list );
NULL              298 source3/lib/smbldap_util.c 	*result = NULL;
NULL               33 source3/lib/smbrun.c 	char *path = NULL;
NULL              188 source3/lib/smbrun.c 		char *newcmd = NULL;
NULL              196 source3/lib/smbrun.c 		    newcmd ? (const char *)newcmd : cmd, NULL);
NULL              346 source3/lib/smbrun.c 	execl("/bin/sh", "sh", "-c", cmd, NULL);  
NULL               43 source3/lib/substitute.c 	char *tmp_local_machine = NULL;
NULL              268 source3/lib/substitute.c 	if ((q = strchr_m(p,')')) == NULL) {
NULL              281 source3/lib/substitute.c 	if ( (envname = (char *)SMB_MALLOC(copylen + 1 + 4)) == NULL ) {
NULL              282 source3/lib/substitute.c 		return NULL;
NULL              288 source3/lib/substitute.c 	if ((envval = getenv(envname)) == NULL) {
NULL              318 source3/lib/substitute.c 		return NULL;
NULL              340 source3/lib/substitute.c 	{ NULL, 		NULL }
NULL              355 source3/lib/substitute.c 	return NULL;
NULL              377 source3/lib/substitute.c 	if ((q = strchr_m(p,')')) == NULL) {
NULL              389 source3/lib/substitute.c 	if ((value = get_longvar_val(varname)) == NULL) {
NULL              433 source3/lib/substitute.c 			if (home_path_start != NULL) {
NULL              519 source3/lib/substitute.c 	if ( (s = alloc_sub_basic( smb_name, domain_name, str )) != NULL ) {
NULL              537 source3/lib/substitute.c 	if ( (a = alloc_sub_basic(smb_name, domain_name, str)) == NULL ) {
NULL              538 source3/lib/substitute.c 		return NULL;
NULL              555 source3/lib/substitute.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              561 source3/lib/substitute.c 		return NULL;
NULL              565 source3/lib/substitute.c 	if (a_string == NULL) {
NULL              567 source3/lib/substitute.c 		return NULL;
NULL              574 source3/lib/substitute.c 		r = NULL;
NULL              580 source3/lib/substitute.c 			if (r == NULL) {
NULL              588 source3/lib/substitute.c 			if (r == NULL) {
NULL              592 source3/lib/substitute.c 			if (pass != NULL) {
NULL              602 source3/lib/substitute.c 			if (r == NULL) {
NULL              683 source3/lib/substitute.c 		if (a_string == NULL) {
NULL              711 source3/lib/substitute.c 	char *ret_string = NULL;
NULL              717 source3/lib/substitute.c 		return NULL;
NULL              721 source3/lib/substitute.c 	if (a_string == NULL) {
NULL              774 source3/lib/substitute.c 		if (a_string == NULL) {
NULL              801 source3/lib/substitute.c 	if (a_string == NULL) {
NULL              803 source3/lib/substitute.c 		return NULL;
NULL              851 source3/lib/substitute.c 		if (a_string == NULL) {
NULL              852 source3/lib/substitute.c 			return NULL;
NULL              876 source3/lib/substitute.c 		return NULL;
NULL               49 source3/lib/sysacls.c 	if (entry_p == NULL) {
NULL               97 source3/lib/sysacls.c 		return NULL;
NULL              115 source3/lib/sysacls.c 	if (permset_d == NULL) {
NULL              143 source3/lib/sysacls.c 	if ((text = (char *)SMB_MALLOC(maxlen)) == NULL) {
NULL              145 source3/lib/sysacls.c 		return NULL;
NULL              177 source3/lib/sysacls.c 				if ((gr = getgrgid(ap->gid)) == NULL) {
NULL              214 source3/lib/sysacls.c 			if ((text = (char *)SMB_REALLOC(text, maxlen)) == NULL) {
NULL              216 source3/lib/sysacls.c 				return NULL;
NULL              236 source3/lib/sysacls.c 		return NULL;
NULL              247 source3/lib/sysacls.c 		     count * sizeof(struct smb_acl_entry))) == NULL) {
NULL              249 source3/lib/sysacls.c 		return NULL;
NULL              264 source3/lib/sysacls.c 	if (acl_p == NULL || entry_p == NULL || (acl_d = *acl_p) == NULL) {
NULL              555 source3/lib/sysacls.c 	return NULL;
NULL              565 source3/lib/sysacls.c 	return NULL;
NULL               59 source3/lib/sysquotas.c 	(*mntpath) = NULL;
NULL               60 source3/lib/sysquotas.c 	(*bdev) = NULL;
NULL               61 source3/lib/sysquotas.c 	(*fs) = NULL;
NULL               69 source3/lib/sysquotas.c 	if (fp == NULL) {
NULL              111 source3/lib/sysquotas.c 	(*mntpath) = NULL;
NULL              112 source3/lib/sysquotas.c 	(*bdev) = NULL;
NULL              113 source3/lib/sysquotas.c 	(*fs) = NULL;
NULL              153 source3/lib/sysquotas.c 	(*mntpath) = NULL;
NULL              154 source3/lib/sysquotas.c 	(*bdev) = NULL;
NULL              155 source3/lib/sysquotas.c 	(*fs) = NULL;
NULL              180 source3/lib/sysquotas.c 	{NULL, 	NULL, 			NULL}
NULL              186 source3/lib/sysquotas.c 	char **lines = NULL;
NULL              192 source3/lib/sysquotas.c 		char *syscmd = NULL;
NULL              216 source3/lib/sysquotas.c 		lines = file_lines_pload(syscmd, NULL);
NULL              293 source3/lib/sysquotas.c 				dp->bsize = STR_TO_SMB_BIG_UINT(p, NULL);
NULL              299 source3/lib/sysquotas.c 			lines = NULL;
NULL              345 source3/lib/sysquotas.c 		char **lines = NULL;
NULL              346 source3/lib/sysquotas.c 		char *syscmd = NULL;
NULL              388 source3/lib/sysquotas.c 		lines = file_lines_pload(syscmd, NULL);
NULL              412 source3/lib/sysquotas.c 	char *mntpath = NULL;
NULL              413 source3/lib/sysquotas.c 	char *bdev = NULL;
NULL              414 source3/lib/sysquotas.c 	char *fs = NULL;
NULL              477 source3/lib/sysquotas.c 	char *mntpath = NULL;
NULL              478 source3/lib/sysquotas.c 	char *bdev = NULL;
NULL              479 source3/lib/sysquotas.c 	char *fs = NULL;
NULL              240 source3/lib/sysquotas_4A.c 					char *quota_file = NULL;
NULL              243 source3/lib/sysquotas_4A.c 					if (quota_file == NULL) {
NULL              297 source3/lib/sysquotas_4A.c 					char *quota_file = NULL;
NULL              300 source3/lib/sysquotas_4A.c 					if (quota_file == NULL) {
NULL               53 source3/lib/system.c 	void *p = NULL;
NULL               58 source3/lib/system.c 	return NULL;
NULL               73 source3/lib/system.c 		return NULL;
NULL              111 source3/lib/system.c 	select(0,NULL,NULL,NULL,&tval);
NULL              574 source3/lib/system.c 	return wait4(pid, status, options, NULL);
NULL              626 source3/lib/system.c 	if (cap == NULL) {
NULL              776 source3/lib/system.c 	if((group_list = SMB_MALLOC_ARRAY(GID_T, setlen)) == NULL) {
NULL              813 source3/lib/system.c 	if((group_list = SMB_MALLOC_ARRAY(GID_T, setlen)) == NULL) {
NULL              849 source3/lib/system.c 	gid_t *new_gidset = NULL;
NULL              866 source3/lib/system.c 	        if (new_gidset == NULL) {
NULL              985 source3/lib/system.c 	char **argl = NULL;
NULL              996 source3/lib/system.c 		return NULL;
NULL             1003 source3/lib/system.c 	for( argcl = 1; ptr; ptr = strtok_r(NULL, " \t", &saveptr))
NULL             1027 source3/lib/system.c 	while((ptr = strtok_r(NULL, " \t", &saveptr)) != NULL) {
NULL             1034 source3/lib/system.c 	argl[i++] = NULL;
NULL             1042 source3/lib/system.c 	return NULL;
NULL             1064 source3/lib/system.c 	popen_list *entry = NULL;
NULL             1065 source3/lib/system.c 	char **argl = NULL;
NULL             1078 source3/lib/system.c 	if((entry = SMB_MALLOC_P(popen_list)) == NULL)
NULL             1087 source3/lib/system.c 	if(!(argl = extract_args(NULL, command)))
NULL             1155 source3/lib/system.c 	popen_list *entry = NULL;
NULL             1160 source3/lib/system.c 	for ( ; *ptr != NULL; ptr = &(*ptr)->next) {
NULL             1197 source3/lib/system.c 	char *msgbuf = NULL;
NULL             1246 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1252 source3/lib/system.c 	if((retval=extattr_get_file(path, attrnamespace, attrname, NULL, 0)) >= 0) {
NULL             1301 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1303 source3/lib/system.c 	if((retval=extattr_get_link(path, attrnamespace, attrname, NULL, 0)) >= 0) {
NULL             1354 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1356 source3/lib/system.c 	if((retval=extattr_get_fd(filedes, attrnamespace, attrname, NULL, 0)) >= 0) {
NULL             1448 source3/lib/system.c 		if(list == NULL) {
NULL             1628 source3/lib/system.c 	return irix_attr_list(NULL, filedes, list, size, 0);
NULL             1658 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1695 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1734 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1774 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1777 source3/lib/system.c 		retval = extattr_get_file(path, attrnamespace, attrname, NULL, 0);
NULL             1837 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1840 source3/lib/system.c 		retval = extattr_get_link(path, attrnamespace, attrname, NULL, 0);
NULL             1903 source3/lib/system.c 	const char *attrname = ((s=strchr_m(name, '.')) == NULL) ? name : s + 1;
NULL             1906 source3/lib/system.c 		retval = extattr_get_fd(filedes, attrnamespace, attrname, NULL, 0);
NULL               52 source3/lib/system_smbd.c 	ngrp_saved = getgroups(0, NULL);
NULL               83 source3/lib/system_smbd.c 	num_gids = getgroups(0, NULL);
NULL              178 source3/lib/system_smbd.c 	groups = NULL;
NULL               85 source3/lib/tallocmsg.c 	state.s		= NULL;
NULL               87 source3/lib/tallocmsg.c 	talloc_report_depth_cb(NULL, 0, -1, msg_pool_usage_helper, &state);
NULL              105 source3/lib/tallocmsg.c 	messaging_register(msg_ctx, NULL, MSG_REQ_POOL_USAGE, msg_pool_usage);
NULL               94 source3/lib/tdb_validate.c 	if (tdb == NULL) {
NULL              179 source3/lib/tdb_validate.c 	TDB_CONTEXT *tdb = NULL;
NULL              238 source3/lib/tdb_validate.c 	return tdb_traverse(tdb, NULL, NULL);
NULL              246 source3/lib/tdb_validate.c 	struct tdb_context *src_tdb = NULL;
NULL              247 source3/lib/tdb_validate.c 	struct tdb_context *dst_tdb = NULL;
NULL              248 source3/lib/tdb_validate.c 	char *tmp_path = NULL;
NULL              262 source3/lib/tdb_validate.c 	if (src_tdb == NULL) {
NULL              278 source3/lib/tdb_validate.c 	if (dst_tdb == NULL) {
NULL              327 source3/lib/tdb_validate.c 	if (src_tdb != NULL) {
NULL              330 source3/lib/tdb_validate.c 	if (tmp_path != NULL) {
NULL              433 source3/lib/tdb_validate.c 	TALLOC_CTX *ctx = NULL;
NULL              435 source3/lib/tdb_validate.c 	ctx = talloc_new(NULL);
NULL              436 source3/lib/tdb_validate.c 	if (ctx == NULL) {
NULL              100 source3/lib/time.c 	return strtoull(s, NULL, 0);
NULL              202 source3/lib/time.c 		t = time(NULL);
NULL              822 source3/lib/time.c 	set_server_zone_offset(time(NULL));
NULL               45 source3/lib/username.c 		return(NULL);
NULL               66 source3/lib/username.c 	struct passwd *ret = NULL;
NULL               69 source3/lib/username.c 		return(NULL);
NULL               72 source3/lib/username.c 		return(NULL);
NULL              128 source3/lib/username.c 		return NULL;
NULL              171 source3/lib/username.c 	return(NULL);
NULL              194 source3/lib/username.c 	return(NULL);
NULL              204 source3/lib/util.c 	for( namecount=0; str_array && (str_array[namecount] != NULL); namecount++ )
NULL              223 source3/lib/util.c 		for ( i = 0; str_array[i] != NULL; i++) {
NULL              252 source3/lib/util.c 	if (global_myname() == NULL || *global_myname() == '\0') {
NULL              285 source3/lib/util.c 	if (result == NULL) {
NULL              286 source3/lib/util.c 		return NULL;
NULL              323 source3/lib/util.c 	if (password == NULL) {
NULL              418 source3/lib/util.c 	if (result == NULL) {
NULL              419 source3/lib/util.c 		return NULL;
NULL              428 source3/lib/util.c 	if ((result->username == NULL) || (result->password == NULL)) {
NULL              430 source3/lib/util.c 		return NULL;
NULL              438 source3/lib/util.c 	char *pass = NULL;
NULL              439 source3/lib/util.c 	char *account = NULL;
NULL              454 source3/lib/util.c 	pass = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              478 source3/lib/util.c 	char *label = NULL;
NULL              507 source3/lib/util.c 	if ((*num_gids != 0) && (*gids == NULL)) {
NULL              521 source3/lib/util.c 	if (*gids == NULL) {
NULL              716 source3/lib/util.c 	if (!(tmp = TALLOC_REALLOC_ARRAY(NULL, *outbuf, uint8, newlen))) {
NULL              733 source3/lib/util.c 	char *p = NULL;
NULL              734 source3/lib/util.c 	char *str = NULL;
NULL              741 source3/lib/util.c 		return NULL;
NULL              746 source3/lib/util.c 		trim_string(str, ".\\", NULL);
NULL              750 source3/lib/util.c 				return NULL;
NULL              755 source3/lib/util.c 	while ((p = strstr_m(str,"\\..\\")) != NULL) {
NULL              761 source3/lib/util.c 		if ((p=strrchr_m(str,'\\')) != NULL) {
NULL              771 source3/lib/util.c 			return NULL;
NULL              775 source3/lib/util.c 	trim_string(str,NULL,"\\..");
NULL              785 source3/lib/util.c 	char *p = NULL;
NULL              786 source3/lib/util.c 	char *str = NULL;
NULL              793 source3/lib/util.c 		return NULL;
NULL              798 source3/lib/util.c 		trim_string(str, "./", NULL);
NULL              802 source3/lib/util.c 				return NULL;
NULL              807 source3/lib/util.c 	while ((p = strstr_m(str,"/../")) != NULL) {
NULL              813 source3/lib/util.c 		if ((p=strrchr_m(str,'/')) != NULL) {
NULL              823 source3/lib/util.c 			return NULL;
NULL              827 source3/lib/util.c 	trim_string(str,NULL,"/..");
NULL              835 source3/lib/util.c 		return NULL;
NULL              917 source3/lib/util.c 		sys_select_intr(0,&fds,NULL,NULL,&tval);
NULL              995 source3/lib/util.c 		return NULL;
NULL             1009 source3/lib/util.c 		return NULL;
NULL             1036 source3/lib/util.c 		return NULL;
NULL             1049 source3/lib/util.c 		return NULL;
NULL             1052 source3/lib/util.c 		return NULL;
NULL             1095 source3/lib/util.c 	void *ret=NULL;
NULL             1102 source3/lib/util.c 		return NULL;
NULL             1143 source3/lib/util.c 	if (*array == NULL) {
NULL             1153 source3/lib/util.c 		if (*array == NULL) {
NULL             1168 source3/lib/util.c 		if (*array == NULL) {
NULL             1195 source3/lib/util.c 		return NULL;
NULL             1251 source3/lib/util.c 	return NULL;
NULL             1264 source3/lib/util.c 	char *value = NULL;
NULL             1276 source3/lib/util.c 	if (result = nis_list(buffer, FOLLOW_PATH|EXPAND_NAME|HARD_LOOKUP, NULL, NULL)) {
NULL             1290 source3/lib/util.c 					return NULL;
NULL             1312 source3/lib/util.c 	char *value = NULL;
NULL             1322 source3/lib/util.c 		return NULL;
NULL             1332 source3/lib/util.c 			return NULL;
NULL             1381 source3/lib/util.c 	char *name = NULL;
NULL             1382 source3/lib/util.c 	struct passwd *pass = NULL;
NULL             1648 source3/lib/util.c 		return(NULL);
NULL             1652 source3/lib/util.c 		return(NULL);
NULL             1658 source3/lib/util.c 		return(NULL);
NULL             1679 source3/lib/util.c 	if((namelist == NULL ) || ((namelist != NULL) && (namelist[0].name == NULL))) {
NULL             1693 source3/lib/util.c 	for(; namelist->name != NULL; namelist++) {
NULL             1731 source3/lib/util.c 	(*ppname_array) = NULL;
NULL             1733 source3/lib/util.c 	if((nameptr == NULL ) || ((nameptr != NULL) && (*nameptr == '\0'))) 
NULL             1751 source3/lib/util.c 		if (name_end == NULL)
NULL             1762 source3/lib/util.c 	if(( (*ppname_array) = SMB_MALLOC_ARRAY(name_compare_entry, num_entries + 1)) == NULL) {
NULL             1777 source3/lib/util.c 		if ((name_end = strchr_m(nameptr, '/')) != NULL)
NULL             1781 source3/lib/util.c 		if(name_end == NULL) 
NULL             1785 source3/lib/util.c 		if(((*ppname_array)[i].name = SMB_STRDUP(nameptr)) == NULL) {
NULL             1795 source3/lib/util.c 	(*ppname_array)[i].name = NULL;
NULL             1808 source3/lib/util.c 	if(name_array == NULL)
NULL             1811 source3/lib/util.c 	for(i=0; name_array[i].name!=NULL; i++)
NULL             2147 source3/lib/util.c 	if ((p = SMB_MALLOC(size*count)) == NULL) {
NULL             2181 source3/lib/util.c 	if (ret == NULL) {
NULL             2200 source3/lib/util.c 	char *fname = NULL;
NULL             2204 source3/lib/util.c 		return NULL;
NULL             2334 source3/lib/util.c 	if (p == NULL) {
NULL             2594 source3/lib/util.c 	char *full = NULL;
NULL             2644 source3/lib/util.c 	if (buf != NULL) {
NULL             2649 source3/lib/util.c 	if (result == NULL) {
NULL             2650 source3/lib/util.c 		return NULL;
NULL             2885 source3/lib/util.c 			ptr + off : NULL;
NULL             2895 source3/lib/util.c 		return NULL;
NULL             2898 source3/lib/util.c 	if (skip_string(buf_base,buf_len, ptr + off) == NULL) {
NULL             2899 source3/lib/util.c 		return NULL;
NULL             2946 source3/lib/util.c 	const char *p = NULL;
NULL             2950 source3/lib/util.c 	if (p != NULL) {
NULL             2963 source3/lib/util.c NULL returns on zero request. JRA.
NULL             2984 source3/lib/util.c 		return NULL;
NULL             3006 source3/lib/util.c 		return NULL;
NULL             3025 source3/lib/util.c 		return NULL;
NULL             3029 source3/lib/util.c 		return NULL;
NULL             3043 source3/lib/util.c 		return NULL;
NULL             3047 source3/lib/util.c 		return NULL;
NULL             3059 source3/lib/util.c 		return NULL;
NULL             3076 source3/lib/util.c 	char *base = NULL;
NULL             3077 source3/lib/util.c 	char *stream = NULL;
NULL             3085 source3/lib/util.c 	if (lp_posix_pathnames() || (sname == NULL)) {
NULL             3086 source3/lib/util.c 		if (pbase != NULL) {
NULL             3093 source3/lib/util.c 	if (pbase != NULL) {
NULL             3102 source3/lib/util.c 	if (stype == NULL) {
NULL             3120 source3/lib/util.c 	if (sname == NULL) {
NULL             3132 source3/lib/util.c 	if (pstream != NULL) {
NULL             3134 source3/lib/util.c 		if (stream == NULL) {
NULL             3146 source3/lib/util.c 	if (pbase != NULL) {
NULL             3149 source3/lib/util.c 	if (pstream != NULL) {
NULL             3179 source3/lib/util.c 		return NULL;
NULL               35 source3/lib/util_file.c 		return NULL;
NULL               38 source3/lib/util_file.c 	p = NULL;
NULL               42 source3/lib/util_file.c 		p = talloc_realloc(NULL, p, char, total + n + 1);
NULL               46 source3/lib/util_file.c 			return NULL;
NULL               82 source3/lib/util_file.c 		return NULL;
NULL               85 source3/lib/util_file.c 	return file_lines_parse(p, size, numlines, NULL);
NULL               39 source3/lib/util_nttoken.c 		return NULL;
NULL               42 source3/lib/util_nttoken.c 	if (token == NULL) {
NULL               44 source3/lib/util_nttoken.c 		return NULL;
NULL               51 source3/lib/util_nttoken.c 		if (token->user_sids == NULL) {
NULL               54 source3/lib/util_nttoken.c 			return NULL;
NULL               78 source3/lib/util_nttoken.c 	struct nt_user_token *token = NULL;
NULL               28 source3/lib/util_pw.c 		return NULL;
NULL               42 source3/lib/util_pw.c 	memcache_flush(NULL, GETPWNAM_CACHE);
NULL               50 source3/lib/util_pw.c 		NULL, GETPWNAM_CACHE, data_blob_string_const_null(name));
NULL               51 source3/lib/util_pw.c 	if (pw != NULL) {
NULL               56 source3/lib/util_pw.c 	if (pw == NULL) {
NULL               57 source3/lib/util_pw.c 		return NULL;
NULL               61 source3/lib/util_pw.c 	if (for_cache == NULL) {
NULL               62 source3/lib/util_pw.c 		return NULL;
NULL               65 source3/lib/util_pw.c 	memcache_add_talloc(NULL, GETPWNAM_CACHE,
NULL               83 source3/lib/util_pw.c 		return NULL;
NULL              103 source3/lib/util_reg.c 		if (*values == NULL) {
NULL              138 source3/lib/util_reg_api.c 		if (presult->data == NULL) {
NULL              166 source3/lib/util_reg_api.c 		if (strings == NULL) {
NULL              172 source3/lib/util_reg_api.c 		if (string_lengths == NULL) {
NULL              195 source3/lib/util_reg_api.c 		if (presult->data == NULL) {
NULL              120 source3/lib/util_seaccess.c 	if (sd->dacl == NULL) {
NULL              195 source3/lib/util_seaccess.c 	if ((sd->type & SEC_DESC_DACL_PRESENT) && sd->dacl == NULL) {
NULL              210 source3/lib/util_seaccess.c 	if (sd->dacl == NULL) {
NULL              261 source3/lib/util_seaccess.c 	SEC_ACL *psa = NULL;
NULL              279 source3/lib/util_seaccess.c 	if ((psa = make_sec_acl(ctx, NT4_ACL_REVISION, 3, ace)) == NULL)
NULL              283 source3/lib/util_seaccess.c 				  SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL              284 source3/lib/util_seaccess.c 				  psa, sd_size)) == NULL)
NULL              131 source3/lib/util_sid.c  	{(enum lsa_SidType)0, NULL}
NULL              194 source3/lib/util_sid.c 	SMB_ASSERT(result != NULL);
NULL              278 source3/lib/util_sid.c 	if (result == NULL)
NULL              279 source3/lib/util_sid.c 		return NULL;
NULL              282 source3/lib/util_sid.c 		return NULL;
NULL              385 source3/lib/util_sid.c 	if (len < ndr_size_dom_sid(sid, NULL, 0))
NULL              526 source3/lib/util_sid.c 	int len = ndr_size_dom_sid(sid, NULL, 0);
NULL              529 source3/lib/util_sid.c 		return NULL;
NULL              544 source3/lib/util_sid.c 	int len = ndr_size_dom_sid(sid, NULL, 0);
NULL              547 source3/lib/util_sid.c 		return NULL;
NULL              563 source3/lib/util_sid.c 		return NULL;
NULL              565 source3/lib/util_sid.c 	if((dst = TALLOC_ZERO_P(ctx, DOM_SID)) != NULL) {
NULL              581 source3/lib/util_sid.c 	if (*sids == NULL) {
NULL              651 source3/lib/util_sid.c 	if (*pp_rids == NULL) {
NULL              687 source3/lib/util_sid.c 	DOM_SID *sid_array = NULL;
NULL               33 source3/lib/util_sock.c 	struct addrinfo *res = NULL;
NULL              129 source3/lib/util_sock.c 			NULL, 0,
NULL              154 source3/lib/util_sock.c 	char *dest = NULL;
NULL              163 source3/lib/util_sock.c 			NULL, 0,
NULL              166 source3/lib/util_sock.c 		return NULL;
NULL              173 source3/lib/util_sock.c 		return NULL;
NULL              355 source3/lib/util_sock.c   {NULL,0,0,0,0}};
NULL              372 source3/lib/util_sock.c 		for (; p->name != NULL; p++) {
NULL              566 source3/lib/util_sock.c 		selrtn = sys_select_intr(fd+1,&fds,NULL,NULL,&timeout);
NULL              638 source3/lib/util_sock.c 	return read_fd_with_timeout(fd, buffer, N, N, 0, NULL);
NULL              676 source3/lib/util_sock.c 	if (iov_copy == NULL) {
NULL              776 source3/lib/util_sock.c 	status = read_fd_with_timeout(fd, inbuf, 4, 4, timeout, NULL);
NULL              991 source3/lib/util_sock.c 	if (result == NULL) {
NULL              992 source3/lib/util_sock.c 		return NULL;
NULL             1038 source3/lib/util_sock.c 	if ((subreq == NULL)
NULL             1052 source3/lib/util_sock.c 	return NULL;
NULL             1137 source3/lib/util_sock.c 	if (ev == NULL) {
NULL             1142 source3/lib/util_sock.c 	if (req == NULL) {
NULL             1178 source3/lib/util_sock.c 	if (req == NULL) {
NULL             1179 source3/lib/util_sock.c 		return NULL;
NULL             1189 source3/lib/util_sock.c 	if (subreq == NULL) {
NULL             1196 source3/lib/util_sock.c 	return NULL;
NULL             1287 source3/lib/util_sock.c 	if (sockets == NULL)
NULL             1357 source3/lib/util_sock.c 	res = sys_select_intr(maxfd+1, &r_fds, &wr_fds, NULL, &tv);
NULL             1484 source3/lib/util_sock.c 	if (pss == NULL) {
NULL             1511 source3/lib/util_sock.c 	struct addrinfo *res = NULL;
NULL             1512 source3/lib/util_sock.c 	struct addrinfo *ailist = NULL;
NULL             1518 source3/lib/util_sock.c 	if (!ret || ailist == NULL) {
NULL             1530 source3/lib/util_sock.c 	if (ailist->ai_canonname == NULL ||
NULL             1592 source3/lib/util_sock.c 			NULL, SINGLETON_CACHE,
NULL             1612 source3/lib/util_sock.c 	tmp = data_blob(NULL, sizeof(nc->ss) + namelen + 1);
NULL             1619 source3/lib/util_sock.c 	memcache_add(NULL, SINGLETON_CACHE,
NULL             1673 source3/lib/util_sock.c 			NULL,
NULL             1714 source3/lib/util_sock.c 	return get_peer_addr_internal(fd, addr, addr_len, NULL, NULL);
NULL             1734 source3/lib/util_sock.c 	char *path = NULL;
NULL             1826 source3/lib/util_sock.c 	struct addrinfo *res = NULL;
NULL             1831 source3/lib/util_sock.c 	if (memcache_lookup(NULL, SINGLETON_CACHE,
NULL             1841 source3/lib/util_sock.c 		return NULL;
NULL             1851 source3/lib/util_sock.c 	if (!ret || res == NULL) {
NULL             1856 source3/lib/util_sock.c 		return NULL;
NULL             1863 source3/lib/util_sock.c 	if (res->ai_canonname == NULL) {
NULL             1868 source3/lib/util_sock.c 		return NULL;
NULL             1875 source3/lib/util_sock.c 	memcache_add(NULL, SINGLETON_CACHE,
NULL             1879 source3/lib/util_sock.c 	if (!memcache_lookup(NULL, SINGLETON_CACHE,
NULL             1899 source3/lib/util_sock.c 	char *name = NULL;
NULL             1901 source3/lib/util_sock.c 	char *servername = NULL;
NULL              235 source3/lib/util_str.c 	else if (psz1 == NULL)
NULL              237 source3/lib/util_str.c 	else if (psz2 == NULL)
NULL              344 source3/lib/util_str.c 		return NULL;
NULL              351 source3/lib/util_str.c 			return NULL;
NULL              368 source3/lib/util_str.c 	smb_ucs2_t *tmpbuf2 = NULL;
NULL              386 source3/lib/util_str.c 	char *tmpbuf2 = NULL;
NULL              431 source3/lib/util_str.c 				return trim_string(s, cfront ? fs : NULL, bs);
NULL              514 source3/lib/util_str.c 		return NULL;
NULL              556 source3/lib/util_str.c 		return NULL;
NULL              577 source3/lib/util_str.c 		return NULL;
NULL              608 source3/lib/util_str.c 		return NULL;
NULL              652 source3/lib/util_str.c 		return(NULL);
NULL              684 source3/lib/util_str.c 	if (p == NULL) {
NULL              686 source3/lib/util_str.c 		return NULL;
NULL              703 source3/lib/util_str.c 	char *tok = NULL;
NULL              749 source3/lib/util_str.c 		if ((*dest) == NULL) {
NULL              766 source3/lib/util_str.c 		*s = NULL;
NULL              890 source3/lib/util_str.c 		return NULL;
NULL              897 source3/lib/util_str.c 		return NULL;
NULL              936 source3/lib/util_str.c 				return NULL;
NULL              976 source3/lib/util_str.c 		return NULL;
NULL              980 source3/lib/util_str.c 	if (string == NULL) {
NULL              983 source3/lib/util_str.c 		return NULL;
NULL              991 source3/lib/util_str.c 		return NULL;
NULL             1032 source3/lib/util_str.c 				return NULL;
NULL             1126 source3/lib/util_str.c 	SMB_ASSERT(result != NULL);
NULL             1149 source3/lib/util_str.c 	smb_ucs2_t *ws = NULL;
NULL             1150 source3/lib/util_str.c 	char *s2 = NULL;
NULL             1173 source3/lib/util_str.c 		return NULL;
NULL             1187 source3/lib/util_str.c 		return NULL;
NULL             1224 source3/lib/util_str.c 			return NULL;
NULL             1240 source3/lib/util_str.c 			return NULL;
NULL             1245 source3/lib/util_str.c 		smb_ucs2_t *ws = NULL;
NULL             1246 source3/lib/util_str.c 		char *s2 = NULL;
NULL             1258 source3/lib/util_str.c 			return NULL;
NULL             1280 source3/lib/util_str.c 	smb_ucs2_t *ws = NULL;
NULL             1281 source3/lib/util_str.c 	char *s2 = NULL;
NULL             1288 source3/lib/util_str.c 		return NULL;
NULL             1293 source3/lib/util_str.c 		return NULL;
NULL             1299 source3/lib/util_str.c 		return NULL;
NULL             1346 source3/lib/util_str.c 		return NULL;
NULL             1357 source3/lib/util_str.c 		return NULL;
NULL             1363 source3/lib/util_str.c 		return NULL;
NULL             1371 source3/lib/util_str.c 		return NULL;
NULL             1379 source3/lib/util_str.c 		return NULL;
NULL             1539 source3/lib/util_str.c 		return NULL;
NULL             1557 source3/lib/util_str.c 		return NULL;
NULL             1703 source3/lib/util_str.c 	char *new_ipstr = NULL;
NULL             1709 source3/lib/util_str.c 		return NULL;
NULL             1742 source3/lib/util_str.c 		return NULL;
NULL             1769 source3/lib/util_str.c 	*ipstr_list = NULL;
NULL             1794 source3/lib/util_str.c 	char *token_str = NULL;
NULL             1802 source3/lib/util_str.c 	if ( (*ip_list = SMB_MALLOC_ARRAY(struct ip_service, count)) == NULL ) {
NULL             1924 source3/lib/util_str.c 		return NULL;
NULL             1932 source3/lib/util_str.c 	SMB_ASSERT(result != NULL);
NULL             2008 source3/lib/util_str.c         if (str == NULL || *str == '\0') {
NULL             2022 source3/lib/util_str.c         if (end == NULL || end == str) {
NULL             2063 source3/lib/util_str.c 	if (*left == NULL) {
NULL             2071 source3/lib/util_str.c 	if (*left == NULL) {
NULL             2087 source3/lib/util_str.c 	if ((*strings == NULL) || (dup_str == NULL)) {
NULL             2113 source3/lib/util_str.c 	if (*string == NULL) {
NULL             2118 source3/lib/util_str.c 		if (*string == NULL)
NULL             2141 source3/lib/util_str.c 		if (*string == NULL) {
NULL             2153 source3/lib/util_str.c 	*string = NULL;
NULL             2187 source3/lib/util_str.c 	if (ret == NULL) {
NULL             2188 source3/lib/util_str.c 		return NULL;
NULL             2203 source3/lib/util_str.c 	if (ret == NULL) {
NULL             2204 source3/lib/util_str.c 		return NULL;
NULL             2223 source3/lib/util_str.c 	if (temp1 == NULL) return NULL;
NULL             2225 source3/lib/util_str.c 	if (temp2 == NULL) return NULL;
NULL             2227 source3/lib/util_str.c 	if (len <= 0) return NULL;
NULL             2229 source3/lib/util_str.c 	if (temp3 == NULL) {
NULL             2231 source3/lib/util_str.c 		return NULL;
NULL             2278 source3/lib/util_str.c 		return NULL;
NULL             2287 source3/lib/util_str.c 			return NULL;
NULL             2346 source3/lib/util_str.c 					return NULL;
NULL             2441 source3/lib/util_str.c 		return NULL;
NULL             2444 source3/lib/util_str.c 	if (list == NULL) {
NULL             2445 source3/lib/util_str.c 		return NULL;
NULL             2450 source3/lib/util_str.c 	if (s == NULL) {
NULL             2453 source3/lib/util_str.c 		return NULL;
NULL             2469 source3/lib/util_str.c 			if (tmp == NULL) {
NULL             2473 source3/lib/util_str.c 				return NULL;
NULL             2486 source3/lib/util_str.c 	list[num] = NULL;
NULL               65 source3/lib/util_tdb.c 		tdb_setalarm_sigptr(tdb, NULL);
NULL              227 source3/lib/util_tdb.c 	len1 = tdb_pack_va(NULL, 0, fmt, ap);
NULL              230 source3/lib/util_tdb.c 	if (mem_ctx != NULL) {
NULL              237 source3/lib/util_tdb.c 	if (*buf == NULL) {
NULL              309 source3/lib/util_tdb.c 			*p = (void *)(IVAL(buf, 0) ? (void *)1 : NULL);
NULL              332 source3/lib/util_tdb.c 				*b = NULL;
NULL              375 source3/lib/util_tdb.c 	char *ptr = NULL;
NULL              404 source3/lib/util_tdb.c 	log_ctx.log_private = NULL;
NULL              406 source3/lib/util_tdb.c 	if ((hash_size == 0) && (name != NULL)) {
NULL              408 source3/lib/util_tdb.c 		if (base != NULL) {
NULL              418 source3/lib/util_tdb.c 			  open_flags, mode, &log_ctx, NULL);
NULL              420 source3/lib/util_tdb.c 		return NULL;
NULL              494 source3/lib/util_tdb.c 	char *ptr = NULL;
NULL              563 source3/lib/util_tdb.c 	if (w == NULL) {
NULL              564 source3/lib/util_tdb.c 		return NULL;
NULL              569 source3/lib/util_tdb.c 		return NULL;
NULL              572 source3/lib/util_tdb.c 	if ((hash_size == 0) && (name != NULL)) {
NULL              574 source3/lib/util_tdb.c 		if (base != NULL) {
NULL              584 source3/lib/util_tdb.c 			     open_flags, mode, &log_ctx, NULL);
NULL              585 source3/lib/util_tdb.c 	if (w->tdb == NULL) {
NULL              587 source3/lib/util_tdb.c 		return NULL;
NULL               47 source3/lib/util_transfer_file.c 	if ((buf = SMB_MALLOC_ARRAY(char, TRANSFER_BUF_SIZE)) == NULL) {
NULL               75 source3/lib/util_unistr.c 	char *old_locale = NULL, *saved_locale = NULL;
NULL               77 source3/lib/util_unistr.c 	TALLOC_CTX *frame = NULL;
NULL               88 source3/lib/util_unistr.c 	upcase_table_use_unmap = ( upcase_table != NULL );
NULL               92 source3/lib/util_unistr.c 	lowcase_table_use_unmap = ( lowcase_table != NULL );
NULL               96 source3/lib/util_unistr.c 	old_locale = setlocale(LC_ALL, NULL);
NULL              206 source3/lib/util_unistr.c 	SMB_ASSERT(valid_table != NULL);
NULL              235 source3/lib/util_unistr.c 	return push_ucs2(NULL, dst, src, len, flags);
NULL              272 source3/lib/util_unistr.c 	return pull_ucs2(NULL, dest, src, dest_len, src_len, flags|STR_UNICODE|STR_NOALIGN);
NULL              286 source3/lib/util_unistr.c 			NULL,
NULL              299 source3/lib/util_unistr.c 	return push_ucs2(NULL, dest, src, dest_len, flags|STR_UNICODE|STR_NOALIGN);
NULL              409 source3/lib/util_unistr.c 	return NULL;
NULL              428 source3/lib/util_unistr.c 		return NULL;
NULL              436 source3/lib/util_unistr.c 	return NULL;
NULL              450 source3/lib/util_unistr.c 		return NULL;
NULL              462 source3/lib/util_unistr.c 	return NULL;
NULL              475 source3/lib/util_unistr.c 		return NULL;
NULL              488 source3/lib/util_unistr.c 	return NULL;
NULL              657 source3/lib/util_unistr.c 		return NULL;
NULL              675 source3/lib/util_unistr.c 		return NULL;
NULL              700 source3/lib/util_unistr.c 		return NULL;
NULL              719 source3/lib/util_unistr.c 		return NULL;
NULL              829 source3/lib/util_unistr.c 	return NULL;
NULL              838 source3/lib/util_unistr.c 		return NULL;
NULL              850 source3/lib/util_unistr.c 	return NULL;
NULL               95 source3/lib/wb_reqtrans.c 	if (result == NULL) {
NULL               96 source3/lib/wb_reqtrans.c 		return NULL;
NULL              101 source3/lib/wb_reqtrans.c 	if (subreq == NULL) {
NULL              109 source3/lib/wb_reqtrans.c 	return NULL;
NULL              162 source3/lib/wb_reqtrans.c 		state->wb_req->extra_data.data = NULL;
NULL              197 source3/lib/wb_reqtrans.c 	if (result == NULL) {
NULL              198 source3/lib/wb_reqtrans.c 		return NULL;
NULL              211 source3/lib/wb_reqtrans.c 	if (subreq == NULL) {
NULL              219 source3/lib/wb_reqtrans.c 	return NULL;
NULL              257 source3/lib/wb_reqtrans.c 	if (result == NULL) {
NULL              258 source3/lib/wb_reqtrans.c 		return NULL;
NULL              262 source3/lib/wb_reqtrans.c 	if (subreq == NULL) {
NULL              270 source3/lib/wb_reqtrans.c 	return NULL;
NULL              312 source3/lib/wb_reqtrans.c 		state->wb_resp->extra_data.data = NULL;
NULL              347 source3/lib/wb_reqtrans.c 	if (result == NULL) {
NULL              348 source3/lib/wb_reqtrans.c 		return NULL;
NULL              362 source3/lib/wb_reqtrans.c 	if (subreq == NULL) {
NULL              370 source3/lib/wb_reqtrans.c 	return NULL;
NULL              131 source3/lib/wbclient.c 	if ((select(fd+1, &r_fds, NULL, NULL, &tv) == -1)
NULL              144 source3/lib/wbclient.c 	if (result == NULL) {
NULL              145 source3/lib/wbclient.c 		return NULL;
NULL              148 source3/lib/wbclient.c 	if (result->queue == NULL) {
NULL              150 source3/lib/wbclient.c 		return NULL;
NULL              171 source3/lib/wbclient.c 	char *path = NULL;
NULL              175 source3/lib/wbclient.c 	if (result == NULL) {
NULL              176 source3/lib/wbclient.c 		return NULL;
NULL              201 source3/lib/wbclient.c 	if (path == NULL) {
NULL              229 source3/lib/wbclient.c 	if (subreq == NULL) {
NULL              245 source3/lib/wbclient.c 	return NULL;
NULL              288 source3/lib/wbclient.c 	if (result == NULL) {
NULL              289 source3/lib/wbclient.c 		return NULL;
NULL              305 source3/lib/wbclient.c 	if (subreq == NULL) {
NULL              314 source3/lib/wbclient.c 	return NULL;
NULL              408 source3/lib/wbclient.c 	if (result == NULL) {
NULL              409 source3/lib/wbclient.c 		return NULL;
NULL              421 source3/lib/wbclient.c 	if (subreq == NULL) {
NULL              430 source3/lib/wbclient.c 	return NULL;
NULL              452 source3/lib/wbclient.c 	subreq = wb_int_trans_send(state, state->ev, NULL, state->wb_ctx->fd,
NULL              483 source3/lib/wbclient.c 	subreq = wb_int_trans_send(state, state->ev, NULL, state->wb_ctx->fd,
NULL              497 source3/lib/wbclient.c 	struct winbindd_response *wb_resp = NULL;
NULL              565 source3/lib/wbclient.c 	if (req == NULL) {
NULL              566 source3/lib/wbclient.c 		return NULL;
NULL              576 source3/lib/wbclient.c 		if (subreq == NULL) {
NULL              585 source3/lib/wbclient.c 	if (subreq == NULL) {
NULL              592 source3/lib/wbclient.c 	return NULL;
NULL              676 source3/lib/wbclient.c 	subreq = wb_int_trans_send(state, state->ev, NULL, state->wb_ctx->fd,
NULL               30 source3/lib/winbind_util.c 	struct passwd * tmp_pwd = NULL;
NULL               31 source3/lib/winbind_util.c 	struct passwd * pwd = NULL;
NULL               47 source3/lib/winbind_util.c 	struct passwd * tmp_pwd = NULL;
NULL               48 source3/lib/winbind_util.c 	struct passwd * pwd = NULL;
NULL               92 source3/lib/winbind_util.c 	char *domain_name = NULL;
NULL               93 source3/lib/winbind_util.c 	char *account_name = NULL;
NULL              202 source3/lib/winbind_util.c 	struct wbcDomainInfo *info = NULL;
NULL              221 source3/lib/winbind_util.c 	const char *dom_name = NULL;
NULL              222 source3/lib/winbind_util.c 	const char **namelist = NULL;
NULL              223 source3/lib/winbind_util.c 	enum wbcSidType *name_types = NULL;
NULL              278 source3/lib/winbind_util.c 	gid_t *group_list = NULL;
NULL              285 source3/lib/winbind_util.c 	if (*_groups == NULL) {
NULL              306 source3/lib/winbind_util.c 	struct wbcDomainSid *sid_list = NULL;
NULL              329 source3/lib/winbind_util.c 	if (*pp_alias_rids == NULL) {
NULL              346 source3/lib/winbind_util.c 	return NULL;
NULL              351 source3/lib/winbind_util.c 	return NULL;
NULL               72 source3/lib/wins_srv.c 	char *keystr = NULL, *wins_ip_addr = NULL, *src_ip_addr = NULL;
NULL              104 source3/lib/wins_srv.c 	result = gencache_get(keystr, NULL, NULL);
NULL              140 source3/lib/wins_srv.c 	gencache_set(keystr, "DOWN", time(NULL) + DEATH_TIME);
NULL              209 source3/lib/wins_srv.c 	char **ret = NULL;
NULL              217 source3/lib/wins_srv.c 		if (!ret) return NULL;
NULL              219 source3/lib/wins_srv.c 		ret[1] = NULL;
NULL              225 source3/lib/wins_srv.c 		return NULL;
NULL              248 source3/lib/wins_srv.c 			return NULL;
NULL              257 source3/lib/wins_srv.c 		ret[count] = NULL;
NULL              101 source3/libaddns/dns.h NULL returns on zero request. JRA.
NULL              137 source3/libaddns/dns.h #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)
NULL               96 source3/libaddns/dnsgss.c 	input_ptr = NULL;
NULL              100 source3/libaddns/dnsgss.c 			&minor, NULL, ctx, target_name, &krb5_oid_desc,
NULL              104 source3/libaddns/dnsgss.c 			0, NULL, input_ptr, NULL, &output_desc,
NULL              105 source3/libaddns/dnsgss.c 			&ret_flags, NULL );
NULL              107 source3/libaddns/dnsgss.c 		if (input_ptr != NULL) {
NULL              117 source3/libaddns/dnsgss.c 			time_t t = time(NULL);
NULL               31 source3/libaddns/dnsmarshall.c 		return NULL;
NULL               44 source3/libaddns/dnsmarshall.c 		return NULL;
NULL              154 source3/libaddns/dnsmarshall.c 	for (label = name->pLabelList; label != NULL; label = label->next) {
NULL              189 source3/libaddns/dnsmarshall.c 		*plabel = NULL;
NULL              327 source3/libaddns/dnsmarshall.c 	r->data = NULL;
NULL              155 source3/libaddns/dnsrecord.c 	if (ss != NULL) {
NULL              160 source3/libaddns/dnsrecord.c 			       NULL, prec);
NULL              168 source3/libaddns/dnsrecord.c 			       0, NULL, prec);
NULL              175 source3/libaddns/dnsrecord.c 	return dns_create_rrec(mem_ctx, name, type, r_class, 0, 0, NULL, prec);
NULL              248 source3/libaddns/dnsrecord.c 		tkey->key = NULL;
NULL              385 source3/libaddns/dnsrecord.c 			      0, 0, NULL, &rec);
NULL               52 source3/libaddns/dnssock.c 		if ( (pHost = gethostbyname( nameserver )) == NULL ) {
NULL               95 source3/libaddns/dnssock.c 	if (!(conn = talloc(NULL, struct dns_connection))) {
NULL              100 source3/libaddns/dnssock.c 		if ( (pHost = gethostbyname( nameserver )) == NULL ) {
NULL              229 source3/libaddns/dnssock.c 		fd_ready = select( fd+1, &rfds, NULL, NULL, &tv );
NULL              272 source3/libaddns/dnssock.c 		buf->data = NULL;
NULL              342 source3/libaddns/dnssock.c 	struct dns_buffer *buf = NULL;
NULL              133 source3/libaddns/dnsutils.c 	char *result = NULL;
NULL              142 source3/libaddns/dnsutils.c 		return NULL;
NULL              123 source3/libads/ads_status.c 		msg1.value = NULL;
NULL              124 source3/libads/ads_status.c 		msg2.value = NULL;
NULL              131 source3/libads/ads_status.c 		SMB_ASSERT(ret != NULL);
NULL               51 source3/libads/ads_struct.c 		return NULL;
NULL               59 source3/libads/ads_struct.c 		while ((p=strtok_r(NULL, sep, &saveptr)) != NULL) {
NULL               61 source3/libads/ads_struct.c 			char *s = NULL;
NULL               69 source3/libads/ads_struct.c 				return NULL;
NULL               94 source3/libads/ads_struct.c 	char *dnsdomain = NULL;
NULL               98 source3/libads/ads_struct.c 	if ( (dnsdomain = SMB_STRDUP( dn )) == NULL ) {
NULL              100 source3/libads/ads_struct.c 		return NULL;		
NULL              129 source3/libads/ads_struct.c 	ads->server.realm = realm? SMB_STRDUP(realm) : NULL;
NULL              130 source3/libads/ads_struct.c 	ads->server.workgroup = workgroup ? SMB_STRDUP(workgroup) : NULL;
NULL              131 source3/libads/ads_struct.c 	ads->server.ldap_server = ldap_server? SMB_STRDUP(ldap_server) : NULL;
NULL               86 source3/libads/authdata.c 	krb5_principal client_principal_pac = NULL;
NULL               89 source3/libads/authdata.c 	struct PAC_SIGNATURE_DATA *srv_sig_ptr = NULL;
NULL               90 source3/libads/authdata.c 	struct PAC_SIGNATURE_DATA *kdc_sig_ptr = NULL;
NULL               91 source3/libads/authdata.c 	struct PAC_SIGNATURE_DATA *srv_sig_wipe = NULL;
NULL               92 source3/libads/authdata.c 	struct PAC_SIGNATURE_DATA *kdc_sig_wipe = NULL;
NULL               93 source3/libads/authdata.c 	struct PAC_LOGON_NAME *logon_name = NULL;
NULL               94 source3/libads/authdata.c 	struct PAC_LOGON_INFO *logon_info = NULL;
NULL               95 source3/libads/authdata.c 	struct PAC_DATA *pac_data = NULL;
NULL               96 source3/libads/authdata.c 	struct PAC_DATA_RAW *pac_data_raw = NULL;
NULL               98 source3/libads/authdata.c 	DATA_BLOB *srv_sig_blob = NULL;
NULL               99 source3/libads/authdata.c 	DATA_BLOB *kdc_sig_blob = NULL;
NULL              101 source3/libads/authdata.c 	*pac_data_out = NULL;
NULL              112 source3/libads/authdata.c 			NULL, pac_data,
NULL              128 source3/libads/authdata.c 				       NULL, pac_data_raw,
NULL              209 source3/libads/authdata.c 				       NULL, kdc_sig_wipe,
NULL              219 source3/libads/authdata.c 				       NULL, srv_sig_wipe,
NULL              234 source3/libads/authdata.c 				       NULL, kdc_sig_wipe,
NULL              243 source3/libads/authdata.c 				       NULL, srv_sig_wipe,
NULL              254 source3/libads/authdata.c 				       NULL, pac_data_raw,
NULL              335 source3/libads/authdata.c 	return NULL;
NULL              356 source3/libads/authdata.c 	struct PAC_DATA *pac_data = NULL;
NULL              357 source3/libads/authdata.c 	char *client_princ_out = NULL;
NULL              358 source3/libads/authdata.c 	const char *auth_princ = NULL;
NULL              359 source3/libads/authdata.c 	const char *local_service = NULL;
NULL              431 source3/libads/authdata.c 				  NULL);
NULL              493 source3/libads/authdata.c 	struct PAC_DATA *pac_data = NULL;
NULL              494 source3/libads/authdata.c 	struct PAC_LOGON_INFO *info = NULL;
NULL              543 source3/libads/authdata.c 	struct PAC_LOGON_INFO *logon_info = NULL;
NULL               40 source3/libads/cldap.c 	if (data == NULL) {
NULL               47 source3/libads/cldap.c 	asn1_write_OctetString(data, NULL, 0);
NULL              124 source3/libads/cldap.c 	struct netlogon_samlogon_response *r = NULL;
NULL              130 source3/libads/cldap.c 	blob = data_blob(NULL, 8192);
NULL              131 source3/libads/cldap.c 	if (blob.data == NULL) {
NULL              146 source3/libads/cldap.c 	ret = sys_select(sock+1, &r_fds, NULL, NULL, &timeout);
NULL              173 source3/libads/cldap.c 	if (data == NULL) {
NULL              182 source3/libads/cldap.c 	asn1_read_OctetString(data, NULL, &os1);
NULL              185 source3/libads/cldap.c 	asn1_read_OctetString(data, NULL, &os2);
NULL              187 source3/libads/cldap.c 	asn1_read_OctetString(data, NULL, &os3);
NULL              215 source3/libads/cldap.c 	status = pull_netlogon_samlogon_response(&os3, mem_ctx, NULL, r);
NULL              291 source3/libads/cldap.c 	struct netlogon_samlogon_response *reply = NULL;
NULL               89 source3/libads/disp_sec.c 	const char *ret = NULL;
NULL               92 source3/libads/disp_sec.c 		return NULL;
NULL              193 source3/libads/disp_sec.c 	char *tmp_path = NULL;
NULL              294 source3/libads/dns.c 	uint8 *buffer = NULL;
NULL              299 source3/libads/dns.c 	time_t now = time(NULL);
NULL              330 source3/libads/dns.c 					== NULL ) {
NULL              334 source3/libads/dns.c 				last_dns_check = time(NULL);
NULL              353 source3/libads/dns.c 			last_dns_check = time(NULL);
NULL              367 source3/libads/dns.c 				last_dns_check = time(NULL);
NULL              380 source3/libads/dns.c 	last_dns_check = time(NULL);
NULL              394 source3/libads/dns.c 	uint8 *buffer = NULL;
NULL              396 source3/libads/dns.c 	struct dns_rr_srv *dcs = NULL;
NULL              436 source3/libads/dns.c 						answer_count)) == NULL ) {
NULL              443 source3/libads/dns.c 		dcs = NULL;
NULL              528 source3/libads/dns.c 							== NULL ) {
NULL              536 source3/libads/dns.c 								== NULL ) {
NULL              582 source3/libads/dns.c 	uint8 *buffer = NULL;
NULL              584 source3/libads/dns.c 	struct dns_rr_ns *nsarray = NULL;
NULL              624 source3/libads/dns.c 						answer_count)) == NULL ) {
NULL              631 source3/libads/dns.c 		nsarray = NULL;
NULL              739 source3/libads/dns.c 		return NULL;
NULL              792 source3/libads/dns.c 	char *sitename = NULL;
NULL              799 source3/libads/dns.c 		return NULL;
NULL              901 source3/libads/dns.c 						NULL, dclist, numdcs);
NULL              931 source3/libads/dns.c 						NULL, dclist, numdcs);
NULL              964 source3/libads/dns.c 						dns_forest_name, NULL,
NULL              980 source3/libads/dns.c 				      NULL, dclist, numdcs);
NULL             1010 source3/libads/dns.c 				      NULL, dclist, numdcs);
NULL               79 source3/libads/kerberos.c 	if (mem_ctx == NULL) {
NULL               92 source3/libads/kerberos.c 	ndr_err = ndr_pull_struct_blob_all(&unwrapped_edata, mem_ctx, NULL,
NULL              117 source3/libads/kerberos.c 	krb5_error *error = NULL;
NULL              136 source3/libads/kerberos.c 	if (error->e_data.data == NULL) {
NULL              166 source3/libads/kerberos.c 	krb5_context ctx = NULL;
NULL              168 source3/libads/kerberos.c 	krb5_ccache cc = NULL;
NULL              169 source3/libads/kerberos.c 	krb5_principal me = NULL;
NULL              171 source3/libads/kerberos.c 	krb5_get_init_creds_opt *opt = NULL;
NULL              172 source3/libads/kerberos.c 	smb_krb5_addresses *addr = NULL;
NULL              181 source3/libads/kerberos.c 		krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
NULL              224 source3/libads/kerberos.c 						 0, NULL, opt))) {
NULL              327 source3/libads/kerberos.c 			&ads->auth.tgt_expire, NULL, NULL, False, False, ads->auth.renewable, 
NULL              328 source3/libads/kerberos.c 			NULL);
NULL              341 source3/libads/kerberos.c 	krb5_context ctx = NULL;
NULL              342 source3/libads/kerberos.c 	krb5_ccache cc = NULL;
NULL              383 source3/libads/kerberos.c 	char *key = NULL;
NULL              384 source3/libads/kerberos.c 	char *ret = NULL;
NULL              388 source3/libads/kerberos.c 		return NULL;
NULL              390 source3/libads/kerberos.c 	ret = (char *)secrets_fetch(key, NULL);
NULL              419 source3/libads/kerberos.c 		return NULL;
NULL              433 source3/libads/kerberos.c 	if ( (key = des_salt_key()) == NULL ) {
NULL              460 source3/libads/kerberos.c 	if ( (key = des_salt_key()) == NULL ) {
NULL              465 source3/libads/kerberos.c 	salt = (char*)secrets_fetch( key, NULL );
NULL              479 source3/libads/kerberos.c 	char *realm = NULL;
NULL              480 source3/libads/kerberos.c 	krb5_context ctx = NULL;
NULL              481 source3/libads/kerberos.c 	krb5_ccache cc = NULL;
NULL              482 source3/libads/kerberos.c 	krb5_principal princ = NULL;
NULL              486 source3/libads/kerberos.c 		return NULL;
NULL              539 source3/libads/kerberos.c 	char *unparsed_name = NULL, *salt_princ_s = NULL;
NULL              540 source3/libads/kerberos.c 	krb5_principal ret_princ = NULL;
NULL              544 source3/libads/kerberos.c 	if ( (salt_princ_s = kerberos_secrets_fetch_des_salt()) == NULL ) {
NULL              549 source3/libads/kerberos.c 			return (krb5_principal)NULL;
NULL              551 source3/libads/kerberos.c 		if ((salt_princ_s = kerberos_secrets_fetch_salting_principal(unparsed_name, enctype)) == NULL) {
NULL              558 source3/libads/kerberos.c 		ret_princ = NULL;
NULL              579 source3/libads/kerberos.c 	char *key = NULL;
NULL              581 source3/libads/kerberos.c 	krb5_context context = NULL;
NULL              582 source3/libads/kerberos.c 	krb5_principal princ = NULL;
NULL              583 source3/libads/kerberos.c 	char *princ_s = NULL;
NULL              584 source3/libads/kerberos.c 	char *unparsed_name = NULL;
NULL              587 source3/libads/kerberos.c 	if (((code = krb5_init_context(&context)) != 0) || (context == NULL)) {
NULL              616 source3/libads/kerberos.c 	if ((principal != NULL) && (strlen(principal) > 0)) {
NULL              657 source3/libads/kerberos.c 					   NULL);
NULL              667 source3/libads/kerberos.c 	char *kdc_str = NULL;
NULL              685 source3/libads/kerberos.c 					NULL, 0,
NULL              725 source3/libads/kerberos.c 	struct ip_service *ip_srv_site = NULL;
NULL              726 source3/libads/kerberos.c 	struct ip_service *ip_srv_nonsite = NULL;
NULL              731 source3/libads/kerberos.c 	if (kdc_str == NULL) {
NULL              732 source3/libads/kerberos.c 		return NULL;
NULL              756 source3/libads/kerberos.c 				return NULL;
NULL              763 source3/libads/kerberos.c 	get_kdc_list(realm, NULL, &ip_srv_nonsite, &count_nonsite);
NULL              794 source3/libads/kerberos.c 			return NULL;
NULL              821 source3/libads/kerberos.c 	char *tmpname = NULL;
NULL              822 source3/libads/kerberos.c 	char *fname = NULL;
NULL              823 source3/libads/kerberos.c 	char *file_contents = NULL;
NULL              824 source3/libads/kerberos.c 	char *kdc_ip_string = NULL;
NULL              828 source3/libads/kerberos.c 	char *realm_upper = NULL;
NULL               47 source3/libads/kerberos_keytab.c 	krb5_principal princ = NULL;
NULL               49 source3/libads/kerberos_keytab.c 	char *ktprinc = NULL;
NULL              232 source3/libads/kerberos_keytab.c 	krb5_context context = NULL;
NULL              233 source3/libads/kerberos_keytab.c 	krb5_keytab keytab = NULL;
NULL              237 source3/libads/kerberos_keytab.c 	char *princ_s = NULL, *short_princ_s = NULL;
NULL              238 source3/libads/kerberos_keytab.c 	char *password_s = NULL;
NULL              240 source3/libads/kerberos_keytab.c 	TALLOC_CTX *ctx = NULL;
NULL              254 source3/libads/kerberos_keytab.c 	ret = smb_krb5_open_keytab(context, NULL, True, &keytab);
NULL              266 source3/libads/kerberos_keytab.c 	password_s = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              278 source3/libads/kerberos_keytab.c 	if ( (ctx = talloc_init("ads_keytab_add_entry")) == NULL ) {
NULL              284 source3/libads/kerberos_keytab.c 	if ( (my_fqdn = ads_get_dnshostname( ads, ctx, global_myname())) == NULL ) {
NULL              290 source3/libads/kerberos_keytab.c 	if ( (machine_name = ads_get_samaccountname( ads, ctx, global_myname())) == NULL ) {
NULL              387 source3/libads/kerberos_keytab.c 	krb5_context context = NULL;
NULL              388 source3/libads/kerberos_keytab.c 	krb5_keytab keytab = NULL;
NULL              403 source3/libads/kerberos_keytab.c 	ret = smb_krb5_open_keytab(context, NULL, True, &keytab);
NULL              484 source3/libads/kerberos_keytab.c 	krb5_context context = NULL;
NULL              485 source3/libads/kerberos_keytab.c 	krb5_keytab keytab = NULL;
NULL              491 source3/libads/kerberos_keytab.c 	char **oldEntries = NULL, *princ_s[26];
NULL              492 source3/libads/kerberos_keytab.c 	TALLOC_CTX *ctx = NULL;
NULL              516 source3/libads/kerberos_keytab.c 	if ( (ctx = talloc_init("ads_keytab_create_default")) == NULL ) {
NULL              523 source3/libads/kerberos_keytab.c 	if ( (sam_account_name = ads_get_samaccountname( ads, ctx, machine_name)) == NULL ) {
NULL              575 source3/libads/kerberos_keytab.c 	ret = smb_krb5_open_keytab(context, NULL, True, &keytab);
NULL              614 source3/libads/kerberos_keytab.c 				char *ktprinc = NULL;
NULL              698 source3/libads/kerberos_keytab.c 	krb5_context context = NULL;
NULL              699 source3/libads/kerberos_keytab.c 	krb5_keytab keytab = NULL;
NULL              728 source3/libads/kerberos_keytab.c 		char *princ_s = NULL;
NULL              729 source3/libads/kerberos_keytab.c 		char *etype_s = NULL;
NULL               43 source3/libads/kerberos_verify.c 	krb5_keytab keytab = NULL;
NULL               45 source3/libads/kerberos_verify.c 	krb5_ticket *dec_ticket = NULL;
NULL               51 source3/libads/kerberos_verify.c 	*pp_tkt = NULL;
NULL               52 source3/libads/kerberos_verify.c 	*keyblock = NULL;
NULL               68 source3/libads/kerberos_verify.c 	ret = krb5_rd_req(context, &auth_context, &packet, NULL, keytab,
NULL               69 source3/libads/kerberos_verify.c 	    NULL, &dec_ticket);
NULL              102 source3/libads/kerberos_verify.c 	dec_ticket = NULL;
NULL              130 source3/libads/kerberos_verify.c 	krb5_keytab keytab = NULL;
NULL              133 source3/libads/kerberos_verify.c 	char *valid_princ_formats[7] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL };
NULL              134 source3/libads/kerberos_verify.c 	char *entry_princ_s = NULL;
NULL              140 source3/libads/kerberos_verify.c 	*pp_tkt = NULL;
NULL              141 source3/libads/kerberos_verify.c 	*keyblock = NULL;
NULL              178 source3/libads/kerberos_verify.c 	ret = smb_krb5_open_keytab(context, NULL, False, &keytab);
NULL              211 source3/libads/kerberos_verify.c 			*pp_tkt = NULL;
NULL              215 source3/libads/kerberos_verify.c 								      NULL, pp_tkt, keyblock);
NULL              309 source3/libads/kerberos_verify.c 	char *password_s = NULL;
NULL              322 source3/libads/kerberos_verify.c 	*pp_tkt = NULL;
NULL              323 source3/libads/kerberos_verify.c 	*keyblock = NULL;
NULL              333 source3/libads/kerberos_verify.c 	password_s = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              350 source3/libads/kerberos_verify.c 		krb5_keyblock *key = NULL;
NULL              365 source3/libads/kerberos_verify.c 					NULL,
NULL              366 source3/libads/kerberos_verify.c 					NULL, NULL, pp_tkt))) {
NULL              415 source3/libads/kerberos_verify.c 	krb5_context context = NULL;
NULL              416 source3/libads/kerberos_verify.c 	krb5_auth_context auth_context = NULL;
NULL              418 source3/libads/kerberos_verify.c 	krb5_ticket *tkt = NULL;
NULL              419 source3/libads/kerberos_verify.c 	krb5_rcache rcache = NULL;
NULL              420 source3/libads/kerberos_verify.c 	krb5_keyblock *keyblock = NULL;
NULL              424 source3/libads/kerberos_verify.c 	krb5_principal host_princ = NULL;
NULL              425 source3/libads/kerberos_verify.c 	krb5_const_principal client_principal = NULL;
NULL              426 source3/libads/kerberos_verify.c 	char *host_princ_s = NULL;
NULL              429 source3/libads/kerberos_verify.c 	struct named_mutex *mutex = NULL;
NULL              434 source3/libads/kerberos_verify.c 	*principal = NULL;
NULL              435 source3/libads/kerberos_verify.c 	*pac_data = NULL;
NULL              447 source3/libads/kerberos_verify.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
NULL              494 source3/libads/kerberos_verify.c 		if (mutex == NULL) {
NULL              616 source3/libads/kerberos_verify.c 			*pac_data = NULL;
NULL              668 source3/libads/kerberos_verify.c 	if (tkt != NULL) {
NULL               62 source3/libads/krb5_setpw.c         char* princ_part1 = NULL;
NULL               63 source3/libads/krb5_setpw.c 	char* princ_part2 = NULL;
NULL               64 source3/libads/krb5_setpw.c 	char* realm = NULL;
NULL               74 source3/libads/krb5_setpw.c 	if ((c = strchr_m(princ, '/')) == NULL) {
NULL               84 source3/libads/krb5_setpw.c 	if ((c = strchr_m(c, '@')) != NULL) {
NULL               94 source3/libads/krb5_setpw.c 	if (req == NULL) {
NULL              170 source3/libads/krb5_setpw.c 	if (setpw.data == NULL || setpw.length == 0) {
NULL              232 source3/libads/krb5_setpw.c 	{0, NULL}
NULL              241 source3/libads/krb5_setpw.c 	while (kpasswd_errors[idx].error_string != NULL) {
NULL              403 source3/libads/krb5_setpw.c 	krb5_auth_context auth_context = NULL;
NULL              417 source3/libads/krb5_setpw.c 				   NULL, credsp, &ap_req);
NULL              477 source3/libads/krb5_setpw.c 		ret = krb5_auth_con_setaddrs(context, auth_context, &local_kaddr, NULL);
NULL              533 source3/libads/krb5_setpw.c 		ret = krb5_auth_con_setaddrs(context, auth_context, NULL,&remote_kaddr);
NULL              574 source3/libads/krb5_setpw.c 	krb5_context context = NULL;
NULL              575 source3/libads/krb5_setpw.c 	krb5_principal principal = NULL;
NULL              576 source3/libads/krb5_setpw.c 	char *princ_name = NULL;
NULL              577 source3/libads/krb5_setpw.c 	char *realm = NULL;
NULL              578 source3/libads/krb5_setpw.c 	krb5_creds creds, *credsp = NULL;
NULL              584 source3/libads/krb5_setpw.c 	krb5_ccache ccache = NULL;
NULL              596 source3/libads/krb5_setpw.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
NULL              725 source3/libads/krb5_setpw.c     krb5_context context = NULL;
NULL              729 source3/libads/krb5_setpw.c     char *chpw_princ = NULL, *password;
NULL              761 source3/libads/krb5_setpw.c 					   kerb_prompter, NULL, 
NULL              795 source3/libads/krb5_setpw.c     if ((ret = kerberos_kinit_password(auth_principal, auth_password, time_offset, NULL))) {
NULL              821 source3/libads/krb5_setpw.c 	char *principal = NULL; 
NULL               58 source3/libads/ldap.c 	LDAP *ldp = NULL;
NULL               72 source3/libads/ldap.c 	if (ldp == NULL) {
NULL              127 source3/libads/ldap.c 	if (*res == NULL) {
NULL              140 source3/libads/ldap.c 	if (ads->config.server_site_name == NULL &&
NULL              141 source3/libads/ldap.c 	    ads->config.client_site_name == NULL ) {
NULL              175 source3/libads/ldap.c 	if (ads->config.client_site_name == NULL) {
NULL              195 source3/libads/ldap.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              441 source3/libads/ldap.c 	ADS_STRUCT *ads = NULL;
NULL              445 source3/libads/ldap.c 	ads = ads_init(lp_realm(), NULL, NULL);
NULL              477 source3/libads/ldap.c 	if ((p = strchr_m(fqdn, '.')) != NULL) {
NULL              504 source3/libads/ldap.c 	char *sitename = NULL;
NULL              509 source3/libads/ldap.c 	if ((sitename = sitename_fetch(realm)) == NULL) {
NULL              519 source3/libads/ldap.c 		if (sitename == NULL)
NULL              582 source3/libads/ldap.c 	ads->ldap.last_attempt	= time(NULL);
NULL              629 source3/libads/ldap.c 			ads->auth.user_name = NULL;
NULL              646 source3/libads/ldap.c 		char *env = NULL;
NULL              671 source3/libads/ldap.c 	if (ads->ldap.ld == NULL) {
NULL              702 source3/libads/ldap.c 		status = ADS_ERROR(ldap_simple_bind_s(ads->ldap.ld, NULL, NULL));
NULL              745 source3/libads/ldap.c 		ads->ldap.ld = NULL;
NULL              763 source3/libads/ldap.c 	if (!in_val) return NULL;
NULL              766 source3/libads/ldap.c 	if (value == NULL)
NULL              767 source3/libads/ldap.c 		return NULL;
NULL              785 source3/libads/ldap.c 	if (!in_vals) return NULL;
NULL              789 source3/libads/ldap.c 	if (!values) return NULL;
NULL              806 source3/libads/ldap.c 	if (!in_vals) return NULL;
NULL              810 source3/libads/ldap.c 	if (!values) return NULL;
NULL              815 source3/libads/ldap.c 			return NULL;
NULL              830 source3/libads/ldap.c 	if (!in_vals) return NULL;
NULL              834 source3/libads/ldap.c 	if (!values) return NULL;
NULL              868 source3/libads/ldap.c 	char *utf8_expr, *utf8_path, **search_attrs = NULL;
NULL              871 source3/libads/ldap.c 	BerElement *cookie_be = NULL;
NULL              872 source3/libads/ldap.c 	struct berval *cookie_bv= NULL;
NULL              873 source3/libads/ldap.c 	BerElement *ext_be = NULL;
NULL              874 source3/libads/ldap.c 	struct berval *ext_bv= NULL;
NULL              879 source3/libads/ldap.c 	*res = NULL;
NULL              895 source3/libads/ldap.c 		search_attrs = NULL;
NULL              916 source3/libads/ldap.c 		*cookie = NULL;
NULL              942 source3/libads/ldap.c 			if ((ext_be = ber_alloc_t(LBER_USE_DER)) == NULL ) {
NULL              961 source3/libads/ldap.c 			ExternalCtrl.ldctl_value.bv_val = NULL;
NULL              967 source3/libads/ldap.c 		controls[3] = NULL;
NULL              972 source3/libads/ldap.c 		controls[2] = NULL;
NULL              987 source3/libads/ldap.c 				      NULL, LDAP_NO_LIMIT,
NULL              999 source3/libads/ldap.c 	rc = ldap_parse_result(ads->ldap.ld, *res, NULL, NULL, NULL,
NULL             1000 source3/libads/ldap.c 					NULL, &rcontrols,  0);
NULL             1016 source3/libads/ldap.c 				*cookie=NULL;
NULL             1046 source3/libads/ldap.c 	return ads_do_paged_search_args(ads, bind_path, scope, expr, attrs, NULL, res, count, cookie);
NULL             1066 source3/libads/ldap.c 	struct berval *cookie = NULL;
NULL             1070 source3/libads/ldap.c 	*res = NULL;
NULL             1079 source3/libads/ldap.c 		LDAPMessage *res2 = NULL;
NULL             1109 source3/libads/ldap.c 	return ads_do_search_all_args(ads, bind_path, scope, expr, attrs, NULL, res);
NULL             1144 source3/libads/ldap.c 	struct berval *cookie = NULL;
NULL             1185 source3/libads/ldap.c 	char *utf8_expr, *utf8_path, **search_attrs = NULL;
NULL             1189 source3/libads/ldap.c 	*res = NULL;
NULL             1207 source3/libads/ldap.c 		search_attrs = NULL;
NULL             1223 source3/libads/ldap.c 				      search_attrs, 0, NULL, NULL, 
NULL             1294 source3/libads/ldap.c 		return NULL;
NULL             1300 source3/libads/ldap.c 		return NULL;
NULL             1315 source3/libads/ldap.c 	if (dn == NULL) {
NULL             1316 source3/libads/ldap.c 		return NULL;
NULL             1321 source3/libads/ldap.c 	if (p == NULL) {
NULL             1322 source3/libads/ldap.c 		return NULL;
NULL             1340 source3/libads/ldap.c 	const char *attrs[] = {"*", "nTSecurityDescriptor", NULL};
NULL             1342 source3/libads/ldap.c 	*res = NULL;
NULL             1385 source3/libads/ldap.c 	struct berval **ber_values = NULL;
NULL             1386 source3/libads/ldap.c 	char **char_values = NULL;
NULL             1418 source3/libads/ldap.c 		modlist[curmod]->mod_values = NULL;
NULL             1441 source3/libads/ldap.c 	values[1] = NULL;
NULL             1444 source3/libads/ldap.c 		return ads_modlist_add(ctx, mods, LDAP_MOD_DELETE, name, NULL);
NULL             1460 source3/libads/ldap.c 		return ads_modlist_add(ctx, mods, LDAP_MOD_DELETE, name, NULL);
NULL             1480 source3/libads/ldap.c 	values[1] = NULL;
NULL             1482 source3/libads/ldap.c 		return ads_modlist_add(ctx, mods, LDAP_MOD_DELETE, name, NULL);
NULL             1498 source3/libads/ldap.c 	char *utf8_dn = NULL;
NULL             1506 source3/libads/ldap.c 		{0, NULL},
NULL             1511 source3/libads/ldap.c 	controls[1] = NULL;
NULL             1520 source3/libads/ldap.c 	mods[i] = NULL;
NULL             1522 source3/libads/ldap.c 				(LDAPMod **) mods, controls, NULL);
NULL             1537 source3/libads/ldap.c 	char *utf8_dn = NULL;
NULL             1548 source3/libads/ldap.c 	mods[i] = NULL;
NULL             1564 source3/libads/ldap.c 	char *utf8_dn = NULL;
NULL             1587 source3/libads/ldap.c 	char *ret = NULL;
NULL             1616 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             1617 source3/libads/ldap.c 	char *base, *wkn_dn = NULL, *ret = NULL, **wkn_dn_exp = NULL,
NULL             1618 source3/libads/ldap.c 		**bind_dn_exp = NULL;
NULL             1619 source3/libads/ldap.c 	const char *attrs[] = {"distinguishedName", NULL};
NULL             1622 source3/libads/ldap.c 	if (wknguid == NULL) {
NULL             1623 source3/libads/ldap.c 		return NULL;
NULL             1628 source3/libads/ldap.c 		return NULL;
NULL             1670 source3/libads/ldap.c 		char *s = NULL;
NULL             1725 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             1728 source3/libads/ldap.c 	const char *attrs[] = {"msDS-KeyVersionNumber", NULL};
NULL             1729 source3/libads/ldap.c 	char *dn_string = NULL;
NULL             1783 source3/libads/ldap.c 	char *computer_account = NULL;
NULL             1806 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             1808 source3/libads/ldap.c 	const char *servicePrincipalName[1] = {NULL};
NULL             1810 source3/libads/ldap.c 	char *dn_string = NULL;
NULL             1875 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             1878 source3/libads/ldap.c 	char *dn_string = NULL;
NULL             1879 source3/libads/ldap.c 	const char *servicePrincipalName[3] = {NULL, NULL, NULL};
NULL             1899 source3/libads/ldap.c 	if ( (psp1 = talloc_asprintf(ctx, "%s/%s", spn, machine_name)) == NULL ) {
NULL             1914 source3/libads/ldap.c 	if ( (psp2 = talloc_asprintf(ctx, "%s/%s", spn, my_fqdn)) == NULL ) {
NULL             1925 source3/libads/ldap.c 	if ( (mods = ads_init_mods(ctx)) == NULL ) {
NULL             1936 source3/libads/ldap.c 	if ( (dn_string = ads_get_dn(ads, ctx, res)) == NULL ) {
NULL             1969 source3/libads/ldap.c 	char *machine_escaped = NULL;
NULL             1972 source3/libads/ldap.c 				     "user", "computer", NULL};
NULL             1973 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             2036 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             2037 source3/libads/ldap.c 	char *filter = NULL;
NULL             2038 source3/libads/ldap.c 	char *computer_dn = NULL;
NULL             2040 source3/libads/ldap.c 	char *computer_rdn = NULL;
NULL             2049 source3/libads/ldap.c 	rc = ads_search(ads, &res, filter, NULL);
NULL             2073 source3/libads/ldap.c 				    org_unit, 1, NULL, NULL);
NULL             2194 source3/libads/ldap.c 		{NULL, True, NULL}
NULL             2228 source3/libads/ldap.c 	ads_process_results(ads, res, ads_dump_field, NULL);
NULL             2276 source3/libads/ldap.c 			string = fn(ads, field, NULL, data_area);
NULL             2296 source3/libads/ldap.c 		fn(ads, NULL, NULL, data_area); /* completed an entry */
NULL             2369 source3/libads/ldap.c 	char *ret = NULL;
NULL             2375 source3/libads/ldap.c 		return NULL;
NULL             2399 source3/libads/ldap.c 	char **ret = NULL;
NULL             2405 source3/libads/ldap.c 		return NULL;
NULL             2412 source3/libads/ldap.c 		return NULL;
NULL             2420 source3/libads/ldap.c 			return NULL;
NULL             2423 source3/libads/ldap.c 	ret[i] = NULL;
NULL             2452 source3/libads/ldap.c 	BerElement *ptr = NULL;
NULL             2482 source3/libads/ldap.c 		return NULL;
NULL             2497 source3/libads/ldap.c 			return NULL;
NULL             2507 source3/libads/ldap.c 		return NULL;
NULL             2519 source3/libads/ldap.c 		return NULL;
NULL             2525 source3/libads/ldap.c 	if (strings == NULL) {
NULL             2528 source3/libads/ldap.c 		return NULL;
NULL             2548 source3/libads/ldap.c 			return NULL;
NULL             2668 source3/libads/ldap.c 		(*sids) = NULL;
NULL             2759 source3/libads/ldap.c 	const char *attrs[] = {"highestCommittedUSN", NULL};
NULL             2806 source3/libads/ldap.c 	const char *attrs[] = {"currentTime", NULL};
NULL             2821 source3/libads/ldap.c 			ads->server.ldap_server )) == NULL )
NULL             2848 source3/libads/ldap.c 		ads->auth.time_offset = ads->config.current_time - time(NULL);
NULL             2871 source3/libads/ldap.c 	const char *attrs[] = {"domainFunctionality", NULL};
NULL             2882 source3/libads/ldap.c 			ads->server.ldap_server )) == NULL )
NULL             2929 source3/libads/ldap.c 	const char *attrs[] = {"objectSid", NULL};
NULL             2957 source3/libads/ldap.c 	const char *attrs[] = { "dsServiceName", NULL };
NULL             2965 source3/libads/ldap.c 	if (service_name == NULL) {
NULL             2974 source3/libads/ldap.c 	if (dn == NULL) {
NULL             2979 source3/libads/ldap.c 	if (*site_name == NULL) {
NULL             3002 source3/libads/ldap.c 	char *config_context = NULL;
NULL             3016 source3/libads/ldap.c 	if (filter == NULL) {
NULL             3021 source3/libads/ldap.c 			       filter, NULL, &res);
NULL             3032 source3/libads/ldap.c 	if (dn == NULL) {
NULL             3039 source3/libads/ldap.c 	if (parent == NULL) {
NULL             3046 source3/libads/ldap.c 	if (*site_dn == NULL) {
NULL             3071 source3/libads/ldap.c 	char *config_context = NULL;
NULL             3072 source3/libads/ldap.c 	const char *attrs[] = { "uPNSuffixes", NULL };
NULL             3080 source3/libads/ldap.c 	if (base == NULL) {
NULL             3095 source3/libads/ldap.c 	if ((*suffixes) == NULL) {
NULL             3119 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3120 source3/libads/ldap.c 	LDAPMessage *msg = NULL;
NULL             3121 source3/libads/ldap.c 	const char *attrs[] = { "dn", NULL };
NULL             3140 source3/libads/ldap.c 		char *dn = NULL;
NULL             3187 source3/libads/ldap.c 	if ((dn = talloc_strdup(mem_ctx, extended_dn)) == NULL) {
NULL             3275 source3/libads/ldap.c 					   &dn_count)) == NULL) {
NULL             3312 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3315 source3/libads/ldap.c 	char *name = NULL;
NULL             3329 source3/libads/ldap.c 	if ( (name = ads_pull_string(ads, ctx, res, "dNSHostName")) == NULL ) {
NULL             3344 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3347 source3/libads/ldap.c 	char *name = NULL;
NULL             3361 source3/libads/ldap.c 	if ( (name = ads_pull_string(ads, ctx, res, "userPrincipalName")) == NULL ) {
NULL             3376 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3379 source3/libads/ldap.c 	char *name = NULL;
NULL             3393 source3/libads/ldap.c 	if ( (name = ads_pull_string(ads, ctx, res, "sAMAccountName")) == NULL ) {
NULL             3419 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3473 source3/libads/ldap.c 	LDAPControl  * pldap_control[2] = {NULL, NULL};
NULL             3498 source3/libads/ldap.c 	rc = ldap_delete_ext_s(ads->ldap.ld, hostnameDN, pldap_control, NULL);
NULL             3506 source3/libads/ldap.c 		const char *attrs[] = { "cn", NULL };
NULL             3525 source3/libads/ldap.c 			char *dn = NULL;
NULL             3527 source3/libads/ldap.c 			if ((dn = ads_get_dn(ads, talloc_tos(), msg_sub)) == NULL) {
NULL             3599 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3610 source3/libads/ldap.c 		NULL
NULL             3699 source3/libads/ldap.c 	const char *attrs[] = { "userAccountControl", NULL };
NULL             3701 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3702 source3/libads/ldap.c 	char *dn = NULL;
NULL             3707 source3/libads/ldap.c 	if (filter == NULL) {
NULL             3726 source3/libads/ldap.c 	if (dn == NULL) {
NULL             3766 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3767 source3/libads/ldap.c 	const char *config_context = NULL;
NULL             3768 source3/libads/ldap.c 	const char *attrs[] = { "configurationNamingContext", NULL };
NULL             3807 source3/libads/ldap.c 	LDAPMessage *res = NULL;
NULL             3808 source3/libads/ldap.c 	char *expr = NULL;
NULL             3809 source3/libads/ldap.c 	const char *attrs[] = { "displayName", NULL };
NULL             3810 source3/libads/ldap.c 	const char *result = NULL;
NULL             3858 source3/libads/ldap.c 	struct ldb_dn *name_dn = NULL;
NULL             3859 source3/libads/ldap.c 	const char *name = NULL;
NULL             3860 source3/libads/ldap.c 	char *ou_string = NULL;
NULL               34 source3/libads/ldap_printer.c 	char *srv_dn, **srv_cn, *s = NULL;
NULL               35 source3/libads/ldap_printer.c 	const char *attrs[] = {"*", "nTSecurityDescriptor", NULL};
NULL               46 source3/libads/ldap_printer.c 			*res = NULL;
NULL               51 source3/libads/ldap_printer.c 	if (srv_dn == NULL) {
NULL               54 source3/libads/ldap_printer.c 			*res = NULL;
NULL               59 source3/libads/ldap_printer.c 	if (srv_cn == NULL) {
NULL               63 source3/libads/ldap_printer.c 			*res = NULL;
NULL               69 source3/libads/ldap_printer.c 		*res = NULL;
NULL               88 source3/libads/ldap_printer.c 				"serverName", "description", NULL };
NULL              123 source3/libads/ldap_printer.c 	char *str_value = NULL;
NULL              150 source3/libads/ldap_printer.c 	char *str_value = NULL;
NULL              189 source3/libads/ldap_printer.c 	char **str_values = NULL;
NULL              290 source3/libads/ldap_printer.c 		{NULL, NULL}
NULL              393 source3/libads/ldap_printer.c 	rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL               31 source3/libads/ldap_schema.c 	LDAPMessage *res = NULL;
NULL               33 source3/libads/ldap_schema.c 	char *expr = NULL;
NULL               34 source3/libads/ldap_schema.c 	const char *attrs[] = { "lDAPDisplayName", "attributeId", NULL };
NULL               41 source3/libads/ldap_schema.c 	if (num_OIDs == 0 || OIDs[0] == NULL) {
NULL               45 source3/libads/ldap_schema.c 	if ((expr = talloc_asprintf(mem_ctx, "(|")) == NULL) {
NULL               52 source3/libads/ldap_schema.c 						   OIDs[i])) == NULL) {
NULL               57 source3/libads/ldap_schema.c 	if ((expr = talloc_asprintf_append_buffer(expr, ")")) == NULL) {
NULL               73 source3/libads/ldap_schema.c 	if (((*names) = TALLOC_ARRAY(mem_ctx, char *, *count)) == NULL) {
NULL               77 source3/libads/ldap_schema.c 	if (((*OIDs_out) = TALLOC_ARRAY(mem_ctx, char *, *count)) == NULL) {
NULL               82 source3/libads/ldap_schema.c 	for (msg = ads_first_entry(ads, res); msg != NULL; 
NULL               89 source3/libads/ldap_schema.c 		if (((*names)[p] == NULL) || ((*OIDs_out)[p] == NULL)) {
NULL              115 source3/libads/ldap_schema.c 	LDAPMessage *res = NULL;
NULL              116 source3/libads/ldap_schema.c 	char *expr = NULL;
NULL              117 source3/libads/ldap_schema.c 	const char *attrs[] = { "lDAPDisplayName", NULL };
NULL              118 source3/libads/ldap_schema.c 	const char *result = NULL;
NULL              119 source3/libads/ldap_schema.c 	char *guid_bin = NULL;
NULL              158 source3/libads/ldap_schema.c 	LDAPMessage *res = NULL;
NULL              159 source3/libads/ldap_schema.c 	char *expr = NULL;
NULL              160 source3/libads/ldap_schema.c 	const char *attrs[] = { "lDAPDisplayName", NULL };
NULL              163 source3/libads/ldap_schema.c 	if (ads == NULL || mem_ctx == NULL || OID == NULL) {
NULL              168 source3/libads/ldap_schema.c 	if (expr == NULL) {
NULL              193 source3/libads/ldap_schema.c 	return NULL;
NULL              203 source3/libads/ldap_schema.c 	const char *attrs[] = { "schemaNamingContext", NULL };
NULL              210 source3/libads/ldap_schema.c 	if ( (schema = ads_pull_string(ads, mem_ctx, res, "schemaNamingContext")) == NULL ) {
NULL              215 source3/libads/ldap_schema.c 	if ( (*schema_path = talloc_strdup(mem_ctx, schema)) == NULL ) {
NULL              237 source3/libads/ldap_schema.c 	TALLOC_CTX *ctx = NULL; 
NULL              241 source3/libads/ldap_schema.c 	char *schema_path = NULL;
NULL              243 source3/libads/ldap_schema.c 	struct posix_schema *schema = NULL;
NULL              286 source3/libads/ldap_schema.c 	if ( (ctx = talloc_init("ads_check_posix_schema_mapping")) == NULL ) {
NULL              290 source3/libads/ldap_schema.c 	if ( (schema = TALLOC_P(mem_ctx, struct posix_schema)) == NULL ) {
NULL               32 source3/libads/ldap_user.c 	const char *attrs[] = {"*", NULL};
NULL               55 source3/libads/ldap_user.c 	char *name_escaped = NULL;
NULL               57 source3/libads/ldap_user.c 				     "user", NULL};
NULL              101 source3/libads/ldap_user.c 	char *name_escaped = NULL;
NULL              102 source3/libads/ldap_user.c 	const char *objectClass[] = {"top", "group", NULL};
NULL               39 source3/libads/ldap_utils.c 	*res = NULL;
NULL               42 source3/libads/ldap_utils.c 	    time(NULL) - ads->ldap.last_attempt < ADS_RECONNECT_TIME) {
NULL               52 source3/libads/ldap_utils.c 	*res = NULL;
NULL               73 source3/libads/ldap_utils.c 		*res = NULL;
NULL               89 source3/libads/ldap_utils.c 		*res = NULL;
NULL              120 source3/libads/ldap_utils.c 	return ads_do_search_retry_internal(ads, bind_path, scope, expr, attrs, NULL, res);
NULL              209 source3/libads/ldap_utils.c 	if (sid_string == NULL) {
NULL              242 source3/libads/ldap_utils.c 	*strings = NULL;
NULL              249 source3/libads/ldap_utils.c 	attrs[2] = NULL;
NULL              268 source3/libads/ldap_utils.c 			strings = NULL;
NULL              294 source3/libads/ldap_utils.c 	LDAPMessage *res = NULL;
NULL              361 source3/libads/ldap_utils.c 	if (*strings == NULL && *more_values) {
NULL              105 source3/libads/sasl.c 	ads->ldap.wrap_ops = NULL;
NULL              106 source3/libads/sasl.c 	ads->ldap.wrap_private_data = NULL;
NULL              126 source3/libads/sasl.c 	struct berval cred, *scred = NULL;
NULL              193 source3/libads/sasl.c 			scred = NULL;
NULL              194 source3/libads/sasl.c 			rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, &scred);
NULL              355 source3/libads/sasl.c 	ads->ldap.wrap_ops = NULL;
NULL              356 source3/libads/sasl.c 	ads->ldap.wrap_private_data = NULL;
NULL              379 source3/libads/sasl.c 	const char *spnego_mechs[] = {OID_KERBEROS5_OLD, OID_KERBEROS5, OID_NTLMSSP, NULL};
NULL              386 source3/libads/sasl.c 	struct berval cred, *scred = NULL;
NULL              388 source3/libads/sasl.c 	input_token.value = NULL;
NULL              411 source3/libads/sasl.c 				      NULL,
NULL              416 source3/libads/sasl.c 				      NULL);
NULL              509 source3/libads/sasl.c 	rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, 
NULL              547 source3/libads/sasl.c 				      NULL,
NULL              552 source3/libads/sasl.c 				      NULL);
NULL              688 source3/libads/sasl.c 	struct berval cred, *scred = NULL;
NULL              707 source3/libads/sasl.c 	rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, &scred);
NULL              744 source3/libads/sasl.c 	struct berval *scred=NULL;
NULL              748 source3/libads/sasl.c 	char *given_principal = NULL;
NULL              754 source3/libads/sasl.c 	rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSS-SPNEGO", NULL, NULL, NULL, &scred);
NULL              863 source3/libads/sasl.c 	struct berval *scred = NULL;
NULL              871 source3/libads/sasl.c 	input_token.value = NULL;
NULL              889 source3/libads/sasl.c 					  NULL,
NULL              891 source3/libads/sasl.c 					  NULL,
NULL              894 source3/libads/sasl.c 					  NULL);
NULL              897 source3/libads/sasl.c 			scred = NULL;
NULL              907 source3/libads/sasl.c 		rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSSAPI", &cred, NULL, NULL, 
NULL              922 source3/libads/sasl.c 			input_token.value = NULL;
NULL              930 source3/libads/sasl.c 			    &conf_state,NULL);
NULL              933 source3/libads/sasl.c 		scred = NULL;
NULL             1000 source3/libads/sasl.c 	rc = ldap_sasl_bind_s(ads->ldap.ld, NULL, "GSSAPI", &cred, NULL, NULL, 
NULL             1046 source3/libads/sasl.c 	status = ads_generate_service_principal(ads, NULL, &p);
NULL             1082 source3/libads/sasl.c 	{NULL, NULL}
NULL             1087 source3/libads/sasl.c 	const char *attrs[] = {"supportedSASLMechanisms", NULL};
NULL               76 source3/libads/sasl_wrapping.c 	ads->ldap.in.buf	= NULL;
NULL              191 source3/libads/sasl_wrapping.c 	ads->ldap.out.buf	= NULL;
NULL               31 source3/libads/util.c 	if ((password = secrets_fetch_machine_password(lp_workgroup(), NULL, &sec_channel_type)) == NULL) {
NULL               58 source3/libads/util.c 	char *princ = NULL;
NULL               22 source3/libgpo/gpext/gpext.c static struct gp_extension *extensions = NULL;
NULL               56 source3/libgpo/gpext/gpext.c 	{ NULL, REG_NONE }
NULL               73 source3/libgpo/gpext/gpext.c 	return NULL;
NULL               90 source3/libgpo/gpext/gpext.c 	return NULL;
NULL              181 source3/libgpo/gpext/gpext.c 	struct gp_extension *ext = NULL;
NULL              217 source3/libgpo/gpext/gpext.c 	if (*entries == NULL) {
NULL              240 source3/libgpo/gpext/gpext.c 	if (*entries == NULL) {
NULL              262 source3/libgpo/gpext/gpext.c 	struct gp_extension_reg_entry *reg_entry = NULL;
NULL              263 source3/libgpo/gpext/gpext.c 	struct registry_value *data = NULL;
NULL              308 source3/libgpo/gpext/gpext.c 	const char *module_name = NULL;
NULL              339 source3/libgpo/gpext/gpext.c 	struct gp_extension_reg_info_entry *entry = NULL;
NULL              422 source3/libgpo/gpext/gpext.c 	struct registry_key *key = NULL;
NULL              423 source3/libgpo/gpext/gpext.c 	const char *subkeyname = NULL;
NULL              479 source3/libgpo/gpext/gpext.c 	SMB_STRUCT_DIR *dir = NULL;
NULL              480 source3/libgpo/gpext/gpext.c 	SMB_STRUCT_DIRENT *dirent = NULL;
NULL              529 source3/libgpo/gpext/gpext.c 	struct gp_extension *ext = NULL;
NULL              548 source3/libgpo/gpext/gpext.c 	const char **ext_array = NULL;
NULL              550 source3/libgpo/gpext/gpext.c 	struct gp_extension *gpext = NULL;
NULL              551 source3/libgpo/gpext/gpext.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              562 source3/libgpo/gpext/gpext.c 		struct gp_extension_reg_info *info = NULL;
NULL              628 source3/libgpo/gpext/gpext.c 	struct gp_extension *ext, *ext_next = NULL;
NULL              636 source3/libgpo/gpext/gpext.c 	extensions = NULL;
NULL              651 source3/libgpo/gpext/gpext.c 	char *flags_str = NULL;
NULL              691 source3/libgpo/gpext/gpext.c 	struct gp_extension *ext = NULL;
NULL               32 source3/libgpo/gpext/registry.c static TALLOC_CTX *ctx = NULL;
NULL              256 source3/libgpo/gpext/registry.c 	struct registry_value *data = NULL;
NULL              257 source3/libgpo/gpext/registry.c 	struct gp_registry_entry *entry = NULL;
NULL              258 source3/libgpo/gpext/registry.c 	char *key = NULL;
NULL              259 source3/libgpo/gpext/registry.c 	char *value = NULL;
NULL              357 source3/libgpo/gpext/registry.c 	*entries = NULL;
NULL              363 source3/libgpo/gpext/registry.c 		struct gp_registry_entry *r_entry = NULL;
NULL              393 source3/libgpo/gpext/registry.c 	uint16_t *buf = NULL;
NULL              398 source3/libgpo/gpext/registry.c 	const char *real_filename = NULL;
NULL              413 source3/libgpo/gpext/registry.c 	buf = (uint16 *)file_load(real_filename, &n, 0, NULL);
NULL              474 source3/libgpo/gpext/registry.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              530 source3/libgpo/gpext/registry.c 	struct gp_registry_entry *entries = NULL;
NULL              532 source3/libgpo/gpext/registry.c 	char *unix_path = NULL;
NULL              571 source3/libgpo/gpext/registry.c 	struct gp_extension_reg_info *info = NULL;
NULL              574 source3/libgpo/gpext/registry.c 		{ NULL, REG_NONE, NULL }
NULL               41 source3/libgpo/gpext/scripts.c static TALLOC_CTX *ctx = NULL;
NULL               50 source3/libgpo/gpext/scripts.c 	struct gp_extension_reg_info *info = NULL;
NULL               57 source3/libgpo/gpext/scripts.c 		{ NULL, REG_NONE, NULL },
NULL               84 source3/libgpo/gpext/scripts.c 	struct gp_registry_entry *entry = NULL;
NULL               85 source3/libgpo/gpext/scripts.c 	struct registry_value *data = NULL;
NULL              131 source3/libgpo/gpext/scripts.c 		const char *key = NULL;
NULL              132 source3/libgpo/gpext/scripts.c 		const char *script = NULL;
NULL              133 source3/libgpo/gpext/scripts.c 		const char *count = NULL;
NULL              134 source3/libgpo/gpext/scripts.c 		const char *parameters = NULL;
NULL              144 source3/libgpo/gpext/scripts.c 		script = iniparser_getstring(ini_ctx->dict, key, NULL);
NULL              154 source3/libgpo/gpext/scripts.c 		parameters = iniparser_getstring(ini_ctx->dict, key, NULL);
NULL              157 source3/libgpo/gpext/scripts.c 			struct gp_registry_entry *entry = NULL;
NULL              174 source3/libgpo/gpext/scripts.c 			struct gp_registry_entry *entry = NULL;
NULL              191 source3/libgpo/gpext/scripts.c 			struct gp_registry_entry *entry = NULL;
NULL              262 source3/libgpo/gpext/scripts.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              265 source3/libgpo/gpext/scripts.c 	const char *keystr = NULL;
NULL              339 source3/libgpo/gpext/scripts.c 	char *unix_path = NULL;
NULL              340 source3/libgpo/gpext/scripts.c 	struct gp_inifile_context *ini_ctx = NULL;
NULL              341 source3/libgpo/gpext/scripts.c 	struct gp_registry_entry *entries = NULL;
NULL               42 source3/libgpo/gpext/security.c static TALLOC_CTX *ctx = NULL;
NULL               62 source3/libgpo/gpext/security.c 	const char *signature = NULL;
NULL               70 source3/libgpo/gpext/security.c 			":"GPTTMPL_PARAMETER_SIGNATURE, NULL)) == NULL) {
NULL              106 source3/libgpo/gpext/security.c 	struct gp_inifile_context *tmp_ctx = NULL;
NULL              148 source3/libgpo/gpext/security.c 	char *unix_path = NULL;
NULL              149 source3/libgpo/gpext/security.c 	struct gp_inifile_context *ini_ctx = NULL;
NULL              189 source3/libgpo/gpext/security.c 	struct gp_extension_reg_info *info = NULL;
NULL              197 source3/libgpo/gpext/security.c 		{ NULL, REG_NONE, NULL }
NULL               33 source3/libgpo/gpo_fetch.c 	char *path = NULL;
NULL               35 source3/libgpo/gpo_fetch.c 	*server = NULL;
NULL               36 source3/libgpo/gpo_fetch.c 	*service = NULL;
NULL               37 source3/libgpo/gpo_fetch.c 	*nt_path = NULL;
NULL               38 source3/libgpo/gpo_fetch.c 	*unix_path = NULL;
NULL               55 source3/libgpo/gpo_fetch.c 		== NULL) {
NULL               63 source3/libgpo/gpo_fetch.c 					file_sys_path)) == NULL) {
NULL              159 source3/libgpo/gpo_fetch.c 	char *local_path = NULL;
NULL              160 source3/libgpo/gpo_fetch.c 	char *name = NULL;
NULL               44 source3/libgpo/gpo_filesync.c 	char *data = NULL;
NULL               59 source3/libgpo/gpo_filesync.c 	if ((data = (char *)SMB_MALLOC(read_size)) == NULL) {
NULL               34 source3/libgpo/gpo_ini.c 		ctx->generated_filename = NULL;
NULL               39 source3/libgpo/gpo_ini.c 		ctx->dict = NULL;
NULL               42 source3/libgpo/gpo_ini.c 	ctx = NULL;
NULL               55 source3/libgpo/gpo_ini.c 	uint8 *data_in = NULL;
NULL               56 source3/libgpo/gpo_ini.c 	uint8 *data_out = NULL;
NULL               57 source3/libgpo/gpo_ini.c 	char *tmp_name = NULL;
NULL               66 source3/libgpo/gpo_ini.c 	data_in = (uint8 *)file_load(filename_in, &n, 0, NULL);
NULL              133 source3/libgpo/gpo_ini.c 	struct gp_inifile_context *ctx = NULL;
NULL              135 source3/libgpo/gpo_ini.c 	dictionary *dict = NULL;
NULL              136 source3/libgpo/gpo_ini.c 	char *tmp_filename = NULL;
NULL              137 source3/libgpo/gpo_ini.c 	const char *ini_filename = NULL;
NULL              200 source3/libgpo/gpo_ini.c 	char *name = NULL;
NULL              201 source3/libgpo/gpo_ini.c 	dictionary *dict = NULL;
NULL              213 source3/libgpo/gpo_ini.c 			":"GPT_INI_PARAMETER_DISPLAYNAME, NULL)) == NULL) {
NULL              221 source3/libgpo/gpo_ini.c 		if (*display_name == NULL) {
NULL               31 source3/libgpo/gpo_ldap.c 	struct GP_EXT *ext = NULL;
NULL               32 source3/libgpo/gpo_ldap.c 	char **ext_list = NULL;
NULL               33 source3/libgpo/gpo_ldap.c 	char **ext_strings = NULL;
NULL               52 source3/libgpo/gpo_ldap.c 	for (i = 0; ext_list[i] != NULL; i++) {
NULL               77 source3/libgpo/gpo_ldap.c 	for (i = 0; ext_list[i] != NULL; i++) {
NULL               91 source3/libgpo/gpo_ldap.c 		if (ext_strings == NULL) {
NULL               95 source3/libgpo/gpo_ldap.c 		for (k = 0; ext_strings[k] != NULL; k++) {
NULL              110 source3/libgpo/gpo_ldap.c 		if (ext->extensions_guid[i] == NULL) {
NULL              114 source3/libgpo/gpo_ldap.c 		for (k = 1; ext_strings[k] != NULL; k++) {
NULL              129 source3/libgpo/gpo_ldap.c 			if (ext->snapins_guid[i] == NULL) {
NULL              170 source3/libgpo/gpo_ldap.c 	for (i = 0; link_list[i] != NULL; i++) {
NULL              190 source3/libgpo/gpo_ldap.c 	for (i = 0; link_list[i] != NULL; i++) {
NULL              203 source3/libgpo/gpo_ldap.c 		if (p == NULL) {
NULL              208 source3/libgpo/gpo_ldap.c 		if (gp_link->link_names[i] == NULL) {
NULL              240 source3/libgpo/gpo_ldap.c 	const char *attrs[] = {"gPLink", "gPOptions", NULL};
NULL              241 source3/libgpo/gpo_ldap.c 	LDAPMessage *res = NULL;
NULL              261 source3/libgpo/gpo_ldap.c 	if (gp_link == NULL) {
NULL              290 source3/libgpo/gpo_ldap.c 	const char *attrs[] = {"gPLink", NULL};
NULL              291 source3/libgpo/gpo_ldap.c 	LDAPMessage *res = NULL;
NULL              316 source3/libgpo/gpo_ldap.c 	if (gp_link == NULL) {
NULL              349 source3/libgpo/gpo_ldap.c 	const char *attrs[] = {"gPLink", NULL};
NULL              350 source3/libgpo/gpo_ldap.c 	LDAPMessage *res = NULL;
NULL              351 source3/libgpo/gpo_ldap.c 	const char *gp_link, *gp_link_new = NULL;
NULL              379 source3/libgpo/gpo_ldap.c 	if (gp_link == NULL) {
NULL              467 source3/libgpo/gpo_ldap.c 	LDAPMessage *res = NULL;
NULL              482 source3/libgpo/gpo_ldap.c 		NULL};
NULL              527 source3/libgpo/gpo_ldap.c 	if (dn == NULL) {
NULL              557 source3/libgpo/gpo_ldap.c 		struct GROUP_POLICY_OBJECT *new_gpo = NULL;
NULL              582 source3/libgpo/gpo_ldap.c 				     NULL, NULL, new_gpo);
NULL              626 source3/libgpo/gpo_ldap.c 	struct nt_user_token *new_token = NULL;
NULL              680 source3/libgpo/gpo_ldap.c 	struct GROUP_POLICY_OBJECT *gpo = NULL;
NULL               28 source3/libgpo/gpo_reg.c 	struct nt_user_token *token = NULL;
NULL               33 source3/libgpo/gpo_reg.c 		return NULL;
NULL               41 source3/libgpo/gpo_reg.c 		return NULL;
NULL              142 source3/libgpo/gpo_reg.c 	const char *tmp = NULL;
NULL              203 source3/libgpo/gpo_reg.c 	struct registry_value *reg_val = NULL;
NULL              227 source3/libgpo/gpo_reg.c 	struct registry_value *reg_val = NULL;
NULL              287 source3/libgpo/gpo_reg.c 				   NULL);
NULL              316 source3/libgpo/gpo_reg.c 	const char *path = NULL;
NULL              334 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
NULL              337 source3/libgpo/gpo_reg.c 	const char *valname = NULL;
NULL              338 source3/libgpo/gpo_reg.c 	const char *path = NULL;
NULL              339 source3/libgpo/gpo_reg.c 	const char *val = NULL;
NULL              379 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
NULL              382 source3/libgpo/gpo_reg.c 	const char *valname = NULL;
NULL              383 source3/libgpo/gpo_reg.c 	const char *val = NULL;
NULL              384 source3/libgpo/gpo_reg.c 	const char *path = NULL;
NULL              387 source3/libgpo/gpo_reg.c 	struct nt_user_token *tmp_token = NULL;
NULL              455 source3/libgpo/gpo_reg.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              457 source3/libgpo/gpo_reg.c 	const char *subkeyname = NULL;
NULL              589 source3/libgpo/gpo_reg.c 	struct GROUP_POLICY_OBJECT *gpo = NULL;
NULL              615 source3/libgpo/gpo_reg.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              617 source3/libgpo/gpo_reg.c 	const char *subkeyname = NULL;
NULL              618 source3/libgpo/gpo_reg.c 	struct GROUP_POLICY_OBJECT *gpo = NULL;
NULL              620 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
NULL              621 source3/libgpo/gpo_reg.c 	const char *path = NULL;
NULL              622 source3/libgpo/gpo_reg.c 	const char *gp_state_path = NULL;
NULL              645 source3/libgpo/gpo_reg.c 	werr = gp_init_reg_ctx(mem_ctx, path, REG_KEY_READ, NULL, &reg_ctx);
NULL              694 source3/libgpo/gpo_reg.c 	SEC_ACL *theacl = NULL;
NULL              745 source3/libgpo/gpo_reg.c 			    NULL, NULL, NULL,
NULL              760 source3/libgpo/gpo_reg.c 	struct security_descriptor *sd = NULL;
NULL              762 source3/libgpo/gpo_reg.c 	const DOM_SID *sd_sid = NULL;
NULL              783 source3/libgpo/gpo_reg.c 	const char *type_str = NULL;
NULL              877 source3/libgpo/gpo_reg.c 	if (*entries == NULL) {
NULL              931 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
NULL              151 source3/libgpo/gpo_sec.c 	SEC_ACL *dacl = NULL;
NULL               37 source3/libgpo/gpo_util.c 	{ NULL, NULL }
NULL               73 source3/libgpo/gpo_util.c 	{ NULL, NULL }
NULL              100 source3/libgpo/gpo_util.c 	{ NULL, NULL }
NULL              117 source3/libgpo/gpo_util.c 	return NULL;
NULL              134 source3/libgpo/gpo_util.c 	return NULL;
NULL              149 source3/libgpo/gpo_util.c 	return NULL;
NULL              196 source3/libgpo/gpo_util.c 	if (gp_ext == NULL) {
NULL              229 source3/libgpo/gpo_util.c 	if (gpo == NULL) {
NULL              292 source3/libgpo/gpo_util.c 		struct GP_EXT *gp_ext = NULL;
NULL              305 source3/libgpo/gpo_util.c 		struct GP_EXT *gp_ext = NULL;
NULL              327 source3/libgpo/gpo_util.c 	struct GROUP_POLICY_OBJECT *gpo = NULL;
NULL              343 source3/libgpo/gpo_util.c 	if (gp_link == NULL) {
NULL              380 source3/libgpo/gpo_util.c 		if (ads != NULL && mem_ctx != NULL) {
NULL              386 source3/libgpo/gpo_util.c 					     NULL, NULL, &gpo);
NULL              444 source3/libgpo/gpo_util.c 	struct GP_EXT *gp_ext = NULL;
NULL              539 source3/libgpo/gpo_util.c 	struct gp_extension *gp_ext_list = NULL;
NULL              540 source3/libgpo/gpo_util.c 	struct gp_extension *gp_ext = NULL;
NULL              541 source3/libgpo/gpo_util.c 	struct registry_key *root_key = NULL;
NULL              542 source3/libgpo/gpo_util.c 	struct gp_registry_context *reg_ctx = NULL;
NULL              574 source3/libgpo/gpo_util.c 		const char *guid_str = NULL;
NULL              621 source3/libgpo/gpo_util.c 	char *server = NULL;
NULL              622 source3/libgpo/gpo_util.c 	char *share = NULL;
NULL              623 source3/libgpo/gpo_util.c 	char *nt_path = NULL;
NULL              624 source3/libgpo/gpo_util.c 	char *unix_path = NULL;
NULL              626 source3/libgpo/gpo_util.c 	char *display_name = NULL;
NULL              627 source3/libgpo/gpo_util.c 	struct cli_state *cli = NULL;
NULL              657 source3/libgpo/gpo_util.c 		if (*cli_out == NULL) {
NULL              663 source3/libgpo/gpo_util.c 					NULL, 0,
NULL              665 source3/libgpo/gpo_util.c 					ads->auth.user_name, NULL,
NULL              669 source3/libgpo/gpo_util.c 					Undefined, NULL);
NULL              730 source3/libgpo/gpo_util.c 	struct cli_state *cli = NULL;
NULL              775 source3/libgpo/gpo_util.c 		return NULL;
NULL              809 source3/libgpo/gpo_util.c 	const char *tmp = NULL;
NULL              811 source3/libgpo/gpo_util.c 	const char *path = NULL;
NULL              851 source3/libgpo/gpo_util.c 	struct nt_user_token *ad_token = NULL;
NULL               36 source3/libnet/libnet_dssync.c 		rpccli_drsuapi_DsUnbind(ctx->cli, ctx, &ctx->bind_handle, NULL);
NULL              133 source3/libnet/libnet_dssync.c 		DATA_BLOB *plain_data = NULL;
NULL              377 source3/libnet/libnet_dssync.c 	struct drsuapi_DsReplicaObjectIdentifier *nc = NULL;
NULL              378 source3/libnet/libnet_dssync.c 	struct drsuapi_DsReplicaCursorCtrEx *cursors = NULL;
NULL              490 source3/libnet/libnet_dssync.c 	struct drsuapi_DsGetNCChangesCtr1 *ctr1 = NULL;
NULL              491 source3/libnet/libnet_dssync.c 	struct drsuapi_DsGetNCChangesCtr6 *ctr6 = NULL;
NULL              492 source3/libnet/libnet_dssync.c 	struct replUpToDateVectorBlob *new_utdv = NULL;
NULL              507 source3/libnet/libnet_dssync.c 		struct drsuapi_DsReplicaObjectListItemEx *first_object = NULL;
NULL              508 source3/libnet/libnet_dssync.c 		struct drsuapi_DsReplicaOIDMapping_Ctr *mapping_ctr = NULL;
NULL              646 source3/libnet/libnet_dssync.c 	struct replUpToDateVectorBlob *old_utdv = NULL;
NULL              647 source3/libnet/libnet_dssync.c 	struct replUpToDateVectorBlob *pnew_utdv = NULL;
NULL               33 source3/libnet/libnet_dssync_keytab.c 	struct replUpToDateVectorBlob *old_utdv = NULL;
NULL               56 source3/libnet/libnet_dssync_keytab.c 				NULL, old_utdv,
NULL               94 source3/libnet/libnet_dssync_keytab.c 		ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, new_utdv,
NULL              143 source3/libnet/libnet_dssync_keytab.c 	struct supplementalCredentialsPackage *scpk = NULL;
NULL              149 source3/libnet/libnet_dssync_keytab.c 	ndr_err = ndr_pull_struct_blob_all(blob, mem_ctx, NULL, &scb,
NULL              170 source3/libnet/libnet_dssync_keytab.c 				scpk = NULL;
NULL              184 source3/libnet/libnet_dssync_keytab.c 				scpk = NULL;
NULL              206 source3/libnet/libnet_dssync_keytab.c 	ndr_err = ndr_pull_struct_blob(&scpk_blob, mem_ctx, NULL, pkb,
NULL              246 source3/libnet/libnet_dssync_keytab.c 	struct package_PrimaryKerberosCtr3 *pkb3 = NULL;
NULL              247 source3/libnet/libnet_dssync_keytab.c 	struct package_PrimaryKerberosCtr4 *pkb4 = NULL;
NULL              249 source3/libnet/libnet_dssync_keytab.c 	char *object_dn = NULL;
NULL              250 source3/libnet/libnet_dssync_keytab.c 	char *upn = NULL;
NULL              251 source3/libnet/libnet_dssync_keytab.c 	char **spn = NULL;
NULL              253 source3/libnet/libnet_dssync_keytab.c 	char *name = NULL;
NULL              259 source3/libnet/libnet_dssync_keytab.c 	uint8_t *pwd_history = NULL;
NULL              280 source3/libnet/libnet_dssync_keytab.c 				pull_string_talloc(spn, NULL, 0,
NULL              324 source3/libnet/libnet_dssync_keytab.c 				pull_string_talloc(mem_ctx, NULL, 0, &upn,
NULL              329 source3/libnet/libnet_dssync_keytab.c 				pull_string_talloc(mem_ctx, NULL, 0, &name,
NULL              371 source3/libnet/libnet_dssync_keytab.c 		struct libnet_keytab_entry *entry = NULL;
NULL              372 source3/libnet/libnet_dssync_keytab.c 		char *principal = NULL;
NULL              424 source3/libnet/libnet_dssync_keytab.c 	status = libnet_keytab_add_to_keytab_entries(mem_ctx, ctx, kvno, name, NULL,
NULL              441 source3/libnet/libnet_dssync_keytab.c 								     NULL,
NULL              454 source3/libnet/libnet_dssync_keytab.c 								     NULL,
NULL              467 source3/libnet/libnet_dssync_keytab.c 								     NULL,
NULL              482 source3/libnet/libnet_dssync_keytab.c 								     NULL,
NULL              495 source3/libnet/libnet_dssync_keytab.c 								     NULL,
NULL              519 source3/libnet/libnet_dssync_keytab.c 		status = libnet_keytab_add_to_keytab_entries(mem_ctx, ctx, kvno--, name, NULL,
NULL               29 source3/libnet/libnet_join.c 		char *str = NULL; \
NULL               42 source3/libnet/libnet_join.c 		char *str = NULL; \
NULL              102 source3/libnet/libnet_join.c 	ADS_STRUCT *my_ads = NULL;
NULL              200 source3/libnet/libnet_join.c 	LDAPMessage *res = NULL;
NULL              201 source3/libnet/libnet_join.c 	const char *attrs[] = { "dn", NULL };
NULL              287 source3/libnet/libnet_join.c 	LDAPMessage *res = NULL;
NULL              288 source3/libnet/libnet_join.c 	char *dn = NULL;
NULL              335 source3/libnet/libnet_join.c 	const char *spn_array[3] = {NULL, NULL, NULL};
NULL              336 source3/libnet/libnet_join.c 	char *spn = NULL;
NULL              355 source3/libnet/libnet_join.c 	    || (strchr(my_fqdn, '.') == NULL)) {
NULL              447 source3/libnet/libnet_join.c 	char *os_sp = NULL;
NULL              520 source3/libnet/libnet_join.c 	const char *salt = NULL;
NULL              521 source3/libnet/libnet_join.c 	char *std_salt = NULL;
NULL              663 source3/libnet/libnet_join.c 	return cli_full_connection(cli, NULL,
NULL              665 source3/libnet/libnet_join.c 				   NULL, 0,
NULL              668 source3/libnet/libnet_join.c 				   NULL,
NULL              671 source3/libnet/libnet_join.c 				   Undefined, NULL);
NULL              682 source3/libnet/libnet_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL              685 source3/libnet/libnet_join.c 	union lsa_PolicyInformation *info = NULL;
NULL              752 source3/libnet/libnet_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL              998 source3/libnet/libnet_join.c 	struct cli_state *cli = NULL;
NULL              999 source3/libnet/libnet_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             1000 source3/libnet/libnet_join.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             1002 source3/libnet/libnet_join.c 	char *machine_password = NULL;
NULL             1003 source3/libnet/libnet_join.c 	char *machine_account = NULL;
NULL             1014 source3/libnet/libnet_join.c 							  NULL, NULL);
NULL             1024 source3/libnet/libnet_join.c 	status = cli_full_connection(&cli, NULL,
NULL             1026 source3/libnet/libnet_join.c 				     NULL, 0,
NULL             1029 source3/libnet/libnet_join.c 				     NULL,
NULL             1032 source3/libnet/libnet_join.c 				     Undefined, NULL);
NULL             1037 source3/libnet/libnet_join.c 		status = cli_full_connection(&cli, NULL,
NULL             1039 source3/libnet/libnet_join.c 					     NULL, 0,
NULL             1042 source3/libnet/libnet_join.c 					     NULL,
NULL             1045 source3/libnet/libnet_join.c 					     Undefined, NULL);
NULL             1134 source3/libnet/libnet_join.c 	struct cli_state *cli = NULL;
NULL             1135 source3/libnet/libnet_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             1143 source3/libnet/libnet_join.c 	union samr_UserInfo *info = NULL;
NULL             1271 source3/libnet/libnet_join.c 	werr = smbconf_init_reg(r, &ctx, NULL);
NULL             1317 source3/libnet/libnet_join.c 	werr = smbconf_init_reg(r, &ctx, NULL);
NULL             1402 source3/libnet/libnet_join.c 	char *domain = NULL;
NULL             1403 source3/libnet/libnet_join.c 	char *dc = NULL;
NULL             1404 source3/libnet/libnet_join.c 	const char *p = NULL;
NULL             1412 source3/libnet/libnet_join.c 	if (p != NULL) {
NULL             1421 source3/libnet/libnet_join.c 		dc = NULL;
NULL             1547 source3/libnet/libnet_join.c 	const char *krb5_cc_env = NULL;
NULL             1566 source3/libnet/libnet_join.c 	const char *krb5_cc_env = NULL;
NULL             1587 source3/libnet/libnet_join.c 	const char *krb5_cc_env = NULL;
NULL             1620 source3/libnet/libnet_join.c 	const char *krb5_cc_env = NULL;
NULL             1702 source3/libnet/libnet_join.c 			const char *sec = NULL;
NULL             1742 source3/libnet/libnet_join.c 	struct cli_state *cli = NULL;
NULL             1753 source3/libnet/libnet_join.c 				     NULL,
NULL             1754 source3/libnet/libnet_join.c 				     NULL,
NULL             1841 source3/libnet/libnet_join.c 	struct libnet_UnjoinCtx *u = NULL;
NULL             1939 source3/libnet/libnet_join.c 				     NULL,
NULL             1940 source3/libnet/libnet_join.c 				     NULL,
NULL               61 source3/libnet/libnet_keytab.c 	krb5_context context = NULL;
NULL               62 source3/libnet/libnet_keytab.c 	krb5_keytab keytab = NULL;
NULL               63 source3/libnet/libnet_keytab.c 	const char *keytab_string = NULL;
NULL              135 source3/libnet/libnet_keytab.c 		char *princ_s = NULL;
NULL              320 source3/libnet/libnet_keytab.c 	struct libnet_keytab_entry *entry = NULL;
NULL              329 source3/libnet/libnet_keytab.c 		return NULL;
NULL              335 source3/libnet/libnet_keytab.c 		char *princ_s = NULL;
NULL              337 source3/libnet/libnet_keytab.c 		entry = NULL;
NULL               79 source3/libnet/libnet_samsync.c 		ndr_err = ndr_pull_struct_blob(&data, mem_ctx, NULL, &keys,
NULL              212 source3/libnet/libnet_samsync.c 	*ctx_p = NULL;
NULL              257 source3/libnet/libnet_samsync.c 	const char *action = NULL;
NULL              353 source3/libnet/libnet_samsync.c 		struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              469 source3/libnet/libnet_samsync.c 					      &sequence_num, ctx, NULL);
NULL              537 source3/libnet/libnet_samsync.c 	*str_p = NULL;
NULL              546 source3/libnet/libnet_samsync.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, str,
NULL               71 source3/libnet/libnet_samsync_display.c 		pdb_sethexpwd(hex_lm_passwd, NULL, 0);
NULL               77 source3/libnet/libnet_samsync_display.c 		pdb_sethexpwd(hex_nt_passwd, NULL, 0);
NULL               89 source3/libnet/libnet_samsync_display.c 	struct netr_AcctLockStr *lockstr = NULL;
NULL               38 source3/libnet/libnet_samsync_keytab.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL               41 source3/libnet/libnet_samsync_keytab.c 	status = dsgetdcname(mem_ctx, NULL, domain_name, NULL, NULL, 0, &info);
NULL               48 source3/libnet/libnet_samsync_keytab.c 	ads = ads_init(NULL, domain_name, dc);
NULL               51 source3/libnet/libnet_samsync_keytab.c 	if (getenv(KRB5_ENV_CCNAME) == NULL) {
NULL               94 source3/libnet/libnet_samsync_keytab.c 						     NULL,
NULL              114 source3/libnet/libnet_samsync_keytab.c 	struct libnet_keytab_context *keytab_ctx = NULL;
NULL              117 source3/libnet/libnet_samsync_keytab.c 	const char *principal = NULL;
NULL              216 source3/libnet/libnet_samsync_keytab.c 	const char *principal = NULL;
NULL              238 source3/libnet/libnet_samsync_keytab.c 							     NULL,
NULL               77 source3/libnet/libnet_samsync_ldif.c 	char *user_attr=NULL, *group_attr=NULL;
NULL               83 source3/libnet/libnet_samsync_ldif.c 	if (suffix_attr == NULL) {
NULL              101 source3/libnet/libnet_samsync_ldif.c 	if (user_suffix == NULL) {
NULL              119 source3/libnet/libnet_samsync_ldif.c 	if (group_suffix == NULL) {
NULL              139 source3/libnet/libnet_samsync_ldif.c 	if (machine_suffix == NULL) {
NULL              147 source3/libnet/libnet_samsync_ldif.c 		char *machine_ou = NULL;
NULL              163 source3/libnet/libnet_samsync_ldif.c 	if (idmap_suffix == NULL) {
NULL              348 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[0].sambaSID == NULL || groupmap[0].group_dn == NULL) {
NULL              354 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[0].cn == NULL) {
NULL              363 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[1].sambaSID == NULL || groupmap[1].group_dn == NULL) {
NULL              369 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[1].cn == NULL) {
NULL              378 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[2].sambaSID == NULL || groupmap[2].group_dn == NULL) {
NULL              384 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[2].cn == NULL) {
NULL              393 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[3].sambaSID == NULL || groupmap[3].group_dn == NULL) {
NULL              399 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[3].cn == NULL) {
NULL              408 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[4].sambaSID == NULL || groupmap[4].group_dn == NULL) {
NULL              414 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[4].cn == NULL) {
NULL              423 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[5].sambaSID == NULL || groupmap[5].group_dn == NULL) {
NULL              429 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[5].cn == NULL) {
NULL              438 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[6].sambaSID == NULL || groupmap[6].group_dn == NULL) {
NULL              444 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[6].cn == NULL) {
NULL              453 source3/libnet/libnet_samsync_ldif.c 	if (groupmap[7].sambaSID == NULL || groupmap[7].group_dn == NULL) {
NULL              459 source3/libnet/libnet_samsync_ldif.c 	if (accountmap[7].cn == NULL) {
NULL              488 source3/libnet/libnet_samsync_ldif.c 	value = talloc_vasprintf(NULL, fmt, ap);
NULL              491 source3/libnet/libnet_samsync_ldif.c 	SMB_ASSERT(value != NULL);
NULL              527 source3/libnet/libnet_samsync_ldif.c 	SMB_ASSERT(base64 != NULL);
NULL              574 source3/libnet/libnet_samsync_ldif.c 	if (groupmap->sambaSID == NULL || groupmap->group_dn == NULL) {
NULL              671 source3/libnet/libnet_samsync_ldif.c 		pdb_sethexpwd(hex_lm_passwd, NULL, 0);
NULL              676 source3/libnet/libnet_samsync_ldif.c 		pdb_sethexpwd(hex_nt_passwd, NULL, 0);
NULL              810 source3/libnet/libnet_samsync_ldif.c 	if (groupmap->sambaSID == NULL) {
NULL              965 source3/libnet/libnet_samsync_ldif.c 	if (r->groupmap == NULL || r->accountmap == NULL) {
NULL             1020 source3/libnet/libnet_samsync_ldif.c 	if ((r->add_name != NULL) &&
NULL             1030 source3/libnet/libnet_samsync_ldif.c 	if ((r->mod_name != NULL) &&
NULL             1180 source3/libnet/libnet_samsync_ldif.c 	if (l->groupmap == NULL || l->accountmap == NULL) {
NULL             1255 source3/libnet/libnet_samsync_ldif.c 	ctx->private_data = NULL;
NULL             1280 source3/libnet/libnet_samsync_ldif.c 	ctx->private_data = NULL;
NULL              130 source3/libnet/libnet_samsync_passdb.c 		newstr = (mung.length == 0) ? NULL :
NULL              197 source3/libnet/libnet_samsync_passdb.c 		pdb_set_pass_last_set_time(account, time(NULL), PDB_CHANGED);
NULL              239 source3/libnet/libnet_samsync_passdb.c 	struct samu *sam_account=NULL;
NULL              244 source3/libnet/libnet_samsync_passdb.c 	struct passwd *passwd = NULL;
NULL              289 source3/libnet/libnet_samsync_passdb.c 	if (pdb_get_group_sid(sam_account) == NULL) {
NULL              328 source3/libnet/libnet_samsync_passdb.c 	struct group *grp = NULL;
NULL              348 source3/libnet/libnet_samsync_passdb.c 	if (grp == NULL) {
NULL              352 source3/libnet/libnet_samsync_passdb.c 		if ((grp = getgrnam(name)) == NULL) {
NULL              361 source3/libnet/libnet_samsync_passdb.c 			if ((grp = getgrnam(name)) == NULL)
NULL              392 source3/libnet/libnet_samsync_passdb.c 	char **nt_members = NULL;
NULL              418 source3/libnet/libnet_samsync_passdb.c 		if ((nt_members = TALLOC_ZERO_ARRAY(mem_ctx, char *, r->num_rids)) == NULL) {
NULL              423 source3/libnet/libnet_samsync_passdb.c 		nt_members = NULL;
NULL              427 source3/libnet/libnet_samsync_passdb.c 		struct samu *member = NULL;
NULL              462 source3/libnet/libnet_samsync_passdb.c 			if (nt_members[i] == NULL) {
NULL              484 source3/libnet/libnet_samsync_passdb.c 		if (nt_members[i] == NULL) {
NULL              520 source3/libnet/libnet_samsync_passdb.c 	struct group *grp = NULL;
NULL              539 source3/libnet/libnet_samsync_passdb.c 	if (grp == NULL) {
NULL              543 source3/libnet/libnet_samsync_passdb.c 		if ((grp = getgrnam(name)) == NULL) {
NULL              548 source3/libnet/libnet_samsync_passdb.c 			if ((grp = getgrgid(gid)) == NULL)
NULL              593 source3/libnet/libnet_samsync_passdb.c 	struct netr_AcctLockStr *lockstr = NULL;
NULL               22 source3/librpc/gen_ndr/ndr_libnetapi.c 	const char *val = NULL;
NULL               80 source3/librpc/gen_ndr/ndr_libnetapi.c 		char *idx_0=NULL;
NULL             4122 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri2_logon_hours = NULL;
NULL             4245 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri3_logon_hours = NULL;
NULL             4384 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri4_logon_hours = NULL;
NULL             4395 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri4_user_sid = NULL;
NULL             4565 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri11_logon_hours = NULL;
NULL             4751 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri22_logon_hours = NULL;
NULL             4838 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri23_user_sid = NULL;
NULL             5285 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usri1020_logon_hours = NULL;
NULL             5563 source3/librpc/gen_ndr/ndr_libnetapi.c 			r->usriX_logon_hours = NULL;
NULL               22 source3/librpc/gen_ndr/ndr_messaging.c 	const char *val = NULL;
NULL              180 source3/librpc/gen_ndr/ndr_messaging.c 		char *idx_0=NULL;
NULL              261 source3/librpc/gen_ndr/ndr_messaging.c 		char *idx_0=NULL;
NULL              130 source3/librpc/gen_ndr/ndr_notify.c 		char *idx_0=NULL;
NULL              193 source3/librpc/gen_ndr/ndr_notify.c 		char *idx_0=NULL;
NULL               30 source3/librpc/ndr/ndr_string.c 	char *as=NULL;
NULL              307 source3/librpc/ndr/ndr_string.c 	uint8_t *dest = NULL;
NULL              446 source3/librpc/ndr/ndr_string.c 	const char **a = NULL;
NULL              463 source3/librpc/ndr/ndr_string.c 			const char *s = NULL;
NULL              466 source3/librpc/ndr/ndr_string.c 			a[count]   = NULL;
NULL              467 source3/librpc/ndr/ndr_string.c 			a[count+1]   = NULL;
NULL              474 source3/librpc/ndr/ndr_string.c 				a[count] = NULL;
NULL              505 source3/librpc/ndr/ndr_string.c 			const char *s = NULL;
NULL              508 source3/librpc/ndr/ndr_string.c 			a[count]   = NULL;
NULL              509 source3/librpc/ndr/ndr_string.c 			a[count+1]   = NULL;
NULL              589 source3/librpc/ndr/ndr_string.c 		char *idx=NULL;
NULL              211 source3/librpc/ndr/util.c 	return NULL;
NULL               36 source3/librpc/rpc/dcerpc.c 	if (ret == NULL)
NULL               37 source3/librpc/rpc/dcerpc.c 		return NULL;
NULL               46 source3/librpc/rpc/dcerpc.c 	push = ndr_push_init_ctx(mem_ctx, NULL);
NULL               48 source3/librpc/rpc/dcerpc.c 		return NULL;
NULL               54 source3/librpc/rpc/dcerpc.c 		return NULL;
NULL               60 source3/librpc/rpc/dcerpc.c 		return NULL;
NULL              104 source3/librpc/rpc/dcerpc.c 	pull = ndr_pull_init_blob(&blob, req, NULL);
NULL              105 source3/librpc/rpc/dcerpc.c 	if (pull == NULL) {
NULL              159 source3/librpc/rpc/dcerpc.c 					NULL, 0, 
NULL              165 source3/librpc/rpc/dcerpc.c 					get_cmdline_auth_info_signing_state(), NULL);
NULL               94 source3/libsmb/async_smb.c 		if (req == NULL) {
NULL              113 source3/libsmb/async_smb.c 	if (result == NULL) {
NULL              114 source3/libsmb/async_smb.c 		return NULL;
NULL              129 source3/libsmb/async_smb.c 	if (req->enc_state != NULL) {
NULL              133 source3/libsmb/async_smb.c 	if (req->cli->outstanding_requests == NULL) {
NULL              147 source3/libsmb/async_smb.c 	if (cli->chain_accumulator == NULL) {
NULL              257 source3/libsmb/async_smb.c 	outbuf = TALLOC_REALLOC_ARRAY(NULL, *poutbuf, uint8_t, new_size);
NULL              258 source3/libsmb/async_smb.c 	if (outbuf == NULL) {
NULL              272 source3/libsmb/async_smb.c 				NULL, *poutbuf, uint8_t, old_size);
NULL              352 source3/libsmb/async_smb.c 			cli_req->async[i] = NULL;
NULL              355 source3/libsmb/async_smb.c 		if (cli_req->async[i] != NULL) {
NULL              405 source3/libsmb/async_smb.c 	if (tmp_reqs == NULL) {
NULL              407 source3/libsmb/async_smb.c 		return NULL;
NULL              413 source3/libsmb/async_smb.c 	if (req->async[req->num_async-1] == NULL) {
NULL              416 source3/libsmb/async_smb.c 		return NULL;
NULL              433 source3/libsmb/async_smb.c 	return NULL;
NULL              480 source3/libsmb/async_smb.c 	struct cli_request *req = NULL;
NULL              483 source3/libsmb/async_smb.c 	SMB_ASSERT(cli->chain_accumulator == NULL);
NULL              490 source3/libsmb/async_smb.c 	if (cli->fd_event == NULL) {
NULL              491 source3/libsmb/async_smb.c 		SMB_ASSERT(cli->outstanding_requests == NULL);
NULL              495 source3/libsmb/async_smb.c 		if (cli->fd_event == NULL) {
NULL              501 source3/libsmb/async_smb.c 	if (req == NULL) {
NULL              510 source3/libsmb/async_smb.c 	if (req->outbuf == NULL) {
NULL              513 source3/libsmb/async_smb.c 	req->outbuf = TALLOC_REALLOC_ARRAY(NULL, req->outbuf, uint8_t,
NULL              517 source3/libsmb/async_smb.c 	req->async = NULL;
NULL              519 source3/libsmb/async_smb.c 	req->enc_state = NULL;
NULL              520 source3/libsmb/async_smb.c 	req->recv_helper.fn = NULL;
NULL              539 source3/libsmb/async_smb.c 	if (cli->outstanding_requests == NULL) {
NULL              555 source3/libsmb/async_smb.c 	SMB_ASSERT(req != NULL);
NULL              560 source3/libsmb/async_smb.c 	cli->chain_accumulator = NULL;
NULL              628 source3/libsmb/async_smb.c 	if (cli->chain_accumulator == NULL) {
NULL              632 source3/libsmb/async_smb.c 			return NULL;
NULL              641 source3/libsmb/async_smb.c 	if (result == NULL) {
NULL              662 source3/libsmb/async_smb.c 	if (cli->chain_accumulator == NULL) {
NULL              909 source3/libsmb/async_smb.c 		cli->evt_inbuf = NULL;
NULL              926 source3/libsmb/async_smb.c 				NULL, cli->evt_inbuf, char, rest_len);
NULL              928 source3/libsmb/async_smb.c 			if (pdu == NULL) {
NULL              943 source3/libsmb/async_smb.c 			if (cli->evt_inbuf == NULL) {
NULL              973 source3/libsmb/async_smb.c 	if (req == NULL) {
NULL              996 source3/libsmb/async_smb.c 		if (req->async[i] != NULL) {
NULL              997 source3/libsmb/async_smb.c 			if (req->recv_helper.fn != NULL) {
NULL             1048 source3/libsmb/async_smb.c 		if (req == NULL) {
NULL             1049 source3/libsmb/async_smb.c 			if (cli->fd_event != NULL) {
NULL             1100 source3/libsmb/async_smb.c 		if (tmp == NULL) {
NULL             1125 source3/libsmb/async_smb.c 		while ((cli->evt_inbuf != NULL)
NULL               85 source3/libsmb/cliconnect.c 		lm_response = data_blob(NULL, 24);
NULL              192 source3/libsmb/cliconnect.c 				   NULL);
NULL              194 source3/libsmb/cliconnect.c 				   NULL);
NULL              195 source3/libsmb/cliconnect.c 	bytes = smb_bytes_push_str(bytes, cli_ucs2(cli), "Unix", 5, NULL);
NULL              196 source3/libsmb/cliconnect.c 	bytes = smb_bytes_push_str(bytes, cli_ucs2(cli), "Samba", 6, NULL);
NULL              198 source3/libsmb/cliconnect.c 	if (bytes == NULL) {
NULL              199 source3/libsmb/cliconnect.c 		return NULL;
NULL              259 source3/libsmb/cliconnect.c 	if (cli->fd_event != NULL) {
NULL              268 source3/libsmb/cliconnect.c 	if (ev == NULL) {
NULL              274 source3/libsmb/cliconnect.c 	if (req == NULL) {
NULL              425 source3/libsmb/cliconnect.c 			nt_response = data_blob(NULL, 24);
NULL              430 source3/libsmb/cliconnect.c 				lm_response = data_blob(NULL, 24);
NULL              442 source3/libsmb/cliconnect.c 			session_key = data_blob(NULL, 16);
NULL              447 source3/libsmb/cliconnect.c 			SMBsesskeygen_ntv1(nt_hash, NULL, session_key.data);
NULL              741 source3/libsmb/cliconnect.c 	rc = spnego_gen_negTokenTarg(principal, 0, &negTokenTarg, &session_key_krb5, 0, NULL);
NULL              931 source3/libsmb/cliconnect.c 	char *principal = NULL;
NULL              935 source3/libsmb/cliconnect.c 	const char *p = NULL;
NULL              936 source3/libsmb/cliconnect.c 	char *account = NULL;
NULL              992 source3/libsmb/cliconnect.c 			ret = kerberos_kinit_password(user, pass, 0 /* no time correction for now */, NULL);
NULL             1010 source3/libsmb/cliconnect.c 		if (principal == NULL &&
NULL             1014 source3/libsmb/cliconnect.c 			char *realm = NULL;
NULL             1015 source3/libsmb/cliconnect.c 			char *machine = NULL;
NULL             1016 source3/libsmb/cliconnect.c 			char *host = NULL;
NULL             1027 source3/libsmb/cliconnect.c 			if (machine == NULL) {
NULL             1038 source3/libsmb/cliconnect.c 				principal = talloc_asprintf(NULL, "%s$@%s",
NULL             1076 source3/libsmb/cliconnect.c 	if ((p = strchr_m(user, '@')) != NULL) {
NULL             1173 source3/libsmb/cliconnect.c 							     workgroup, NULL);
NULL             1234 source3/libsmb/cliconnect.c 	char *tmp = NULL;
NULL             1245 source3/libsmb/cliconnect.c 	} else if (pass == NULL) {
NULL             1311 source3/libsmb/cliconnect.c 	if (tmp == NULL) {
NULL             1313 source3/libsmb/cliconnect.c 		return NULL;
NULL             1316 source3/libsmb/cliconnect.c 				   NULL);
NULL             1323 source3/libsmb/cliconnect.c 	if (tmp == NULL) {
NULL             1325 source3/libsmb/cliconnect.c 		return NULL;
NULL             1327 source3/libsmb/cliconnect.c 	bytes = smb_bytes_push_str(bytes, false, tmp, strlen(tmp)+1, NULL);
NULL             1330 source3/libsmb/cliconnect.c 	if (bytes == NULL) {
NULL             1331 source3/libsmb/cliconnect.c 		return NULL;
NULL             1352 source3/libsmb/cliconnect.c 	return NULL;
NULL             1406 source3/libsmb/cliconnect.c 	if (cli->fd_event != NULL) {
NULL             1415 source3/libsmb/cliconnect.c 	if (ev == NULL) {
NULL             1421 source3/libsmb/cliconnect.c 	if (req == NULL) {
NULL             1504 source3/libsmb/cliconnect.c 	uint8_t *bytes = NULL;
NULL             1518 source3/libsmb/cliconnect.c 		if (bytes == NULL) {
NULL             1519 source3/libsmb/cliconnect.c 			return NULL;
NULL             1524 source3/libsmb/cliconnect.c 					   NULL);
NULL             1525 source3/libsmb/cliconnect.c 		if (bytes == NULL) {
NULL             1526 source3/libsmb/cliconnect.c 			return NULL;
NULL             1530 source3/libsmb/cliconnect.c 	result = cli_request_send(mem_ctx, ev, cli, SMBnegprot, 0, 0, NULL, 0,
NULL             1649 source3/libsmb/cliconnect.c 		cli->serverzone = get_time_zone(time(NULL));
NULL             1668 source3/libsmb/cliconnect.c 	if (cli->fd_event != NULL) {
NULL             1677 source3/libsmb/cliconnect.c 	if (ev == NULL) {
NULL             1682 source3/libsmb/cliconnect.c 	if (req == NULL) {
NULL             1718 source3/libsmb/cliconnect.c 	if (tmp == NULL) {
NULL             1731 source3/libsmb/cliconnect.c 	if (tmp == NULL) {
NULL             1841 source3/libsmb/cliconnect.c 	if (ev == NULL) {
NULL             1846 source3/libsmb/cliconnect.c 	if (fd139 == NULL) {
NULL             1852 source3/libsmb/cliconnect.c 	if (fd445 == NULL) {
NULL             1861 source3/libsmb/cliconnect.c 	if ((r445 == NULL) || (r139 == NULL)) {
NULL             1910 source3/libsmb/cliconnect.c 	struct sockaddr_storage *ss_arr = NULL;
NULL             1911 source3/libsmb/cliconnect.c 	char *p = NULL;
NULL             1922 source3/libsmb/cliconnect.c 		name_type = strtol(p+1, NULL, 16);
NULL             2108 source3/libsmb/cliconnect.c 	struct cli_state *cli = NULL;
NULL             2111 source3/libsmb/cliconnect.c 	*output_cli = NULL;
NULL             2113 source3/libsmb/cliconnect.c 	if (password == NULL) {
NULL             2291 source3/libsmb/cliconnect.c 	nt_status = cli_full_connection(&cli, NULL, server, server_ss, 0, "IPC$", "IPC", 
NULL             2296 source3/libsmb/cliconnect.c 					Undefined, NULL);
NULL             2310 source3/libsmb/cliconnect.c 	return NULL;
NULL             2335 source3/libsmb/cliconnect.c 	*pp_workgroup_out = NULL;
NULL             2357 source3/libsmb/cliconnect.c                 return NULL;
NULL             2362 source3/libsmb/cliconnect.c                 return NULL;
NULL             2388 source3/libsmb/cliconnect.c 	*pp_workgroup_out = NULL;
NULL             2411 source3/libsmb/cliconnect.c 	return NULL;
NULL               95 source3/libsmb/clidfs.c 	struct cli_state *c = NULL;
NULL              110 source3/libsmb/clidfs.c 		return NULL;
NULL              116 source3/libsmb/clidfs.c 		if (server == NULL) {
NULL              121 source3/libsmb/clidfs.c 			return NULL;
NULL              145 source3/libsmb/clidfs.c 		return NULL;
NULL              157 source3/libsmb/clidfs.c 		return NULL;
NULL              173 source3/libsmb/clidfs.c 		c = NULL;
NULL              182 source3/libsmb/clidfs.c 		return NULL;
NULL              193 source3/libsmb/clidfs.c 		return NULL;
NULL              216 source3/libsmb/clidfs.c 			return NULL;
NULL              227 source3/libsmb/clidfs.c 		return NULL;
NULL              267 source3/libsmb/clidfs.c 		return NULL;
NULL              278 source3/libsmb/clidfs.c 			return NULL;
NULL              291 source3/libsmb/clidfs.c 	char *name = clean_name(NULL, mnt);
NULL              324 source3/libsmb/clidfs.c 		return NULL;
NULL              356 source3/libsmb/clidfs.c 	if (cli == NULL) {
NULL              357 source3/libsmb/clidfs.c 		return NULL;
NULL              376 source3/libsmb/clidfs.c 	return NULL;
NULL              401 source3/libsmb/clidfs.c 	if (auth_info == NULL) {
NULL              407 source3/libsmb/clidfs.c 		return NULL;
NULL              471 source3/libsmb/clidfs.c 	*pp_server = NULL;
NULL              472 source3/libsmb/clidfs.c 	*pp_share = NULL;
NULL              473 source3/libsmb/clidfs.c 	*pp_extrapath = NULL;
NULL              494 source3/libsmb/clidfs.c 	if (q != NULL) {
NULL              525 source3/libsmb/clidfs.c 		return NULL;
NULL              620 source3/libsmb/clidfs.c 	char *param = NULL;
NULL              621 source3/libsmb/clidfs.c 	char *rparam=NULL, *rdata=NULL;
NULL              626 source3/libsmb/clidfs.c 	char *consumed_path = NULL;
NULL              629 source3/libsmb/clidfs.c 	CLIENT_DFS_REFERRAL *referrals = NULL;
NULL              633 source3/libsmb/clidfs.c 	*refs = NULL;
NULL              647 source3/libsmb/clidfs.c 			NULL,                        /* name */
NULL              651 source3/libsmb/clidfs.c 			NULL, 0, cli->max_xmit /* data, length, max */
NULL              679 source3/libsmb/clidfs.c 			NULL,
NULL              687 source3/libsmb/clidfs.c 	if (consumed_path == NULL) {
NULL              766 source3/libsmb/clidfs.c 	CLIENT_DFS_REFERRAL *refs = NULL;
NULL              769 source3/libsmb/clidfs.c 	struct cli_state *cli_ipc = NULL;
NULL              770 source3/libsmb/clidfs.c 	char *dfs_path = NULL;
NULL              771 source3/libsmb/clidfs.c 	char *cleanpath = NULL;
NULL              772 source3/libsmb/clidfs.c 	char *extrapath = NULL;
NULL              774 source3/libsmb/clidfs.c 	char *server = NULL;
NULL              775 source3/libsmb/clidfs.c 	char *share = NULL;
NULL              776 source3/libsmb/clidfs.c 	struct cli_state *newcli = NULL;
NULL              777 source3/libsmb/clidfs.c 	char *newpath = NULL;
NULL              778 source3/libsmb/clidfs.c 	char *newmount = NULL;
NULL              779 source3/libsmb/clidfs.c 	char *ppath = NULL;
NULL              798 source3/libsmb/clidfs.c 	*targetcli = NULL;
NULL              847 source3/libsmb/clidfs.c 				(rootcli->trans_enc_state != NULL),
NULL              896 source3/libsmb/clidfs.c 					(rootcli->trans_enc_state != NULL),
NULL              899 source3/libsmb/clidfs.c 					0x20)) == NULL) {
NULL              929 source3/libsmb/clidfs.c 	if ((ppath = strchr_m( dfs_path, '\\' )) == NULL) {
NULL              935 source3/libsmb/clidfs.c 	if ((ppath = strchr_m( ppath+1, '\\' )) == NULL) {
NULL              997 source3/libsmb/clidfs.c 	CLIENT_DFS_REFERRAL *refs = NULL;
NULL             1000 source3/libsmb/clidfs.c 	char *fullpath = NULL;
NULL             1003 source3/libsmb/clidfs.c 	char *newextrapath = NULL;
NULL             1026 source3/libsmb/clidfs.c 	if (!NT_STATUS_IS_OK(cli_tcon_andx(cli, "IPC$", "IPC", NULL, 0))) {
NULL             1060 source3/libsmb/clidfs.c 	if ((*pp_newserver == NULL) || (*pp_newshare == NULL)) {
NULL               64 source3/libsmb/clidgram.c 	dgram->header.dgm_id = ((unsigned)time(NULL)%(unsigned)0x7FFF) +
NULL              109 source3/libsmb/clidgram.c 	p.timestamp = time(NULL);
NULL              137 source3/libsmb/clidgram.c 	const char *my_acct_name = NULL;
NULL              138 source3/libsmb/clidgram.c 	const char *my_mailslot = NULL;
NULL              184 source3/libsmb/clidgram.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, &packet,
NULL              205 source3/libsmb/clidgram.c 	const char *my_mailslot = NULL;
NULL              213 source3/libsmb/clidgram.c 	const char *returned_dc = NULL;
NULL              214 source3/libsmb/clidgram.c 	const char *returned_domain = NULL;
NULL              229 source3/libsmb/clidgram.c 	if (packet == NULL) {
NULL              252 source3/libsmb/clidgram.c 	ndr_err = ndr_pull_union_blob_all(&blob, mem_ctx, NULL, &p, DGRAM_SMB,
NULL              272 source3/libsmb/clidgram.c 	status = pull_netlogon_samlogon_response(&blob, mem_ctx, NULL, &r);
NULL              222 source3/libsmb/clientgen.c 		cli->fd, buffer, len, len, cli->timeout, NULL);
NULL              419 source3/libsmb/clientgen.c 	if (cli->domain == NULL) {
NULL              429 source3/libsmb/clientgen.c 	if (cli->user_name == NULL) {
NULL              442 source3/libsmb/clientgen.c 		if (cli->password == NULL) {
NULL              447 source3/libsmb/clientgen.c 		cli->password = NULL;
NULL              479 source3/libsmb/clientgen.c 	struct cli_state *cli = NULL;
NULL              486 source3/libsmb/clientgen.c 		return NULL;
NULL              489 source3/libsmb/clientgen.c 	cli = TALLOC_ZERO_P(NULL, struct cli_state);
NULL              491 source3/libsmb/clientgen.c 		return NULL;
NULL              574 source3/libsmb/clientgen.c         return NULL;
NULL              588 source3/libsmb/clientgen.c 	while (cli->pipe_list != NULL) {
NULL              602 source3/libsmb/clientgen.c 	if (cli->prev == NULL) {
NULL              773 source3/libsmb/clientgen.c 	if (data_copy == NULL) {
NULL              774 source3/libsmb/clientgen.c 		return NULL;
NULL              779 source3/libsmb/clientgen.c 	if (result == NULL) {
NULL              781 source3/libsmb/clientgen.c 		return NULL;
NULL              824 source3/libsmb/clientgen.c 	if (cli->fd_event != NULL) {
NULL              833 source3/libsmb/clientgen.c 	if (ev == NULL) {
NULL              838 source3/libsmb/clientgen.c 	if (req == NULL) {
NULL               56 source3/libsmb/clierror.c 	{0, NULL}
NULL              152 source3/libsmb/clierror.c 		for (i = 0; rap_errmap[i].message != NULL; i++) {
NULL               35 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL               65 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL              198 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL              214 source3/libsmb/clifile.c 		NULL,                        /* name */
NULL              218 source3/libsmb/clifile.c 		NULL,  0, cli->max_xmit      /* data, length, max */
NULL              256 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL              273 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL              277 source3/libsmb/clifile.c 			NULL,  0, cli->max_xmit      /* data, length, max */
NULL              359 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL              384 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL              682 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL              691 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL              817 source3/libsmb/clifile.c 	bytes = smb_bytes_push_str(bytes, cli_ucs2(cli), "", 1, NULL);
NULL              819 source3/libsmb/clifile.c 	if (bytes == NULL) {
NULL              820 source3/libsmb/clifile.c 		return NULL;
NULL              873 source3/libsmb/clifile.c 	if (cli->fd_event != NULL) {
NULL              882 source3/libsmb/clifile.c 	if (ev == NULL) {
NULL              891 source3/libsmb/clifile.c 	if (req == NULL) {
NULL              924 source3/libsmb/clifile.c 	if (buf == NULL) {
NULL              925 source3/libsmb/clifile.c 		return NULL;
NULL              933 source3/libsmb/clifile.c 		buf = TALLOC_REALLOC_ARRAY(NULL, buf, uint8_t, buflen + 1);
NULL              934 source3/libsmb/clifile.c 		if (buf == NULL) {
NULL              935 source3/libsmb/clifile.c 			return NULL;
NULL              945 source3/libsmb/clifile.c 		return NULL;
NULL              948 source3/libsmb/clifile.c 	buf = TALLOC_REALLOC_ARRAY(NULL, buf, uint8_t,
NULL              950 source3/libsmb/clifile.c 	if (buf == NULL) {
NULL              952 source3/libsmb/clifile.c 		return NULL;
NULL             1033 source3/libsmb/clifile.c 				   strlen(fname)+1, NULL);
NULL             1034 source3/libsmb/clifile.c 	if (bytes == NULL) {
NULL             1035 source3/libsmb/clifile.c 		return NULL;
NULL             1078 source3/libsmb/clifile.c 	if (cli->fd_event != NULL) {
NULL             1087 source3/libsmb/clifile.c 	if (ev == NULL) {
NULL             1092 source3/libsmb/clifile.c 	if (req == NULL) {
NULL             1119 source3/libsmb/clifile.c 				0, NULL);
NULL             1144 source3/libsmb/clifile.c 	if (cli->fd_event != NULL) {
NULL             1153 source3/libsmb/clifile.c 	if (ev == NULL) {
NULL             1158 source3/libsmb/clifile.c 	if (req == NULL) {
NULL             1183 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             1193 source3/libsmb/clifile.c                             NULL,                    /* name */
NULL             1491 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             1523 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL             1773 source3/libsmb/clifile.c 	char *path2 = NULL;
NULL             1935 source3/libsmb/clifile.c 	char *data = NULL;
NULL             1936 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             1965 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL             2046 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             2055 source3/libsmb/clifile.c 	 	*pea_list = NULL;
NULL             2059 source3/libsmb/clifile.c 			NULL,           /* Name */
NULL             2063 source3/libsmb/clifile.c 			NULL, data_len, cli->max_xmit /* data, length, max */
NULL             2137 source3/libsmb/clifile.c 		ea->value = data_blob_talloc(ctx, NULL, ea_valuelen + 1);
NULL             2274 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             2306 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL             2361 source3/libsmb/clifile.c 	char *rparam=NULL, *rdata=NULL;
NULL             2381 source3/libsmb/clifile.c 			NULL,                        /* name */
NULL               33 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL               41 source3/libsmb/clifsinfo.c 		    NULL,
NULL               45 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL               93 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              107 source3/libsmb/clifsinfo.c 		    NULL,
NULL              140 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              151 source3/libsmb/clifsinfo.c 		    NULL,
NULL              155 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL              194 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              203 source3/libsmb/clifsinfo.c 		    NULL,
NULL              207 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL              251 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              260 source3/libsmb/clifsinfo.c 		    NULL,
NULL              264 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL              318 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              326 source3/libsmb/clifsinfo.c 		    NULL,
NULL              330 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL              387 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              395 source3/libsmb/clifsinfo.c 		    NULL,
NULL              399 source3/libsmb/clifsinfo.c 		    NULL, 0, 560)) {
NULL              461 source3/libsmb/clifsinfo.c 	char *rparam=NULL, *rdata=NULL;
NULL              471 source3/libsmb/clifsinfo.c 				NULL,
NULL              510 source3/libsmb/clifsinfo.c 	struct smb_trans_enc_state *es = NULL;
NULL              513 source3/libsmb/clifsinfo.c 		return NULL;
NULL              523 source3/libsmb/clifsinfo.c 			return NULL;
NULL              598 source3/libsmb/clifsinfo.c 		es = NULL;
NULL              624 source3/libsmb/clifsinfo.c 	const char *krb_mechs[] = {OID_KERBEROS5, NULL};
NULL              633 source3/libsmb/clifsinfo.c 	char *host_princ_s = NULL;
NULL              680 source3/libsmb/clifsinfo.c 				NULL,   /* no channel bindings */
NULL              682 source3/libsmb/clifsinfo.c 				NULL,   /* ignore mech type */
NULL              685 source3/libsmb/clifsinfo.c 				NULL);  /* ignore time_rec */
NULL              765 source3/libsmb/clifsinfo.c 		es = NULL;
NULL               81 source3/libsmb/clikrb5.c 	*principal = NULL;
NULL              106 source3/libsmb/clikrb5.c 	*unix_name = NULL;
NULL              269 source3/libsmb/clikrb5.c 	krb5_principal salt_princ = NULL;
NULL              332 source3/libsmb/clikrb5.c 	if (data == NULL) {
NULL              349 source3/libsmb/clikrb5.c 	asn1_read_OctetString(data, NULL, &edata_contents);
NULL              374 source3/libsmb/clikrb5.c 	if (data == NULL) {
NULL              392 source3/libsmb/clikrb5.c 	asn1_read_OctetString(data, NULL, &pac_contents);
NULL              416 source3/libsmb/clikrb5.c 		for (i = 0; tkt->enc_part2->authorization_data[i] != NULL; i++) {
NULL              498 source3/libsmb/clikrb5.c 	*addr_pp = NULL;
NULL              626 source3/libsmb/clikrb5.c 	if (credsp->times.endtime >= (time(NULL) + 10))
NULL              702 source3/libsmb/clikrb5.c 		if ((unsigned)credsp->times.starttime > time(NULL)) {
NULL              703 source3/libsmb/clikrb5.c 			time_t t = time(NULL);
NULL              732 source3/libsmb/clikrb5.c 		if( *auth_context == NULL ) {
NULL              773 source3/libsmb/clikrb5.c 				in_data.data = NULL;
NULL              777 source3/libsmb/clikrb5.c 			*auth_context = NULL;
NULL              816 source3/libsmb/clikrb5.c 	krb5_context context = NULL;
NULL              817 source3/libsmb/clikrb5.c 	krb5_ccache ccdef = NULL;
NULL              818 source3/libsmb/clikrb5.c 	krb5_auth_context auth_context = NULL;
NULL              836 source3/libsmb/clikrb5.c 		krb5_set_real_time(context, time(NULL) + time_offset, 0);
NULL              882 source3/libsmb/clikrb5.c 	krb5_keyblock *skey = NULL;
NULL              892 source3/libsmb/clikrb5.c 	if (err || skey == NULL) {
NULL             1070 source3/libsmb/clikrb5.c 	char *name = NULL;
NULL             1078 source3/libsmb/clikrb5.c 	ret = smb_krb5_open_keytab(context, NULL, False, &keytab);
NULL             1193 source3/libsmb/clikrb5.c 	if (ret && local_keyblock != NULL) {
NULL             1259 source3/libsmb/clikrb5.c 	krb5_context context = NULL;
NULL             1260 source3/libsmb/clikrb5.c 	krb5_ccache ccache = NULL;
NULL             1261 source3/libsmb/clikrb5.c 	krb5_principal client = NULL;
NULL             1262 source3/libsmb/clikrb5.c 	krb5_creds creds, creds_in, *creds_out = NULL;
NULL             1313 source3/libsmb/clikrb5.c 		krb5_realm *client_realm = NULL;
NULL             1332 source3/libsmb/clikrb5.c 			ret = krb5_make_principal(context, &creds_in.server, *client_realm, KRB5_TGS_NAME, *client_realm, NULL);
NULL             1341 source3/libsmb/clikrb5.c 		ret = krb5_get_kdc_cred(context, ccache, flags, NULL, NULL, &creds_in, &creds_out);
NULL             1390 source3/libsmb/clikrb5.c 	if (addr == NULL) {
NULL             1400 source3/libsmb/clikrb5.c 	addr = NULL;
NULL             1409 source3/libsmb/clikrb5.c 	krb5_address **addrs = NULL;
NULL             1411 source3/libsmb/clikrb5.c 	krb5_addresses *addrs = NULL;
NULL             1415 source3/libsmb/clikrb5.c 	if (*kerb_addr == NULL) {
NULL             1426 source3/libsmb/clikrb5.c 		if (addrs == NULL) {
NULL             1434 source3/libsmb/clikrb5.c 		if (addrs[0] == NULL) {
NULL             1444 source3/libsmb/clikrb5.c 		if (addrs[0]->contents == NULL) {
NULL             1453 source3/libsmb/clikrb5.c 		addrs[1] = NULL;
NULL             1458 source3/libsmb/clikrb5.c 		if (addrs == NULL) {
NULL             1467 source3/libsmb/clikrb5.c 		if (addrs->val == NULL) {
NULL             1476 source3/libsmb/clikrb5.c 		if (addrs->val[0].address.data == NULL) {
NULL             1520 source3/libsmb/clikrb5.c 		if (krberror.e_data == NULL || krberror.e_data->data == NULL) {
NULL             1537 source3/libsmb/clikrb5.c 		if (krberror->e_data.data == NULL) {
NULL             1561 source3/libsmb/clikrb5.c 	*opt = NULL;
NULL             1563 source3/libsmb/clikrb5.c 	if ((my_opt = SMB_MALLOC_P(krb5_get_init_creds_opt)) == NULL) {
NULL             1590 source3/libsmb/clikrb5.c 	opt = NULL;
NULL             1650 source3/libsmb/clikrb5.c 				NULL,
NULL             1651 source3/libsmb/clikrb5.c 				NULL, /* e_data */
NULL             1652 source3/libsmb/clikrb5.c 				NULL,
NULL             1654 source3/libsmb/clikrb5.c 				NULL,
NULL             1655 source3/libsmb/clikrb5.c 				NULL,
NULL             1683 source3/libsmb/clikrb5.c 	char *kt_str = NULL;
NULL             1686 source3/libsmb/clikrb5.c 	const char *tmp = NULL;
NULL             1853 source3/libsmb/clikrb5.c 	char *pChksum = NULL;
NULL             1854 source3/libsmb/clikrb5.c 	char *p = NULL;
NULL              206 source3/libsmb/clilist.c 				*p_last_name_raw = data_blob(NULL, namelen+2);
NULL              232 source3/libsmb/clilist.c 	char *mask = NULL;
NULL              235 source3/libsmb/clilist.c 	char *dirlist = NULL;
NULL              243 source3/libsmb/clilist.c 	char *rparam=NULL, *rdata=NULL;
NULL              249 source3/libsmb/clilist.c 	DATA_BLOB last_name_raw = data_blob(NULL, 0);
NULL              308 source3/libsmb/clilist.c 				    NULL,                   /* Name */
NULL              312 source3/libsmb/clilist.c 				    NULL, 0,
NULL              472 source3/libsmb/clilist.c 							NULL,
NULL              473 source3/libsmb/clilist.c 							NULL);
NULL              548 source3/libsmb/clilist.c 	char *dirlist = NULL;
NULL              549 source3/libsmb/clilist.c 	char *mask = NULL;
NULL              550 source3/libsmb/clilist.c 	TALLOC_CTX *frame = NULL;
NULL               88 source3/libsmb/climessage.c 	if (!convert_string_allocate(NULL, CH_UNIX, CH_DOS, msg, len,
NULL               53 source3/libsmb/cliprint.c 	char *rparam = NULL;
NULL               54 source3/libsmb/cliprint.c 	char *rdata = NULL;
NULL               82 source3/libsmb/cliprint.c 		    NULL, 0, CLI_BUFFER_SIZE,            /* data, length, maxlen */
NULL              124 source3/libsmb/cliprint.c 	char *rparam = NULL;
NULL              125 source3/libsmb/cliprint.c 	char *rdata = NULL;
NULL              145 source3/libsmb/cliprint.c 		    NULL, 0, CLI_BUFFER_SIZE,            /* data, length, maxlen */
NULL               44 source3/libsmb/cliquota.c 	(*qt_list) = NULL;
NULL              136 source3/libsmb/cliquota.c 	char *rparam=NULL, *rdata=NULL;
NULL              153 source3/libsmb/cliquota.c 	sid_len = ndr_size_dom_sid(&pqt->sid, NULL, 0);
NULL              203 source3/libsmb/cliquota.c 	char *rparam=NULL, *rdata=NULL;
NULL              216 source3/libsmb/cliquota.c 	sid_len = ndr_size_dom_sid(&pqt->sid, NULL, 0);
NULL              261 source3/libsmb/cliquota.c 	char *rparam=NULL, *rdata=NULL;
NULL              264 source3/libsmb/cliquota.c 	const char *curdata = NULL;
NULL              266 source3/libsmb/cliquota.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              287 source3/libsmb/cliquota.c 			       NULL, 0, 2048)) {
NULL              308 source3/libsmb/cliquota.c 		*pqt_list = NULL;
NULL              312 source3/libsmb/cliquota.c 	if ((mem_ctx=talloc_init("SMB_USER_QUOTA_LIST"))==NULL) {
NULL              327 source3/libsmb/cliquota.c 		if ((tmp_list_ent=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_LIST))==NULL) {
NULL              333 source3/libsmb/cliquota.c 		if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
NULL              352 source3/libsmb/cliquota.c 				       NULL, 0, 2048)) {
NULL              387 source3/libsmb/cliquota.c 			if ((tmp_list_ent=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_LIST))==NULL) {
NULL              393 source3/libsmb/cliquota.c 			if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
NULL              420 source3/libsmb/cliquota.c 	char *rparam=NULL, *rdata=NULL;
NULL              434 source3/libsmb/cliquota.c 		    NULL, 
NULL              438 source3/libsmb/cliquota.c 		    NULL, 0, 560)) {
NULL              508 source3/libsmb/cliquota.c 	char *rparam=NULL, *rdata=NULL;
NULL              537 source3/libsmb/cliquota.c 		    NULL, 
NULL              573 source3/libsmb/cliquota.c 	SMB_ASSERT(result != NULL);
NULL               37 source3/libsmb/clirap.c                  NULL,0,0,                /* Setup, length, max */
NULL               53 source3/libsmb/clirap.c 	char *rparam = NULL;
NULL               54 source3/libsmb/clirap.c 	char *rdata = NULL;
NULL               87 source3/libsmb/clirap.c                     NULL, 0, CLI_BUFFER_SIZE,           /* data, length, max */
NULL              115 source3/libsmb/clirap.c 	char *rparam = NULL;
NULL              116 source3/libsmb/clirap.c 	char *rdata = NULL;
NULL              140 source3/libsmb/clirap.c 		    NULL, 0, 0xFFE0,            /* data, length, maxlen - Win2k needs a small buffer here too ! */
NULL              224 source3/libsmb/clirap.c 	char *rparam = NULL;
NULL              225 source3/libsmb/clirap.c 	char *rdata = NULL;
NULL              226 source3/libsmb/clirap.c 	char *rdata_end = NULL;
NULL              233 source3/libsmb/clirap.c 	char *last_entry = NULL;
NULL              285 source3/libsmb/clirap.c 			NULL, 0, CLI_BUFFER_SIZE, /* data, length, max */
NULL              299 source3/libsmb/clirap.c 			char *sname = NULL;
NULL              437 source3/libsmb/clirap.c 	char *rparam = NULL;
NULL              438 source3/libsmb/clirap.c 	char *rdata = NULL;
NULL              485 source3/libsmb/clirap.c                     NULL,0,0,                             /* setup, length, max */
NULL              529 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL              549 source3/libsmb/clirap.c 				      NULL,           /* Name */
NULL              553 source3/libsmb/clirap.c 				      NULL, data_len, cli->max_xmit /* data, length, max */
NULL              619 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL              674 source3/libsmb/clirap.c 				      NULL,           /* Name */
NULL              721 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL              738 source3/libsmb/clirap.c                             NULL,                         /* name */
NULL              742 source3/libsmb/clirap.c                             NULL, data_len, cli->max_xmit /* data, length, max */
NULL              799 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL              807 source3/libsmb/clirap.c 	if (param == NULL) {
NULL              819 source3/libsmb/clirap.c                             NULL,                     /* name */
NULL              823 source3/libsmb/clirap.c                             NULL, data_len, cli->max_xmit /* data, len, max */
NULL              840 source3/libsmb/clirap.c 	streams = NULL;
NULL              854 source3/libsmb/clirap.c 		if (tmp == NULL) {
NULL              876 source3/libsmb/clirap.c 		if (tmp_buf == NULL) {
NULL              927 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL              934 source3/libsmb/clirap.c                             NULL,                         /* name */
NULL              938 source3/libsmb/clirap.c                             NULL, data_len, cli->max_xmit /* data, length, max */
NULL              980 source3/libsmb/clirap.c 	uint8_t *rparam=NULL, *rdata=NULL;
NULL              995 source3/libsmb/clirap.c 			   NULL, -1, 0, 0, /* name, fid, function, flags */
NULL              998 source3/libsmb/clirap.c 			   NULL, 0, MIN(cli->max_xmit, 0xffff), /* data, length, max */
NULL              999 source3/libsmb/clirap.c 			   NULL, NULL, /* rsetup, length */
NULL             1049 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL             1083 source3/libsmb/clirap.c 			NULL,                        /* name */
NULL             1087 source3/libsmb/clirap.c 			NULL,  0, cli->max_xmit      /* data, length, max */
NULL             1129 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL             1131 source3/libsmb/clirap.c 	*poutdata = NULL;
NULL             1145 source3/libsmb/clirap.c                             NULL,                           /* name */
NULL             1149 source3/libsmb/clirap.c                             NULL, data_len, cli->max_xmit   /* data, length, max */
NULL             1184 source3/libsmb/clirap.c 	char *rparam=NULL, *rdata=NULL;
NULL             1204 source3/libsmb/clirap.c 				      NULL,           /* Name */
NULL             1208 source3/libsmb/clirap.c 				      NULL, data_len, cli->max_xmit /* data, length, max */
NULL              151 source3/libsmb/clirap2.c 	*dest = NULL;
NULL              193 source3/libsmb/clirap2.c 	*dest = NULL;
NULL              238 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              239 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              250 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WGroupDel, RAP_NetGroupDel_REQ, NULL);
NULL              256 source3/libsmb/clirap2.c 	      NULL, 0, 200,       /* data, length, maxlen */
NULL              289 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              290 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              369 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              370 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              382 source3/libsmb/clirap2.c 	      NULL, 0, 0xFFE0 /* data area size */,
NULL              412 source3/libsmb/clirap2.c 			char *comment = NULL;
NULL              457 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              458 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              472 source3/libsmb/clirap2.c 			NULL, 0, 0xFFE0 /* data area size */,
NULL              524 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              525 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              536 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WGroupDelUser, RAP_NetGroupDelUser_REQ, NULL);
NULL              542 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL              584 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              585 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              596 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WGroupAddUser, RAP_NetGroupAddUser_REQ, NULL);
NULL              602 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL              642 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              643 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              663 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL              711 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              712 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              732 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL              784 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              785 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              796 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WUserDel, RAP_NetGroupDel_REQ, NULL);
NULL              802 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL              835 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              836 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              924 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL              925 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL              938 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             1032 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1033 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1046 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             1099 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1100 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1110 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WFileClose2, RAP_WFileClose2_REQ, NULL);
NULL             1115 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL             1147 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1148 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1167 source3/libsmb/clirap2.c 			NULL, 0, 0x1000,  /* data, length, maxlen */
NULL             1248 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1249 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1277 source3/libsmb/clirap2.c 			NULL, 0, 0xFF00,  /* data, length, maxlen */
NULL             1338 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1339 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1410 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1411 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1422 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WshareDel, RAP_WShareDel_REQ, NULL);
NULL             1428 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL             1474 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1475 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1488 source3/libsmb/clirap2.c 	*pdc_name = NULL;
NULL             1500 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,               /* data, length, max */
NULL             1568 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1569 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1586 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,         /* data, length, max */
NULL             1646 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1647 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1665 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE, /* data, length, max */
NULL             1690 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1691 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1711 source3/libsmb/clirap2.c 		     NULL, 0, CLI_BUFFER_SIZE, /* data, length, max */
NULL             1775 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1776 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1799 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,  /* data, length, max */
NULL             1846 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1847 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1859 source3/libsmb/clirap2.c 	char *tmp = NULL;
NULL             1882 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,       /* data, length, max */
NULL             1911 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             1912 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             1925 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             2088 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2089 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2103 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             2263 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2264 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2276 source3/libsmb/clirap2.c 			NULL, 0, 0xFFE0 /* data area size */,
NULL             2346 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2347 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2359 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             2447 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2448 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2462 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL             2548 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2549 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2554 source3/libsmb/clirap2.c 	p = make_header(param, RAP_WsessionDel, RAP_NetSessionDel_REQ, NULL);
NULL             2560 source3/libsmb/clirap2.c 			NULL, 0, 200,       /* data, length, maxlen */
NULL             2597 source3/libsmb/clirap2.c 	char *rparam = NULL;
NULL             2598 source3/libsmb/clirap2.c 	char *rdata = NULL;
NULL             2611 source3/libsmb/clirap2.c 			NULL, 0, CLI_BUFFER_SIZE,
NULL               94 source3/libsmb/clireadwrite.c 		return NULL;
NULL              116 source3/libsmb/clireadwrite.c 				  0, NULL);
NULL              117 source3/libsmb/clireadwrite.c 	if (result == NULL) {
NULL              118 source3/libsmb/clireadwrite.c 		return NULL;
NULL              126 source3/libsmb/clireadwrite.c 	req->data.read.rcvbuf = NULL;
NULL              221 source3/libsmb/clireadwrite.c 		return NULL;
NULL              229 source3/libsmb/clireadwrite.c 	state->buf = NULL;
NULL              234 source3/libsmb/clireadwrite.c 		return NULL;
NULL              280 source3/libsmb/clireadwrite.c 	if (state->buf == NULL) {
NULL              382 source3/libsmb/clireadwrite.c 	if (result == NULL) {
NULL              383 source3/libsmb/clireadwrite.c 		return NULL;
NULL              412 source3/libsmb/clireadwrite.c 		return NULL;
NULL              442 source3/libsmb/clireadwrite.c 	if (state->reqs == NULL) {
NULL              466 source3/libsmb/clireadwrite.c 		if (subreq->req == NULL) {
NULL              479 source3/libsmb/clireadwrite.c 	return NULL;
NULL              493 source3/libsmb/clireadwrite.c 	struct cli_pull_subreq *pull_subreq = NULL;
NULL              525 source3/libsmb/clireadwrite.c 	while (state->reqs[state->top_req].req != NULL) {
NULL              614 source3/libsmb/clireadwrite.c 	if (cli->fd_event != NULL) {
NULL              622 source3/libsmb/clireadwrite.c 	if (ev == NULL) {
NULL              628 source3/libsmb/clireadwrite.c 	if (req == NULL) {
NULL              688 source3/libsmb/clireadwrite.c 		if (cli->inbuf == NULL) {
NULL              982 source3/libsmb/clireadwrite.c 		return NULL;
NULL              996 source3/libsmb/clireadwrite.c 	if (subreq == NULL) {
NULL             1006 source3/libsmb/clireadwrite.c 	return NULL;
NULL             1043 source3/libsmb/clireadwrite.c 	if (subreq == NULL) {
NULL             1154 source3/libsmb/clireadwrite.c 		return NULL;
NULL             1181 source3/libsmb/clireadwrite.c 	if (state->reqs == NULL) {
NULL             1206 source3/libsmb/clireadwrite.c 	return NULL;
NULL             1219 source3/libsmb/clireadwrite.c 	state->reqs[idx] = NULL;
NULL             1232 source3/libsmb/clireadwrite.c 			async_req_nomem(NULL, req);
NULL             1258 source3/libsmb/clireadwrite.c 	if (cli->fd_event != NULL) {
NULL             1266 source3/libsmb/clireadwrite.c 	if (ev == NULL) {
NULL             1272 source3/libsmb/clireadwrite.c 	if (req == NULL) {
NULL               29 source3/libsmb/clisecdesc.c 	uint8_t *rparam=NULL, *rdata=NULL;
NULL               31 source3/libsmb/clisecdesc.c 	SEC_DESC *psd = NULL;
NULL               38 source3/libsmb/clisecdesc.c 			   NULL, -1, /* name, fid */
NULL               40 source3/libsmb/clisecdesc.c 			   NULL, 0, 0, /* setup, length, max */
NULL               42 source3/libsmb/clisecdesc.c 			   NULL, 0, 0x10000, /* data, length, max */
NULL               43 source3/libsmb/clisecdesc.c 			   NULL, NULL, /* rsetup, length */
NULL               76 source3/libsmb/clisecdesc.c 	char *rparam=NULL, *rdata=NULL;
NULL              105 source3/libsmb/clisecdesc.c 			       NULL, 0, 0,
NULL               37 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL               91 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              138 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              153 source3/libsmb/clispnego.c 		const char *oid_str = NULL;
NULL              154 source3/libsmb/clispnego.c 		asn1_read_OID(data,NULL,&oid_str);
NULL              157 source3/libsmb/clispnego.c 	OIDs[i] = NULL;
NULL              161 source3/libsmb/clispnego.c 	*principal = NULL;
NULL              166 source3/libsmb/clispnego.c 		asn1_read_GeneralString(data,NULL,principal);
NULL              200 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              245 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              258 source3/libsmb/clispnego.c 		const char *oid_str = NULL;
NULL              259 source3/libsmb/clispnego.c 		asn1_read_OID(data,NULL,&oid_str);
NULL              262 source3/libsmb/clispnego.c 	OIDs[i] = NULL;
NULL              279 source3/libsmb/clispnego.c 	asn1_read_OctetString(data,NULL,secblob);
NULL              311 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              342 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              357 source3/libsmb/clispnego.c 		*ticket = data_blob(NULL, data_remaining);
NULL              386 source3/libsmb/clispnego.c 	const char *krb_mechs[] = {OID_KERBEROS5_OLD, OID_KERBEROS5, OID_NTLMSSP, NULL};
NULL              390 source3/libsmb/clispnego.c 					&tkt, session_key_krb5, extra_ap_opts, NULL, 
NULL              422 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              439 source3/libsmb/clispnego.c 	asn1_read_OctetString(data, NULL, chal1);
NULL              445 source3/libsmb/clispnego.c 		asn1_read_OctetString(data, NULL, chal2);
NULL              473 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              540 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              556 source3/libsmb/clispnego.c 	if (reply && reply->data != NULL) {
NULL              589 source3/libsmb/clispnego.c 	if (data == NULL) {
NULL              609 source3/libsmb/clispnego.c 			asn1_read_OctetString(data, NULL, auth);
NULL              623 source3/libsmb/clispnego.c 		asn1_read_OctetString(data, NULL, &mechList);
NULL              724 source3/libsmb/clitrans.c 	struct async_req *result = NULL;
NULL              728 source3/libsmb/clitrans.c 	uint8_t *bytes = NULL;
NULL              748 source3/libsmb/clitrans.c 	if (bytes == NULL) {
NULL              757 source3/libsmb/clitrans.c 		if (bytes == NULL) {
NULL              762 source3/libsmb/clitrans.c 					   strlen(state->pipe_name)+1, NULL);
NULL              763 source3/libsmb/clitrans.c 		if (bytes == NULL) {
NULL              775 source3/libsmb/clitrans.c 		if (bytes == NULL) {
NULL              810 source3/libsmb/clitrans.c 	if (vwv == NULL) {
NULL              896 source3/libsmb/clitrans.c 	if (bytes == NULL) {
NULL              904 source3/libsmb/clitrans.c 	if (bytes == NULL) {
NULL              916 source3/libsmb/clitrans.c 		if (result == NULL) {
NULL              934 source3/libsmb/clitrans.c 		if (result == NULL) {
NULL              957 source3/libsmb/clitrans.c 	if (state->secondary_request_ctx == NULL) {
NULL              967 source3/libsmb/clitrans.c 		if (cli_req == NULL) {
NULL             1073 source3/libsmb/clitrans.c 	if (blob->data == NULL) {
NULL             1079 source3/libsmb/clitrans.c 		if (blob->data == NULL) {
NULL             1103 source3/libsmb/clitrans.c 	uint16_t *setup		= NULL;
NULL             1110 source3/libsmb/clitrans.c 	uint8_t *param		= NULL;
NULL             1111 source3/libsmb/clitrans.c 	uint8_t *data		= NULL;
NULL             1149 source3/libsmb/clitrans.c 		if (state->rsetup == NULL) {
NULL             1200 source3/libsmb/clitrans.c 		return NULL;
NULL             1211 source3/libsmb/clitrans.c 			return NULL;
NULL             1216 source3/libsmb/clitrans.c 	if (state == NULL) {
NULL             1224 source3/libsmb/clitrans.c 	state->rsetup = NULL;
NULL             1227 source3/libsmb/clitrans.c 	state->secondary_request_ctx = NULL;
NULL             1231 source3/libsmb/clitrans.c 		if (state->pipe_name == NULL) {
NULL             1244 source3/libsmb/clitrans.c 	if (setup != NULL) {
NULL             1247 source3/libsmb/clitrans.c 		if (state->setup == NULL) {
NULL             1252 source3/libsmb/clitrans.c 		state->setup = NULL;
NULL             1258 source3/libsmb/clitrans.c 	if (param != NULL) {
NULL             1261 source3/libsmb/clitrans.c 		if (state->param == NULL) {
NULL             1266 source3/libsmb/clitrans.c 		state->param = NULL;
NULL             1273 source3/libsmb/clitrans.c 	if (data != NULL) {
NULL             1275 source3/libsmb/clitrans.c 		if (state->data == NULL) {
NULL             1280 source3/libsmb/clitrans.c 		state->data = NULL;
NULL             1288 source3/libsmb/clitrans.c 	if (req == NULL) {
NULL             1300 source3/libsmb/clitrans.c 	return NULL;
NULL             1318 source3/libsmb/clitrans.c 	if (setup != NULL) {
NULL             1325 source3/libsmb/clitrans.c 	if (param != NULL) {
NULL             1332 source3/libsmb/clitrans.c 	if (data != NULL) {
NULL             1358 source3/libsmb/clitrans.c 	if (cli->fd_event != NULL) {
NULL             1367 source3/libsmb/clitrans.c 	if (ev == NULL) {
NULL             1376 source3/libsmb/clitrans.c 	if (req == NULL) {
NULL               57 source3/libsmb/conncache.c 	char *keystr = NULL;
NULL               59 source3/libsmb/conncache.c 	SMB_ASSERT(domain != NULL);
NULL               60 source3/libsmb/conncache.c 	if (server == NULL)
NULL               65 source3/libsmb/conncache.c 	if (keystr == NULL) {
NULL               83 source3/libsmb/conncache.c 	char *valuestr = NULL;
NULL               86 source3/libsmb/conncache.c 	if (valuestr == NULL) {
NULL              105 source3/libsmb/conncache.c 	SMB_ASSERT(value != NULL);
NULL              139 source3/libsmb/conncache.c 	char *key = NULL;
NULL              140 source3/libsmb/conncache.c 	char *value = NULL;
NULL              143 source3/libsmb/conncache.c 	if (key == NULL)
NULL              146 source3/libsmb/conncache.c 	if (gencache_get(key, &value, (time_t *) NULL))
NULL              164 source3/libsmb/conncache.c 	char *key = NULL;
NULL              167 source3/libsmb/conncache.c 	if (key == NULL)
NULL              189 source3/libsmb/conncache.c 	char *key = NULL;
NULL              190 source3/libsmb/conncache.c 	char *value = NULL;
NULL              195 source3/libsmb/conncache.c 	if (key == NULL) {
NULL              201 source3/libsmb/conncache.c 	if (value == NULL) {
NULL              207 source3/libsmb/conncache.c 			 time((time_t *) NULL)
NULL              240 source3/libsmb/conncache.c 	char *key_pattern = NULL;
NULL              243 source3/libsmb/conncache.c 	if (key_pattern == NULL) {
NULL              249 source3/libsmb/conncache.c 	gencache_iterate(delete_matches, (void *) NULL, key_pattern);
NULL               34 source3/libsmb/credentials.c 	SMB_ASSERT(result != NULL);
NULL              296 source3/libsmb/credentials.c 	dc->sequence = time(NULL);
NULL              122 source3/libsmb/dsgetdcname.c 		return NULL;
NULL              172 source3/libsmb/dsgetdcname.c 	expire_time = time(NULL) + DSGETDCNAME_CACHE_TTL;
NULL              206 source3/libsmb/dsgetdcname.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, r,
NULL              384 source3/libsmb/dsgetdcname.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, &r,
NULL              393 source3/libsmb/dsgetdcname.c 	status = make_dc_info_from_cldap_reply(mem_ctx, flags, NULL,
NULL              511 source3/libsmb/dsgetdcname.c 	struct ip_service_name *dclist = NULL;
NULL              514 source3/libsmb/dsgetdcname.c 	*returned_dclist = NULL;
NULL              525 source3/libsmb/dsgetdcname.c 	status = internal_resolve_name(domain_name, name_type, NULL,
NULL              574 source3/libsmb/dsgetdcname.c 	struct dns_rr_srv *dcs = NULL;
NULL              577 source3/libsmb/dsgetdcname.c 	struct ip_service_name *dclist = NULL;
NULL              792 source3/libsmb/dsgetdcname.c 	const char *dc_hostname = NULL;
NULL              793 source3/libsmb/dsgetdcname.c 	const char *dc_domain_name = NULL;
NULL              794 source3/libsmb/dsgetdcname.c 	const char *dc_address = NULL;
NULL              795 source3/libsmb/dsgetdcname.c 	const char *dc_forest = NULL;
NULL              798 source3/libsmb/dsgetdcname.c 	struct GUID *dc_domain_guid = NULL;
NULL              799 source3/libsmb/dsgetdcname.c 	const char *dc_server_site = NULL;
NULL              800 source3/libsmb/dsgetdcname.c 	const char *dc_client_site = NULL;
NULL              884 source3/libsmb/dsgetdcname.c 	struct netlogon_samlogon_response *r = NULL;
NULL              934 source3/libsmb/dsgetdcname.c 	if (!ctx && !(ctx = event_context_init(NULL))) {
NULL              970 source3/libsmb/dsgetdcname.c 	const char *dc_name = NULL;
NULL              972 source3/libsmb/dsgetdcname.c 	struct netlogon_samlogon_response *r = NULL;
NULL             1001 source3/libsmb/dsgetdcname.c 				       NULL, nt_version))
NULL             1077 source3/libsmb/dsgetdcname.c 	struct ip_service_name *dclist = NULL;
NULL             1158 source3/libsmb/dsgetdcname.c 	struct netr_DsRGetDCNameInfo *myinfo = NULL;
NULL             1159 source3/libsmb/dsgetdcname.c 	char *query_site = NULL;
NULL             1161 source3/libsmb/dsgetdcname.c 	struct netr_DsRGetDCNameInfo *first_info = NULL;
NULL             1169 source3/libsmb/dsgetdcname.c 	*info = NULL;
NULL               55 source3/libsmb/libsmb_cache.c 	struct smbc_server_cache * srvcache = NULL;
NULL              118 source3/libsmb/libsmb_cache.c 	struct smbc_server_cache * srv = NULL;
NULL              162 source3/libsmb/libsmb_cache.c 					srv->server->cli = NULL;
NULL              177 source3/libsmb/libsmb_cache.c 					srv->server->cli = NULL;
NULL              188 source3/libsmb/libsmb_cache.c 	return NULL;
NULL              201 source3/libsmb/libsmb_cache.c 	struct smbc_server_cache * srv = NULL;
NULL              233 source3/libsmb/libsmb_cache.c                      next = (srv ? srv->next :NULL);
NULL              236 source3/libsmb/libsmb_cache.c                      next = (srv ? srv->next : NULL)) {
NULL               34 source3/libsmb/libsmb_compat.c static SMBCCTX * statcont = NULL;
NULL               37 source3/libsmb/libsmb_compat.c static struct smbc_compat_fdlist * smbc_compat_fd_in_use = NULL;
NULL               38 source3/libsmb/libsmb_compat.c static struct smbc_compat_fdlist * smbc_compat_fd_avail = NULL;
NULL               50 source3/libsmb/libsmb_compat.c 	return NULL;
NULL              108 source3/libsmb/libsmb_compat.c                 f->file = NULL;
NULL              376 source3/libsmb/libsmb_compat.c         if (utbuf == NULL)
NULL              377 source3/libsmb/libsmb_compat.c                 return smbc_getFunctionUtimes(statcont)(statcont, fname, NULL);
NULL              419 source3/libsmb/libsmb_compat.c 	if (file == NULL) {
NULL              457 source3/libsmb/libsmb_compat.c 	if (file == NULL) {
NULL              485 source3/libsmb/libsmb_compat.c 	if (file == NULL) {
NULL              517 source3/libsmb/libsmb_compat.c 	if (file == NULL) {
NULL               51 source3/libsmb/libsmb_context.c                 return NULL;
NULL               60 source3/libsmb/libsmb_context.c                 return NULL;
NULL               81 source3/libsmb/libsmb_context.c         smbc_setOptionUserData(context, NULL);
NULL              149 source3/libsmb/libsmb_context.c                 context->internal->files = NULL;
NULL              169 source3/libsmb/libsmb_context.c                         context->internal->servers = NULL;
NULL              196 source3/libsmb/libsmb_context.c         smbc_setWorkgroup(context, NULL);
NULL              199 source3/libsmb/libsmb_context.c         smbc_setNetbiosName(context, NULL);
NULL              202 source3/libsmb/libsmb_context.c         smbc_setUser(context, NULL);
NULL              361 source3/libsmb/libsmb_context.c                         if (s->cli->trans_enc_state == NULL) {
NULL              414 source3/libsmb/libsmb_context.c         return NULL;
NULL              429 source3/libsmb/libsmb_context.c         char *user = NULL;
NULL              430 source3/libsmb/libsmb_context.c         char *home = NULL;
NULL              434 source3/libsmb/libsmb_context.c                 return NULL;
NULL              439 source3/libsmb/libsmb_context.c                 return NULL;
NULL              448 source3/libsmb/libsmb_context.c                 return NULL;
NULL              465 source3/libsmb/libsmb_context.c                         x_setbuf(x_stderr, NULL);
NULL              474 source3/libsmb/libsmb_context.c                         char *conf = NULL;
NULL              548 source3/libsmb/libsmb_context.c                         return NULL;
NULL              572 source3/libsmb/libsmb_context.c                                 return NULL;
NULL              580 source3/libsmb/libsmb_context.c                         return NULL;
NULL              601 source3/libsmb/libsmb_context.c                         return NULL;
NULL              654 source3/libsmb/libsmb_context.c 	struct user_auth_info *auth_info = NULL;
NULL              673 source3/libsmb/libsmb_context.c 	auth_info = user_auth_info_init(NULL);
NULL               50 source3/libsmb/libsmb_dir.c 	dir->dir_list = dir->dir_end = dir->dir_next = NULL;
NULL               62 source3/libsmb/libsmb_dir.c         int name_length = (name == NULL ? 0 : strlen(name));
NULL               63 source3/libsmb/libsmb_dir.c         int comment_len = (comment == NULL ? 0 : strlen(comment));
NULL               83 source3/libsmb/libsmb_dir.c 	if (dir->dir_list == NULL) {
NULL              113 source3/libsmb/libsmb_dir.c 	dir->dir_end->next = NULL;
NULL              172 source3/libsmb/libsmb_dir.c                         dir_list->next = NULL;
NULL              356 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL              357 source3/libsmb/libsmb_dir.c         char *share = NULL;
NULL              358 source3/libsmb/libsmb_dir.c         char *user = NULL;
NULL              359 source3/libsmb/libsmb_dir.c         char *password = NULL;
NULL              360 source3/libsmb/libsmb_dir.c         char *options = NULL;
NULL              361 source3/libsmb/libsmb_dir.c 	char *workgroup = NULL;
NULL              362 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL              364 source3/libsmb/libsmb_dir.c         char *p = NULL;
NULL              365 source3/libsmb/libsmb_dir.c 	SMBCSRV *srv  = NULL;
NULL              366 source3/libsmb/libsmb_dir.c 	SMBCFILE *dir = NULL;
NULL              374 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              382 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              398 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              410 source3/libsmb/libsmb_dir.c                 return NULL;
NULL              418 source3/libsmb/libsmb_dir.c 			return NULL;
NULL              427 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              434 source3/libsmb/libsmb_dir.c 	dir->srv      = NULL;
NULL              437 source3/libsmb/libsmb_dir.c 	dir->dir_list = dir->dir_next = dir->dir_end = NULL;
NULL              456 source3/libsmb/libsmb_dir.c 			return NULL;
NULL              473 source3/libsmb/libsmb_dir.c 			return NULL;
NULL              485 source3/libsmb/libsmb_dir.c                 ip_list = NULL;
NULL              500 source3/libsmb/libsmb_dir.c                                 return NULL;
NULL              505 source3/libsmb/libsmb_dir.c 			if (ip_list == NULL) {
NULL              508 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              515 source3/libsmb/libsmb_dir.c 			char *wg_ptr = NULL;
NULL              516 source3/libsmb/libsmb_dir.c                 	struct cli_state *cli = NULL;
NULL              541 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              590 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              649 source3/libsmb/libsmb_dir.c 					return NULL;
NULL              668 source3/libsmb/libsmb_dir.c 					return NULL;
NULL              684 source3/libsmb/libsmb_dir.c 					return NULL;
NULL              705 source3/libsmb/libsmb_dir.c                                         return NULL;
NULL              729 source3/libsmb/libsmb_dir.c                                         return NULL;
NULL              740 source3/libsmb/libsmb_dir.c                                 return NULL;
NULL              764 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              779 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              791 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              815 source3/libsmb/libsmb_dir.c                                                         &mode, NULL,
NULL              816 source3/libsmb/libsmb_dir.c                                                         NULL, NULL, NULL, NULL,
NULL              817 source3/libsmb/libsmb_dir.c                                                         NULL) &&
NULL              849 source3/libsmb/libsmb_dir.c 				return NULL;
NULL              953 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              962 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              971 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              977 source3/libsmb/libsmb_dir.c 		return NULL;
NULL              985 source3/libsmb/libsmb_dir.c                 return NULL;
NULL             1119 source3/libsmb/libsmb_dir.c 	SMBCSRV *srv = NULL;
NULL             1120 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL             1121 source3/libsmb/libsmb_dir.c         char *share = NULL;
NULL             1122 source3/libsmb/libsmb_dir.c         char *user = NULL;
NULL             1123 source3/libsmb/libsmb_dir.c         char *password = NULL;
NULL             1124 source3/libsmb/libsmb_dir.c         char *workgroup = NULL;
NULL             1125 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL             1126 source3/libsmb/libsmb_dir.c 	char *targetpath = NULL;
NULL             1127 source3/libsmb/libsmb_dir.c 	struct cli_state *targetcli = NULL;
NULL             1153 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1227 source3/libsmb/libsmb_dir.c 	SMBCSRV *srv = NULL;
NULL             1228 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL             1229 source3/libsmb/libsmb_dir.c         char *share = NULL;
NULL             1230 source3/libsmb/libsmb_dir.c         char *user = NULL;
NULL             1231 source3/libsmb/libsmb_dir.c         char *password = NULL;
NULL             1232 source3/libsmb/libsmb_dir.c         char *workgroup = NULL;
NULL             1233 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL             1234 source3/libsmb/libsmb_dir.c         char *targetpath = NULL;
NULL             1235 source3/libsmb/libsmb_dir.c 	struct cli_state *targetcli = NULL;
NULL             1261 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1381 source3/libsmb/libsmb_dir.c         if (dir->dir_next == NULL) {
NULL             1420 source3/libsmb/libsmb_dir.c 	return NULL;  /* Not found, or an error */
NULL             1436 source3/libsmb/libsmb_dir.c 	struct smbc_dir_list *list_ent = (struct smbc_dir_list *)NULL;
NULL             1457 source3/libsmb/libsmb_dir.c 	if (dirent == NULL) {  /* Seek to the begining of the list */
NULL             1466 source3/libsmb/libsmb_dir.c                 dir->dir_next = NULL;
NULL             1474 source3/libsmb/libsmb_dir.c 	if ((list_ent = check_dir_ent(dir->dir_list, dirent)) == NULL) {
NULL             1511 source3/libsmb/libsmb_dir.c         SMBCSRV *srv = NULL;
NULL             1512 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL             1513 source3/libsmb/libsmb_dir.c         char *share = NULL;
NULL             1514 source3/libsmb/libsmb_dir.c         char *user = NULL;
NULL             1515 source3/libsmb/libsmb_dir.c         char *password = NULL;
NULL             1516 source3/libsmb/libsmb_dir.c         char *workgroup = NULL;
NULL             1517 source3/libsmb/libsmb_dir.c 	char *targetpath = NULL;
NULL             1518 source3/libsmb/libsmb_dir.c 	struct cli_state *targetcli = NULL;
NULL             1519 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL             1547 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1602 source3/libsmb/libsmb_dir.c         SMBCSRV *srv = NULL;
NULL             1603 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL             1604 source3/libsmb/libsmb_dir.c 	char *share = NULL;
NULL             1605 source3/libsmb/libsmb_dir.c 	char *user = NULL;
NULL             1606 source3/libsmb/libsmb_dir.c 	char *password = NULL;
NULL             1607 source3/libsmb/libsmb_dir.c 	char *workgroup = NULL;
NULL             1608 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL             1626 source3/libsmb/libsmb_dir.c         if (tbuf == NULL) {
NULL             1627 source3/libsmb/libsmb_dir.c                 access_time = write_time = time(NULL);
NULL             1640 source3/libsmb/libsmb_dir.c                 if ((p = strchr(atimebuf, '\n')) != NULL) {
NULL             1646 source3/libsmb/libsmb_dir.c                 if ((p = strchr(mtimebuf, '\n')) != NULL) {
NULL             1663 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1704 source3/libsmb/libsmb_dir.c 	char *server = NULL;
NULL             1705 source3/libsmb/libsmb_dir.c         char *share = NULL;
NULL             1706 source3/libsmb/libsmb_dir.c         char *user = NULL;
NULL             1707 source3/libsmb/libsmb_dir.c         char *password = NULL;
NULL             1708 source3/libsmb/libsmb_dir.c         char *workgroup = NULL;
NULL             1709 source3/libsmb/libsmb_dir.c 	char *path = NULL;
NULL             1710 source3/libsmb/libsmb_dir.c 	char *targetpath = NULL;
NULL             1711 source3/libsmb/libsmb_dir.c 	struct cli_state *targetcli = NULL;
NULL             1712 source3/libsmb/libsmb_dir.c 	SMBCSRV *srv = NULL;
NULL             1739 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1789 source3/libsmb/libsmb_dir.c 					 NULL,
NULL             1832 source3/libsmb/libsmb_dir.c 	char *server1 = NULL;
NULL             1833 source3/libsmb/libsmb_dir.c         char *share1 = NULL;
NULL             1834 source3/libsmb/libsmb_dir.c         char *server2 = NULL;
NULL             1835 source3/libsmb/libsmb_dir.c         char *share2 = NULL;
NULL             1836 source3/libsmb/libsmb_dir.c         char *user1 = NULL;
NULL             1837 source3/libsmb/libsmb_dir.c         char *user2 = NULL;
NULL             1838 source3/libsmb/libsmb_dir.c         char *password1 = NULL;
NULL             1839 source3/libsmb/libsmb_dir.c         char *password2 = NULL;
NULL             1840 source3/libsmb/libsmb_dir.c         char *workgroup = NULL;
NULL             1841 source3/libsmb/libsmb_dir.c 	char *path1 = NULL;
NULL             1842 source3/libsmb/libsmb_dir.c         char *path2 = NULL;
NULL             1843 source3/libsmb/libsmb_dir.c         char *targetpath1 = NULL;
NULL             1844 source3/libsmb/libsmb_dir.c         char *targetpath2 = NULL;
NULL             1845 source3/libsmb/libsmb_dir.c 	struct cli_state *targetcli1 = NULL;
NULL             1846 source3/libsmb/libsmb_dir.c         struct cli_state *targetcli2 = NULL;
NULL             1847 source3/libsmb/libsmb_dir.c 	SMBCSRV *srv = NULL;
NULL             1876 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL             1894 source3/libsmb/libsmb_dir.c                             NULL,
NULL             1900 source3/libsmb/libsmb_dir.c                             NULL)) {
NULL               40 source3/libsmb/libsmb_file.c 	char *server = NULL;
NULL               41 source3/libsmb/libsmb_file.c         char *share = NULL;
NULL               42 source3/libsmb/libsmb_file.c         char *user = NULL;
NULL               43 source3/libsmb/libsmb_file.c         char *password = NULL;
NULL               44 source3/libsmb/libsmb_file.c         char *workgroup = NULL;
NULL               45 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL               46 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL               47 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL               48 source3/libsmb/libsmb_file.c 	SMBCSRV *srv   = NULL;
NULL               49 source3/libsmb/libsmb_file.c 	SMBCFILE *file = NULL;
NULL               57 source3/libsmb/libsmb_file.c 		return NULL;
NULL               65 source3/libsmb/libsmb_file.c 		return NULL;
NULL               78 source3/libsmb/libsmb_file.c                             NULL)) {
NULL               81 source3/libsmb/libsmb_file.c 		return NULL;
NULL               89 source3/libsmb/libsmb_file.c 			return NULL;
NULL               99 source3/libsmb/libsmb_file.c 		return NULL;  /* SMBC_server sets errno */
NULL              112 source3/libsmb/libsmb_file.c 			return NULL;
NULL              125 source3/libsmb/libsmb_file.c 			return NULL;
NULL              137 source3/libsmb/libsmb_file.c 			return NULL;
NULL              178 source3/libsmb/libsmb_file.c                                 return NULL;
NULL              202 source3/libsmb/libsmb_file.c 	return NULL;
NULL              219 source3/libsmb/libsmb_file.c 		return NULL;
NULL              238 source3/libsmb/libsmb_file.c 	char *server = NULL, *share = NULL, *user = NULL, *password = NULL;
NULL              239 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL              240 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL              241 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              276 source3/libsmb/libsmb_file.c 	if (buf == NULL) {
NULL              287 source3/libsmb/libsmb_file.c                             NULL,
NULL              293 source3/libsmb/libsmb_file.c                             NULL)) {
NULL              341 source3/libsmb/libsmb_file.c 	char *server = NULL, *share = NULL, *user = NULL, *password = NULL;
NULL              342 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL              343 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL              344 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              365 source3/libsmb/libsmb_file.c 	if (buf == NULL) {
NULL              378 source3/libsmb/libsmb_file.c                             NULL,
NULL              384 source3/libsmb/libsmb_file.c                             NULL)) {
NULL              426 source3/libsmb/libsmb_file.c 	char *server = NULL, *share = NULL, *user = NULL, *password = NULL;
NULL              427 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL              428 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL              429 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              455 source3/libsmb/libsmb_file.c                             NULL,
NULL              461 source3/libsmb/libsmb_file.c                             NULL)) {
NULL              519 source3/libsmb/libsmb_file.c 	char *fixedpath = NULL;
NULL              520 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL              521 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              547 source3/libsmb/libsmb_file.c 		trim_string(fixedpath, NULL, "\\..");
NULL              548 source3/libsmb/libsmb_file.c 		trim_string(fixedpath, NULL, "\\.");
NULL              585 source3/libsmb/libsmb_file.c                 if (write_time_ts != NULL) {
NULL              589 source3/libsmb/libsmb_file.c                 if (create_time_ts != NULL) {
NULL              593 source3/libsmb/libsmb_file.c                 if (access_time_ts != NULL) {
NULL              597 source3/libsmb/libsmb_file.c                 if (change_time_ts != NULL) {
NULL              710 source3/libsmb/libsmb_file.c 	char *server = NULL, *share = NULL, *user = NULL, *password = NULL;
NULL              711 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL              712 source3/libsmb/libsmb_file.c 	char *targetpath = NULL;
NULL              713 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              753 source3/libsmb/libsmb_file.c                                     NULL,
NULL              759 source3/libsmb/libsmb_file.c                                     NULL)) {
NULL              776 source3/libsmb/libsmb_file.c 		if (!cli_qfileinfo(targetcli, file->cli_fd, NULL,
NULL              777 source3/libsmb/libsmb_file.c                                    &size, NULL, NULL, NULL, NULL, NULL))
NULL              781 source3/libsmb/libsmb_file.c                                           NULL, &b_size, NULL, NULL, NULL))
NULL              814 source3/libsmb/libsmb_file.c 	char *server = NULL;
NULL              815 source3/libsmb/libsmb_file.c 	char *share = NULL;
NULL              816 source3/libsmb/libsmb_file.c 	char *user = NULL;
NULL              817 source3/libsmb/libsmb_file.c 	char *password = NULL;
NULL              818 source3/libsmb/libsmb_file.c 	char *path = NULL;
NULL              819 source3/libsmb/libsmb_file.c         char *targetpath = NULL;
NULL              820 source3/libsmb/libsmb_file.c 	struct cli_state *targetcli = NULL;
NULL              846 source3/libsmb/libsmb_file.c                             NULL,
NULL              852 source3/libsmb/libsmb_file.c                             NULL)) {
NULL               68 source3/libsmb/libsmb_path.c 	*pp_dest = NULL;
NULL              236 source3/libsmb/libsmb_path.c 	char *workgroup = NULL;
NULL              255 source3/libsmb/libsmb_path.c 	if (pp_workgroup != NULL) {
NULL              283 source3/libsmb/libsmb_path.c         if ((q = strrchr(p, '?')) != NULL ) {
NULL              290 source3/libsmb/libsmb_path.c 		if (pp_options && *pp_options != NULL) {
NULL              326 source3/libsmb/libsmb_path.c 		char *userinfo = NULL;
NULL               38 source3/libsmb/libsmb_printjob.c 	char *server = NULL;
NULL               39 source3/libsmb/libsmb_printjob.c 	char *share = NULL;
NULL               40 source3/libsmb/libsmb_printjob.c 	char *user = NULL;
NULL               41 source3/libsmb/libsmb_printjob.c 	char *password = NULL;
NULL               42 source3/libsmb/libsmb_printjob.c 	char *path = NULL;
NULL               49 source3/libsmb/libsmb_printjob.c                 return NULL;
NULL               55 source3/libsmb/libsmb_printjob.c                 return NULL;
NULL               63 source3/libsmb/libsmb_printjob.c                             NULL,
NULL               69 source3/libsmb/libsmb_printjob.c                             NULL)) {
NULL               72 source3/libsmb/libsmb_printjob.c                 return NULL;
NULL              185 source3/libsmb/libsmb_printjob.c 	SMBCSRV *srv = NULL;
NULL              186 source3/libsmb/libsmb_printjob.c 	char *server = NULL;
NULL              187 source3/libsmb/libsmb_printjob.c 	char *share = NULL;
NULL              188 source3/libsmb/libsmb_printjob.c 	char *user = NULL;
NULL              189 source3/libsmb/libsmb_printjob.c 	char *password = NULL;
NULL              190 source3/libsmb/libsmb_printjob.c 	char *workgroup = NULL;
NULL              191 source3/libsmb/libsmb_printjob.c 	char *path = NULL;
NULL              218 source3/libsmb/libsmb_printjob.c                             NULL)) {
NULL              262 source3/libsmb/libsmb_printjob.c 	SMBCSRV *srv = NULL;
NULL              263 source3/libsmb/libsmb_printjob.c 	char *server = NULL;
NULL              264 source3/libsmb/libsmb_printjob.c 	char *share = NULL;
NULL              265 source3/libsmb/libsmb_printjob.c 	char *user = NULL;
NULL              266 source3/libsmb/libsmb_printjob.c 	char *password = NULL;
NULL              267 source3/libsmb/libsmb_printjob.c 	char *workgroup = NULL;
NULL              268 source3/libsmb/libsmb_printjob.c 	char *path = NULL;
NULL              296 source3/libsmb/libsmb_printjob.c                             NULL)) {
NULL               79 source3/libsmb/libsmb_server.c 	srv->cli = NULL;
NULL              162 source3/libsmb/libsmb_server.c                 return NULL;
NULL              216 source3/libsmb/libsmb_server.c         return NULL;
NULL              240 source3/libsmb/libsmb_server.c 	SMBCSRV *srv=NULL;
NULL              241 source3/libsmb/libsmb_server.c 	char *workgroup = NULL;
NULL              249 source3/libsmb/libsmb_server.c         int is_ipc = (share != NULL && strcmp(share, "IPC$") == 0);
NULL              259 source3/libsmb/libsmb_server.c 		return NULL;
NULL              292 source3/libsmb/libsmb_server.c 				srv->cli = NULL;
NULL              295 source3/libsmb/libsmb_server.c 				return NULL;
NULL              310 source3/libsmb/libsmb_server.c 				srv->cli = NULL;
NULL              313 source3/libsmb/libsmb_server.c                                 srv = NULL;
NULL              369 source3/libsmb/libsmb_server.c                 return NULL;
NULL              374 source3/libsmb/libsmb_server.c 		return NULL;
NULL              389 source3/libsmb/libsmb_server.c 	if ((c = cli_initialise()) == NULL) {
NULL              391 source3/libsmb/libsmb_server.c 		return NULL;
NULL              408 source3/libsmb/libsmb_server.c         if (share == NULL || *share == '\0' || is_ipc) {
NULL              428 source3/libsmb/libsmb_server.c 			return NULL;
NULL              451 source3/libsmb/libsmb_server.c 					return NULL;
NULL              466 source3/libsmb/libsmb_server.c 		return NULL;
NULL              476 source3/libsmb/libsmb_server.c 		return NULL;
NULL              499 source3/libsmb/libsmb_server.c                         return NULL;
NULL              508 source3/libsmb/libsmb_server.c 		return NULL;
NULL              518 source3/libsmb/libsmb_server.c 		return NULL;
NULL              569 source3/libsmb/libsmb_server.c 				return NULL;
NULL              620 source3/libsmb/libsmb_server.c 		return NULL;
NULL              634 source3/libsmb/libsmb_server.c 		return NULL;
NULL              638 source3/libsmb/libsmb_server.c 	return NULL;
NULL              659 source3/libsmb/libsmb_server.c 	SMBCSRV *ipc_srv=NULL;
NULL              679 source3/libsmb/libsmb_server.c 				return NULL;
NULL              696 source3/libsmb/libsmb_server.c 						Undefined, NULL);
NULL              701 source3/libsmb/libsmb_server.c                         return NULL;
NULL              723 source3/libsmb/libsmb_server.c 					return NULL;
NULL              733 source3/libsmb/libsmb_server.c                         return NULL;
NULL              746 source3/libsmb/libsmb_server.c                         return NULL;
NULL              765 source3/libsmb/libsmb_server.c                         return NULL;
NULL              782 source3/libsmb/libsmb_server.c                         return NULL;
NULL              425 source3/libsmb/libsmb_setget.c         c->internal->auth_fn_with_context = NULL;
NULL              441 source3/libsmb/libsmb_setget.c         c->callbacks.auth_fn = NULL;
NULL              114 source3/libsmb/libsmb_stat.c 	SMBCSRV *srv = NULL;
NULL              115 source3/libsmb/libsmb_stat.c 	char *server = NULL;
NULL              116 source3/libsmb/libsmb_stat.c 	char *share = NULL;
NULL              117 source3/libsmb/libsmb_stat.c 	char *user = NULL;
NULL              118 source3/libsmb/libsmb_stat.c 	char *password = NULL;
NULL              119 source3/libsmb/libsmb_stat.c 	char *workgroup = NULL;
NULL              120 source3/libsmb/libsmb_stat.c 	char *path = NULL;
NULL              153 source3/libsmb/libsmb_stat.c                             NULL)) {
NULL              177 source3/libsmb/libsmb_stat.c 			 NULL,
NULL              215 source3/libsmb/libsmb_stat.c 	char *server = NULL;
NULL              216 source3/libsmb/libsmb_stat.c 	char *share = NULL;
NULL              217 source3/libsmb/libsmb_stat.c 	char *user = NULL;
NULL              218 source3/libsmb/libsmb_stat.c 	char *password = NULL;
NULL              219 source3/libsmb/libsmb_stat.c 	char *path = NULL;
NULL              220 source3/libsmb/libsmb_stat.c         char *targetpath = NULL;
NULL              221 source3/libsmb/libsmb_stat.c 	struct cli_state *targetcli = NULL;
NULL              247 source3/libsmb/libsmb_stat.c                             NULL,
NULL              253 source3/libsmb/libsmb_stat.c                             NULL)) {
NULL              271 source3/libsmb/libsmb_stat.c                            NULL,
NULL              328 source3/libsmb/libsmb_stat.c                 if ((pFile = SMBC_opendir_ctx(context, path)) == NULL) {
NULL              335 source3/libsmb/libsmb_stat.c                                            O_RDONLY, 0)) == NULL) {
NULL               48 source3/libsmb/libsmb_xattr.c 	return NULL;
NULL              174 source3/libsmb/libsmb_xattr.c 	char **domains = NULL;
NULL              175 source3/libsmb/libsmb_xattr.c 	char **names = NULL;
NULL              176 source3/libsmb/libsmb_xattr.c 	enum lsa_SidType *types = NULL;
NULL              219 source3/libsmb/libsmb_xattr.c 	enum lsa_SidType *types = NULL;
NULL              220 source3/libsmb/libsmb_xattr.c 	DOM_SID *sids = NULL;
NULL              222 source3/libsmb/libsmb_xattr.c 	TALLOC_CTX *ctx = NULL;
NULL              241 source3/libsmb/libsmb_xattr.c                                                      NULL, 1, &sids,
NULL              286 source3/libsmb/libsmb_xattr.c                 { NULL, 0 },
NULL              293 source3/libsmb/libsmb_xattr.c                 { NULL, 0 },
NULL              408 source3/libsmb/libsmb_xattr.c                                      1+(*the_acl)->num_aces)) == NULL) {
NULL              431 source3/libsmb/libsmb_xattr.c 	SEC_DESC *ret = NULL;
NULL              433 source3/libsmb/libsmb_xattr.c 	DOM_SID *group_sid=NULL;
NULL              434 source3/libsmb/libsmb_xattr.c         DOM_SID *owner_sid=NULL;
NULL              435 source3/libsmb/libsmb_xattr.c 	SEC_ACL *dacl=NULL;
NULL              441 source3/libsmb/libsmb_xattr.c 			revision = strtol(tok+9, NULL, 16);
NULL              540 source3/libsmb/libsmb_xattr.c 			    owner_sid, group_sid, NULL, dacl, &sd_size);
NULL              569 source3/libsmb/libsmb_xattr.c                 return NULL;
NULL              582 source3/libsmb/libsmb_xattr.c                 return NULL;
NULL              606 source3/libsmb/libsmb_xattr.c 	char *tok = NULL;
NULL              607 source3/libsmb/libsmb_xattr.c 	TALLOC_CTX *frame = NULL;
NULL              624 source3/libsmb/libsmb_xattr.c                 attr_strings.create_time_attr = NULL;
NULL              633 source3/libsmb/libsmb_xattr.c                 if ((p = strchr(str, ':')) != NULL) {
NULL              643 source3/libsmb/libsmb_xattr.c                         long request = strtol(tok+5, NULL, 16);
NULL              662 source3/libsmb/libsmb_xattr.c                         dad->access_time = (time_t)strtol(tok+n+1, NULL, 10);
NULL              668 source3/libsmb/libsmb_xattr.c                         dad->change_time = (time_t)strtol(tok+n+1, NULL, 10);
NULL              674 source3/libsmb/libsmb_xattr.c                         dad->write_time = (time_t)strtol(tok+n+1, NULL, 10);
NULL              678 source3/libsmb/libsmb_xattr.c 		if (attr_strings.create_time_attr != NULL) {
NULL              683 source3/libsmb/libsmb_xattr.c 								  NULL, 10);
NULL              779 source3/libsmb/libsmb_xattr.c                 attr_strings.create_time_attr = NULL;
NULL              784 source3/libsmb/libsmb_xattr.c                 excl_attr_strings.create_time_attr = NULL;
NULL              800 source3/libsmb/libsmb_xattr.c         if ((pExclude = strchr(name, '!')) != NULL)
NULL              818 source3/libsmb/libsmb_xattr.c                      pExclude != NULL;
NULL              819 source3/libsmb/libsmb_xattr.c                      pExclude = (p == NULL ? NULL : p + 1)) {
NULL              822 source3/libsmb/libsmb_xattr.c                         if ((p = strchr(pExclude, '!')) != NULL)
NULL              852 source3/libsmb/libsmb_xattr.c                         else if (excl_attr_strings.create_time_attr != NULL &&
NULL              888 source3/libsmb/libsmb_xattr.c 		char *targetpath = NULL;
NULL              889 source3/libsmb/libsmb_xattr.c 	        struct cli_state *targetcli = NULL;
NULL             1271 source3/libsmb/libsmb_xattr.c                     attr_strings.create_time_attr != NULL) {
NULL             1512 source3/libsmb/libsmb_xattr.c 	SEC_DESC *sd = NULL, *old;
NULL             1513 source3/libsmb/libsmb_xattr.c         SEC_ACL *dacl = NULL;
NULL             1514 source3/libsmb/libsmb_xattr.c 	DOM_SID *owner_sid = NULL;
NULL             1515 source3/libsmb/libsmb_xattr.c 	DOM_SID *group_sid = NULL;
NULL             1521 source3/libsmb/libsmb_xattr.c 	char *targetpath = NULL;
NULL             1522 source3/libsmb/libsmb_xattr.c 	struct cli_state *targetcli = NULL;
NULL             1526 source3/libsmb/libsmb_xattr.c                 numeric = ((p = strchr(the_acl, ':')) != NULL &&
NULL             1667 source3/libsmb/libsmb_xattr.c 			   owner_sid, group_sid, NULL, dacl, &sd_size);
NULL             1708 source3/libsmb/libsmb_xattr.c         SMBCSRV *srv = NULL;
NULL             1709 source3/libsmb/libsmb_xattr.c         SMBCSRV *ipc_srv = NULL;
NULL             1710 source3/libsmb/libsmb_xattr.c 	char *server = NULL;
NULL             1711 source3/libsmb/libsmb_xattr.c 	char *share = NULL;
NULL             1712 source3/libsmb/libsmb_xattr.c 	char *user = NULL;
NULL             1713 source3/libsmb/libsmb_xattr.c 	char *password = NULL;
NULL             1714 source3/libsmb/libsmb_xattr.c 	char *workgroup = NULL;
NULL             1715 source3/libsmb/libsmb_xattr.c 	char *path = NULL;
NULL             1716 source3/libsmb/libsmb_xattr.c         DOS_ATTR_DESC *dad = NULL;
NULL             1750 source3/libsmb/libsmb_xattr.c                             NULL)) {
NULL             1779 source3/libsmb/libsmb_xattr.c                 ipc_srv = NULL;
NULL             1825 source3/libsmb/libsmb_xattr.c                                 dad = NULL; 
NULL             1937 source3/libsmb/libsmb_xattr.c                 attr_strings.create_time_attr = NULL;
NULL             1948 source3/libsmb/libsmb_xattr.c             (attr_strings.create_time_attr != NULL &&
NULL             2004 source3/libsmb/libsmb_xattr.c         SMBCSRV *srv = NULL;
NULL             2005 source3/libsmb/libsmb_xattr.c         SMBCSRV *ipc_srv = NULL;
NULL             2006 source3/libsmb/libsmb_xattr.c 	char *server = NULL;
NULL             2007 source3/libsmb/libsmb_xattr.c 	char *share = NULL;
NULL             2008 source3/libsmb/libsmb_xattr.c 	char *user = NULL;
NULL             2009 source3/libsmb/libsmb_xattr.c 	char *password = NULL;
NULL             2010 source3/libsmb/libsmb_xattr.c 	char *workgroup = NULL;
NULL             2011 source3/libsmb/libsmb_xattr.c 	char *path = NULL;
NULL             2044 source3/libsmb/libsmb_xattr.c                             NULL)) {
NULL             2073 source3/libsmb/libsmb_xattr.c                 ipc_srv = NULL;
NULL             2085 source3/libsmb/libsmb_xattr.c                 attr_strings.create_time_attr = NULL;
NULL             2111 source3/libsmb/libsmb_xattr.c             (attr_strings.create_time_attr != NULL &&
NULL             2121 source3/libsmb/libsmb_xattr.c                                ipc_srv == NULL ? NULL : ipc_srv->cli, 
NULL             2146 source3/libsmb/libsmb_xattr.c         SMBCSRV *srv = NULL;
NULL             2147 source3/libsmb/libsmb_xattr.c         SMBCSRV *ipc_srv = NULL;
NULL             2148 source3/libsmb/libsmb_xattr.c 	char *server = NULL;
NULL             2149 source3/libsmb/libsmb_xattr.c 	char *share = NULL;
NULL             2150 source3/libsmb/libsmb_xattr.c 	char *user = NULL;
NULL             2151 source3/libsmb/libsmb_xattr.c 	char *password = NULL;
NULL             2152 source3/libsmb/libsmb_xattr.c 	char *workgroup = NULL;
NULL             2153 source3/libsmb/libsmb_xattr.c 	char *path = NULL;
NULL             2180 source3/libsmb/libsmb_xattr.c                             NULL)) {
NULL             2209 source3/libsmb/libsmb_xattr.c                 ipc_srv = NULL;
NULL             2224 source3/libsmb/libsmb_xattr.c                                NULL, SMBC_XATTR_MODE_REMOVE_ALL, 0);
NULL              119 source3/libsmb/namecache.c 		char *addr = NULL;
NULL              143 source3/libsmb/namecache.c 	expiry = time(NULL) + lp_name_cache_timeout();
NULL              285 source3/libsmb/namecache.c 	gencache_iterate(flush_netbios_name, NULL, "NBT/*");
NULL              324 source3/libsmb/namecache.c 	expiry = time(NULL) + lp_name_cache_timeout();
NULL              347 source3/libsmb/namecache.c 	char *key = NULL;
NULL              348 source3/libsmb/namecache.c 	char *value = NULL;
NULL               83 source3/libsmb/namequery.c 	expire = time( NULL ) + lp_parm_int(-1, "saf","ttl", SAF_TTL);
NULL              115 source3/libsmb/namequery.c 	expire = time( NULL ) + lp_parm_int(-1, "saf","join ttl", SAFJOIN_TTL);
NULL              164 source3/libsmb/namequery.c 	char *server = NULL;
NULL              167 source3/libsmb/namequery.c 	char *key = NULL;
NULL              171 source3/libsmb/namequery.c 		return NULL;
NULL              233 source3/libsmb/namequery.c 		return NULL;
NULL              237 source3/libsmb/namequery.c 		return NULL;
NULL              283 source3/libsmb/namequery.c 		return NULL;
NULL              305 source3/libsmb/namequery.c 	p.timestamp = time(NULL);
NULL              311 source3/libsmb/namequery.c 		return NULL;
NULL              322 source3/libsmb/namequery.c 				return NULL;
NULL              350 source3/libsmb/namequery.c 	return NULL;
NULL              366 source3/libsmb/namequery.c 	NODE_STATUS_STRUCT *status = NULL;
NULL              405 source3/libsmb/namequery.c 	status = node_status_query(sock, &nname, to_ss, &count, NULL);
NULL              468 source3/libsmb/namequery.c 		unsigned char *p_ss1 = NULL;
NULL              469 source3/libsmb/namequery.c 		unsigned char *p_ss2 = NULL;
NULL              470 source3/libsmb/namequery.c 		unsigned char *p_if = NULL;
NULL              640 source3/libsmb/namequery.c 	struct sockaddr_storage *ss_list = NULL;
NULL              645 source3/libsmb/namequery.c 		return NULL;
NULL              649 source3/libsmb/namequery.c 		return NULL;
NULL              682 source3/libsmb/namequery.c 	p.timestamp = time(NULL);
NULL              688 source3/libsmb/namequery.c 		return NULL;
NULL              700 source3/libsmb/namequery.c 				return NULL;
NULL              750 source3/libsmb/namequery.c 				return( NULL );
NULL              774 source3/libsmb/namequery.c 				return NULL;
NULL              840 source3/libsmb/namequery.c 		return NULL;
NULL              854 source3/libsmb/namequery.c 	*pp_name = NULL;
NULL              857 source3/libsmb/namequery.c 		char *ip = NULL;
NULL              858 source3/libsmb/namequery.c 		char *flags = NULL;
NULL              859 source3/libsmb/namequery.c 		char *extra = NULL;
NULL              860 source3/libsmb/namequery.c 		char *name = NULL;
NULL              862 source3/libsmb/namequery.c 		char *ptr1 = NULL;
NULL              877 source3/libsmb/namequery.c 		if (next_token_talloc(ctx, &ptr, &ip, NULL))
NULL              879 source3/libsmb/namequery.c 		if (next_token_talloc(ctx, &ptr, &name, NULL))
NULL              881 source3/libsmb/namequery.c 		if (next_token_talloc(ctx, &ptr, &flags, NULL))
NULL              883 source3/libsmb/namequery.c 		if (next_token_talloc(ctx, &ptr, &extra, NULL))
NULL              924 source3/libsmb/namequery.c 		if((ptr1 = strchr_m(name, '#')) != NULL) {
NULL              973 source3/libsmb/namequery.c 			NULL) {
NULL             1008 source3/libsmb/namequery.c 	*return_iplist = NULL;
NULL             1042 source3/libsmb/namequery.c 				    true, pss, return_count, &flags, NULL);
NULL             1075 source3/libsmb/namequery.c 	struct sockaddr_storage src_ss, *ss_list = NULL;
NULL             1085 source3/libsmb/namequery.c 	*return_iplist = NULL;
NULL             1214 source3/libsmb/namequery.c 	char *lmhost_name = NULL;
NULL             1218 source3/libsmb/namequery.c 	TALLOC_CTX *ctx = NULL;
NULL             1220 source3/libsmb/namequery.c 	*return_iplist = NULL;
NULL             1229 source3/libsmb/namequery.c 	if ( fp == NULL )
NULL             1254 source3/libsmb/namequery.c 		if ((*return_iplist) == NULL) {
NULL             1291 source3/libsmb/namequery.c 	struct addrinfo *ailist = NULL;
NULL             1292 source3/libsmb/namequery.c 	struct addrinfo *res = NULL;
NULL             1303 source3/libsmb/namequery.c 	*return_iplist = NULL;
NULL             1320 source3/libsmb/namequery.c 			NULL,
NULL             1375 source3/libsmb/namequery.c 	struct dns_rr_srv	*dcs = NULL;
NULL             1384 source3/libsmb/namequery.c 	if ( (ctx = talloc_init("resolve_ads")) == NULL ) {
NULL             1425 source3/libsmb/namequery.c 			NULL ) {
NULL             1500 source3/libsmb/namequery.c 	TALLOC_CTX *frame = NULL;
NULL             1502 source3/libsmb/namequery.c 	*return_iplist = NULL;
NULL             1510 source3/libsmb/namequery.c 				NULL) {
NULL             1681 source3/libsmb/namequery.c 	struct ip_service *ss_list = NULL;
NULL             1682 source3/libsmb/namequery.c 	char *sitename = NULL;
NULL             1726 source3/libsmb/namequery.c 	struct ip_service *ss_list = NULL;
NULL             1727 source3/libsmb/namequery.c 	char *sitename = NULL;
NULL             1734 source3/libsmb/namequery.c 	*return_ss_arr = NULL;
NULL             1800 source3/libsmb/namequery.c 	struct ip_service *ip_list = NULL;
NULL             1809 source3/libsmb/namequery.c 	status = internal_resolve_name(group, 0x1D, NULL, &ip_list, &count,
NULL             1817 source3/libsmb/namequery.c 	status = internal_resolve_name(group, 0x1B, NULL, &ip_list, &count,
NULL             1836 source3/libsmb/namequery.c 	struct ip_service *ip_list = NULL;
NULL             1843 source3/libsmb/namequery.c 		status = internal_resolve_name(domain, 0x1b, NULL, &ip_list,
NULL             1848 source3/libsmb/namequery.c 		status = internal_resolve_name(domain, 0x1b, NULL, &ip_list,
NULL             1885 source3/libsmb/namequery.c 	char *resolve_order = NULL;
NULL             1886 source3/libsmb/namequery.c 	char *saf_servername = NULL;
NULL             1887 source3/libsmb/namequery.c 	char *pserver = NULL;
NULL             1889 source3/libsmb/namequery.c 	char *port_str = NULL;
NULL             1894 source3/libsmb/namequery.c 	struct ip_service *return_iplist = NULL;
NULL             1895 source3/libsmb/namequery.c 	struct ip_service *auto_ip_list = NULL;
NULL             1901 source3/libsmb/namequery.c 	*ip_list = NULL;
NULL             1949 source3/libsmb/namequery.c 		pserver = talloc_asprintf(NULL, "%s, %s",
NULL             1953 source3/libsmb/namequery.c 		pserver = talloc_asprintf(NULL, "%s, *",
NULL             2014 source3/libsmb/namequery.c 					num_addresses)) == NULL) {
NULL             2063 source3/libsmb/namequery.c 		if ((port_str=strchr(name, ':')) != NULL) {
NULL             2126 source3/libsmb/namequery.c 		*ip_list = NULL;
NULL             2149 source3/libsmb/namequery.c 	*ip_list = NULL;
NULL             2169 source3/libsmb/namequery.c 		status = get_dc_list(domain, NULL, ip_list,
NULL             2200 source3/libsmb/namequery.c 	*ip_list = NULL;
NULL               67 source3/libsmb/namequery_dc.c 		ads = ads_init(realm, domain, NULL);
NULL              115 source3/libsmb/namequery_dc.c 									NULL,
NULL              157 source3/libsmb/namequery_dc.c 	struct ip_service *ip_list = NULL;
NULL              165 source3/libsmb/namequery_dc.c 	if (!NT_STATUS_IS_OK(get_sorted_dc_list(domain, NULL, &ip_list, &count,
NULL               70 source3/libsmb/nmblib.c 	if( res->rdlength == 0 || res->rdata == NULL )
NULL              358 source3/libsmb/nmblib.c 	SMB_ASSERT(result != NULL);
NULL              593 source3/libsmb/nmblib.c 	if(( pkt_copy = SMB_MALLOC_P(struct packet_struct)) == NULL) {
NULL              595 source3/libsmb/nmblib.c 		return NULL;
NULL              609 source3/libsmb/nmblib.c 	copy_nmb->answers = NULL;
NULL              610 source3/libsmb/nmblib.c 	copy_nmb->nsrecs = NULL;
NULL              611 source3/libsmb/nmblib.c 	copy_nmb->additional = NULL;
NULL              617 source3/libsmb/nmblib.c 				struct res_rec,nmb->header.ancount)) == NULL)
NULL              624 source3/libsmb/nmblib.c 				struct res_rec, nmb->header.nscount)) == NULL)
NULL              631 source3/libsmb/nmblib.c 				struct res_rec, nmb->header.arcount)) == NULL)
NULL              647 source3/libsmb/nmblib.c 	return NULL;
NULL              658 source3/libsmb/nmblib.c 	if(( pkt_copy = SMB_MALLOC_P(struct packet_struct)) == NULL) {
NULL              660 source3/libsmb/nmblib.c 		return NULL;
NULL              685 source3/libsmb/nmblib.c 	return NULL;
NULL              738 source3/libsmb/nmblib.c 		return(NULL);
NULL              742 source3/libsmb/nmblib.c 	p->next = NULL;
NULL              743 source3/libsmb/nmblib.c 	p->prev = NULL;
NULL              747 source3/libsmb/nmblib.c 	p->timestamp = time(NULL);
NULL              762 source3/libsmb/nmblib.c 		return NULL;
NULL              783 source3/libsmb/nmblib.c 		return NULL;
NULL              792 source3/libsmb/nmblib.c 		return NULL;
NULL              960 source3/libsmb/nmblib.c 			int extra = put_nmb_name(NULL,offset,
NULL              978 source3/libsmb/nmblib.c 			int extra = put_res_rec(NULL,offset,nmb->answers,
NULL              991 source3/libsmb/nmblib.c 			int extra = put_res_rec(NULL,offset,nmb->nsrecs,
NULL             1018 source3/libsmb/nmblib.c 			int extra = put_compressed_name_ptr(NULL,offset,
NULL             1029 source3/libsmb/nmblib.c 			int extra = put_res_rec(NULL,offset,nmb->additional,
NULL             1097 source3/libsmb/nmblib.c 	if ((ret = sys_select_intr(fd+1,&fds,NULL,NULL,&timeout)) == -1) {
NULL             1101 source3/libsmb/nmblib.c 		return NULL;
NULL             1105 source3/libsmb/nmblib.c 		return NULL;
NULL             1110 source3/libsmb/nmblib.c 	return(NULL);
NULL             1133 source3/libsmb/nmblib.c 	return receive_unexpected(NMB_PACKET, trn_id, NULL);
NULL             1291 source3/libsmb/nmblib.c 	if (result == NULL) {
NULL             1292 source3/libsmb/nmblib.c 		return NULL;
NULL              544 source3/libsmb/nterr.c 	{ NULL, NT_STATUS(0) }
NULL              644 source3/libsmb/nterr.c 	{ NULL, NT_STATUS(0) }
NULL              667 source3/libsmb/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL              676 source3/libsmb/nterr.c 	SMB_ASSERT(result != NULL);
NULL              688 source3/libsmb/nterr.c 	while (nt_err_desc[idx].nt_errstr != NULL) {
NULL              709 source3/libsmb/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL              731 source3/libsmb/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL               40 source3/libsmb/ntlm_check.c 	if (part_passwd == NULL) {
NULL               59 source3/libsmb/ntlm_check.c 	if (user_sess_key != NULL) {
NULL               60 source3/libsmb/ntlm_check.c 		*user_sess_key = data_blob(NULL, 16);
NULL               61 source3/libsmb/ntlm_check.c 		SMBsesskeygen_ntv1(part_passwd, NULL, user_sess_key->data);
NULL               98 source3/libsmb/ntlm_check.c 	if (part_passwd == NULL) {
NULL              132 source3/libsmb/ntlm_check.c 	if (user_sess_key != NULL) {
NULL              133 source3/libsmb/ntlm_check.c 		*user_sess_key = data_blob(NULL, 16);
NULL              151 source3/libsmb/ntlm_check.c 	if ((!res) && (user_sess_key != NULL))
NULL              190 source3/libsmb/ntlm_check.c 	if (nt_pw == NULL) {
NULL              204 source3/libsmb/ntlm_check.c 				*user_sess_key = data_blob(NULL, 16);
NULL              205 source3/libsmb/ntlm_check.c 				SMBsesskeygen_ntv1(nt_pw, NULL, user_sess_key->data);
NULL              382 source3/libsmb/ntlm_check.c 					 NULL)) {
NULL              412 source3/libsmb/ntlm_check.c 				  NULL)) {
NULL              423 source3/libsmb/ntlm_check.c 				  NULL)) {
NULL              434 source3/libsmb/ntlm_check.c 				  NULL)) {
NULL              445 source3/libsmb/ntlm_check.c 					 NULL)) {
NULL               50 source3/libsmb/ntlmssp.c 	{NTLMSSP_CLIENT, NTLMSSP_UNKNOWN, NULL},
NULL               51 source3/libsmb/ntlmssp.c 	{NTLMSSP_SERVER, NTLMSSP_UNKNOWN, NULL}
NULL              183 source3/libsmb/ntlmssp.c 		ntlmssp_state->lm_hash = NULL;
NULL              184 source3/libsmb/ntlmssp.c 		ntlmssp_state->nt_hash = NULL;
NULL              369 source3/libsmb/ntlmssp.c 	*ntlmssp_state = NULL;
NULL              515 source3/libsmb/ntlmssp.c 	char *dnsdomname = NULL;
NULL              559 source3/libsmb/ntlmssp.c 	if (target_name == NULL)
NULL              646 source3/libsmb/ntlmssp.c 	char *domain = NULL;
NULL              647 source3/libsmb/ntlmssp.c 	char *user = NULL;
NULL              648 source3/libsmb/ntlmssp.c 	char *workstation = NULL;
NULL              666 source3/libsmb/ntlmssp.c 	ntlmssp_state->user = NULL;
NULL              667 source3/libsmb/ntlmssp.c 	ntlmssp_state->domain = NULL;
NULL              668 source3/libsmb/ntlmssp.c 	ntlmssp_state->workstation = NULL;
NULL              810 source3/libsmb/ntlmssp.c 						       NULL, 16);
NULL              824 source3/libsmb/ntlmssp.c 							       NULL, 16);
NULL              825 source3/libsmb/ntlmssp.c 				if (session_key.data == NULL) {
NULL              835 source3/libsmb/ntlmssp.c 					ntlmssp_state, NULL, 16);
NULL              836 source3/libsmb/ntlmssp.c 				if (session_key.data == NULL) {
NULL              911 source3/libsmb/ntlmssp.c 	*ntlmssp_state = TALLOC_ZERO_P(NULL, NTLMSSP_STATE);
NULL             1107 source3/libsmb/ntlmssp.c 		lm_response = data_blob_talloc(ntlmssp_state, NULL, 24);
NULL             1123 source3/libsmb/ntlmssp.c 		nt_response = data_blob_talloc(ntlmssp_state, NULL, 24);
NULL             1128 source3/libsmb/ntlmssp.c 		session_key = data_blob_talloc(ntlmssp_state, NULL, 16);
NULL             1130 source3/libsmb/ntlmssp.c 		SMBsesskeygen_ntv1(ntlmssp_state->nt_hash, NULL, user_session_key);
NULL             1137 source3/libsmb/ntlmssp.c 						       NULL, 24);
NULL             1142 source3/libsmb/ntlmssp.c 		nt_response = data_blob_talloc(ntlmssp_state, NULL, 24);
NULL             1146 source3/libsmb/ntlmssp.c 		session_key = data_blob_talloc(ntlmssp_state, NULL, 16);
NULL             1153 source3/libsmb/ntlmssp.c 			SMBsesskeygen_ntv1(ntlmssp_state->nt_hash, NULL, session_key.data);
NULL             1215 source3/libsmb/ntlmssp.c 	*ntlmssp_state = TALLOC_ZERO_P(NULL, NTLMSSP_STATE);
NULL               95 source3/libsmb/ntlmssp_parse.c 	*blob = data_blob(NULL, head_size + data_size);
NULL              109 source3/libsmb/ntlmssp_parse.c 			push_string(NULL, blob->data+data_ofs,
NULL              119 source3/libsmb/ntlmssp_parse.c 			push_string(NULL, blob->data+data_ofs,
NULL              130 source3/libsmb/ntlmssp_parse.c 				push_string(NULL, blob->data+data_ofs, s, n*2,
NULL              159 source3/libsmb/ntlmssp_parse.c 			head_ofs += push_string(NULL, blob->data+head_ofs, s, n,
NULL              236 source3/libsmb/ntlmssp_parse.c 					char *p = NULL;
NULL              238 source3/libsmb/ntlmssp_parse.c 						NULL,
NULL              281 source3/libsmb/ntlmssp_parse.c 					char *p = NULL;
NULL              283 source3/libsmb/ntlmssp_parse.c 						NULL,
NULL              358 source3/libsmb/ntlmssp_parse.c 				char *p = NULL;
NULL              360 source3/libsmb/ntlmssp_parse.c 						NULL,
NULL              366 source3/libsmb/ntlmssp_parse.c 				if (ret == (size_t)-1 || p == NULL) {
NULL               72 source3/libsmb/ntlmssp_sign.c 		*sig = data_blob(NULL, NTLMSSP_SIG_SIZE);
NULL               40 source3/libsmb/passchange.c 	SMB_ASSERT(user != NULL);
NULL               42 source3/libsmb/passchange.c 	SMB_ASSERT(domain != NULL);
NULL               52 source3/libsmb/passchange.c 	*err_str = NULL;
NULL               57 source3/libsmb/passchange.c 			*err_str = NULL;
NULL               72 source3/libsmb/passchange.c 			*err_str = NULL;
NULL               85 source3/libsmb/passchange.c 			*err_str = NULL;
NULL              100 source3/libsmb/passchange.c 			*err_str = NULL;
NULL              124 source3/libsmb/passchange.c 				*err_str = NULL;
NULL              144 source3/libsmb/passchange.c 				*err_str = NULL;
NULL              150 source3/libsmb/passchange.c 		result = cli_init_creds(cli, "", "", NULL);
NULL              168 source3/libsmb/passchange.c 			*err_str = NULL;
NULL              204 source3/libsmb/passchange.c 					*err_str = NULL;
NULL              215 source3/libsmb/passchange.c 				*err_str = NULL;
NULL              237 source3/libsmb/passchange.c 			*err_str = NULL;
NULL              247 source3/libsmb/passchange.c 	result = cli_init_creds(cli, "", "", NULL);
NULL              275 source3/libsmb/passchange.c 				*err_str = NULL;
NULL              295 source3/libsmb/passchange.c 				*err_str = NULL;
NULL              305 source3/libsmb/passchange.c 				*err_str = NULL;
NULL               29 source3/libsmb/samlogon_cache.c static TDB_CONTEXT *netsamlogon_tdb = NULL;
NULL               42 source3/libsmb/samlogon_cache.c 	return (netsamlogon_tdb != NULL);
NULL              100 source3/libsmb/samlogon_cache.c 	time_t t = time(NULL);
NULL              126 source3/libsmb/samlogon_cache.c 	if (!(mem_ctx = TALLOC_P( NULL, int))) {
NULL              145 source3/libsmb/samlogon_cache.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, &r,
NULL              172 source3/libsmb/samlogon_cache.c 	struct netr_SamInfo3 *info3 = NULL;
NULL              191 source3/libsmb/samlogon_cache.c 		return NULL;
NULL              201 source3/libsmb/samlogon_cache.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, &r,
NULL              228 source3/libsmb/samlogon_cache.c 		time_t		now = time(NULL);
NULL              246 source3/libsmb/samlogon_cache.c 	struct netr_SamInfo3 *info3 = NULL;
NULL              254 source3/libsmb/samlogon_cache.c 	result = (info3 != NULL);
NULL               52 source3/libsmb/smb_seal.c 	return ((es != NULL) && es->enc_on);
NULL              120 source3/libsmb/smb_seal.c 	*ppbuf_out = NULL;
NULL              189 source3/libsmb/smb_seal.c 			(gss_qop_t *) NULL);	
NULL              231 source3/libsmb/smb_seal.c 	*ppbuf_out = NULL;
NULL              351 source3/libsmb/smb_seal.c 		gss_delete_sec_context(&minor, &gss_state->gss_ctx, NULL);
NULL              365 source3/libsmb/smb_seal.c 	if (es == NULL) {
NULL              383 source3/libsmb/smb_seal.c 	*pp_es = NULL;
NULL               64 source3/libsmb/smb_share_modes.c 		return NULL;
NULL               76 source3/libsmb/smb_share_modes.c 		return NULL;
NULL              189 source3/libsmb/smb_share_modes.c 	struct smb_share_mode_entry *list = NULL;
NULL              191 source3/libsmb/smb_share_modes.c 	struct locking_data *ld = NULL; /* internal samba db state. */
NULL              192 source3/libsmb/smb_share_modes.c 	struct share_mode_entry *shares = NULL;
NULL              196 source3/libsmb/smb_share_modes.c 	*pp_list = NULL;
NULL              280 source3/libsmb/smb_share_modes.c 	struct locking_data *ld = NULL; /* internal samba db state. */
NULL              281 source3/libsmb/smb_share_modes.c 	struct share_mode_entry *shares = NULL;
NULL              282 source3/libsmb/smb_share_modes.c 	uint8 *new_data_p = NULL;
NULL              396 source3/libsmb/smb_share_modes.c 	struct locking_data *ld = NULL; /* internal samba db state. */
NULL              397 source3/libsmb/smb_share_modes.c 	struct share_mode_entry *shares = NULL;
NULL              398 source3/libsmb/smb_share_modes.c 	uint8 *new_data_p = NULL;
NULL              401 source3/libsmb/smb_share_modes.c 	const uint8 *remaining_ptr = NULL;
NULL              500 source3/libsmb/smb_share_modes.c 	struct locking_data *ld = NULL; /* internal samba db state. */
NULL              501 source3/libsmb/smb_share_modes.c 	struct share_mode_entry *shares = NULL;
NULL              198 source3/libsmb/smb_signing.c 	si->signing_context = NULL;
NULL              215 source3/libsmb/smb_signing.c 		si->signing_context = NULL;
NULL              490 source3/libsmb/smb_signing.c 	data->mac_key = data_blob(NULL, response.length + user_session_key.length);
NULL              511 source3/libsmb/smb_signing.c 	data->outstanding_packet_list = NULL;
NULL              573 source3/libsmb/smb_signing.c 	cli->sign_info.signing_context = NULL;
NULL              793 source3/libsmb/smb_signing.c 	NULL,
NULL              985 source3/libsmb/smb_signing.c 	data->mac_key = data_blob(NULL, response.length + user_session_key.length);
NULL             1001 source3/libsmb/smb_signing.c 	data->outstanding_packet_list = NULL;
NULL               74 source3/libsmb/smbencrypt.c 	push_ucs2(NULL, wpwd, (const char *)passwd, 256, STR_UNICODE|STR_NOALIGN|STR_TERMINATE);
NULL              367 source3/libsmb/smbencrypt.c 	put_long_date(long_date, time(NULL));
NULL              398 source3/libsmb/smbencrypt.c 	final_response = data_blob(NULL, sizeof(ntlmv2_response) + ntlmv2_client_data.length);
NULL              414 source3/libsmb/smbencrypt.c 	DATA_BLOB lmv2_client_data = data_blob(NULL, 8);
NULL              415 source3/libsmb/smbencrypt.c 	DATA_BLOB final_response = data_blob(NULL, 24);
NULL              455 source3/libsmb/smbencrypt.c 			*user_session_key = data_blob(NULL, 16);
NULL              502 source3/libsmb/smbencrypt.c 	new_pw_len = push_string(NULL, new_pw,
NULL              534 source3/libsmb/smbencrypt.c 	*pp_new_pwrd = NULL;
NULL              564 source3/libsmb/smbencrypt.c 				NULL,
NULL              649 source3/libsmb/smbencrypt.c 		return NULL;
NULL              656 source3/libsmb/smbencrypt.c 	if (sess_key.data == NULL)
NULL              657 source3/libsmb/smbencrypt.c 		return NULL;
NULL              659 source3/libsmb/smbencrypt.c 	data_out = data_blob(NULL, data_in->length);
NULL              660 source3/libsmb/smbencrypt.c 	if (data_out.data == NULL)
NULL              661 source3/libsmb/smbencrypt.c 		return NULL;
NULL              672 source3/libsmb/smbencrypt.c 		return NULL;
NULL              677 source3/libsmb/smbencrypt.c 		return NULL;
NULL              708 source3/libsmb/smbencrypt.c 	struct wkssvc_PasswordBuffer *my_pwd_buf = NULL;
NULL              718 source3/libsmb/smbencrypt.c 	confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              753 source3/libsmb/smbencrypt.c 	*pwd = NULL;
NULL              764 source3/libsmb/smbencrypt.c 	confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              817 source3/libsmb/smbencrypt.c 		return data_blob_const(NULL, 0);
NULL              841 source3/libsmb/smbencrypt.c 		return data_blob_const(NULL, 0);
NULL              854 source3/libsmb/smbencrypt.c 		return data_blob_const(NULL, 0);
NULL              858 source3/libsmb/smbencrypt.c 		return data_blob_const(NULL, 0);
NULL              878 source3/libsmb/smbencrypt.c 			return data_blob_const(NULL, 0);
NULL              883 source3/libsmb/smbencrypt.c 			return data_blob_const(NULL, 0);
NULL               79 source3/libsmb/smberr.c   {NULL,-1,NULL}};
NULL              115 source3/libsmb/smberr.c   {NULL,-1,NULL}};
NULL              137 source3/libsmb/smberr.c   {NULL,-1,NULL}};
NULL              146 source3/libsmb/smberr.c   {0,"SUCCESS",NULL},
NULL              150 source3/libsmb/smberr.c   {0x04,"ERRXOS",NULL},
NULL              151 source3/libsmb/smberr.c   {0xE1,"ERRRMX1",NULL},
NULL              152 source3/libsmb/smberr.c   {0xE2,"ERRRMX2",NULL},
NULL              153 source3/libsmb/smberr.c   {0xE3,"ERRRMX3",NULL},
NULL              154 source3/libsmb/smberr.c   {0xFF,"ERRCMD",NULL},
NULL              155 source3/libsmb/smberr.c   {-1,NULL,NULL}};
NULL              176 source3/libsmb/smberr.c 			SMB_ASSERT(result != NULL);
NULL              182 source3/libsmb/smberr.c 	SMB_ASSERT(result != NULL);
NULL              213 source3/libsmb/smberr.c 	SMB_ASSERT(result != NULL);
NULL              255 source3/libsmb/smberr.c 	SMB_ASSERT(result != NULL);
NULL               47 source3/libsmb/spnego.c 				const char *p_oid = NULL;
NULL               57 source3/libsmb/spnego.c 			token->mechTypes[i] = NULL;
NULL              189 source3/libsmb/spnego.c 			const char *mech = NULL;
NULL              261 source3/libsmb/spnego.c 	if (asn1 == NULL) {
NULL              297 source3/libsmb/spnego.c 	if (asn1 == NULL) {
NULL               92 source3/libsmb/trustdom_cache.c 	char* keystr = NULL;
NULL              129 source3/libsmb/trustdom_cache.c 	alt_key = alt_name ? trustdom_cache_key(alt_name) : NULL;
NULL              166 source3/libsmb/trustdom_cache.c 	char *key = NULL, *value = NULL;
NULL              193 source3/libsmb/trustdom_cache.c 		sid = NULL;
NULL              209 source3/libsmb/trustdom_cache.c 	char *value = NULL;
NULL              278 source3/libsmb/trustdom_cache.c 	gencache_iterate(flush_trustdom_name, NULL, trustdom_cache_key("*"));
NULL              294 source3/libsmb/trustdom_cache.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              295 source3/libsmb/trustdom_cache.c 	time_t now = time(NULL);
NULL              324 source3/libsmb/trustdom_cache.c 			trustdom_cache_store( domain_names[i], NULL, &dom_sids[i], 
NULL               41 source3/libsmb/trusts_util.c 	if (new_trust_passwd == NULL) {
NULL               84 source3/libsmb/trusts_util.c 						  NULL, &sec_channel_type)) {
NULL              107 source3/libsmb/trusts_util.c 	struct cli_state *cli = NULL;
NULL              113 source3/libsmb/trusts_util.c 	*domain_names = NULL;
NULL              115 source3/libsmb/trusts_util.c 	*sids = NULL;
NULL              119 source3/libsmb/trusts_util.c 	if ( !get_dc_name(domain, NULL, dc_name, &dc_ss) ) {
NULL               23 source3/libsmb/unexpected.c static TDB_CONTEXT *tdbd = NULL;
NULL              118 source3/libsmb/unexpected.c 	tdb_traverse(tdbd, traverse_fn, NULL);
NULL              192 source3/libsmb/unexpected.c 	if (!tdb2) return NULL;
NULL              194 source3/libsmb/unexpected.c 	state.matched_packet = NULL;
NULL              270 source3/locking/brlock.c 	brlock_db = db_open(NULL, lock_path("brlock.tdb"),
NULL             1155 source3/locking/brlock.c 		tp = NULL;
NULL             1472 source3/locking/brlock.c 				locks_copy = NULL;
NULL             1585 source3/locking/brlock.c 		struct lock_struct *new_lock_data = NULL;
NULL             1763 source3/locking/brlock.c 	if (br_lck == NULL) {
NULL             1764 source3/locking/brlock.c 		return NULL;
NULL             1786 source3/locking/brlock.c 			return NULL;
NULL             1788 source3/locking/brlock.c 		br_lck->record = NULL;
NULL             1793 source3/locking/brlock.c 		if (br_lck->record == NULL) {
NULL             1796 source3/locking/brlock.c 			return NULL;
NULL             1803 source3/locking/brlock.c 	br_lck->lock_data = NULL;
NULL             1812 source3/locking/brlock.c 		if (br_lck->lock_data == NULL) {
NULL             1815 source3/locking/brlock.c 			return NULL;
NULL             1832 source3/locking/brlock.c 			return NULL;
NULL             1930 source3/locking/brlock.c 	if (!(state = TALLOC_ZERO_P(NULL, struct brl_revalidate_state))) {
NULL             1971 source3/locking/brlock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_BRL_VALIDATE,
NULL              172 source3/locking/locking.c 	struct byte_range_lock *br_lck = NULL;
NULL              244 source3/locking/locking.c 	struct byte_range_lock *br_lck = NULL;
NULL              248 source3/locking/locking.c 		return NULL;
NULL              253 source3/locking/locking.c 		return NULL;
NULL              267 source3/locking/locking.c 		return NULL;
NULL              300 source3/locking/locking.c 	struct byte_range_lock *br_lck = NULL;
NULL              349 source3/locking/locking.c 	struct byte_range_lock *br_lck = NULL;
NULL              428 source3/locking/locking.c 	lock_db = db_open(NULL, lock_path("locking.tdb"),
NULL              560 source3/locking/locking.c 	lck->share_modes = NULL;
NULL              576 source3/locking/locking.c 		if (lck->share_modes == NULL) {
NULL              625 source3/locking/locking.c 		lck->delete_token = NULL;
NULL              644 source3/locking/locking.c 		char *str = NULL;
NULL              646 source3/locking/locking.c 			str = share_mode_str(NULL, i, entry_p);
NULL              672 source3/locking/locking.c 	result.dptr = NULL;
NULL              696 source3/locking/locking.c 	if (result.dptr == NULL) {
NULL              764 source3/locking/locking.c 	if (data.dptr == NULL) {
NULL              799 source3/locking/locking.c 	lck->servicepath = NULL;
NULL              800 source3/locking/locking.c 	lck->filename = NULL;
NULL              803 source3/locking/locking.c 	lck->share_modes = NULL;
NULL              804 source3/locking/locking.c 	lck->delete_token = NULL;
NULL              811 source3/locking/locking.c 	lck->fresh = (share_mode_data.dptr == NULL);
NULL              814 source3/locking/locking.c 		if (fname == NULL || servicepath == NULL
NULL              815 source3/locking/locking.c 		    || old_write_time == NULL) {
NULL              820 source3/locking/locking.c 		if (lck->filename == NULL || lck->servicepath == NULL) {
NULL              847 source3/locking/locking.c 		return NULL;
NULL              853 source3/locking/locking.c 		return NULL;
NULL              860 source3/locking/locking.c 		return NULL;
NULL              880 source3/locking/locking.c 		return NULL;
NULL              886 source3/locking/locking.c 		return NULL;
NULL              889 source3/locking/locking.c 	if (!fill_share_mode_lock(lck, id, servicepath, fname, data, NULL)) {
NULL              893 source3/locking/locking.c 		return NULL;
NULL              914 source3/locking/locking.c 	char *frm = NULL;
NULL              930 source3/locking/locking.c 	if (lck->filename == NULL || lck->servicepath == NULL) {
NULL              992 source3/locking/locking.c 	if (!(lck = fetch_share_mode_unlocked(talloc_tos(), id, NULL, NULL))) {
NULL             1165 source3/locking/locking.c 	return NULL;
NULL             1181 source3/locking/locking.c 	if (e == NULL) {
NULL             1198 source3/locking/locking.c 	if (e == NULL) {
NULL             1218 source3/locking/locking.c 	if (e == NULL) {
NULL             1249 source3/locking/locking.c 	if (e == NULL) {
NULL             1323 source3/locking/locking.c 	if (tok == NULL) {
NULL             1324 source3/locking/locking.c 		return NULL;
NULL             1329 source3/locking/locking.c 		return NULL;
NULL             1339 source3/locking/locking.c 			return NULL;
NULL             1376 source3/locking/locking.c 			SMB_ASSERT(lck->delete_token != NULL);
NULL             1384 source3/locking/locking.c 	UNIX_USER_TOKEN *tok_copy = NULL;
NULL             1392 source3/locking/locking.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL             1393 source3/locking/locking.c 				  NULL);
NULL             1394 source3/locking/locking.c 	if (lck == NULL) {
NULL             1400 source3/locking/locking.c 		if (tok_copy == NULL) {
NULL             1427 source3/locking/locking.c 	lck = get_share_mode_lock(NULL, fileid, NULL, NULL, NULL);
NULL             1428 source3/locking/locking.c 	if (lck == NULL) {
NULL             1450 source3/locking/locking.c 	lck = get_share_mode_lock(NULL, fileid, NULL, NULL, NULL);
NULL             1451 source3/locking/locking.c 	if (lck == NULL) {
NULL             1514 source3/locking/locking.c 	if (lock_db == NULL)
NULL              352 source3/locking/posix.c 	if (posix_pending_close_db != NULL) {
NULL              356 source3/locking/posix.c 	posix_pending_close_db = db_open_rbt(NULL);
NULL              358 source3/locking/posix.c 	if (posix_pending_close_db == NULL) {
NULL              409 source3/locking/posix.c 	SMB_ASSERT(rec != NULL);
NULL              411 source3/locking/posix.c 	if (rec->value.dptr != NULL) {
NULL              445 source3/locking/posix.c 	SMB_ASSERT((rec != NULL)
NULL              446 source3/locking/posix.c 		   && (rec->value.dptr != NULL)
NULL              513 source3/locking/posix.c 	SMB_ASSERT(rec != NULL);
NULL              538 source3/locking/posix.c 	SMB_ASSERT(rec != NULL);
NULL              543 source3/locking/posix.c 	SMB_ASSERT(new_data != NULL);
NULL              573 source3/locking/posix.c 	SMB_ASSERT(rec != NULL);
NULL              596 source3/locking/posix.c 		*entries = NULL;
NULL              614 source3/locking/posix.c 	int *fd_array = NULL;
NULL              791 source3/locking/posix.c 				if(lhead == NULL) {
NULL              876 source3/locking/posix.c 				if(l_new == NULL) {
NULL              878 source3/locking/posix.c 					return NULL; /* The talloc_destroy takes care of cleanup. */
NULL              910 source3/locking/posix.c 				char *msg = NULL;
NULL              944 source3/locking/posix.c 	TALLOC_CTX *l_ctx = NULL;
NULL              945 source3/locking/posix.c 	struct lock_list *llist = NULL;
NULL              946 source3/locking/posix.c 	struct lock_list *ll = NULL;
NULL              979 source3/locking/posix.c 	if ((l_ctx = talloc_init("set_posix_lock")) == NULL) {
NULL              984 source3/locking/posix.c 	if ((ll = TALLOC_P(l_ctx, struct lock_list)) == NULL) {
NULL             1078 source3/locking/posix.c 	TALLOC_CTX *ul_ctx = NULL;
NULL             1079 source3/locking/posix.c 	struct lock_list *ulist = NULL;
NULL             1080 source3/locking/posix.c 	struct lock_list *ul = NULL;
NULL             1097 source3/locking/posix.c 	if ((ul_ctx = talloc_init("release_posix_lock")) == NULL) {
NULL             1102 source3/locking/posix.c 	if ((ul = TALLOC_P(ul_ctx, struct lock_list)) == NULL) {
NULL             1144 source3/locking/posix.c 			(!ulist || ulist->next != NULL || ulist->start != offset || ulist->size != count)) {
NULL             1240 source3/locking/posix.c 	TALLOC_CTX *ul_ctx = NULL;
NULL             1241 source3/locking/posix.c 	struct lock_list *ulist = NULL;
NULL             1242 source3/locking/posix.c 	struct lock_list *ul = NULL;
NULL             1256 source3/locking/posix.c 	if ((ul_ctx = talloc_init("release_posix_lock")) == NULL) {
NULL             1261 source3/locking/posix.c 	if ((ul = TALLOC_P(ul_ctx, struct lock_list)) == NULL) {
NULL              209 source3/modules/charset_macosxfs.c 	static CFMutableStringRef cfstring = NULL;
NULL              219 source3/modules/charset_macosxfs.c 	if (NULL == cfstring) {
NULL              247 source3/modules/charset_macosxfs.c 		static char *buffer = NULL;
NULL              331 source3/modules/charset_macosxfs.c 	static CFMutableStringRef cfstring = NULL;
NULL              332 source3/modules/charset_macosxfs.c 	static UniChar *buffer = NULL;
NULL              350 source3/modules/charset_macosxfs.c 	if (NULL == cfstring) {
NULL              525 source3/modules/charset_macosxfs.c 	static UniChar *buffer = NULL;
NULL               30 source3/modules/developer.c 	{0, NULL}
NULL               50 source3/modules/gpfs.c 	if (gpfs_set_share_fn == NULL) {
NULL               54 source3/modules/gpfs.c 	if ((fsp == NULL) || (fsp->fh == NULL) || (fsp->fh->fd < 0)) {
NULL               99 source3/modules/gpfs.c 	if (gpfs_set_lease_fn == NULL) {
NULL              122 source3/modules/gpfs.c 	if (gpfs_getacl_fn == NULL) {
NULL              132 source3/modules/gpfs.c 	if (gpfs_putacl_fn == NULL) {
NULL              144 source3/modules/gpfs.c 	    || (gpfs_get_realfilename_path_fn == NULL)) {
NULL              163 source3/modules/gpfs.c 	if (*libhandle_pointer == NULL) {
NULL              167 source3/modules/gpfs.c 	if (*libhandle_pointer == NULL) {
NULL              173 source3/modules/gpfs.c 	if (*fn_pointer == NULL) {
NULL              178 source3/modules/gpfs.c 			*libhandle_pointer = NULL;
NULL              188 source3/modules/gpfs.c 	static void *libgpfs_handle = NULL;
NULL              189 source3/modules/gpfs.c 	static void *libgpfs_gpl_handle = NULL;
NULL               50 source3/modules/nfs4_acls.c 	if (theacl==NULL)
NULL               54 source3/modules/nfs4_acls.c 		return NULL;
NULL               60 source3/modules/nfs4_acls.c 		return NULL;
NULL               68 source3/modules/nfs4_acls.c 	if (ace==NULL)
NULL               72 source3/modules/nfs4_acls.c 		return NULL;
NULL               78 source3/modules/nfs4_acls.c 		return NULL;
NULL               87 source3/modules/nfs4_acls.c 	if (theacl==NULL)
NULL               91 source3/modules/nfs4_acls.c 		return NULL;
NULL              105 source3/modules/nfs4_acls.c 	if (ace==NULL)
NULL              109 source3/modules/nfs4_acls.c 		return NULL;
NULL              115 source3/modules/nfs4_acls.c 	if (aclint->first==NULL)
NULL              131 source3/modules/nfs4_acls.c 	if (aceint==NULL)
NULL              132 source3/modules/nfs4_acls.c 		return NULL;
NULL              140 source3/modules/nfs4_acls.c 	if (aceint==NULL)
NULL              141 source3/modules/nfs4_acls.c 		return NULL;
NULL              149 source3/modules/nfs4_acls.c 	if (aclint==NULL)
NULL              150 source3/modules/nfs4_acls.c 		return NULL;
NULL              158 source3/modules/nfs4_acls.c 	if (aclint==NULL)
NULL              214 source3/modules/nfs4_acls.c 	SEC_ACE *nt_ace_list = NULL;
NULL              223 source3/modules/nfs4_acls.c 	if (nt_ace_list==NULL)
NULL              230 source3/modules/nfs4_acls.c 	for (aceint=aclint->first; aceint!=NULL; aceint=(SMB_ACE4_INT_T *)aceint->next) {
NULL              289 source3/modules/nfs4_acls.c 	SEC_ACE *nt_ace_list = NULL;
NULL              290 source3/modules/nfs4_acls.c 	SEC_ACL *psa = NULL;
NULL              293 source3/modules/nfs4_acls.c 	if (theacl==NULL || smb_get_naces(theacl)==0)
NULL              308 source3/modules/nfs4_acls.c 	if (psa == NULL) {
NULL              315 source3/modules/nfs4_acls.c 	                        (security_info & OWNER_SECURITY_INFORMATION) ? &sid_owner : NULL,
NULL              316 source3/modules/nfs4_acls.c 	                        (security_info & GROUP_SECURITY_INFORMATION) ? &sid_group : NULL,
NULL              317 source3/modules/nfs4_acls.c 	                        NULL, psa, &sd_size);
NULL              318 source3/modules/nfs4_acls.c 	if (*ppdesc==NULL) {
NULL              324 source3/modules/nfs4_acls.c 		   ndr_size_security_descriptor(*ppdesc, NULL, 0)));
NULL              415 source3/modules/nfs4_acls.c 	for(aceint = aclint->first; aceint!=NULL; aceint=(SMB_ACE4_INT_T *)aceint->next) {
NULL              438 source3/modules/nfs4_acls.c 	for(aceint = aclint->first; aceint!=NULL; aceint=(SMB_ACE4_INT_T *)aceint->next) {
NULL              464 source3/modules/nfs4_acls.c 	return NULL;
NULL              470 source3/modules/nfs4_acls.c 	static struct db_context *mapping_db = NULL;
NULL              473 source3/modules/nfs4_acls.c 	if (mapping_db == NULL) {
NULL              475 source3/modules/nfs4_acls.c 			-1, SMBACL4_PARAM_TYPE_NAME, "sidmap", NULL);
NULL              477 source3/modules/nfs4_acls.c 		if (dbname == NULL) {
NULL              484 source3/modules/nfs4_acls.c 		mapping_db = db_open(NULL, dbname, 0, TDB_DEFAULT,
NULL              488 source3/modules/nfs4_acls.c 		if (mapping_db == NULL) {
NULL              495 source3/modules/nfs4_acls.c 	if (mapping_db->fetch(mapping_db, NULL,
NULL              503 source3/modules/nfs4_acls.c 	if ((data.dptr == NULL) || (data.dsize <= 0)
NULL              674 source3/modules/nfs4_acls.c 	if (theacl==NULL)
NULL              675 source3/modules/nfs4_acls.c 		return NULL;
NULL              693 source3/modules/nfs4_acls.c 				return NULL;
NULL              709 source3/modules/nfs4_acls.c 	SMB4ACL_T *theacl = NULL;
NULL              763 source3/modules/nfs4_acls.c 	if (!(security_info_sent & DACL_SECURITY_INFORMATION) || psd->dacl ==NULL) {
NULL               34 source3/modules/onefs_acl.c 	{-1, NULL}
NULL              145 source3/modules/onefs_acl.c 	const char ** sid_list = NULL;
NULL              153 source3/modules/onefs_acl.c 	if (!sid_list || *sid_list == NULL)
NULL              242 source3/modules/onefs_acl.c 	struct ifs_ace *aces = NULL;
NULL              295 source3/modules/onefs_acl.c 	SEC_ACE *samba_aces = NULL;
NULL              296 source3/modules/onefs_acl.c 	SEC_ACL *tmp_samba_acl = NULL;
NULL              304 source3/modules/onefs_acl.c 		*samba_acl = NULL;
NULL              316 source3/modules/onefs_acl.c 		if ((samba_aces = SMB_MALLOC_ARRAY(SEC_ACE, num_aces)) == NULL)
NULL              336 source3/modules/onefs_acl.c 	    samba_aces)) == NULL) {
NULL              373 source3/modules/onefs_acl.c 	struct ifs_ace *new_aces = NULL;
NULL              377 source3/modules/onefs_acl.c 	if (sd == NULL || sd->dacl == NULL || sd->dacl->num_aces == 0)
NULL              384 source3/modules/onefs_acl.c 	SMB_ASSERT(fsp != NULL);
NULL              413 source3/modules/onefs_acl.c 	if (new_aces == NULL)
NULL              607 source3/modules/onefs_acl.c 	struct ifs_security_descriptor *sd = NULL;
NULL              619 source3/modules/onefs_acl.c 	*ppdesc = NULL;
NULL              642 source3/modules/onefs_acl.c 							 NULL,
NULL              644 source3/modules/onefs_acl.c 							 NULL)) == -1) {
NULL              697 source3/modules/onefs_acl.c 	ownerp = NULL;
NULL              698 source3/modules/onefs_acl.c 	groupp = NULL;
NULL              699 source3/modules/onefs_acl.c 	dacl = NULL;
NULL              700 source3/modules/onefs_acl.c 	sacl = NULL;
NULL              821 source3/modules/onefs_acl.c 	ownerp = NULL;
NULL              822 source3/modules/onefs_acl.c 	groupp = NULL;
NULL              823 source3/modules/onefs_acl.c 	daclp = NULL;
NULL              824 source3/modules/onefs_acl.c 	saclp = NULL;
NULL              882 source3/modules/onefs_acl.c 		(daclp ? &daclp : NULL), (saclp ? &saclp : NULL), false))
NULL              933 source3/modules/onefs_acl.c 						NULL,
NULL              935 source3/modules/onefs_acl.c 						NULL)) == -1) {
NULL               58 source3/modules/onefs_cbrl.c 	if (bs == NULL) {
NULL              109 source3/modules/onefs_cbrl.c 		if (bs == NULL)
NULL              119 source3/modules/onefs_cbrl.c 	if (blr == NULL) {
NULL              121 source3/modules/onefs_cbrl.c 		return NULL;
NULL              137 source3/modules/onefs_cbrl.c 	if (blr == NULL)
NULL              171 source3/modules/onefs_cbrl.c 	if (blr == NULL)
NULL              225 source3/modules/onefs_cbrl.c 				     NULL,
NULL              229 source3/modules/onefs_cbrl.c 				     NULL);
NULL               42 source3/modules/onefs_config.h #define PARM_ATIME_NOW_DEFAULT  NULL
NULL               44 source3/modules/onefs_config.h #define PARM_ATIME_STATIC_DEFAULT NULL
NULL               52 source3/modules/onefs_config.h #define PARM_CTIME_NOW_DEFAULT  NULL
NULL               70 source3/modules/onefs_config.h #define PARM_MTIME_NOW_DEFAULT	NULL
NULL               72 source3/modules/onefs_config.h #define PARM_MTIME_STATIC_DEFAULT NULL
NULL               88 source3/modules/onefs_config.h #define PARM_UNMAPPABLE_SIDS_IGNORE_LIST_DEFAULT NULL
NULL               45 source3/modules/onefs_dir.c static char *rdp_direntries = NULL;
NULL               46 source3/modules/onefs_dir.c static SMB_STRUCT_STAT *rdp_stats = NULL;
NULL               47 source3/modules/onefs_dir.c static uint64_t *rdp_cookies = NULL;
NULL               59 source3/modules/onefs_dir.c static struct rdp_dir_state *dirstatelist = NULL;
NULL               61 source3/modules/onefs_dir.c SMB_STRUCT_DIR *rdp_last_dirp = NULL;
NULL              203 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              266 source3/modules/onefs_dir.c 		return NULL;
NULL              273 source3/modules/onefs_dir.c 		return NULL;
NULL              302 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              323 source3/modules/onefs_dir.c 		ret_direntp = NULL;
NULL              334 source3/modules/onefs_dir.c 				ret_direntp = NULL;
NULL              344 source3/modules/onefs_dir.c 			ret_direntp = NULL;
NULL              405 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              451 source3/modules/onefs_dir.c 	rdp_last_dirp = NULL;
NULL              469 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              516 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              560 source3/modules/onefs_dir.c 	struct rdp_dir_state *dsp = NULL;
NULL              591 source3/modules/onefs_dir.c 	rdp_last_dirp = NULL;
NULL              614 source3/modules/onefs_dir.c 	rdp_last_dirp = NULL;
NULL              292 source3/modules/onefs_notify.c 	char *path_buf = NULL;
NULL              364 source3/modules/onefs_notify.c 	char *path = NULL;
NULL              382 source3/modules/onefs_notify.c 		ne.path = NULL;
NULL              468 source3/modules/onefs_notify.c 	struct onefs_notify_watch_context *wc = NULL;
NULL              553 source3/modules/onefs_notify.c 	struct onefs_notify_watch_context *wc = NULL;
NULL              560 source3/modules/onefs_notify.c 		(*handle) = NULL;
NULL              607 source3/modules/onefs_notify.c 		(*handle) = NULL;
NULL              627 source3/modules/onefs_notify.c 	if (wc == NULL) {
NULL              654 source3/modules/onefs_notify.c 	if (wc->path == NULL) {
NULL               92 source3/modules/onefs_open.c 	char *base = NULL;
NULL               93 source3/modules/onefs_open.c 	char *stream = NULL;
NULL              199 source3/modules/onefs_open.c 	if ((conn->fs_capabilities & FILE_NAMED_STREAMS) && stream != NULL) {
NULL              210 source3/modules/onefs_open.c 					    stream != NULL ? stream :
NULL              211 source3/modules/onefs_open.c 					    (base != NULL ? base : path),
NULL              228 source3/modules/onefs_open.c 			if (time((time_t *) NULL) > last_warned) {
NULL              235 source3/modules/onefs_open.c 				last_warned = time((time_t *) NULL);
NULL              320 source3/modules/onefs_open.c 	fsp->wcp = NULL; /* Write cache pointer. */
NULL              456 source3/modules/onefs_open.c 	struct pending_message_list *pml = NULL;
NULL              458 source3/modules/onefs_open.c 	struct share_mode_lock *lck = NULL;
NULL              526 source3/modules/onefs_open.c 	if (req == NULL && !is_stat_open(access_mask) && !is_ntfs_stream_name(fname)) {
NULL              530 source3/modules/onefs_open.c 	if ((req == NULL) && ((oplock_request & INTERNAL_OPEN_ONLY) == 0)) {
NULL              539 source3/modules/onefs_open.c 	if ((req != NULL)
NULL              540 source3/modules/onefs_open.c 	    && ((pml = get_open_deferred_message(req->mid)) != NULL)) {
NULL              551 source3/modules/onefs_open.c 		lck = get_share_mode_lock(talloc_tos(), state->id, NULL, NULL,
NULL              552 source3/modules/onefs_open.c 					  NULL);
NULL              553 source3/modules/onefs_open.c 		if (lck == NULL) {
NULL              835 source3/modules/onefs_open.c 		if (lck == NULL) {
NULL              847 source3/modules/onefs_open.c 	SMB_ASSERT(!file_existed || (lck != NULL));
NULL              907 source3/modules/onefs_open.c 			if (lck == NULL) {
NULL              940 source3/modules/onefs_open.c 				if (req != NULL) {
NULL              968 source3/modules/onefs_open.c 				if (req == NULL) {
NULL             1058 source3/modules/onefs_open.c 				if ((req != NULL)
NULL             1123 source3/modules/onefs_open.c 		if (lck == NULL) {
NULL             1149 source3/modules/onefs_open.c 			if (req != NULL) {
NULL             1163 source3/modules/onefs_open.c 	SMB_ASSERT(lck != NULL);
NULL             1319 source3/modules/onefs_open.c 	if (req != NULL) {
NULL             1344 source3/modules/onefs_open.c 	files_struct *fsp = NULL;
NULL             1345 source3/modules/onefs_open.c 	struct share_mode_lock *lck = NULL;
NULL             1455 source3/modules/onefs_open.c 					    NULL);
NULL             1578 source3/modules/onefs_open.c 	if (lck == NULL) {
NULL             1648 source3/modules/onefs_open.c 	files_struct *base_fsp = NULL;
NULL             1649 source3/modules/onefs_open.c 	files_struct *fsp = NULL;
NULL             1675 source3/modules/onefs_open.c 	if (req == NULL) {
NULL             1681 source3/modules/onefs_open.c 	if (psbuf != NULL) {
NULL             1720 source3/modules/onefs_open.c 						      &base, NULL);
NULL             1741 source3/modules/onefs_open.c 			NULL,				/* req */
NULL             1752 source3/modules/onefs_open.c 			NULL,				/* sd */
NULL             1753 source3/modules/onefs_open.c 			NULL,				/* ea_list */
NULL             1755 source3/modules/onefs_open.c 			NULL,				/* pinfo */
NULL             1756 source3/modules/onefs_open.c 			NULL,				/* fsp_data */
NULL             1757 source3/modules/onefs_open.c 			NULL);				/* psbuf */
NULL             1782 source3/modules/onefs_open.c 	if (sd != NULL) {
NULL             1861 source3/modules/onefs_open.c 			fsp = NULL;
NULL             1909 source3/modules/onefs_open.c 	if ((ea_list != NULL) && (info == FILE_WAS_CREATED)) {
NULL             1946 source3/modules/onefs_open.c 	if (pinfo != NULL) {
NULL             1949 source3/modules/onefs_open.c 	if (psbuf != NULL) {
NULL             1950 source3/modules/onefs_open.c 		if ((fsp->fh == NULL) || (fsp->fh->fd == -1)) {
NULL             1962 source3/modules/onefs_open.c 	if (fsp != NULL) {
NULL             1968 source3/modules/onefs_open.c 			base_fsp = NULL;
NULL             1971 source3/modules/onefs_open.c 		fsp = NULL;
NULL             1973 source3/modules/onefs_open.c 	if (base_fsp != NULL) {
NULL             1975 source3/modules/onefs_open.c 		base_fsp = NULL;
NULL             2009 source3/modules/onefs_open.c 	struct case_semantics_state *case_state = NULL;
NULL             2013 source3/modules/onefs_open.c 	files_struct *fsp = NULL;
NULL             2045 source3/modules/onefs_open.c 	if ((req != NULL) && (req->flags2 & FLAGS2_DFS_PATHNAMES)) {
NULL             2075 source3/modules/onefs_open.c 				      &converted_fname, NULL, &sbuf);
NULL             2081 source3/modules/onefs_open.c 		if (psbuf != NULL) {
NULL             2130 source3/modules/onefs_open.c 		struct onefs_fsp_data *fsp_data_tmp = NULL;
NULL             2135 source3/modules/onefs_open.c 		if (fsp_data_tmp == NULL) {
NULL             2144 source3/modules/onefs_open.c 	if (pinfo != NULL) {
NULL             2147 source3/modules/onefs_open.c 	if (psbuf != NULL) {
NULL             2155 source3/modules/onefs_open.c 	if (fsp != NULL) {
NULL             2157 source3/modules/onefs_open.c 		fsp = NULL;
NULL              175 source3/modules/onefs_shadow_copy.c 	if (isp == NULL)
NULL              179 source3/modules/onefs_shadow_copy.c 	if (isp->is_name == NULL) {
NULL              181 source3/modules/onefs_shadow_copy.c 		isp = NULL;
NULL              187 source3/modules/onefs_shadow_copy.c 	isp->is_next = NULL;
NULL              202 source3/modules/onefs_shadow_copy.c 	if (isp != NULL) {
NULL              203 source3/modules/onefs_shadow_copy.c 		if (isp->is_name != NULL)
NULL              219 source3/modules/onefs_shadow_copy.c 	while (isp != NULL) {
NULL              258 source3/modules/onefs_shadow_copy.c 	if (isp1 == NULL) {
NULL              264 source3/modules/onefs_shadow_copy.c 	if (ispp != NULL) {
NULL              348 source3/modules/onefs_shadow_copy.c 	if (dirp == NULL)
NULL              353 source3/modules/onefs_shadow_copy.c 		if (dp == NULL)
NULL              396 source3/modules/onefs_shadow_copy.c 	while (oscp->osc_set != NULL) {
NULL              439 source3/modules/onefs_shadow_copy.c 	if (oscp == NULL)
NULL              469 source3/modules/onefs_shadow_copy.c 	if (idcp != NULL)
NULL              486 source3/modules/onefs_shadow_copy.c 	if (idcp == NULL)
NULL              512 source3/modules/onefs_shadow_copy.c 	if (cpp == NULL) {
NULL              545 source3/modules/onefs_shadow_copy.c 	if (tmp == NULL) {
NULL              560 source3/modules/onefs_shadow_copy.c 	if (cp == NULL) {
NULL              613 source3/modules/onefs_shadow_copy.c 	if (idcp == NULL)
NULL              632 source3/modules/onefs_shadow_copy.c 	if (idcp != NULL) {
NULL              634 source3/modules/onefs_shadow_copy.c 		idcp = NULL;
NULL              653 source3/modules/onefs_shadow_copy.c 	if (idcp == NULL)
NULL              654 source3/modules/onefs_shadow_copy.c 		return NULL;
NULL              657 source3/modules/onefs_shadow_copy.c 		return NULL;
NULL              672 source3/modules/onefs_shadow_copy.c 	if (idcp != NULL)
NULL              692 source3/modules/onefs_shadow_copy.c 	char *cpath = NULL;
NULL              693 source3/modules/onefs_shadow_copy.c 	char *cpath2 = NULL;
NULL              721 source3/modules/onefs_shadow_copy.c 	is.is_name = NULL;
NULL              726 source3/modules/onefs_shadow_copy.c 	if (ispp == NULL)
NULL              740 source3/modules/onefs_shadow_copy.c 	if (cpath == NULL)
NULL              769 source3/modules/onefs_shadow_copy.c 		if (isp == NULL)
NULL              775 source3/modules/onefs_shadow_copy.c 		if (cpath2 == NULL)
NULL               45 source3/modules/onefs_streams.c 	if (pstream == NULL || *pstream == NULL) {
NULL              113 source3/modules/onefs_streams.c 						NULL,
NULL              115 source3/modules/onefs_streams.c 						NULL);
NULL              133 source3/modules/onefs_streams.c 					NULL,
NULL              135 source3/modules/onefs_streams.c 					NULL);
NULL              155 source3/modules/onefs_streams.c 	TALLOC_CTX *frame = NULL;
NULL              161 source3/modules/onefs_streams.c 	char *obase = NULL;
NULL              162 source3/modules/onefs_streams.c 	char *osname = NULL;
NULL              163 source3/modules/onefs_streams.c 	char *nbase = NULL;
NULL              164 source3/modules/onefs_streams.c 	char *nsname = NULL;
NULL              188 source3/modules/onefs_streams.c 	dir_fd = get_stream_dir_fd(handle->conn, obase, NULL);
NULL              197 source3/modules/onefs_streams.c 	if (nsname == NULL) {
NULL              317 source3/modules/onefs_streams.c 	char *base = NULL;
NULL              318 source3/modules/onefs_streams.c 	char *stream = NULL;
NULL              350 source3/modules/onefs_streams.c 	if (fsp != NULL && fsp->base_fsp != NULL) {
NULL              366 source3/modules/onefs_streams.c 	char *base = NULL;
NULL              367 source3/modules/onefs_streams.c 	char *stream = NULL;
NULL              391 source3/modules/onefs_streams.c 	char *base = NULL;
NULL              392 source3/modules/onefs_streams.c 	char *stream = NULL;
NULL              409 source3/modules/onefs_streams.c 	dir_fd = get_stream_dir_fd(handle->conn, base, NULL);
NULL              443 source3/modules/onefs_streams.c 	dirfd = get_stream_dir_fd(handle->conn, base, NULL);
NULL              461 source3/modules/onefs_streams.c 	char *base = NULL;
NULL              462 source3/modules/onefs_streams.c 	char *stream = NULL;
NULL              498 source3/modules/onefs_streams.c 	if (tmp == NULL) {
NULL              504 source3/modules/onefs_streams.c 	if (tmp[*num_streams].name == NULL) {
NULL              527 source3/modules/onefs_streams.c 	SMB_STRUCT_DIR *dirp = NULL;
NULL              528 source3/modules/onefs_streams.c 	SMB_STRUCT_DIRENT *dp = NULL;
NULL              537 source3/modules/onefs_streams.c 	if ((fsp != NULL) && (fsp->fh->fd != -1)) {
NULL              549 source3/modules/onefs_streams.c 	if ((dirp = fdopendir(dir_fd)) == NULL) {
NULL              574 source3/modules/onefs_streams.c 	while ((dp = SMB_VFS_READDIR(conn, dirp, NULL)) != NULL) {
NULL              592 source3/modules/onefs_streams.c 							 NULL,
NULL              594 source3/modules/onefs_streams.c 							 NULL)) == -1) {
NULL              618 source3/modules/onefs_streams.c 				    SMB_VFS_GET_ALLOC_SIZE(conn, NULL,
NULL              627 source3/modules/onefs_streams.c 	if (dirp != NULL) {
NULL              655 source3/modules/onefs_streams.c 	if ((fsp != NULL) && (fsp->fh->fd != -1)) {
NULL              671 source3/modules/onefs_streams.c 	state.streams = NULL;
NULL               57 source3/modules/onefs_system.c 	if (sml == NULL) {
NULL               93 source3/modules/onefs_system.c 	struct sm_lock sml, *psml = NULL;
NULL               96 source3/modules/onefs_system.c 	struct ifs_security_descriptor ifs_sd = {}, *pifs_sd = NULL;
NULL              105 source3/modules/onefs_system.c 	if (sd != NULL) {
NULL              231 source3/modules/onefs_system.c 	hdr.trailers = NULL;
NULL              239 source3/modules/onefs_system.c 		hdtrl.iov_base = NULL;
NULL              294 source3/modules/onefs_system.c 				hdtrl.iov_base = NULL;
NULL              485 source3/modules/onefs_system.c 	static char *spill_buffer = NULL;
NULL              496 source3/modules/onefs_system.c 		spill_buffer = talloc_array(NULL, char, new_count);
NULL              505 source3/modules/onefs_system.c 	spill_buffer = talloc_realloc(NULL, spill_buffer, char, new_count);
NULL              522 source3/modules/onefs_system.c 	char *spill_buffer = NULL;
NULL              545 source3/modules/onefs_system.c 	if (spill_buffer == NULL) {
NULL               74 source3/modules/perfcount_onefs.c 		pcd->context = NULL;
NULL               85 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL               90 source3/modules/perfcount_onefs.c 	if (oc == NULL)
NULL              107 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              129 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              155 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              177 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              190 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              224 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              255 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              262 source3/modules/perfcount_onefs.c 		pcd->context = NULL;
NULL              282 source3/modules/perfcount_onefs.c 		pcd->context = NULL;
NULL              299 source3/modules/perfcount_onefs.c         if (pcd->context == NULL)
NULL              329 source3/modules/perfcount_onefs.c 	pcd->context = NULL;
NULL               67 source3/modules/perfcount_test.c 	for (ptc = ctxt->ops; ptc != NULL; ) {
NULL               74 source3/modules/perfcount_test.c 		for (head = g_list[ptc->op]; head != NULL; head = head->next) {
NULL              180 source3/modules/perfcount_test.c 	       for (head = g_list[i]; head != NULL; head = head->next) {
NULL              182 source3/modules/perfcount_test.c 		       head->prev = NULL;
NULL              230 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              247 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              258 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              268 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              279 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              291 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              307 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              317 source3/modules/perfcount_test.c 	for (ctr = ctxt->ops; ctr != NULL; ctr = ctr->next) {
NULL              324 source3/modules/perfcount_test.c 		new_ctr->next = NULL;
NULL              325 source3/modules/perfcount_test.c 		new_ctr->prev = NULL;
NULL              334 source3/modules/perfcount_test.c 	for (ctr = new_ctxt->ops; ctr != NULL; ) {
NULL              366 source3/modules/perfcount_test.c         if (pcd->context == NULL)
NULL              372 source3/modules/perfcount_test.c 	pcd->context = NULL;
NULL               49 source3/modules/vfs_acl_tdb.c 	if (dbname == NULL) {
NULL               55 source3/modules/vfs_acl_tdb.c 	*pp_db = db_open(NULL, dbname, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
NULL               58 source3/modules/vfs_acl_tdb.c 	if (*pp_db == NULL) {
NULL               84 source3/modules/vfs_acl_tdb.c 		acl_db = NULL;
NULL              122 source3/modules/vfs_acl_tdb.c 	if (rec == NULL) {
NULL              146 source3/modules/vfs_acl_tdb.c 	ndr_err = ndr_pull_struct_blob(pblob, ctx, NULL, &xacl,
NULL              161 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->owner_sid : NULL,
NULL              163 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->group_sid : NULL,
NULL              165 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->sacl : NULL,
NULL              167 source3/modules/vfs_acl_tdb.c 			? xacl.info.sd_hs->sd->dacl : NULL,
NULL              172 source3/modules/vfs_acl_tdb.c 	return (*ppdesc != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL              227 source3/modules/vfs_acl_tdb.c 	if (pblob->length == 0 || pblob->data == NULL) {
NULL              253 source3/modules/vfs_acl_tdb.c 			pblob, ctx, NULL, &xacl,
NULL              308 source3/modules/vfs_acl_tdb.c 	if (rec == NULL) {
NULL              358 source3/modules/vfs_acl_tdb.c 	if (rec == NULL) {
NULL              381 source3/modules/vfs_acl_tdb.c 	if (fsp && name == NULL) {
NULL              414 source3/modules/vfs_acl_tdb.c 	struct security_ace *pace = NULL;
NULL              415 source3/modules/vfs_acl_tdb.c 	struct security_acl *pacl = NULL;
NULL              422 source3/modules/vfs_acl_tdb.c 		return NULL;
NULL              435 source3/modules/vfs_acl_tdb.c 		return NULL;
NULL              442 source3/modules/vfs_acl_tdb.c 			NULL,
NULL              457 source3/modules/vfs_acl_tdb.c 	struct security_descriptor *parent_desc = NULL;
NULL              458 source3/modules/vfs_acl_tdb.c 	struct security_descriptor *psd = NULL;
NULL              463 source3/modules/vfs_acl_tdb.c 	if (!parent_dirname(ctx, fname, &parent_name, NULL)) {
NULL              471 source3/modules/vfs_acl_tdb.c 					NULL,
NULL              508 source3/modules/vfs_acl_tdb.c 	if (!psd || psd->dacl == NULL) {
NULL              558 source3/modules/vfs_acl_tdb.c 	struct security_descriptor *pdesc = NULL;
NULL              561 source3/modules/vfs_acl_tdb.c 					NULL,
NULL              645 source3/modules/vfs_acl_tdb.c 	inherit_new_acl(handle, path, NULL, true);
NULL              689 source3/modules/vfs_acl_tdb.c 				NULL, security_info, ppdesc);
NULL              714 source3/modules/vfs_acl_tdb.c 	NTSTATUS status = get_nt_acl_tdb_internal(handle, NULL,
NULL              789 source3/modules/vfs_acl_tdb.c 			psd->dacl != NULL &&
NULL              794 source3/modules/vfs_acl_tdb.c 		struct security_descriptor *new_psd = NULL;
NULL              941 source3/modules/vfs_acl_tdb.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               43 source3/modules/vfs_acl_xattr.c 	ndr_err = ndr_pull_struct_blob(pblob, ctx, NULL, &xacl,
NULL               58 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->owner_sid : NULL,
NULL               60 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->group_sid : NULL,
NULL               62 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->sacl : NULL,
NULL               64 source3/modules/vfs_acl_xattr.c 			? xacl.info.sd_hs->sd->dacl : NULL,
NULL               69 source3/modules/vfs_acl_xattr.c 	return (*ppdesc != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL               83 source3/modules/vfs_acl_xattr.c 	uint8_t *val = NULL;
NULL               93 source3/modules/vfs_acl_xattr.c 	if (tmp == NULL) {
NULL              150 source3/modules/vfs_acl_xattr.c 			pblob, ctx, NULL, &xacl,
NULL              249 source3/modules/vfs_acl_xattr.c 	if (fsp && name == NULL) {
NULL              282 source3/modules/vfs_acl_xattr.c 	struct security_ace *pace = NULL;
NULL              283 source3/modules/vfs_acl_xattr.c 	struct security_acl *pacl = NULL;
NULL              290 source3/modules/vfs_acl_xattr.c 		return NULL;
NULL              303 source3/modules/vfs_acl_xattr.c 		return NULL;
NULL              310 source3/modules/vfs_acl_xattr.c 			NULL,
NULL              325 source3/modules/vfs_acl_xattr.c 	struct security_descriptor *parent_desc = NULL;
NULL              326 source3/modules/vfs_acl_xattr.c 	struct security_descriptor *psd = NULL;
NULL              331 source3/modules/vfs_acl_xattr.c 	if (!parent_dirname(ctx, fname, &parent_name, NULL)) {
NULL              339 source3/modules/vfs_acl_xattr.c 					NULL,
NULL              376 source3/modules/vfs_acl_xattr.c 	if (!psd || psd->dacl == NULL) {
NULL              426 source3/modules/vfs_acl_xattr.c 	struct security_descriptor *pdesc = NULL;
NULL              429 source3/modules/vfs_acl_xattr.c 					NULL,
NULL              477 source3/modules/vfs_acl_xattr.c 	inherit_new_acl(handle, path, NULL, true);
NULL              489 source3/modules/vfs_acl_xattr.c 				NULL, security_info, ppdesc);
NULL              514 source3/modules/vfs_acl_xattr.c 	NTSTATUS status = get_nt_acl_xattr_internal(handle, NULL,
NULL              589 source3/modules/vfs_acl_xattr.c 			psd->dacl != NULL &&
NULL              594 source3/modules/vfs_acl_xattr.c 		struct security_descriptor *new_psd = NULL;
NULL              680 source3/modules/vfs_acl_xattr.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               72 source3/modules/vfs_afsacl.c 	if (acl->ctx == NULL) {
NULL               81 source3/modules/vfs_afsacl.c 	if (acl->ctx != NULL)
NULL               83 source3/modules/vfs_afsacl.c 	acl->ctx = NULL;
NULL               85 source3/modules/vfs_afsacl.c 	acl->acelist = NULL;
NULL               92 source3/modules/vfs_afsacl.c 	if (result == NULL)
NULL               93 source3/modules/vfs_afsacl.c 		return NULL;
NULL               97 source3/modules/vfs_afsacl.c 	result->next = NULL;
NULL              100 source3/modules/vfs_afsacl.c 	if (result->name == NULL) {
NULL              101 source3/modules/vfs_afsacl.c 		return NULL;
NULL              154 source3/modules/vfs_afsacl.c 		if (p != NULL) {
NULL              170 source3/modules/vfs_afsacl.c 	if (result == NULL) {
NULL              172 source3/modules/vfs_afsacl.c 		return NULL;
NULL              176 source3/modules/vfs_afsacl.c 	if (result->name == NULL) {
NULL              178 source3/modules/vfs_afsacl.c 		return NULL;
NULL              196 source3/modules/vfs_afsacl.c 	for (ace = acl->acelist; ace != NULL; ace = ace->next) {
NULL              245 source3/modules/vfs_afsacl.c 	if ((p = strchr(p, '\n')) == NULL)
NULL              254 source3/modules/vfs_afsacl.c 	if ((p = strchr(p, '\n')) == NULL)
NULL              268 source3/modules/vfs_afsacl.c 		if ((p = strchr(p, '\t')) == NULL)
NULL              276 source3/modules/vfs_afsacl.c 		if ((p = strchr(p, '\n')) == NULL)
NULL              282 source3/modules/vfs_afsacl.c 		while ((space = strchr_m(name, space_replacement)) != NULL)
NULL              305 source3/modules/vfs_afsacl.c 	while (ace != NULL) {
NULL              321 source3/modules/vfs_afsacl.c 	while (ace != NULL) {
NULL              403 source3/modules/vfs_afsacl.c 	for (ace = acl->acelist; ace != NULL; ace = ace->next) {
NULL              431 source3/modules/vfs_afsacl.c 	for (ace = dir_acl->acelist; ace != NULL; ace = ace->next) {
NULL              436 source3/modules/vfs_afsacl.c 		     file_ace != NULL;
NULL              451 source3/modules/vfs_afsacl.c 	for (ace = file_acl->acelist; ace != NULL; ace = ace->next) {
NULL              456 source3/modules/vfs_afsacl.c 		     dir_ace != NULL;
NULL              595 source3/modules/vfs_afsacl.c 	SEC_ACL *psa = NULL;
NULL              608 source3/modules/vfs_afsacl.c 		if (nt_ace_list == NULL)
NULL              611 source3/modules/vfs_afsacl.c 		nt_ace_list = NULL;
NULL              617 source3/modules/vfs_afsacl.c 	while (afs_ace != NULL) {
NULL              642 source3/modules/vfs_afsacl.c 	if (psa == NULL)
NULL              648 source3/modules/vfs_afsacl.c 				? &owner_sid : NULL,
NULL              650 source3/modules/vfs_afsacl.c 				? &group_sid : NULL,
NULL              651 source3/modules/vfs_afsacl.c 				NULL, psa, &sd_size);
NULL              735 source3/modules/vfs_afsacl.c 	    (psd->dacl == NULL))
NULL              798 source3/modules/vfs_afsacl.c 				if (tmp == NULL) {
NULL              810 source3/modules/vfs_afsacl.c 				if (name == NULL) {
NULL              816 source3/modules/vfs_afsacl.c 		while ((p = strchr_m(name, ' ')) != NULL)
NULL              867 source3/modules/vfs_afsacl.c 	for (ace = src->acelist; ace != NULL; ace = ace->next)
NULL              881 source3/modules/vfs_afsacl.c 		if (copy == NULL) {
NULL              901 source3/modules/vfs_afsacl.c 	char *name = NULL;
NULL              923 source3/modules/vfs_afsacl.c 		if (p != NULL) {
NULL              978 source3/modules/vfs_afsacl.c 	iob.out = NULL;
NULL             1060 source3/modules/vfs_afsacl.c 	if (spc != NULL)
NULL             1077 source3/modules/vfs_afsacl.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               40 source3/modules/vfs_aio_fork.c 	if (result == NULL) {
NULL               52 source3/modules/vfs_aio_fork.c 	result->ptr = mmap(NULL, size, PROT_READ|PROT_WRITE,
NULL               68 source3/modules/vfs_aio_fork.c 	return NULL;
NULL              135 source3/modules/vfs_aio_fork.c 	msg.msg_name = NULL;
NULL              148 source3/modules/vfs_aio_fork.c 	if ((cmptr = CMSG_FIRSTHDR(&msg)) != NULL
NULL              205 source3/modules/vfs_aio_fork.c 	msg.msg_name = NULL;
NULL              228 source3/modules/vfs_aio_fork.c 	for (child = list->children; child != NULL; child = next) {
NULL              231 source3/modules/vfs_aio_fork.c 		if (child->aiocb != NULL) {
NULL              250 source3/modules/vfs_aio_fork.c 	if (list->children != NULL) {
NULL              263 source3/modules/vfs_aio_fork.c 	struct aio_child_list *data = NULL;
NULL              267 source3/modules/vfs_aio_fork.c 					return NULL);
NULL              270 source3/modules/vfs_aio_fork.c 	if (data == NULL) {
NULL              271 source3/modules/vfs_aio_fork.c 		data = TALLOC_ZERO_P(NULL, struct aio_child_list);
NULL              272 source3/modules/vfs_aio_fork.c 		if (data == NULL) {
NULL              273 source3/modules/vfs_aio_fork.c 			return NULL;
NULL              283 source3/modules/vfs_aio_fork.c 	if (data->cleanup_event == NULL) {
NULL              287 source3/modules/vfs_aio_fork.c 		if (data->cleanup_event == NULL) {
NULL              289 source3/modules/vfs_aio_fork.c 			return NULL;
NULL              400 source3/modules/vfs_aio_fork.c 		child->aiocb = NULL;
NULL              420 source3/modules/vfs_aio_fork.c 	SMB_ASSERT((child->aiocb == NULL) || child->cancelled);
NULL              434 source3/modules/vfs_aio_fork.c 	if ((fsp->fh != NULL) && (fsp->fh->fd != -1)) {
NULL              438 source3/modules/vfs_aio_fork.c 	return NULL;
NULL              463 source3/modules/vfs_aio_fork.c 	if (result->map == NULL) {
NULL              479 source3/modules/vfs_aio_fork.c 		file_walk_table(close_fsp_fd, NULL);
NULL              492 source3/modules/vfs_aio_fork.c 	if (result->sock_event == NULL) {
NULL              523 source3/modules/vfs_aio_fork.c 	if (children == NULL) {
NULL              527 source3/modules/vfs_aio_fork.c 	for (child = children->children; child != NULL; child = child->next) {
NULL              528 source3/modules/vfs_aio_fork.c 		if (child->aiocb == NULL) {
NULL              534 source3/modules/vfs_aio_fork.c 	if (child == NULL) {
NULL              643 source3/modules/vfs_aio_fork.c 	if (children == NULL) {
NULL              644 source3/modules/vfs_aio_fork.c 		return NULL;
NULL              647 source3/modules/vfs_aio_fork.c 	for (child = children->children; child != NULL; child = child->next) {
NULL              653 source3/modules/vfs_aio_fork.c 	return NULL;
NULL              662 source3/modules/vfs_aio_fork.c 	if (child == NULL) {
NULL              668 source3/modules/vfs_aio_fork.c 	child->aiocb = NULL;
NULL              685 source3/modules/vfs_aio_fork.c 	if (children == NULL) {
NULL              690 source3/modules/vfs_aio_fork.c 	for (child = children->children; child != NULL; child = child->next) {
NULL              691 source3/modules/vfs_aio_fork.c 		if (child->aiocb == NULL) {
NULL              697 source3/modules/vfs_aio_fork.c 		if ((aiocb != NULL) && (child->aiocb != aiocb)) {
NULL              718 source3/modules/vfs_aio_fork.c 	if (child == NULL) {
NULL              739 source3/modules/vfs_aio_fork.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,
NULL               29 source3/modules/vfs_aixacl.c 	struct acl *file_acl = (struct acl *)NULL;
NULL               30 source3/modules/vfs_aixacl.c 	struct smb_acl_t *result = (struct smb_acl_t *)NULL;
NULL               37 source3/modules/vfs_aixacl.c 		return NULL;
NULL               46 source3/modules/vfs_aixacl.c 	if(file_acl == NULL) {
NULL               49 source3/modules/vfs_aixacl.c 		return(NULL);
NULL               57 source3/modules/vfs_aixacl.c 		if( new_acl == NULL) {
NULL               60 source3/modules/vfs_aixacl.c 			return NULL;
NULL               67 source3/modules/vfs_aixacl.c 			return(NULL);
NULL               86 source3/modules/vfs_aixacl.c 	struct acl *file_acl = (struct acl *)NULL;
NULL               87 source3/modules/vfs_aixacl.c 	struct smb_acl_t *result = (struct smb_acl_t *)NULL;
NULL               98 source3/modules/vfs_aixacl.c 	if(file_acl == NULL) {
NULL              101 source3/modules/vfs_aixacl.c 		return(NULL);
NULL              109 source3/modules/vfs_aixacl.c 		if( new_acl == NULL) {
NULL              112 source3/modules/vfs_aixacl.c 			return NULL;
NULL              119 source3/modules/vfs_aixacl.c 			return(NULL);
NULL              138 source3/modules/vfs_aixacl.c 	struct acl *file_acl = NULL;
NULL              158 source3/modules/vfs_aixacl.c 	struct acl *file_acl = NULL;
NULL              204 source3/modules/vfs_aixacl.c   {SMB_VFS_OP(NULL),
NULL               66 source3/modules/vfs_aixacl2.c 	if (acl == NULL) {
NULL               68 source3/modules/vfs_aixacl2.c 		return NULL;
NULL               81 source3/modules/vfs_aixacl2.c 		if (acl == NULL) {
NULL               83 source3/modules/vfs_aixacl2.c 			return NULL;
NULL               90 source3/modules/vfs_aixacl2.c 		return NULL;
NULL              101 source3/modules/vfs_aixacl2.c 	AIXJFS2_ACL_T *pacl = NULL;
NULL              102 source3/modules/vfs_aixacl2.c 	nfs4_acl_int_t *jfs2_acl = NULL;
NULL              103 source3/modules/vfs_aixacl2.c 	nfs4_ace_int_t *jfs2_ace = NULL;
NULL              112 source3/modules/vfs_aixacl2.c         if (pacl == NULL) {
NULL              125 source3/modules/vfs_aixacl2.c 	if (*ppacl==NULL)
NULL              144 source3/modules/vfs_aixacl2.c 		if (smb_add_ace4(*ppacl, &aceprop)==NULL)
NULL              160 source3/modules/vfs_aixacl2.c 	SMB4ACL_T *pacl = NULL;
NULL              164 source3/modules/vfs_aixacl2.c 	*ppdesc = NULL;
NULL              181 source3/modules/vfs_aixacl2.c 	SMB4ACL_T *pacl = NULL;
NULL              185 source3/modules/vfs_aixacl2.c 	*ppdesc = NULL;
NULL              204 source3/modules/vfs_aixacl2.c         SMB_ACL_T result = NULL;
NULL              209 source3/modules/vfs_aixacl2.c         if (acl == NULL) {
NULL              223 source3/modules/vfs_aixacl2.c         if (result == NULL) {
NULL              246 source3/modules/vfs_aixacl2.c                 return NULL;
NULL              319 source3/modules/vfs_aixacl2.c 	if (jfs2acl==NULL) {
NULL              329 source3/modules/vfs_aixacl2.c 	for(smbace = smb_first_ace4(smbacl); smbace!=NULL; smbace = smb_next_ace4(smbace))
NULL              522 source3/modules/vfs_aixacl2.c 	{SMB_VFS_OP(NULL),
NULL               31 source3/modules/vfs_aixacl_util.c 	if (result == NULL) {
NULL               32 source3/modules/vfs_aixacl_util.c 		return NULL;
NULL               67 source3/modules/vfs_aixacl_util.c 			if (result == NULL) {
NULL               70 source3/modules/vfs_aixacl_util.c 				return NULL;
NULL              144 source3/modules/vfs_aixacl_util.c 			if (result == NULL) {
NULL              148 source3/modules/vfs_aixacl_util.c 				return NULL;
NULL              174 source3/modules/vfs_aixacl_util.c 			return(NULL);
NULL              207 source3/modules/vfs_aixacl_util.c 	struct smb_acl_entry *smb_entry = NULL;
NULL              208 source3/modules/vfs_aixacl_util.c 	struct acl *file_acl = NULL;
NULL              209 source3/modules/vfs_aixacl_util.c 	struct acl *file_acl_temp = NULL;
NULL              210 source3/modules/vfs_aixacl_util.c 	struct acl_entry *acl_entry = NULL;
NULL              211 source3/modules/vfs_aixacl_util.c 	struct ace_id *ace_id = NULL;
NULL              220 source3/modules/vfs_aixacl_util.c 		return NULL;
NULL              224 source3/modules/vfs_aixacl_util.c 	if(file_acl == NULL) {
NULL              227 source3/modules/vfs_aixacl_util.c 		return NULL;
NULL              264 source3/modules/vfs_aixacl_util.c 			if(file_acl_temp == NULL) {
NULL              268 source3/modules/vfs_aixacl_util.c 				return NULL;
NULL               73 source3/modules/vfs_audit.c 	{SMB_VFS_OP(NULL), 			SMB_VFS_OP_NOOP, 	SMB_VFS_LAYER_NOOP}
NULL              156 source3/modules/vfs_audit.c 	       (result == NULL) ? "failed: " : "",
NULL              157 source3/modules/vfs_audit.c 	       (result == NULL) ? strerror(errno) : "");
NULL               42 source3/modules/vfs_cacheprime.c static void * g_readbuf = NULL;
NULL               57 source3/modules/vfs_cacheprime.c         last = (SMB_OFF_T *)VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T, NULL);
NULL              102 source3/modules/vfs_cacheprime.c                                         MODULE, "rsize", NULL));
NULL              116 source3/modules/vfs_cacheprime.c         if ((g_readbuf = SMB_MALLOC(g_readsz)) == NULL) {
NULL              182 source3/modules/vfs_cacheprime.c         {SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               51 source3/modules/vfs_cap.c 		return NULL;
NULL               64 source3/modules/vfs_cap.c 	result = SMB_VFS_NEXT_READDIR(handle, dirp, NULL);
NULL               66 source3/modules/vfs_cap.c 		return NULL;
NULL               71 source3/modules/vfs_cap.c 		return NULL;
NULL               80 source3/modules/vfs_cap.c 		return NULL;
NULL              277 source3/modules/vfs_cap.c 		return NULL;
NULL              304 source3/modules/vfs_cap.c 		return (SMB_ACL_T)NULL;
NULL              513 source3/modules/vfs_cap.c 	{NULL,						SMB_VFS_OP_NOOP,			SMB_VFS_LAYER_NOOP}
NULL              556 source3/modules/vfs_cap.c 	char *out = NULL;
NULL              558 source3/modules/vfs_cap.c 	char *to = NULL;
NULL              572 source3/modules/vfs_cap.c 		return NULL;
NULL              598 source3/modules/vfs_cap.c 	char *out = NULL;
NULL              599 source3/modules/vfs_cap.c 	char *to = NULL;
NULL              612 source3/modules/vfs_cap.c 		return NULL;
NULL               35 source3/modules/vfs_catia.c 	smb_ucs2_t *tmpbuf = NULL;
NULL               36 source3/modules/vfs_catia.c 	smb_ucs2_t *ptr = NULL;
NULL               38 source3/modules/vfs_catia.c 	char *ret = NULL;
NULL               42 source3/modules/vfs_catia.c 		return NULL;
NULL               46 source3/modules/vfs_catia.c 		return NULL;
NULL               59 source3/modules/vfs_catia.c 		return NULL;
NULL              100 source3/modules/vfs_catia.c 		return NULL;
NULL              108 source3/modules/vfs_catia.c 	SMB_STRUCT_DIRENT *result = NULL;
NULL              109 source3/modules/vfs_catia.c 	SMB_STRUCT_DIRENT *newdirent = NULL;
NULL              113 source3/modules/vfs_catia.c 	result = SMB_VFS_NEXT_READDIR(handle, dirp, NULL);
NULL              114 source3/modules/vfs_catia.c 	if (result == NULL) {
NULL              120 source3/modules/vfs_catia.c 		return NULL;
NULL              128 source3/modules/vfs_catia.c 		return NULL;
NULL              366 source3/modules/vfs_catia.c         {NULL,                                          SMB_VFS_OP_NOOP,
NULL              125 source3/modules/vfs_commit.c         if ((c = VFS_FETCH_FSP_EXTENSION(handle, fsp)) == NULL) {
NULL              177 source3/modules/vfs_commit.c         struct commit_info *c = NULL;
NULL              187 source3/modules/vfs_commit.c                                         MODULE, "dthresh", NULL));
NULL              193 source3/modules/vfs_commit.c                 c = VFS_ADD_FSP_EXTENSION(handle, fsp, struct commit_info, NULL);
NULL              309 source3/modules/vfs_commit.c         {SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL              208 source3/modules/vfs_default.c 	char *parent = NULL;
NULL              213 source3/modules/vfs_default.c 	    && parent_dirname(talloc_tos(), path, &parent, NULL)
NULL              786 source3/modules/vfs_default.c 	if (ft != NULL) {
NULL              792 source3/modules/vfs_default.c 		result = utimes(path, NULL);
NULL              795 source3/modules/vfs_default.c 	if (ft != NULL) {
NULL              801 source3/modules/vfs_default.c 		result = utime(path, NULL);
NULL             1119 source3/modules/vfs_default.c 	struct stream_struct *streams = NULL;
NULL             1122 source3/modules/vfs_default.c 	if ((fsp != NULL) && (fsp->is_directory)) {
NULL             1129 source3/modules/vfs_default.c 	if ((fsp != NULL) && (fsp->fh->fd != -1)) {
NULL             1150 source3/modules/vfs_default.c 	if (streams == NULL) {
NULL             1158 source3/modules/vfs_default.c 	if (streams->name == NULL) {
NULL             1809 source3/modules/vfs_default.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,
NULL              223 source3/modules/vfs_default_quota.c 	{SMB_VFS_OP(NULL),			SMB_VFS_OP_NOOP,	SMB_VFS_LAYER_NOOP}
NULL               42 source3/modules/vfs_dirsort.c 	*datap = NULL;
NULL               52 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL               62 source3/modules/vfs_dirsort.c 	while (SMB_VFS_NEXT_READDIR(handle, data->source_directory, NULL)
NULL               63 source3/modules/vfs_dirsort.c 	       != NULL) {
NULL               78 source3/modules/vfs_dirsort.c 					  NULL)) != NULL) {
NULL               92 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL               98 source3/modules/vfs_dirsort.c 	data->directory_list = NULL;
NULL              108 source3/modules/vfs_dirsort.c 				struct dirsort_privates, return NULL);
NULL              118 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL              123 source3/modules/vfs_dirsort.c 				return NULL);
NULL              126 source3/modules/vfs_dirsort.c 		return NULL;
NULL              137 source3/modules/vfs_dirsort.c 		return NULL;
NULL              146 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL              154 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL              163 source3/modules/vfs_dirsort.c 	struct dirsort_privates *data = NULL;
NULL              186 source3/modules/vfs_dirsort.c     {NULL,				     SMB_VFS_OP_NOOP,
NULL               47 source3/modules/vfs_expand_msdfs.c 	if (f == NULL) {
NULL               50 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL               55 source3/modules/vfs_expand_msdfs.c 	while (x_fgets(buf, sizeof(buf), f) != NULL) {
NULL               65 source3/modules/vfs_expand_msdfs.c 		if (space == NULL) {
NULL               82 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              110 source3/modules/vfs_expand_msdfs.c 	char *mapfilename = NULL;
NULL              112 source3/modules/vfs_expand_msdfs.c 	char *filename_end = NULL;
NULL              114 source3/modules/vfs_expand_msdfs.c 	char *targethost = NULL;
NULL              115 source3/modules/vfs_expand_msdfs.c 	char *new_target = NULL;
NULL              117 source3/modules/vfs_expand_msdfs.c 	if (filename_start == NULL) {
NULL              119 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              124 source3/modules/vfs_expand_msdfs.c 	if (filename_end == NULL) {
NULL              126 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              132 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              138 source3/modules/vfs_expand_msdfs.c 	if ((targethost = read_target_host(ctx, mapfilename)) == NULL) {
NULL              141 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              163 source3/modules/vfs_expand_msdfs.c 		return NULL;
NULL              190 source3/modules/vfs_expand_msdfs.c 	    (strchr_m(target, '@') != NULL)) {
NULL              207 source3/modules/vfs_expand_msdfs.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               76 source3/modules/vfs_extd_audit.c 	{SMB_VFS_OP(NULL), 			SMB_VFS_OP_NOOP, 	SMB_VFS_LAYER_NOOP}
NULL              168 source3/modules/vfs_extd_audit.c 		       (result == NULL) ? "failed: " : "",
NULL              169 source3/modules/vfs_extd_audit.c 		       (result == NULL) ? strerror(errno) : "");
NULL              173 source3/modules/vfs_extd_audit.c 	       (result == NULL) ? "failed: " : "",
NULL              174 source3/modules/vfs_extd_audit.c 	       (result == NULL) ? strerror(errno) : ""));
NULL               70 source3/modules/vfs_fake_perms.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,	SMB_VFS_LAYER_NOOP}
NULL               71 source3/modules/vfs_fileid.c 		if (data->mount_entries == NULL) {
NULL              118 source3/modules/vfs_fileid.c 	return NULL;
NULL              210 source3/modules/vfs_fileid.c 	SMB_VFS_HANDLE_SET_DATA(handle, data, NULL,
NULL              269 source3/modules/vfs_fileid.c 		SMB_VFS_OP(NULL),
NULL              603 source3/modules/vfs_full_audit.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,
NULL              724 source3/modules/vfs_full_audit.c 	{ SMB_VFS_OP_LAST, NULL }
NULL              774 source3/modules/vfs_full_audit.c 	char *prefix = NULL;
NULL              781 source3/modules/vfs_full_audit.c 		return NULL;
NULL              797 source3/modules/vfs_full_audit.c 	struct vfs_full_audit_private_data *pd = NULL;
NULL              803 source3/modules/vfs_full_audit.c 	if (pd->success_ops == NULL) {
NULL              812 source3/modules/vfs_full_audit.c 	struct vfs_full_audit_private_data *pd = NULL;
NULL              818 source3/modules/vfs_full_audit.c 	if (pd->failure_ops == NULL)
NULL              828 source3/modules/vfs_full_audit.c 	if (*bm != NULL)
NULL              833 source3/modules/vfs_full_audit.c 	if (*bm == NULL) {
NULL              839 source3/modules/vfs_full_audit.c 	while (*ops != NULL) {
NULL              853 source3/modules/vfs_full_audit.c 			if (vfs_op_names[i].name == NULL) {
NULL              875 source3/modules/vfs_full_audit.c 		*bm = NULL;
NULL              890 source3/modules/vfs_full_audit.c 	char *audit_pre = NULL;
NULL              892 source3/modules/vfs_full_audit.c 	char *op_msg = NULL;
NULL              937 source3/modules/vfs_full_audit.c 	*p_data = NULL;
NULL              947 source3/modules/vfs_full_audit.c 	struct vfs_full_audit_private_data *pd = NULL;
NULL              948 source3/modules/vfs_full_audit.c 	const char *none[] = { NULL };
NULL             1083 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_OPENDIR, (result != NULL), handle, "%s", fname);
NULL             1506 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_GETWD, (result != NULL), handle, "%s", path);
NULL             1644 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_REALPATH, (result != NULL), handle, "%s", path);
NULL             1933 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_SYS_ACL_GET_QUALIFIER, (result != NULL), handle,
NULL             1947 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_SYS_ACL_GET_FILE, (result != NULL), handle,
NULL             1960 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_SYS_ACL_GET_FD, (result != NULL), handle,
NULL             2003 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_SYS_ACL_TO_TEXT, (result != NULL), handle,
NULL             2017 source3/modules/vfs_full_audit.c 	do_log(SMB_VFS_OP_SYS_ACL_INIT, (result != NULL), handle,
NULL               54 source3/modules/vfs_gpfs.c 	if ((fsp->fh != NULL) && (fsp->fh->fd != -1)) {
NULL               96 source3/modules/vfs_gpfs.c 	if (full_path == NULL) {
NULL              134 source3/modules/vfs_gpfs.c 	if (name == NULL) {
NULL              140 source3/modules/vfs_gpfs.c 	if (*found_name == NULL) {
NULL              151 source3/modules/vfs_gpfs.c 	if (gacl==NULL)
NULL              176 source3/modules/vfs_gpfs.c 	if (acl == NULL) {
NULL              178 source3/modules/vfs_gpfs.c 		return NULL;
NULL              190 source3/modules/vfs_gpfs.c 		if (new_acl == NULL) {
NULL              192 source3/modules/vfs_gpfs.c 			return NULL;
NULL              206 source3/modules/vfs_gpfs.c 		return NULL;
NULL              221 source3/modules/vfs_gpfs.c 	struct gpfs_acl *gacl = NULL;
NULL              226 source3/modules/vfs_gpfs.c 	if (gacl == NULL) {
NULL              302 source3/modules/vfs_gpfs.c 	SMB4ACL_T *pacl = NULL;
NULL              305 source3/modules/vfs_gpfs.c 	*ppdesc = NULL;
NULL              324 source3/modules/vfs_gpfs.c 	SMB4ACL_T *pacl = NULL;
NULL              327 source3/modules/vfs_gpfs.c 	*ppdesc = NULL;
NULL              354 source3/modules/vfs_gpfs.c 	if (gacl == NULL) {
NULL              366 source3/modules/vfs_gpfs.c 	for (smbace=smb_first_ace4(smbacl); smbace!=NULL; smbace = smb_next_ace4(smbace)) {
NULL              443 source3/modules/vfs_gpfs.c 	if (acl == NULL)
NULL              469 source3/modules/vfs_gpfs.c 	if (result == NULL) {
NULL              471 source3/modules/vfs_gpfs.c 		return NULL;
NULL              510 source3/modules/vfs_gpfs.c 			return NULL;
NULL              531 source3/modules/vfs_gpfs.c 	SMB_ACL_T result = NULL;
NULL              535 source3/modules/vfs_gpfs.c 	if (pacl == NULL) {
NULL              556 source3/modules/vfs_gpfs.c 	if (result == NULL) {
NULL              613 source3/modules/vfs_gpfs.c 	if (result == NULL) {
NULL              665 source3/modules/vfs_gpfs.c 			return NULL;
NULL              691 source3/modules/vfs_gpfs.c 	if (gpfs_acl == NULL) {
NULL              756 source3/modules/vfs_gpfs.c 	SMB4ACL_T *pacl = NULL;
NULL              773 source3/modules/vfs_gpfs.c 	for (smbace=smb_first_ace4(pacl); smbace!=NULL; smbace = smb_next_ace4(smbace)) {
NULL              939 source3/modules/vfs_gpfs.c         { SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP }
NULL              141 source3/modules/vfs_hpuxacl.c 	SMB_ACL_T result = NULL;
NULL              143 source3/modules/vfs_hpuxacl.c 	HPUX_ACL_T hpux_acl = NULL;
NULL              168 source3/modules/vfs_hpuxacl.c 	if (result == NULL) {
NULL              175 source3/modules/vfs_hpuxacl.c 		   ((result == NULL) ? "failed" : "succeeded" )));
NULL              193 source3/modules/vfs_hpuxacl.c         if (file_struct_p == NULL) {
NULL              195 source3/modules/vfs_hpuxacl.c                 return NULL;
NULL              216 source3/modules/vfs_hpuxacl.c 	HPUX_ACL_T hpux_acl = NULL;
NULL              323 source3/modules/vfs_hpuxacl.c         if (file_struct_p == NULL) {
NULL              367 source3/modules/vfs_hpuxacl.c 	if (smb_acl == NULL) {
NULL              402 source3/modules/vfs_hpuxacl.c 	if (hpux_acl == NULL) {
NULL              422 source3/modules/vfs_hpuxacl.c 	*hpux_acl = NULL;
NULL              498 source3/modules/vfs_hpuxacl.c 	if ((result = sys_acl_init(0)) == NULL) {
NULL              513 source3/modules/vfs_hpuxacl.c 		if (result == NULL) {
NULL              541 source3/modules/vfs_hpuxacl.c 		   ((result == NULL) ? "failed" : "succeeded")));
NULL              675 source3/modules/vfs_hpuxacl.c 	if (*hpux_acl == NULL) {
NULL              727 source3/modules/vfs_hpuxacl.c 		ADD_TO_ARRAY(NULL, HPUX_ACE_T, add_acl[i], 
NULL              729 source3/modules/vfs_hpuxacl.c 		if (hpux_acl == NULL) {
NULL              965 source3/modules/vfs_hpuxacl.c 	if(aclp == NULL) {
NULL             1065 source3/modules/vfs_hpuxacl.c 	shl_t handle = NULL;
NULL             1099 source3/modules/vfs_hpuxacl.c 	shl_t handle = NULL;
NULL             1179 source3/modules/vfs_hpuxacl.c 	{SMB_VFS_OP(NULL),
NULL               31 source3/modules/vfs_irixacl.c 	return NULL;
NULL               38 source3/modules/vfs_irixacl.c 	return NULL;
NULL               91 source3/modules/vfs_irixacl.c   {SMB_VFS_OP(NULL),
NULL              157 source3/modules/vfs_netatalk.c 	while (NULL != (dent = sys_readdir(dir))) {
NULL              430 source3/modules/vfs_netatalk.c 	{SMB_VFS_OP(NULL), 			SMB_VFS_OP_NOOP, 	SMB_VFS_LAYER_NOOP}
NULL              102 source3/modules/vfs_notify_fam.c 			 (void *)fam_conn) == NULL) {
NULL              128 source3/modules/vfs_notify_fam.c 		FAMMonitorDirectory(fam_conn, ctx->path, &ctx->fr, NULL);
NULL              179 source3/modules/vfs_notify_fam.c 	if (ctx == NULL) {
NULL              185 source3/modules/vfs_notify_fam.c 	if ((ne.path = strrchr_m(fam_event.filename, '\\')) == NULL) {
NULL              269 source3/modules/vfs_notify_fam.c 				    &watch->fr, NULL);
NULL              292 source3/modules/vfs_notify_fam.c 	{SMB_VFS_OP(NULL),
NULL              159 source3/modules/vfs_onefs.c 	char *unmangled_name = NULL;
NULL              160 source3/modules/vfs_onefs.c 	char *full_name = NULL;
NULL              190 source3/modules/vfs_onefs.c 	if (*found_name == NULL) {
NULL              322 source3/modules/vfs_onefs.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               49 source3/modules/vfs_onefs_shadow_copy.c 	while (start != NULL) {
NULL               79 source3/modules/vfs_onefs_shadow_copy.c 	char *snap_component = NULL;
NULL               81 source3/modules/vfs_onefs_shadow_copy.c 	shadow_copy_data->labels = NULL;
NULL               94 source3/modules/vfs_onefs_shadow_copy.c 		if (d == NULL)
NULL              117 source3/modules/vfs_onefs_shadow_copy.c 		if (tlabels == NULL) {
NULL              136 source3/modules/vfs_onefs_shadow_copy.c 	char *cpath = NULL;					      \
NULL              137 source3/modules/vfs_onefs_shadow_copy.c 	char *snap_component = NULL;				      \
NULL              239 source3/modules/vfs_onefs_shadow_copy.c 	char *old_cpath = NULL;
NULL              240 source3/modules/vfs_onefs_shadow_copy.c 	char *old_snap_component = NULL;
NULL              241 source3/modules/vfs_onefs_shadow_copy.c 	char *new_cpath = NULL;
NULL              242 source3/modules/vfs_onefs_shadow_copy.c 	char *new_snap_component = NULL;
NULL              338 source3/modules/vfs_onefs_shadow_copy.c 	char *old_cpath = NULL;
NULL              339 source3/modules/vfs_onefs_shadow_copy.c 	char *old_snap_component = NULL;
NULL              340 source3/modules/vfs_onefs_shadow_copy.c 	char *new_cpath = NULL;
NULL              341 source3/modules/vfs_onefs_shadow_copy.c 	char *new_snap_component = NULL;
NULL              375 source3/modules/vfs_onefs_shadow_copy.c 	char *old_cpath = NULL;
NULL              376 source3/modules/vfs_onefs_shadow_copy.c 	char *old_snap_component = NULL;
NULL              377 source3/modules/vfs_onefs_shadow_copy.c 	char *new_cpath = NULL;
NULL              378 source3/modules/vfs_onefs_shadow_copy.c 	char *new_snap_component = NULL;
NULL              692 source3/modules/vfs_onefs_shadow_copy.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               51 source3/modules/vfs_posixacl.c 		return NULL;
NULL               56 source3/modules/vfs_posixacl.c 	if (acl == NULL) {
NULL               57 source3/modules/vfs_posixacl.c 		return NULL;
NULL               71 source3/modules/vfs_posixacl.c 	if (acl == NULL) {
NULL               72 source3/modules/vfs_posixacl.c 		return NULL;
NULL              103 source3/modules/vfs_posixacl.c 	if ((acl = smb_acl_to_posix(theacl)) == NULL) {
NULL              120 source3/modules/vfs_posixacl.c 	if (acl == NULL) {
NULL              174 source3/modules/vfs_posixacl.c 		if (puid == NULL) {
NULL              185 source3/modules/vfs_posixacl.c 		if (pgid == NULL) {
NULL              218 source3/modules/vfs_posixacl.c 	if (result == NULL) {
NULL              219 source3/modules/vfs_posixacl.c 		return NULL;
NULL              229 source3/modules/vfs_posixacl.c 		if (result == NULL) {
NULL              232 source3/modules/vfs_posixacl.c 			return NULL;
NULL              237 source3/modules/vfs_posixacl.c 			return NULL;
NULL              277 source3/modules/vfs_posixacl.c 	if (result == NULL) {
NULL              279 source3/modules/vfs_posixacl.c 		return NULL;
NULL              356 source3/modules/vfs_posixacl.c 	if (result != NULL) {
NULL              359 source3/modules/vfs_posixacl.c 	return NULL;
NULL              386 source3/modules/vfs_posixacl.c   {SMB_VFS_OP(NULL),
NULL               78 source3/modules/vfs_prealloc.c 	err = xfsctl(NULL, fd, XFS_IOC_RESVSP64, &fl);
NULL              149 source3/modules/vfs_prealloc.c 						    fext, NULL));
NULL              167 source3/modules/vfs_prealloc.c 		psize = VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T, NULL);
NULL              168 source3/modules/vfs_prealloc.c 		if (psize == NULL || *psize == -1) {
NULL              212 source3/modules/vfs_prealloc.c 	{NULL,	SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL              168 source3/modules/vfs_preopen.c 				NULL, namebuf, char,
NULL              170 source3/modules/vfs_preopen.c 			if (namebuf == NULL) {
NULL              194 source3/modules/vfs_preopen.c 	namebuf = TALLOC_ARRAY(NULL, char, 1024);
NULL              195 source3/modules/vfs_preopen.c 	if (namebuf == NULL) {
NULL              199 source3/modules/vfs_preopen.c 	readbuf = talloc_size(NULL, to_read);
NULL              200 source3/modules/vfs_preopen.c 	if (readbuf == NULL) {
NULL              240 source3/modules/vfs_preopen.c 	if (h->fde == NULL) {
NULL              257 source3/modules/vfs_preopen.c 	if (result == NULL) {
NULL              264 source3/modules/vfs_preopen.c 	if (result->helpers == NULL) {
NULL              271 source3/modules/vfs_preopen.c 	result->template_fname = NULL;
NULL              302 source3/modules/vfs_preopen.c 					return NULL);
NULL              307 source3/modules/vfs_preopen.c 					NULL);
NULL              309 source3/modules/vfs_preopen.c 	if (namelist == NULL) {
NULL              310 source3/modules/vfs_preopen.c 		return NULL;
NULL              314 source3/modules/vfs_preopen.c 		NULL,
NULL              320 source3/modules/vfs_preopen.c 		return NULL;
NULL              325 source3/modules/vfs_preopen.c 	if (state->preopen_names == NULL) {
NULL              327 source3/modules/vfs_preopen.c 		return NULL;
NULL              332 source3/modules/vfs_preopen.c 					struct preopen_state, return NULL);
NULL              345 source3/modules/vfs_preopen.c 	if (p == NULL) {
NULL              384 source3/modules/vfs_preopen.c 	if (state == NULL) {
NULL              407 source3/modules/vfs_preopen.c 	if (state->template_fname == NULL) {
NULL              447 source3/modules/vfs_preopen.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,
NULL              141 source3/modules/vfs_readahead.c 						NULL));
NULL              148 source3/modules/vfs_readahead.c 						NULL));
NULL              169 source3/modules/vfs_readahead.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               68 source3/modules/vfs_readonly.c     time_t current_time = time(NULL);
NULL              103 source3/modules/vfs_readonly.c   {SMB_VFS_OP(NULL),   		SMB_VFS_OP_NOOP,    SMB_VFS_LAYER_NOOP}
NULL               27 source3/modules/vfs_recycle.c #define ALLOC_CHECK(ptr, label) do { if ((ptr) == NULL) { DEBUG(0, ("recycle.bin: out of memory!\n")); errno = ENOMEM; goto label; } } while(0)
NULL               47 source3/modules/vfs_recycle.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,	SMB_VFS_LAYER_NOOP}
NULL               68 source3/modules/vfs_recycle.c 	const char *tmp_str = NULL;
NULL              126 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude", NULL);
NULL              137 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "exclude_dir", NULL);
NULL              148 source3/modules/vfs_recycle.c 	tmp_lp = lp_parm_string_list(SNUM(handle->conn), "recycle", "noversions", NULL);
NULL              160 source3/modules/vfs_recycle.c 					    "recycle", "maxsize", NULL));
NULL              172 source3/modules/vfs_recycle.c 					    "recycle", "minsize", NULL));
NULL              184 source3/modules/vfs_recycle.c 	buff = lp_parm_const_string(SNUM(handle->conn), "recycle", "directory_mode", NULL);
NULL              186 source3/modules/vfs_recycle.c 	if (buff != NULL ) {
NULL              201 source3/modules/vfs_recycle.c 	buff = lp_parm_const_string(SNUM(handle->conn), "recycle", "subdir_mode", NULL);
NULL              203 source3/modules/vfs_recycle.c 	if (buff != NULL ) {
NULL              267 source3/modules/vfs_recycle.c 	char *new_dir = NULL;
NULL              268 source3/modules/vfs_recycle.c 	char *tmp_str = NULL;
NULL              291 source3/modules/vfs_recycle.c 	    token = strtok_r(NULL, "/", &saveptr)) {
NULL              321 source3/modules/vfs_recycle.c 	char *startp = NULL, *endp = NULL;
NULL              323 source3/modules/vfs_recycle.c 	if (dir_exclude_list == NULL || dir_exclude_list[0] == NULL ||
NULL              324 source3/modules/vfs_recycle.c 		*dir_exclude_list[0] == '\0' || path == NULL || *path == '\0') {
NULL              373 source3/modules/vfs_recycle.c 	if (haystack_list == NULL || haystack_list[0] == NULL ||
NULL              374 source3/modules/vfs_recycle.c 		*haystack_list[0] == '\0' || needle == NULL || *needle == '\0') {
NULL              423 source3/modules/vfs_recycle.c 	char *path_name = NULL;
NULL              424 source3/modules/vfs_recycle.c        	char *temp_name = NULL;
NULL              425 source3/modules/vfs_recycle.c 	char *final_name = NULL;
NULL              427 source3/modules/vfs_recycle.c 	char *repository = NULL;
NULL              434 source3/modules/vfs_recycle.c 	repository = talloc_sub_advanced(NULL, lp_servicename(SNUM(conn)),
NULL              501 source3/modules/vfs_recycle.c 	if (base == NULL) {
NULL               81 source3/modules/vfs_shadow_copy.c 		return NULL;
NULL               88 source3/modules/vfs_shadow_copy.c 		return NULL;
NULL               96 source3/modules/vfs_shadow_copy.c 		d = SMB_VFS_NEXT_READDIR(handle, p, NULL);
NULL               97 source3/modules/vfs_shadow_copy.c 		if (d == NULL) {
NULL              129 source3/modules/vfs_shadow_copy.c 	return NULL;
NULL              165 source3/modules/vfs_shadow_copy.c 	SMB_STRUCT_DIR *p = SMB_VFS_NEXT_OPENDIR(handle,fsp->conn->connectpath,NULL,0);
NULL              168 source3/modules/vfs_shadow_copy.c 	shadow_copy_data->labels = NULL;
NULL              179 source3/modules/vfs_shadow_copy.c 		d = SMB_VFS_NEXT_READDIR(handle, p, NULL);
NULL              180 source3/modules/vfs_shadow_copy.c 		if (d == NULL) {
NULL              200 source3/modules/vfs_shadow_copy.c 		if (tlabels == NULL) {
NULL              227 source3/modules/vfs_shadow_copy.c 	{SMB_VFS_OP(NULL),				SMB_VFS_OP_NOOP,		SMB_VFS_LAYER_NOOP}
NULL              104 source3/modules/vfs_shadow_copy2.c 		if (name2 == NULL) { \
NULL              128 source3/modules/vfs_shadow_copy2.c                 if (name2 == NULL) { \
NULL              168 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              177 source3/modules/vfs_shadow_copy2.c 			return NULL;
NULL              197 source3/modules/vfs_shadow_copy2.c 	snapdir = lp_parm_const_string(SNUM(handle->conn), "shadow", "snapdir", NULL);
NULL              198 source3/modules/vfs_shadow_copy2.c 	if (snapdir == NULL) {
NULL              199 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              208 source3/modules/vfs_shadow_copy2.c 	if (mount_point == NULL) {
NULL              209 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              222 source3/modules/vfs_shadow_copy2.c 	const char *basedir = lp_parm_const_string(SNUM(handle->conn), "shadow", "basedir", NULL);
NULL              225 source3/modules/vfs_shadow_copy2.c 	if (basedir == NULL) {
NULL              244 source3/modules/vfs_shadow_copy2.c 	if (snapdir == NULL) {
NULL              247 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              251 source3/modules/vfs_shadow_copy2.c 	if (basedir == NULL) {
NULL              254 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              267 source3/modules/vfs_shadow_copy2.c 		return NULL;
NULL              348 source3/modules/vfs_shadow_copy2.c         SHADOW2_NEXT(OPENDIR, (handle, name, mask, attr), SMB_STRUCT_DIR *, NULL);
NULL              416 source3/modules/vfs_shadow_copy2.c         SHADOW2_NEXT(REALPATH, (handle, name, resolved_path), char *, NULL);
NULL              505 source3/modules/vfs_shadow_copy2.c 	if (snapdir == NULL) {
NULL              513 source3/modules/vfs_shadow_copy2.c 	p = SMB_VFS_NEXT_OPENDIR(handle, snapdir, NULL, 0);
NULL              526 source3/modules/vfs_shadow_copy2.c 	shadow_copy2_data->labels      = NULL;
NULL              528 source3/modules/vfs_shadow_copy2.c 	while ((d = SMB_VFS_NEXT_READDIR(handle, p, NULL))) {
NULL              545 source3/modules/vfs_shadow_copy2.c 		if (tlabels == NULL) {
NULL              606 source3/modules/vfs_shadow_copy2.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               54 source3/modules/vfs_smb_traffic_analyzer.c 	struct addrinfo *ailist = NULL;
NULL               55 source3/modules/vfs_smb_traffic_analyzer.c 	struct addrinfo *res = NULL;
NULL               64 source3/modules/vfs_smb_traffic_analyzer.c 			NULL,
NULL              160 source3/modules/vfs_smb_traffic_analyzer.c 	struct refcounted_sock *rf_sock = NULL;
NULL              163 source3/modules/vfs_smb_traffic_analyzer.c 	struct tm *tm = NULL;
NULL              165 source3/modules/vfs_smb_traffic_analyzer.c 	char *str = NULL;
NULL              166 source3/modules/vfs_smb_traffic_analyzer.c 	char *username = NULL;
NULL              167 source3/modules/vfs_smb_traffic_analyzer.c 	const char *anon_prefix = NULL;
NULL              168 source3/modules/vfs_smb_traffic_analyzer.c 	const char *total_anonymization = NULL;
NULL              173 source3/modules/vfs_smb_traffic_analyzer.c 	if (rf_sock == NULL || rf_sock->sock == -1) {
NULL              190 source3/modules/vfs_smb_traffic_analyzer.c 					"total_anonymization", NULL);
NULL              193 source3/modules/vfs_smb_traffic_analyzer.c 					"anonymize_prefix", NULL );
NULL              194 source3/modules/vfs_smb_traffic_analyzer.c 	if (anon_prefix!=NULL) {
NULL              195 source3/modules/vfs_smb_traffic_analyzer.c 		if (total_anonymization!=NULL) {
NULL              252 source3/modules/vfs_smb_traffic_analyzer.c 	if (rf_sock == NULL) {
NULL              272 source3/modules/vfs_smb_traffic_analyzer.c 	struct refcounted_sock *rf_sock = NULL;
NULL              295 source3/modules/vfs_smb_traffic_analyzer.c 		rf_sock = TALLOC_ZERO_P(NULL, struct refcounted_sock);
NULL              296 source3/modules/vfs_smb_traffic_analyzer.c 		if (rf_sock == NULL) {
NULL              301 source3/modules/vfs_smb_traffic_analyzer.c 		if (rf_sock->name == NULL) {
NULL              412 source3/modules/vfs_smb_traffic_analyzer.c        	{SMB_VFS_OP(NULL),SMB_VFS_OP_NOOP,SMB_VFS_LAYER_NOOP}
NULL               67 source3/modules/vfs_solarisacl.c 	SMB_ACL_T result = NULL;
NULL               69 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
NULL               87 source3/modules/vfs_solarisacl.c 	if (result == NULL) {
NULL               94 source3/modules/vfs_solarisacl.c 		   ((result == NULL) ? "failed" : "succeeded" )));
NULL              106 source3/modules/vfs_solarisacl.c 	SMB_ACL_T result = NULL;
NULL              108 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
NULL              122 source3/modules/vfs_solarisacl.c 	if (result == NULL) {
NULL              129 source3/modules/vfs_solarisacl.c 		   ((result == NULL) ? "failed" : "succeeded")));
NULL              141 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
NULL              224 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
NULL              225 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T default_acl = NULL;
NULL              295 source3/modules/vfs_solarisacl.c 	SOLARIS_ACL_T solaris_acl = NULL;
NULL              302 source3/modules/vfs_solarisacl.c 	if (smb_acl == NULL) {
NULL              335 source3/modules/vfs_solarisacl.c 	if (solaris_acl == NULL) {
NULL              354 source3/modules/vfs_solarisacl.c 	*solaris_acl = NULL;
NULL              430 source3/modules/vfs_solarisacl.c 	if ((result = sys_acl_init(0)) == NULL) {
NULL              445 source3/modules/vfs_solarisacl.c 		if (result == NULL) {
NULL              473 source3/modules/vfs_solarisacl.c 		   ((result == NULL) ? "failed" : "succeeded")));
NULL              588 source3/modules/vfs_solarisacl.c 	*count = acl(name, GETACLCNT, 0, NULL);
NULL              594 source3/modules/vfs_solarisacl.c 	if (*solaris_acl == NULL) {
NULL              622 source3/modules/vfs_solarisacl.c 	*count = facl(fd, GETACLCNT, 0, NULL);
NULL              628 source3/modules/vfs_solarisacl.c 	if (*solaris_acl == NULL) {
NULL              679 source3/modules/vfs_solarisacl.c 		ADD_TO_ARRAY(NULL, SOLARIS_ACE_T, add_acl[i], 
NULL              681 source3/modules/vfs_solarisacl.c 		if (solaris_acl == NULL) {
NULL              776 source3/modules/vfs_solarisacl.c 	{SMB_VFS_OP(NULL),
NULL              122 source3/modules/vfs_streams_depot.c 	char *result = NULL;
NULL              137 source3/modules/vfs_streams_depot.c 	if (tmp == NULL) {
NULL              146 source3/modules/vfs_streams_depot.c 	if (base_sbuf == NULL) {
NULL              167 source3/modules/vfs_streams_depot.c 	if (id_hex == NULL) {
NULL              177 source3/modules/vfs_streams_depot.c 	if (result == NULL) {
NULL              179 source3/modules/vfs_streams_depot.c 		return NULL;
NULL              202 source3/modules/vfs_streams_depot.c 		if (newname == NULL) {
NULL              229 source3/modules/vfs_streams_depot.c 	if (tmp == NULL) {
NULL              243 source3/modules/vfs_streams_depot.c 	if (tmp == NULL) {
NULL              268 source3/modules/vfs_streams_depot.c 	return NULL;
NULL              274 source3/modules/vfs_streams_depot.c 	char *base = NULL;
NULL              275 source3/modules/vfs_streams_depot.c 	char *sname = NULL;
NULL              276 source3/modules/vfs_streams_depot.c 	char *id_hex = NULL;
NULL              291 source3/modules/vfs_streams_depot.c 	dirname = stream_dir(handle, base, NULL, create_dir);
NULL              293 source3/modules/vfs_streams_depot.c 	if (dirname == NULL) {
NULL              299 source3/modules/vfs_streams_depot.c 	if (stream_fname == NULL) {
NULL              317 source3/modules/vfs_streams_depot.c 	return NULL;
NULL              330 source3/modules/vfs_streams_depot.c 	SMB_STRUCT_DIR *dirhandle = NULL;
NULL              335 source3/modules/vfs_streams_depot.c 	if (dirname == NULL) {
NULL              347 source3/modules/vfs_streams_depot.c 	dirhandle = SMB_VFS_NEXT_OPENDIR(handle, dirname, NULL, 0);
NULL              349 source3/modules/vfs_streams_depot.c 	if (dirhandle == NULL) {
NULL              354 source3/modules/vfs_streams_depot.c 	while ((dirent = vfs_readdirname(handle->conn, dirhandle, NULL)) != NULL) {
NULL              369 source3/modules/vfs_streams_depot.c 	if (pdirname != NULL) {
NULL              392 source3/modules/vfs_streams_depot.c 	if (stream_fname == NULL) {
NULL              414 source3/modules/vfs_streams_depot.c 	if (stream_fname == NULL) {
NULL              429 source3/modules/vfs_streams_depot.c 	char *base = NULL;
NULL              430 source3/modules/vfs_streams_depot.c 	char *sname = NULL;
NULL              461 source3/modules/vfs_streams_depot.c 	if (stream_fname == NULL) {
NULL              483 source3/modules/vfs_streams_depot.c 		if (stream_fname == NULL) {
NULL              510 source3/modules/vfs_streams_depot.c 		if (dirname != NULL) {
NULL              523 source3/modules/vfs_streams_depot.c 	TALLOC_CTX *frame = NULL;
NULL              527 source3/modules/vfs_streams_depot.c 	char *obase = NULL;
NULL              528 source3/modules/vfs_streams_depot.c 	char *osname = NULL;
NULL              529 source3/modules/vfs_streams_depot.c 	char *nbase = NULL;
NULL              530 source3/modules/vfs_streams_depot.c 	char *nsname = NULL;
NULL              531 source3/modules/vfs_streams_depot.c 	char *ostream_fname = NULL;
NULL              532 source3/modules/vfs_streams_depot.c 	char *nstream_fname = NULL;
NULL              533 source3/modules/vfs_streams_depot.c 	char *newname_full = NULL;
NULL              566 source3/modules/vfs_streams_depot.c 	if (ostream_fname == NULL) {
NULL              577 source3/modules/vfs_streams_depot.c 		if (newname_full == NULL) {
NULL              586 source3/modules/vfs_streams_depot.c 	if (nstream_fname == NULL) {
NULL              606 source3/modules/vfs_streams_depot.c 	if (tmp == NULL) {
NULL              611 source3/modules/vfs_streams_depot.c 	if (tmp[*num_streams].name == NULL) {
NULL              656 source3/modules/vfs_streams_depot.c 			    SMB_VFS_GET_ALLOC_SIZE(state->handle->conn, NULL,
NULL              677 source3/modules/vfs_streams_depot.c 	if ((fsp != NULL) && (fsp->fh->fd != -1)) {
NULL              698 source3/modules/vfs_streams_depot.c 	state.streams = NULL;
NULL              715 source3/modules/vfs_streams_depot.c 	status = walk_streams(handle, fname, &sbuf, NULL, collect_one_stream,
NULL              755 source3/modules/vfs_streams_depot.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               49 source3/modules/vfs_streams_xattr.c 	SMB_ASSERT(upper_sname != NULL);
NULL               94 source3/modules/vfs_streams_xattr.c 	char *base = NULL;
NULL               95 source3/modules/vfs_streams_xattr.c 	char *sname = NULL;
NULL               96 source3/modules/vfs_streams_xattr.c 	char *xattr_name = NULL;
NULL              108 source3/modules/vfs_streams_xattr.c 	if (sname == NULL) {
NULL              116 source3/modules/vfs_streams_xattr.c 	if (xattr_name == NULL) {
NULL              128 source3/modules/vfs_streams_xattr.c 	if ((sio->xattr_name == NULL) || (sio->base == NULL)) {
NULL              144 source3/modules/vfs_streams_xattr.c 	if (io == NULL || fsp->base_fsp == NULL) {
NULL              182 source3/modules/vfs_streams_xattr.c 	char *base = NULL, *sname = NULL;
NULL              196 source3/modules/vfs_streams_xattr.c 	if (sname == NULL){
NULL              206 source3/modules/vfs_streams_xattr.c 	if (xattr_name == NULL) {
NULL              211 source3/modules/vfs_streams_xattr.c 	sbuf->st_size = get_xattr_size(handle->conn, NULL, base, xattr_name);
NULL              247 source3/modules/vfs_streams_xattr.c 	if (sname == NULL){
NULL              257 source3/modules/vfs_streams_xattr.c 	if (xattr_name == NULL) {
NULL              262 source3/modules/vfs_streams_xattr.c 	sbuf->st_size = get_xattr_size(handle->conn, NULL, base, xattr_name);
NULL              307 source3/modules/vfs_streams_xattr.c 	if (sname == NULL) {
NULL              315 source3/modules/vfs_streams_xattr.c 	if (xattr_name == NULL) {
NULL              345 source3/modules/vfs_streams_xattr.c 	status = get_ea_value(talloc_tos(), handle->conn, NULL, base,
NULL              416 source3/modules/vfs_streams_xattr.c 							NULL);
NULL              417 source3/modules/vfs_streams_xattr.c         if (sio == NULL) {
NULL              430 source3/modules/vfs_streams_xattr.c 	if ((sio->xattr_name == NULL) || (sio->base == NULL)) {
NULL              454 source3/modules/vfs_streams_xattr.c 	char *base = NULL;
NULL              455 source3/modules/vfs_streams_xattr.c 	char *sname = NULL;
NULL              469 source3/modules/vfs_streams_xattr.c 	if (sname == NULL){
NULL              475 source3/modules/vfs_streams_xattr.c 	if (xattr_name == NULL) {
NULL              500 source3/modules/vfs_streams_xattr.c 	TALLOC_CTX *frame = NULL;
NULL              540 source3/modules/vfs_streams_xattr.c 	if (ostream == NULL) {
NULL              545 source3/modules/vfs_streams_xattr.c 	if (nstream == NULL) {
NULL              558 source3/modules/vfs_streams_xattr.c 	if (oxattr_name == NULL) {
NULL              565 source3/modules/vfs_streams_xattr.c 	if (nxattr_name == NULL) {
NULL              571 source3/modules/vfs_streams_xattr.c 	status = get_ea_value(talloc_tos(), handle->conn, NULL,
NULL              639 source3/modules/vfs_streams_xattr.c 		if (ea.name == NULL) {
NULL              665 source3/modules/vfs_streams_xattr.c 	if (tmp == NULL) {
NULL              670 source3/modules/vfs_streams_xattr.c 	if (tmp[*num_streams].name == NULL) {
NULL              719 source3/modules/vfs_streams_xattr.c 	if ((fsp != NULL) && (fsp->fh->fd != -1)) {
NULL              740 source3/modules/vfs_streams_xattr.c 	state.streams = NULL;
NULL              792 source3/modules/vfs_streams_xattr.c 	if (sio == NULL) {
NULL              812 source3/modules/vfs_streams_xattr.c 		if (tmp == NULL) {
NULL              852 source3/modules/vfs_streams_xattr.c 	if (sio == NULL) {
NULL              895 source3/modules/vfs_streams_xattr.c 	if (sio == NULL) {
NULL              912 source3/modules/vfs_streams_xattr.c 	if (tmp == NULL) {
NULL              972 source3/modules/vfs_streams_xattr.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               48 source3/modules/vfs_syncops.c 	if (p == NULL) {
NULL               67 source3/modules/vfs_syncops.c 	if (d != NULL) {
NULL               79 source3/modules/vfs_syncops.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL              100 source3/modules/vfs_syncops.c 	parent = parent_dir(NULL, name);
NULL              143 source3/modules/vfs_syncops.c 	SYNCOPS_NEXT(OPEN, (flags&O_CREAT?fname:NULL), (handle, fname, fsp, flags, mode));
NULL              195 source3/modules/vfs_syncops.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               55 source3/modules/vfs_tru64acl.c                 return NULL;
NULL               60 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
NULL               61 source3/modules/vfs_tru64acl.c                 return NULL;
NULL               75 source3/modules/vfs_tru64acl.c 	if (tru64_acl == NULL) {
NULL               76 source3/modules/vfs_tru64acl.c 		return NULL;
NULL              112 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
NULL              135 source3/modules/vfs_tru64acl.c         if (tru64_acl == NULL) {
NULL              160 source3/modules/vfs_tru64acl.c 	if ((result = SMB_MALLOC_P(struct smb_acl_t)) == NULL) {
NULL              170 source3/modules/vfs_tru64acl.c 	while ((entry = acl_get_entry((struct acl *)tru64_acl)) != NULL) {
NULL              174 source3/modules/vfs_tru64acl.c 		if (result == NULL) {
NULL              189 source3/modules/vfs_tru64acl.c 	if (result != NULL) {
NULL              193 source3/modules/vfs_tru64acl.c 	return NULL;
NULL              223 source3/modules/vfs_tru64acl.c 	if (qualifier != NULL) {
NULL              263 source3/modules/vfs_tru64acl.c 	if (result == NULL) {
NULL              287 source3/modules/vfs_tru64acl.c 		if (tru64_entry == NULL) {
NULL              338 source3/modules/vfs_tru64acl.c 	tru64_entry = NULL;
NULL              342 source3/modules/vfs_tru64acl.c 		if (tru64_entry != NULL) {
NULL              350 source3/modules/vfs_tru64acl.c 	if (acl_text == NULL) {
NULL              360 source3/modules/vfs_tru64acl.c 	if (result != NULL) {
NULL              364 source3/modules/vfs_tru64acl.c 	return NULL;
NULL              491 source3/modules/vfs_tru64acl.c   {SMB_VFS_OP(NULL),
NULL              109 source3/modules/vfs_tsmsm.c 						"hsm script", NULL);
NULL              117 source3/modules/vfs_tsmsm.c 						   "dmapi value", NULL);
NULL              122 source3/modules/vfs_tsmsm.c 				    "online ratio", NULL);
NULL              123 source3/modules/vfs_tsmsm.c 	if (fres == NULL) {
NULL              126 source3/modules/vfs_tsmsm.c 		tsmd->online_ratio = strtof(fres, NULL);
NULL              145 source3/modules/vfs_tsmsm.c 	void *dmhandle = NULL;
NULL              151 source3/modules/vfs_tsmsm.c 	char *buf = NULL;
NULL              164 source3/modules/vfs_tsmsm.c 	if (dmsession_id == NULL) {
NULL              190 source3/modules/vfs_tsmsm.c 	if (tsmd->attrib_value != NULL) {
NULL              196 source3/modules/vfs_tsmsm.c 	if (buf == NULL) {
NULL              225 source3/modules/vfs_tsmsm.c 	if (tsmd->attrib_value != NULL) {
NULL              337 source3/modules/vfs_tsmsm.c 	if (tsmd->hsmscript == NULL) {
NULL              350 source3/modules/vfs_tsmsm.c 	if((result = smbrun(command, NULL)) != 0) {
NULL              387 source3/modules/vfs_tsmsm.c 	{SMB_VFS_OP(NULL),		SMB_VFS_OP_NOOP,
NULL               51 source3/modules/vfs_xattr_tdb.c 		&blob, result, NULL, result,
NULL               77 source3/modules/vfs_xattr_tdb.c 		&blob, mem_ctx, NULL, attribs,
NULL              271 source3/modules/vfs_xattr_tdb.c 	if (rec == NULL) {
NULL              310 source3/modules/vfs_xattr_tdb.c 		if (tmp == NULL) {
NULL              508 source3/modules/vfs_xattr_tdb.c 	if (rec == NULL) {
NULL              611 source3/modules/vfs_xattr_tdb.c 	if (def_dbname == NULL) {
NULL              621 source3/modules/vfs_xattr_tdb.c 	db = db_open(NULL, dbname, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
NULL              624 source3/modules/vfs_xattr_tdb.c 	if (db == NULL) {
NULL              676 source3/modules/vfs_xattr_tdb.c 	if (rec != NULL) {
NULL              721 source3/modules/vfs_xattr_tdb.c 	if (rec != NULL) {
NULL              799 source3/modules/vfs_xattr_tdb.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               47 source3/modules/vfs_zfsacl.c 	if((naces = acl(name, ACE_GETACLCNT, 0, NULL)) == -1) {
NULL               61 source3/modules/vfs_zfsacl.c 	if(acebuf == NULL) {
NULL               71 source3/modules/vfs_zfsacl.c 	if((pacl = smb_create_smb4acl()) == NULL) {
NULL               94 source3/modules/vfs_zfsacl.c 		if(smb_add_ace4(pacl, &aceprop) == NULL)
NULL              113 source3/modules/vfs_zfsacl.c 	if(acebuf == NULL) {
NULL              119 source3/modules/vfs_zfsacl.c 			smbace!=NULL;
NULL              250 source3/modules/vfs_zfsacl.c 	return (SMB_ACL_T)NULL;
NULL              256 source3/modules/vfs_zfsacl.c 	return (SMB_ACL_T)NULL;
NULL              307 source3/modules/vfs_zfsacl.c 	{SMB_VFS_OP(NULL), SMB_VFS_OP_NOOP, SMB_VFS_LAYER_NOOP}
NULL               30 source3/modules/weird.c 	{0, NULL}
NULL               38 source3/nmbd/asyncdns.c 		return NULL;
NULL              233 source3/nmbd/asyncdns.c 			if(namerec == NULL)
NULL              234 source3/nmbd/asyncdns.c 				send_wins_name_query_response(NAM_ERR, dns_current, NULL);
NULL              242 source3/nmbd/asyncdns.c 		dns_current = NULL;
NULL              254 source3/nmbd/asyncdns.c 			if(namerec == NULL)
NULL              255 source3/nmbd/asyncdns.c 				send_wins_name_query_response(NAM_ERR, p, NULL);
NULL              279 source3/nmbd/asyncdns.c 			dns_queue->prev = NULL;
NULL              280 source3/nmbd/asyncdns.c 		dns_current->next = NULL;
NULL              308 source3/nmbd/asyncdns.c 		p->prev = NULL;
NULL              327 source3/nmbd/asyncdns.c 	struct name_record *namerec = NULL;
NULL              338 source3/nmbd/asyncdns.c 	if(namerec == NULL) {
NULL              339 source3/nmbd/asyncdns.c 		send_wins_name_query_response(NAM_ERR, p, NULL);
NULL               45 source3/nmbd/nmbd.c 	if (!ctx && !(ctx = event_context_init(NULL))) {
NULL               55 source3/nmbd/nmbd.c 	if (ctx == NULL) {
NULL               56 source3/nmbd/nmbd.c 		ctx = messaging_init(NULL, server_id_self(),
NULL               59 source3/nmbd/nmbd.c 	if (ctx == NULL) {
NULL              108 source3/nmbd/nmbd.c 			       NULL);
NULL              132 source3/nmbd/nmbd.c 				 NULL, MSG_SMB_CONF_UPDATED,
NULL              133 source3/nmbd/nmbd.c 				 procid_self(), NULL);
NULL              144 source3/nmbd/nmbd.c 			       NULL);
NULL              325 source3/nmbd/nmbd.c 	if (FIRST_SUBNET == NULL) {
NULL              435 source3/nmbd/nmbd.c 	if (pss == NULL) {
NULL              447 source3/nmbd/nmbd.c 	for (subrec = FIRST_SUBNET; subrec != NULL;
NULL              474 source3/nmbd/nmbd.c 		time_t t = time(NULL);
NULL              752 source3/nmbd/nmbd.c 	char *p_lmhosts = NULL;
NULL              763 source3/nmbd/nmbd.c 	{"daemon", 'D', POPT_ARG_NONE, NULL, OPT_DAEMON, "Become a daemon(default)" },
NULL              764 source3/nmbd/nmbd.c 	{"interactive", 'i', POPT_ARG_NONE, NULL, OPT_INTERACTIVE, "Run interactive (not a daemon)" },
NULL              765 source3/nmbd/nmbd.c 	{"foreground", 'F', POPT_ARG_NONE, NULL, OPT_FORK, "Run daemon in foreground (for daemontools & etc)" },
NULL              766 source3/nmbd/nmbd.c 	{"no-process-group", 0, POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" },
NULL              767 source3/nmbd/nmbd.c 	{"log-stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" },
NULL              771 source3/nmbd/nmbd.c 	{ NULL }
NULL              808 source3/nmbd/nmbd.c 	StartupTime = time(NULL);
NULL              810 source3/nmbd/nmbd.c 	sys_srandom(time(NULL) ^ sys_getpid());
NULL              813 source3/nmbd/nmbd.c 		char *lfile = NULL;
NULL              862 source3/nmbd/nmbd.c 	if (nmbd_messaging_context() == NULL) {
NULL              900 source3/nmbd/nmbd.c 	if (nmbd_messaging_context() == NULL) {
NULL              930 source3/nmbd/nmbd.c 	claim_connection(NULL,"",FLAG_MSG_GENERAL|FLAG_MSG_DBWRAP);
NULL              932 source3/nmbd/nmbd.c 	messaging_register(nmbd_messaging_context(), NULL,
NULL              936 source3/nmbd/nmbd.c 	messaging_register(nmbd_messaging_context(), NULL,
NULL              939 source3/nmbd/nmbd.c 	messaging_register(nmbd_messaging_context(), NULL,
NULL              941 source3/nmbd/nmbd.c 	messaging_register(nmbd_messaging_context(), NULL,
NULL              943 source3/nmbd/nmbd.c 	messaging_register(nmbd_messaging_context(), NULL,
NULL               52 source3/nmbd/nmbd_become_dmb.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL               93 source3/nmbd/nmbd_become_dmb.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL              182 source3/nmbd/nmbd_become_dmb.c 	if((work = find_workgroup_on_subnet( subrec, wg_name )) == NULL) {
NULL              194 source3/nmbd/nmbd_become_dmb.c 			become_domain_master_fail, NULL);
NULL              291 source3/nmbd/nmbd_become_dmb.c 			if (find_name_on_subnet(subrec, &nmbname, FIND_SELF_NAME) == NULL) {
NULL              310 source3/nmbd/nmbd_become_dmb.c 					NULL);
NULL              336 source3/nmbd/nmbd_become_dmb.c 		if (find_name_on_subnet(unicast_subnet, &nmbname, FIND_SELF_NAME) == NULL) {
NULL              356 source3/nmbd/nmbd_become_dmb.c 				NULL);
NULL               38 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) == NULL) {
NULL               60 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) != NULL) {
NULL               80 source3/nmbd/nmbd_become_lmb.c 	if((work = find_workgroup_on_subnet( subrec, workgroup_name)) == NULL) {
NULL               86 source3/nmbd/nmbd_become_lmb.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL              204 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME))!=NULL) {
NULL              208 source3/nmbd/nmbd_become_lmb.c 		if((userdata = (struct userdata_struct *)SMB_MALLOC(size)) == NULL) {
NULL              213 source3/nmbd/nmbd_become_lmb.c 		userdata->copy_fn = NULL;
NULL              214 source3/nmbd/nmbd_become_lmb.c 		userdata->free_fn = NULL;
NULL              281 source3/nmbd/nmbd_become_lmb.c 	if(find_server_in_workgroup( work, global_myname()) == NULL) {
NULL              301 source3/nmbd/nmbd_become_lmb.c 	if((namerec = find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME))!=NULL) {
NULL              305 source3/nmbd/nmbd_become_lmb.c 			NULL);
NULL              314 source3/nmbd/nmbd_become_lmb.c 	retransmit_or_expire_response_records(time(NULL));
NULL              343 source3/nmbd/nmbd_become_lmb.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL              370 source3/nmbd/nmbd_become_lmb.c 	for( sl = work->serverlist; sl != NULL; sl = sl->next)
NULL              468 source3/nmbd/nmbd_become_lmb.c 		NULL);
NULL              488 source3/nmbd/nmbd_become_lmb.c 	if(find_server_in_workgroup(work, global_myname()) == NULL) {
NULL              528 source3/nmbd/nmbd_become_lmb.c 	if(find_server_in_workgroup( work, global_myname()) == NULL) {
NULL              547 source3/nmbd/nmbd_become_lmb.c 	if((userdata = (struct userdata_struct *)SMB_MALLOC(size)) == NULL) {
NULL              552 source3/nmbd/nmbd_become_lmb.c 	userdata->copy_fn = NULL;
NULL              553 source3/nmbd/nmbd_become_lmb.c 	userdata->free_fn = NULL;
NULL               69 source3/nmbd/nmbd_browserdb.c 	browc->death_time = time(NULL) + ( (CHECK_TIME_MST_ANNOUNCE + 2) * 60 );
NULL               88 source3/nmbd/nmbd_browserdb.c 	time_t now = time( NULL );
NULL               92 source3/nmbd/nmbd_browserdb.c 	if( NULL == browc ) {
NULL               94 source3/nmbd/nmbd_browserdb.c 		return( NULL );
NULL              175 source3/nmbd/nmbd_browsesync.c 	if( work == NULL ) {
NULL              193 source3/nmbd/nmbd_browsesync.c 	if(answers->rdata != NULL) {
NULL              324 source3/nmbd/nmbd_browsesync.c 	if((userdata = (struct userdata_struct *)SMB_MALLOC(size)) == NULL) {
NULL              329 source3/nmbd/nmbd_browsesync.c 	userdata->copy_fn = NULL;
NULL              330 source3/nmbd/nmbd_browsesync.c 	userdata->free_fn = NULL;
NULL              381 source3/nmbd/nmbd_browsesync.c              NULL);
NULL              416 source3/nmbd/nmbd_browsesync.c 	if(answers->rdata != NULL) {
NULL              454 source3/nmbd/nmbd_browsesync.c 				if((work = find_workgroup_on_subnet( subrec, qname)) == NULL) {
NULL              546 source3/nmbd/nmbd_browsesync.c 				NULL);
NULL              584 source3/nmbd/nmbd_browsesync.c 	if((work = find_workgroup_on_subnet( unicast_subnet, lp_workgroup())) == NULL) {
NULL              605 source3/nmbd/nmbd_browsesync.c 		NULL);
NULL               93 source3/nmbd/nmbd_elections.c 	if(work == NULL) {
NULL              149 source3/nmbd/nmbd_elections.c 					NULL);
NULL              188 source3/nmbd/nmbd_elections.c 				if(find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME)==NULL) {
NULL              219 source3/nmbd/nmbd_elections.c 	int mytimeup = time(NULL) - StartupTime;
NULL              281 source3/nmbd/nmbd_elections.c 	if(( work = find_workgroup_on_subnet(subrec, workgroup_name)) == NULL) {
NULL              357 source3/nmbd/nmbd_elections.c 				if(find_name_on_subnet( subrec, &nmbname, FIND_SELF_NAME)==NULL) {
NULL              157 source3/nmbd/nmbd_incomingdgrams.c 		if (work ==NULL ) {
NULL              159 source3/nmbd/nmbd_incomingdgrams.c 			if((work = create_workgroup_on_subnet(subrec, work_name, ttl))==NULL)
NULL              163 source3/nmbd/nmbd_incomingdgrams.c 		if((servrec = find_server_in_workgroup( work, announce_name))==NULL) {
NULL              179 source3/nmbd/nmbd_incomingdgrams.c 		if(!is_myname(announce_name) && (work != NULL) &&
NULL              180 source3/nmbd/nmbd_incomingdgrams.c 				((servrec = find_server_in_workgroup( work, announce_name))!=NULL)) {
NULL              227 source3/nmbd/nmbd_incomingdgrams.c 	if ((work = find_workgroup_on_subnet(subrec, workgroup_announce_name))==NULL) {
NULL              229 source3/nmbd/nmbd_incomingdgrams.c 		if((work = create_workgroup_on_subnet(subrec, workgroup_announce_name, ttl))==NULL)
NULL              260 source3/nmbd/nmbd_incomingdgrams.c 	struct work_record *work = NULL;
NULL              291 source3/nmbd/nmbd_incomingdgrams.c 	if ((work = find_workgroup_on_subnet(subrec, work_name))==NULL) {
NULL              297 source3/nmbd/nmbd_incomingdgrams.c 		if((work = create_workgroup_on_subnet(subrec, work_name, ttl))==NULL)
NULL              329 source3/nmbd/nmbd_incomingdgrams.c 		if((servrec = find_server_in_workgroup( work, server_name))==NULL) {
NULL              348 source3/nmbd/nmbd_incomingdgrams.c 				((servrec = find_server_in_workgroup( work, server_name))!=NULL)) {
NULL              386 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(subrec, lp_workgroup())) == NULL) {
NULL              402 source3/nmbd/nmbd_incomingdgrams.c 	if((browrec = find_browser_in_lmb_cache( local_master_name )) == NULL) {
NULL              497 source3/nmbd/nmbd_incomingdgrams.c 		if (work == NULL) {
NULL              499 source3/nmbd/nmbd_incomingdgrams.c 			if((work = create_workgroup_on_subnet(subrec, work_name, ttl))==NULL)
NULL              503 source3/nmbd/nmbd_incomingdgrams.c 		if((servrec = find_server_in_workgroup( work, announce_name))==NULL) {
NULL              519 source3/nmbd/nmbd_incomingdgrams.c 		if(!is_myname(announce_name) && (work != NULL) &&
NULL              520 source3/nmbd/nmbd_incomingdgrams.c 				((servrec = find_server_in_workgroup( work, announce_name))!=NULL)) {
NULL              668 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(search_subrec, workgroup_name)) == NULL) {
NULL              796 source3/nmbd/nmbd_incomingdgrams.c 	if((work = find_workgroup_on_subnet(subrec, workgroup_name)) == NULL) {
NULL              836 source3/nmbd/nmbd_incomingdgrams.c 	if(find_workgroup_on_subnet(subrec, workgroup_name) == NULL) {
NULL              196 source3/nmbd/nmbd_incomingrequests.c 	struct name_record *namerec = NULL;
NULL              230 source3/nmbd/nmbd_incomingrequests.c 	if((namerec != NULL) && (namerec->data.source == WINS_PROXY_NAME)) {
NULL              232 source3/nmbd/nmbd_incomingrequests.c 		namerec = NULL;
NULL              238 source3/nmbd/nmbd_incomingrequests.c 		if( (namerec != NULL)
NULL              247 source3/nmbd/nmbd_incomingrequests.c 		} else if(namerec != NULL) {
NULL              259 source3/nmbd/nmbd_incomingrequests.c 		if( (namerec != NULL)
NULL              317 source3/nmbd/nmbd_incomingrequests.c 	struct name_record *namerec = NULL;
NULL              445 source3/nmbd/nmbd_incomingrequests.c 	char *prdata = NULL;
NULL              448 source3/nmbd/nmbd_incomingrequests.c 	struct name_record *namerec = NULL;
NULL              469 source3/nmbd/nmbd_incomingrequests.c 		namerec = NULL;
NULL              518 source3/nmbd/nmbd_incomingrequests.c 				if ((prdata = (char *)SMB_MALLOC( namerec->data.num_ips * 6 )) == NULL) {
NULL              542 source3/nmbd/nmbd_incomingrequests.c 	if(!success && (namerec == NULL) && we_are_a_wins_client() && lp_wins_proxy() && 
NULL               33 source3/nmbd/nmbd_lmhosts.c 	char *name = NULL;
NULL               48 source3/nmbd/nmbd_lmhosts.c 		struct subnet_record *subrec = NULL;
NULL               66 source3/nmbd/nmbd_lmhosts.c 		if(subrec == NULL)
NULL               93 source3/nmbd/nmbd_lmhosts.c 	*namerecp = NULL;
NULL               95 source3/nmbd/nmbd_lmhosts.c 	if((namerec = find_name_on_subnet(remote_broadcast_subnet, nmbname, FIND_ANY_NAME))==NULL)
NULL               47 source3/nmbd/nmbd_logonnames.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL               88 source3/nmbd/nmbd_logonnames.c 	if((servrec = find_server_in_workgroup( work, global_myname())) == NULL) {
NULL              141 source3/nmbd/nmbd_logonnames.c 			become_logon_server_fail, NULL);
NULL              159 source3/nmbd/nmbd_logonnames.c 			if (find_name_on_subnet(subrec, &nmbname, FIND_SELF_NAME) == NULL) {
NULL               52 source3/nmbd/nmbd_mynames.c 					      PERMANENT_TTL)) == NULL) {
NULL               65 source3/nmbd/nmbd_mynames.c 			      NULL,
NULL               66 source3/nmbd/nmbd_mynames.c 			      my_name_register_failed, NULL);
NULL               68 source3/nmbd/nmbd_mynames.c 			      NULL,
NULL               69 source3/nmbd/nmbd_mynames.c 			      my_name_register_failed, NULL);
NULL               71 source3/nmbd/nmbd_mynames.c 			      NULL,
NULL               72 source3/nmbd/nmbd_mynames.c 			      my_name_register_failed, NULL);
NULL               94 source3/nmbd/nmbd_mynames.c 	if((namerec = find_name_on_subnet(unicast_subnet, nmbname, FIND_SELF_NAME)) == NULL) {
NULL              117 source3/nmbd/nmbd_mynames.c 	const char **cluster_addresses = NULL;
NULL              169 source3/nmbd/nmbd_mynames.c 					if (namerec == NULL) continue;
NULL              221 source3/nmbd/nmbd_mynames.c 				      NULL, NULL);
NULL               51 source3/nmbd/nmbd_namelistdb.c 	if( NULL != source ) {
NULL              122 source3/nmbd/nmbd_namelistdb.c 			return NULL;
NULL              134 source3/nmbd/nmbd_namelistdb.c 	return NULL;
NULL              154 source3/nmbd/nmbd_namelistdb.c 	return NULL;
NULL              163 source3/nmbd/nmbd_namelistdb.c 	time_t time_now = time(NULL);
NULL              193 source3/nmbd/nmbd_namelistdb.c 	time_t time_now = time(NULL);
NULL              200 source3/nmbd/nmbd_namelistdb.c 	if( NULL == namerec ) {
NULL              207 source3/nmbd/nmbd_namelistdb.c 	if( NULL == namerec->data.ip ) {
NULL              217 source3/nmbd/nmbd_namelistdb.c 	upcase_name(&namerec->name, NULL );
NULL              282 source3/nmbd/nmbd_namelistdb.c 	if (namerec == NULL) {
NULL              366 source3/nmbd/nmbd_namelistdb.c 	if( NULL == new_list ) {
NULL              418 source3/nmbd/nmbd_namelistdb.c 	if( namerec == NULL ) {
NULL              505 source3/nmbd/nmbd_namelistdb.c 		if( NULL == iplist ) {
NULL              651 source3/nmbd/nmbd_namelistdb.c 	if (remote_broadcast_subnet->namelist != NULL) {
NULL              655 source3/nmbd/nmbd_namelistdb.c 	if (wins_server_subnet != NULL) {
NULL              176 source3/nmbd/nmbd_namequery.c 	*namerecp = NULL;
NULL              181 source3/nmbd/nmbd_namequery.c 	if((namerec = find_name_on_subnet(subrec, nmbname, FIND_ANY_NAME))==NULL)
NULL              243 source3/nmbd/nmbd_namequery.c 	if(queue_query_name( subrec, query_name_response, query_name_timeout_response, success_fn, fail_fn, userdata, &nmbname) == NULL) {
NULL              267 source3/nmbd/nmbd_namequery.c 	if(queue_query_name_from_wins_server( ip_to, query_name_response, query_name_timeout_response, success_fn, fail_fn, userdata, &nmbname) == NULL) {
NULL              236 source3/nmbd/nmbd_nameregister.c 	rrec->repeat_time = time(NULL) + 1;
NULL              341 source3/nmbd/nmbd_nameregister.c 					   wins_ip) == NULL) {
NULL              387 source3/nmbd/nmbd_nameregister.c 		multihomed_register_one(nmbname, nb_flags, NULL, NULL, subrec->myip, tag);
NULL              435 source3/nmbd/nmbd_nameregister.c 	if((ip_list = SMB_MALLOC_ARRAY(struct in_addr, num_ips))==NULL) {
NULL              519 source3/nmbd/nmbd_nameregister.c 				nb_flags) == NULL) {
NULL              157 source3/nmbd/nmbd_namerelease.c 					       last_one?success_fn : NULL,
NULL              158 source3/nmbd/nmbd_namerelease.c 					       last_one? fail_fn : NULL,
NULL              159 source3/nmbd/nmbd_namerelease.c 					       last_one? userdata : NULL,
NULL              163 source3/nmbd/nmbd_namerelease.c 					       wins_ip) == NULL) {
NULL              210 source3/nmbd/nmbd_namerelease.c 				       (i == (namerec->data.num_ips - 1)) ? success_fn : NULL,
NULL              211 source3/nmbd/nmbd_namerelease.c 				       (i == (namerec->data.num_ips - 1)) ? fail_fn : NULL,
NULL              212 source3/nmbd/nmbd_namerelease.c 				       (i == (namerec->data.num_ips - 1)) ? userdata : NULL,
NULL              216 source3/nmbd/nmbd_namerelease.c 				       subrec->bcast_ip) == NULL) {
NULL               85 source3/nmbd/nmbd_nodestatus.c 				success_fn, fail_fn, userdata, nmbname, send_ip)==NULL) {
NULL               40 source3/nmbd/nmbd_packets.c static struct packet_struct *packet_queue = NULL;
NULL              132 source3/nmbd/nmbd_packets.c 		name_trn_id = ((unsigned)time(NULL)%(unsigned)0x7FFF) + ((unsigned)sys_getpid()%(unsigned)100);
NULL              151 source3/nmbd/nmbd_packets.c 		struct packet_struct *lo_packet = NULL;
NULL              153 source3/nmbd/nmbd_packets.c 		if((lo_packet = copy_packet(p)) == NULL)
NULL              178 source3/nmbd/nmbd_packets.c 	struct packet_struct *packet = NULL;
NULL              179 source3/nmbd/nmbd_packets.c 	struct nmb_packet *nmb = NULL;
NULL              182 source3/nmbd/nmbd_packets.c 	if((packet = SMB_MALLOC_P(struct packet_struct)) == NULL) {
NULL              184 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              211 source3/nmbd/nmbd_packets.c 	packet->timestamp = time(NULL);
NULL              228 source3/nmbd/nmbd_packets.c 	if((nmb->additional = SMB_MALLOC_P(struct res_rec)) == NULL) {
NULL              272 source3/nmbd/nmbd_packets.c 	struct nmb_packet *nmb = NULL;
NULL              294 source3/nmbd/nmbd_packets.c 	struct nmb_packet *nmb = NULL;
NULL              469 source3/nmbd/nmbd_packets.c 	const struct sockaddr_storage *pss = NULL;
NULL              471 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              475 source3/nmbd/nmbd_packets.c 				subrec->bcast_ip)) == NULL)
NULL              476 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              483 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              490 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              499 source3/nmbd/nmbd_packets.c 				userdata)) == NULL)  {
NULL              502 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              527 source3/nmbd/nmbd_packets.c 	if ((p = create_and_init_netbios_packet(nmbname, False, False, wins_ip)) == NULL) {
NULL              556 source3/nmbd/nmbd_packets.c 					 NULL,
NULL              557 source3/nmbd/nmbd_packets.c 					 NULL,
NULL              558 source3/nmbd/nmbd_packets.c 					 userdata)) == NULL) {
NULL              594 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              598 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              600 source3/nmbd/nmbd_packets.c 	if ((p = create_and_init_netbios_packet(nmbname, False, True, wins_ip)) == NULL)
NULL              601 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              611 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              620 source3/nmbd/nmbd_packets.c 					 userdata)) == NULL) {  
NULL              623 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              648 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              650 source3/nmbd/nmbd_packets.c 	if ((p = create_and_init_netbios_packet(nmbname, (subrec != unicast_subnet), False, dest_ip)) == NULL)
NULL              651 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              656 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              665 source3/nmbd/nmbd_packets.c 					userdata)) == NULL)  {
NULL              668 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              701 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              716 source3/nmbd/nmbd_packets.c 			return NULL;
NULL              725 source3/nmbd/nmbd_packets.c 					to_ip)) == NULL)
NULL              726 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              735 source3/nmbd/nmbd_packets.c 			if (ifip == NULL) {
NULL              754 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              763 source3/nmbd/nmbd_packets.c 					userdata)) == NULL) {
NULL              766 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              787 source3/nmbd/nmbd_packets.c 	if ((p = create_and_init_netbios_packet(nmbname, False, False, to_ip)) == NULL)
NULL              788 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              793 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              802 source3/nmbd/nmbd_packets.c 						userdata)) == NULL) {
NULL              805 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              831 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              835 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              837 source3/nmbd/nmbd_packets.c 	if(( p = create_and_init_netbios_packet(nmbname, False, False, send_ip)) == NULL)
NULL              838 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              843 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              852 source3/nmbd/nmbd_packets.c 					userdata)) == NULL) {
NULL              855 source3/nmbd/nmbd_packets.c 		return NULL;
NULL              870 source3/nmbd/nmbd_packets.c 	struct nmb_packet *nmb = NULL;
NULL              887 source3/nmbd/nmbd_packets.c 	nmb->answers = NULL;
NULL              888 source3/nmbd/nmbd_packets.c 	nmb->nsrecs = NULL;
NULL              889 source3/nmbd/nmbd_packets.c 	nmb->additional = NULL;
NULL              985 source3/nmbd/nmbd_packets.c 	packet.timestamp = time(NULL);
NULL              992 source3/nmbd/nmbd_packets.c 		if((lo_packet = copy_packet(&packet)) == NULL)
NULL             1010 source3/nmbd/nmbd_packets.c 		packet->prev = NULL;
NULL             1011 source3/nmbd/nmbd_packets.c 		packet->next = NULL;
NULL             1021 source3/nmbd/nmbd_packets.c 	packet->next = NULL;
NULL             1188 source3/nmbd/nmbd_packets.c 	struct subnet_record *subrec = NULL;
NULL             1195 source3/nmbd/nmbd_packets.c 	if(subrec == NULL)
NULL             1198 source3/nmbd/nmbd_packets.c 	return (find_name_on_subnet(subrec, nbname, FIND_SELF_NAME) != NULL);
NULL             1414 source3/nmbd/nmbd_packets.c 	struct response_record *rrec = NULL;
NULL             1415 source3/nmbd/nmbd_packets.c 	struct subnet_record *subrec = NULL;
NULL             1417 source3/nmbd/nmbd_packets.c 	if(pprrec != NULL)
NULL             1418 source3/nmbd/nmbd_packets.c 		*pprrec = NULL;
NULL             1424 source3/nmbd/nmbd_packets.c 		if(rrec == NULL) {
NULL             1428 source3/nmbd/nmbd_packets.c 			return NULL;
NULL             1431 source3/nmbd/nmbd_packets.c 		if(subrec == NULL) {
NULL             1434 source3/nmbd/nmbd_packets.c 			return NULL;
NULL             1437 source3/nmbd/nmbd_packets.c 		if(pprrec != NULL)
NULL             1469 source3/nmbd/nmbd_packets.c 	struct subnet_record *subrec = NULL;
NULL             1478 source3/nmbd/nmbd_packets.c 	if((subrec = find_subnet_for_nmb_packet(p, NULL))==NULL)
NULL             1543 source3/nmbd/nmbd_packets.c 	struct subnet_record *subrec = NULL;
NULL             1544 source3/nmbd/nmbd_packets.c 	struct response_record *rrec = NULL;
NULL             1551 source3/nmbd/nmbd_packets.c 	if((subrec = find_subnet_for_nmb_packet(p, &rrec))==NULL)
NULL             1554 source3/nmbd/nmbd_packets.c 	if(rrec == NULL) {
NULL             1580 source3/nmbd/nmbd_packets.c 			packet_queue->prev = NULL;
NULL             1581 source3/nmbd/nmbd_packets.c 		p->next = p->prev = NULL;
NULL             1671 source3/nmbd/nmbd_packets.c 	int *sock_array = NULL;
NULL             1672 source3/nmbd/nmbd_packets.c 	struct subnet_record *subrec = NULL;
NULL             1677 source3/nmbd/nmbd_packets.c 	if(pset == NULL) {
NULL             1693 source3/nmbd/nmbd_packets.c 	if((sock_array = SMB_MALLOC_ARRAY(int, (count*2) + 2)) == NULL) {
NULL             1743 source3/nmbd/nmbd_packets.c 	static fd_set *listen_set = NULL;
NULL             1745 source3/nmbd/nmbd_packets.c 	static int *sock_array = NULL;
NULL             1757 source3/nmbd/nmbd_packets.c 	if(listen_set == NULL || rescan_listen_set) {
NULL             1777 source3/nmbd/nmbd_packets.c 	if (run_events(nmbd_event_context(), 0, NULL, NULL)) {
NULL             1797 source3/nmbd/nmbd_packets.c 	selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&timeout);
NULL             1948 source3/nmbd/nmbd_packets.c 	p.timestamp = time(NULL);
NULL             1958 source3/nmbd/nmbd_packets.c 		struct packet_struct *lo_packet = NULL;
NULL             1960 source3/nmbd/nmbd_packets.c 		if((lo_packet = copy_packet(&p)) == NULL)
NULL               43 source3/nmbd/nmbd_processlogon.c 	if (delay_list == NULL) {
NULL              437 source3/nmbd/nmbd_processlogon.c 					char *saveptr = NULL;
NULL              483 source3/nmbd/nmbd_processlogon.c 					while ((component = strtok_r(dc, ".", &saveptr)) != NULL) {
NULL              484 source3/nmbd/nmbd_processlogon.c 						dc = NULL;
NULL              630 source3/nmbd/nmbd_processlogon.c 				if (source_addr == NULL) {
NULL              658 source3/nmbd/nmbd_processlogon.c 							NULL,
NULL               54 source3/nmbd/nmbd_responserecordsdb.c 	struct response_record *p = NULL;
NULL               62 source3/nmbd/nmbd_responserecordsdb.c 	if (p == NULL) {
NULL              105 source3/nmbd/nmbd_responserecordsdb.c 		return NULL;
NULL              122 source3/nmbd/nmbd_responserecordsdb.c 			if((rrec->userdata = (*userdata->copy_fn)(userdata)) == NULL) {
NULL              126 source3/nmbd/nmbd_responserecordsdb.c 				return NULL;
NULL              131 source3/nmbd/nmbd_responserecordsdb.c 					SMB_MALLOC(sizeof(struct userdata_struct)+userdata->userdata_len)) == NULL) {
NULL              135 source3/nmbd/nmbd_responserecordsdb.c 				return NULL;
NULL              143 source3/nmbd/nmbd_responserecordsdb.c 		rrec->userdata = NULL;
NULL              153 source3/nmbd/nmbd_responserecordsdb.c 	rrec->repeat_time = time(NULL) + rrec->repeat_interval; /* initial retry time */
NULL              173 source3/nmbd/nmbd_responserecordsdb.c 	struct response_record *rrec = NULL;
NULL              192 source3/nmbd/nmbd_responserecordsdb.c 	struct response_record *rrec = NULL;
NULL              196 source3/nmbd/nmbd_responserecordsdb.c 		if((rrec = find_response_record_on_subnet(*ppsubrec, id)) != NULL)
NULL              202 source3/nmbd/nmbd_responserecordsdb.c 	if(remote_broadcast_subnet->responselist != NULL) {
NULL              208 source3/nmbd/nmbd_responserecordsdb.c 	if(wins_server_subnet != NULL) {
NULL              210 source3/nmbd/nmbd_responserecordsdb.c 		if((rrec = find_response_record_on_subnet(*ppsubrec, id))!= NULL)
NULL              217 source3/nmbd/nmbd_responserecordsdb.c 	*ppsubrec = NULL;
NULL              219 source3/nmbd/nmbd_responserecordsdb.c 	return NULL;
NULL              228 source3/nmbd/nmbd_responserecordsdb.c 	struct response_record *rrec = NULL;
NULL               77 source3/nmbd/nmbd_sendannounce.c 	p +=  push_string(NULL, p+1, global_myname(), 15, STR_ASCII|STR_UPPER|STR_TERMINATE);
NULL              108 source3/nmbd/nmbd_sendannounce.c 	push_string(NULL, p+5, upper_server_name, 16, STR_ASCII|STR_TERMINATE);
NULL              118 source3/nmbd/nmbd_sendannounce.c 	p += 31 + push_string(NULL, p+31, server_comment, sizeof(outbuf) - (p + 31 - outbuf), STR_ASCII|STR_TERMINATE);
NULL              146 source3/nmbd/nmbd_sendannounce.c 	p += push_string(NULL, p, server_name, 15, STR_ASCII|STR_UPPER|STR_TERMINATE);
NULL              147 source3/nmbd/nmbd_sendannounce.c 	p += push_string(NULL, p, server_comment, sizeof(outbuf)- (p - outbuf), STR_ASCII|STR_UPPER|STR_TERMINATE);
NULL              358 source3/nmbd/nmbd_sendannounce.c 	announce_timer_last = time(NULL) - (CHECK_TIME_MST_ANNOUNCE * 60);
NULL              464 source3/nmbd/nmbd_sendannounce.c 	TALLOC_CTX *frame = NULL;
NULL              478 source3/nmbd/nmbd_sendannounce.c 	for (ptr=s; next_token_talloc(frame,&ptr,&s2,NULL); ) {
NULL              534 source3/nmbd/nmbd_sendannounce.c 	TALLOC_CTX *frame = NULL;
NULL              550 source3/nmbd/nmbd_sendannounce.c 	if((work = find_workgroup_on_subnet(FIRST_SUBNET, lp_workgroup())) == NULL) {   
NULL              575 source3/nmbd/nmbd_sendannounce.c 	for (ptr=s; next_token_talloc(frame,&ptr,&s2,NULL); ) {
NULL               66 source3/nmbd/nmbd_serverlistdb.c 		servrec->prev = NULL;
NULL               67 source3/nmbd/nmbd_serverlistdb.c 		servrec->next = NULL;
NULL               75 source3/nmbd/nmbd_serverlistdb.c 	servrec->next = NULL;
NULL               92 source3/nmbd/nmbd_serverlistdb.c 	return NULL;
NULL              128 source3/nmbd/nmbd_serverlistdb.c 		return (NULL);
NULL              131 source3/nmbd/nmbd_serverlistdb.c 	if(find_server_in_workgroup(work, name) != NULL) {
NULL              134 source3/nmbd/nmbd_serverlistdb.c 		return NULL;
NULL              137 source3/nmbd/nmbd_serverlistdb.c 	if((servrec = SMB_MALLOC_P(struct server_record)) == NULL) {
NULL              139 source3/nmbd/nmbd_serverlistdb.c 		return NULL;
NULL              175 source3/nmbd/nmbd_serverlistdb.c 		servrec->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
NULL              218 source3/nmbd/nmbd_serverlistdb.c 			if(find_server_in_workgroup( iwork, servrec->serv.name) != NULL) {
NULL              264 source3/nmbd/nmbd_serverlistdb.c 		if(find_workgroup_on_subnet( ssub, work->work_group) != NULL)
NULL              352 source3/nmbd/nmbd_serverlistdb.c 	if((work = find_workgroup_on_subnet(FIRST_SUBNET, lp_workgroup())) == NULL) { 
NULL              374 source3/nmbd/nmbd_serverlistdb.c 			if((work = find_workgroup_on_subnet( subrec, lp_workgroup() )) == NULL)
NULL              376 source3/nmbd/nmbd_serverlistdb.c 			if((servrec = find_server_in_workgroup( work, my_netbios_names(i))) == NULL)
NULL               30 source3/nmbd/nmbd_subnetdb.c struct subnet_record *subnetlist = NULL;
NULL               35 source3/nmbd/nmbd_subnetdb.c struct subnet_record *unicast_subnet = NULL;
NULL               36 source3/nmbd/nmbd_subnetdb.c struct subnet_record *remote_broadcast_subnet = NULL;
NULL               37 source3/nmbd/nmbd_subnetdb.c struct subnet_record *wins_server_subnet = NULL;
NULL               78 source3/nmbd/nmbd_subnetdb.c 	struct subnet_record *subrec = NULL;
NULL              105 source3/nmbd/nmbd_subnetdb.c 			return NULL;
NULL              115 source3/nmbd/nmbd_subnetdb.c 			return NULL;
NULL              136 source3/nmbd/nmbd_subnetdb.c 		return(NULL);
NULL              141 source3/nmbd/nmbd_subnetdb.c 	if((subrec->subnet_name = SMB_STRDUP(name)) == NULL) {
NULL              151 source3/nmbd/nmbd_subnetdb.c 		return(NULL);
NULL              273 source3/nmbd/nmbd_subnetdb.c 	if (subnetlist == NULL) {
NULL              322 source3/nmbd/nmbd_subnetdb.c 	if((unicast_subnet == NULL) || (remote_broadcast_subnet == NULL))
NULL              333 source3/nmbd/nmbd_subnetdb.c 						ipzero, ipzero, ipzero )) == NULL )
NULL              360 source3/nmbd/nmbd_subnetdb.c 		return NULL;
NULL              361 source3/nmbd/nmbd_subnetdb.c 	else if((subrec->next == NULL) && we_are_a_wins_client())
NULL              380 source3/nmbd/nmbd_subnetdb.c 			return NULL;
NULL              384 source3/nmbd/nmbd_subnetdb.c 		return NULL;
NULL              386 source3/nmbd/nmbd_subnetdb.c 	if((subrec->next == NULL) && we_are_a_wins_client())
NULL              123 source3/nmbd/nmbd_synclists.c 			  callback, NULL);
NULL              130 source3/nmbd/nmbd_synclists.c 				  callback, NULL);
NULL              275 source3/nmbd/nmbd_synclists.c 		TALLOC_CTX *frame = NULL;
NULL              283 source3/nmbd/nmbd_synclists.c 		if (!next_token_talloc(frame,&ptr,&server,NULL) ||
NULL              284 source3/nmbd/nmbd_synclists.c 		    !next_token_talloc(frame,&ptr,&type_str,NULL) ||
NULL              285 source3/nmbd/nmbd_synclists.c 		    !next_token_talloc(frame,&ptr,&comment,NULL)) {
NULL               35 source3/nmbd/nmbd_winsproxy.c 	struct name_record *namerec = NULL;
NULL               66 source3/nmbd/nmbd_winsproxy.c 		if((iplist = SMB_MALLOC_ARRAY( struct in_addr, num_ips )) == NULL) {
NULL              152 source3/nmbd/nmbd_winsproxy.c 	if(new_userdata == NULL)
NULL              153 source3/nmbd/nmbd_winsproxy.c 		return NULL;
NULL              166 source3/nmbd/nmbd_winsproxy.c 	if((copy_of_p = copy_packet(p)) == NULL) {
NULL              168 source3/nmbd/nmbd_winsproxy.c 		return NULL;
NULL               42 source3/nmbd/nmbd_winsserver.c 	struct name_record *nr = NULL;
NULL               43 source3/nmbd/nmbd_winsserver.c 	struct name_record *nrnext = NULL;
NULL               60 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL               71 source3/nmbd/nmbd_winsserver.c 	if (data.dptr == NULL || data.dsize == 0) {
NULL               72 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL               77 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL               94 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              101 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              213 source3/nmbd/nmbd_winsserver.c 	struct name_record *nr = NULL;
NULL              214 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL              217 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              224 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              234 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              242 source3/nmbd/nmbd_winsserver.c 		return NULL;
NULL              277 source3/nmbd/nmbd_winsserver.c 	if (data.dptr == NULL) {
NULL              335 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL              440 source3/nmbd/nmbd_winsserver.c 	char *command = NULL;
NULL              487 source3/nmbd/nmbd_winsserver.c 	smbrun(command, NULL);
NULL              500 source3/nmbd/nmbd_winsserver.c 	if((wins_server_subnet == NULL) || (nmb->header.nm_flags.bcast == True)) {
NULL              577 source3/nmbd/nmbd_winsserver.c 	time_t time_now = time(NULL);
NULL              597 source3/nmbd/nmbd_winsserver.c 	if((fp = x_fopen(state_path(WINS_LIST),O_RDONLY,0)) == NULL) {
NULL              604 source3/nmbd/nmbd_winsserver.c 		char *name_str = NULL;
NULL              605 source3/nmbd/nmbd_winsserver.c 		char *ip_str = NULL;
NULL              606 source3/nmbd/nmbd_winsserver.c 		char *ttl_str = NULL, *nb_flags_str = NULL;
NULL              608 source3/nmbd/nmbd_winsserver.c 		char *name = NULL;
NULL              609 source3/nmbd/nmbd_winsserver.c 		struct in_addr *ip_list = NULL;
NULL              614 source3/nmbd/nmbd_winsserver.c 		char *p = NULL;
NULL              620 source3/nmbd/nmbd_winsserver.c 		TALLOC_CTX *frame = NULL;
NULL              652 source3/nmbd/nmbd_winsserver.c 		if (!next_token_talloc(frame,&ptr,&name_str,NULL)) {
NULL              658 source3/nmbd/nmbd_winsserver.c 		if (!next_token_talloc(frame,&ptr,&ttl_str,NULL)) {
NULL              669 source3/nmbd/nmbd_winsserver.c 			got_token = next_token_talloc(frame,&ptr,&ip_str,NULL);
NULL              691 source3/nmbd/nmbd_winsserver.c 		if((ip_list = SMB_MALLOC_ARRAY( struct in_addr, num_ips)) == NULL) {
NULL              700 source3/nmbd/nmbd_winsserver.c 		next_token_talloc(frame,&ptr,&name_str,NULL);
NULL              701 source3/nmbd/nmbd_winsserver.c 		next_token_talloc(frame,&ptr,&ttl_str,NULL);
NULL              703 source3/nmbd/nmbd_winsserver.c 			next_token_talloc(frame,&ptr, &ip_str, NULL);
NULL              706 source3/nmbd/nmbd_winsserver.c 		next_token_talloc(frame,&ptr,&nb_flags_str,NULL);
NULL              727 source3/nmbd/nmbd_winsserver.c 		if((p = strchr(name,'#')) != NULL) {
NULL              833 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL              876 source3/nmbd/nmbd_winsserver.c 	if(namerec == NULL) {
NULL              892 source3/nmbd/nmbd_winsserver.c 	if (namerec != NULL && !WINS_STATE_ACTIVE(namerec)) {
NULL              899 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL              909 source3/nmbd/nmbd_winsserver.c 	if( (namerec != NULL) &&
NULL             1040 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1056 source3/nmbd/nmbd_winsserver.c 	if ((namerec != NULL) && (namerec->data.source == REGISTER_NAME) &&
NULL             1059 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL             1062 source3/nmbd/nmbd_winsserver.c 	if(namerec == NULL) {
NULL             1140 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1174 source3/nmbd/nmbd_winsserver.c 	if ( (namerec != NULL) && !WINS_STATE_ACTIVE(namerec)) {
NULL             1178 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL             1187 source3/nmbd/nmbd_winsserver.c 	if( (namerec != NULL) && ( (namerec->data.source == DNS_NAME) || (namerec->data.source == DNSFAIL_NAME) ) ) {
NULL             1191 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL             1199 source3/nmbd/nmbd_winsserver.c 	if((namerec != NULL) && (namerec->data.source != REGISTER_NAME)) {
NULL             1238 source3/nmbd/nmbd_winsserver.c 	if((namerec != NULL) && NAME_GROUP(namerec)) {
NULL             1298 source3/nmbd/nmbd_winsserver.c 	if ( namerec != NULL ) {
NULL             1330 source3/nmbd/nmbd_winsserver.c 			&& (namerec != NULL)
NULL             1345 source3/nmbd/nmbd_winsserver.c 	if( namerec != NULL ) {
NULL             1365 source3/nmbd/nmbd_winsserver.c 		userdata->copy_fn = NULL;
NULL             1366 source3/nmbd/nmbd_winsserver.c 		userdata->free_fn = NULL;
NULL             1422 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1446 source3/nmbd/nmbd_winsserver.c 	if( (namerec == NULL) || (namerec->data.source != REGISTER_NAME) || !WINS_STATE_ACTIVE(namerec) ) {
NULL             1512 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1570 source3/nmbd/nmbd_winsserver.c 	if ((namerec != NULL) && !WINS_STATE_ACTIVE(namerec)) {
NULL             1573 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL             1582 source3/nmbd/nmbd_winsserver.c 	if( (namerec != NULL) && ( (namerec->data.source == DNS_NAME) || (namerec->data.source == DNSFAIL_NAME) ) ) {
NULL             1586 source3/nmbd/nmbd_winsserver.c 		namerec = NULL;
NULL             1594 source3/nmbd/nmbd_winsserver.c 	if( (namerec != NULL) && (namerec->data.source != REGISTER_NAME) ) {
NULL             1606 source3/nmbd/nmbd_winsserver.c 	if((namerec != NULL) && NAME_GROUP(namerec) && WINS_STATE_ACTIVE(namerec)) {
NULL             1624 source3/nmbd/nmbd_winsserver.c 	if((namerec != NULL) && (is_myname(namerec->name.name)) ) {
NULL             1656 source3/nmbd/nmbd_winsserver.c 	if((namerec != NULL) && find_ip_in_name_record(namerec, from_ip) && WINS_STATE_ACTIVE(namerec)) {
NULL             1679 source3/nmbd/nmbd_winsserver.c 	if(namerec != NULL) {
NULL             1699 source3/nmbd/nmbd_winsserver.c 		userdata->copy_fn = NULL;
NULL             1700 source3/nmbd/nmbd_winsserver.c 		userdata->free_fn = NULL;
NULL             1750 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1772 source3/nmbd/nmbd_winsserver.c 	tdb_traverse(wins_tdb, fetch_1b_traverse_fn, NULL);
NULL             1782 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1811 source3/nmbd/nmbd_winsserver.c 		send_wins_name_query_response(NAM_ERR, p, NULL);
NULL             1815 source3/nmbd/nmbd_winsserver.c 	if((prdata = (char *)SMB_MALLOC( num_ips * 6 )) == NULL) {
NULL             1877 source3/nmbd/nmbd_winsserver.c 			if((prdata = (char *)SMB_MALLOC( namerec->data.num_ips * 6 )) == NULL) {
NULL             1914 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             1935 source3/nmbd/nmbd_winsserver.c 	if(namerec != NULL) {
NULL             1992 source3/nmbd/nmbd_winsserver.c 	send_wins_name_query_response(NAM_ERR, p, NULL);
NULL             2026 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             2065 source3/nmbd/nmbd_winsserver.c 	if( (namerec == NULL) || ((namerec != NULL) && (namerec->data.source != REGISTER_NAME)) ) {
NULL             2141 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             2282 source3/nmbd/nmbd_winsserver.c 		if( NULL != nl ) {
NULL             2313 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             2336 source3/nmbd/nmbd_winsserver.c 	char *fname = NULL;
NULL             2337 source3/nmbd/nmbd_winsserver.c 	char *fnamenew = NULL;
NULL             2379 source3/nmbd/nmbd_winsserver.c 	if((fp = x_fopen(fnamenew,O_WRONLY|O_CREAT,0644)) == NULL) {
NULL             2418 source3/nmbd/nmbd_winsserver.c 	struct name_record *namerec = NULL;
NULL             2419 source3/nmbd/nmbd_winsserver.c 	struct name_record *new_namerec = NULL;
NULL             2426 source3/nmbd/nmbd_winsserver.c 	if (buf==NULL) {
NULL             2438 source3/nmbd/nmbd_winsserver.c 	if (namerec == NULL) {
NULL             2451 source3/nmbd/nmbd_winsserver.c 		if (new_namerec!=NULL) {
NULL             2461 source3/nmbd/nmbd_winsserver.c 	if (namerec != NULL) {
NULL             2555 source3/nmbd/nmbd_winsserver.c 			if (new_namerec!=NULL) {
NULL               71 source3/nmbd/nmbd_workgroupdb.c 	if((work = SMB_MALLOC_P(struct work_record)) == NULL) {
NULL               73 source3/nmbd/nmbd_workgroupdb.c 		return NULL;
NULL               79 source3/nmbd/nmbd_workgroupdb.c 	work->serverlist = NULL;
NULL               86 source3/nmbd/nmbd_workgroupdb.c 	work->lastannounce_time = time(NULL);
NULL               91 source3/nmbd/nmbd_workgroupdb.c 	work->death_time = (ttl != PERMANENT_TTL) ? time(NULL)+(ttl*3) : PERMANENT_TTL;
NULL              133 source3/nmbd/nmbd_workgroupdb.c 	struct work_record *ret_work = NULL;
NULL              181 source3/nmbd/nmbd_workgroupdb.c 	return NULL;
NULL              191 source3/nmbd/nmbd_workgroupdb.c 	struct work_record *work = NULL;
NULL              202 source3/nmbd/nmbd_workgroupdb.c 	return NULL;
NULL              212 source3/nmbd/nmbd_workgroupdb.c 		work->death_time = time(NULL)+(ttl*3);
NULL              251 source3/nmbd/nmbd_workgroupdb.c 	register_name(subrec,lp_workgroup(),0x0,samba_nb_type|NB_GROUP, NULL, fail_register,NULL);
NULL              252 source3/nmbd/nmbd_workgroupdb.c 	register_name(subrec,lp_workgroup(),0x1e,samba_nb_type|NB_GROUP, NULL, fail_register,NULL);
NULL              321 source3/nmbd/nmbd_workgroupdb.c 			if ((work->serverlist == NULL) && (work->death_time != PERMANENT_TTL) && 
NULL               96 source3/pam_smbpass/general.h /* SMB__OLD_PASSWD */	 {  NULL,            _ALL_ON_,              01 },
NULL               97 source3/pam_smbpass/general.h /* SMB__VERIFY_PASSWD */ {  NULL,            _ALL_ON_,              02 },
NULL              103 source3/pam_smbpass/general.h /* SMB__QUIET */	 {  NULL,            _ALL_ON_,            0200 },
NULL               56 source3/pam_smbpass/pam_smb_acct.c 	struct samu *sampass = NULL;
NULL               86 source3/pam_smbpass/pam_smb_acct.c 	if (!initialize_password_db(True, NULL)) {
NULL               94 source3/pam_smbpass/pam_smb_acct.c 	if (!(sampass = samu_new( NULL ))) {
NULL              135 source3/pam_smbpass/pam_smb_acct.c      NULL,
NULL              136 source3/pam_smbpass/pam_smb_acct.c      NULL,
NULL              138 source3/pam_smbpass/pam_smb_acct.c      NULL,
NULL              139 source3/pam_smbpass/pam_smb_acct.c      NULL,
NULL              140 source3/pam_smbpass/pam_smb_acct.c      NULL
NULL               51 source3/pam_smbpass/pam_smb_auth.c 		              , (void *) ret_data, NULL );	\
NULL               73 source3/pam_smbpass/pam_smb_auth.c 	int retval, *ret_data = NULL;
NULL               74 source3/pam_smbpass/pam_smb_auth.c 	struct samu *sampass = NULL;
NULL               76 source3/pam_smbpass/pam_smb_auth.c 	void (*oldsig_handler)(int) = NULL;
NULL               80 source3/pam_smbpass/pam_smb_auth.c 	char *p = NULL;
NULL              115 source3/pam_smbpass/pam_smb_auth.c 	if (!initialize_password_db(True, NULL)) {
NULL              121 source3/pam_smbpass/pam_smb_auth.c 	sampass = samu_new( NULL );
NULL              140 source3/pam_smbpass/pam_smb_auth.c 		sampass = NULL;
NULL              154 source3/pam_smbpass/pam_smb_auth.c 	retval = _smb_read_password(pamh, ctrl, NULL, "Password: ", NULL, _SMB_AUTHTOK, &p);
NULL              165 source3/pam_smbpass/pam_smb_auth.c 	p = NULL;
NULL              177 source3/pam_smbpass/pam_smb_auth.c 	int retval, *pretval = NULL;
NULL              186 source3/pam_smbpass/pam_smb_auth.c 	pam_set_data(pamh, "smb_setcred_return", NULL, NULL);
NULL              195 source3/pam_smbpass/pam_smb_auth.c 	char *err_str = NULL;
NULL              196 source3/pam_smbpass/pam_smb_auth.c 	char *msg_str = NULL;
NULL              197 source3/pam_smbpass/pam_smb_auth.c 	const char *pass = NULL;
NULL              207 source3/pam_smbpass/pam_smb_auth.c 	} else if (pass == NULL) {
NULL              220 source3/pam_smbpass/pam_smb_auth.c 		pass = NULL;
NULL              240 source3/pam_smbpass/pam_smb_auth.c 	pass = NULL;
NULL              250 source3/pam_smbpass/pam_smb_auth.c 	NULL,
NULL              251 source3/pam_smbpass/pam_smb_auth.c 	NULL,
NULL              252 source3/pam_smbpass/pam_smb_auth.c 	NULL,
NULL              253 source3/pam_smbpass/pam_smb_auth.c 	NULL
NULL               51 source3/pam_smbpass/pam_smb_passwd.c 	char *err_str = NULL;
NULL               52 source3/pam_smbpass/pam_smb_passwd.c 	char *msg_str = NULL;
NULL              101 source3/pam_smbpass/pam_smb_passwd.c     struct samu *sampass = NULL;
NULL              138 source3/pam_smbpass/pam_smb_passwd.c     if (!initialize_password_db(False, NULL)) {
NULL              145 source3/pam_smbpass/pam_smb_passwd.c     if ( !(sampass = samu_new( NULL )) ) {
NULL              181 source3/pam_smbpass/pam_smb_passwd.c             if (Announce == NULL) {
NULL              193 source3/pam_smbpass/pam_smb_passwd.c                                          NULL, _SMB_OLD_AUTHTOK, &pass_old );
NULL              209 source3/pam_smbpass/pam_smb_passwd.c 	    pass_old = NULL;
NULL              213 source3/pam_smbpass/pam_smb_passwd.c         pass_old = NULL;
NULL              237 source3/pam_smbpass/pam_smb_passwd.c 		pass_old = NULL;
NULL              260 source3/pam_smbpass/pam_smb_passwd.c                                       , NULL
NULL              271 source3/pam_smbpass/pam_smb_passwd.c             pass_old = NULL;                               /* tidy up */
NULL              284 source3/pam_smbpass/pam_smb_passwd.c             pass_new = NULL;
NULL              291 source3/pam_smbpass/pam_smb_passwd.c             pass_new = pass_old = NULL;               /* tidy up */
NULL              323 source3/pam_smbpass/pam_smb_passwd.c         pass_old = pass_new = NULL;
NULL              326 source3/pam_smbpass/pam_smb_passwd.c 		sampass = NULL;
NULL              338 source3/pam_smbpass/pam_smb_passwd.c 	sampass = NULL;
NULL              350 source3/pam_smbpass/pam_smb_passwd.c      NULL,
NULL              351 source3/pam_smbpass/pam_smb_passwd.c      NULL,
NULL              352 source3/pam_smbpass/pam_smb_passwd.c      NULL,
NULL              353 source3/pam_smbpass/pam_smb_passwd.c      NULL,
NULL              354 source3/pam_smbpass/pam_smb_passwd.c      NULL,
NULL               55 source3/pam_smbpass/support.c 	X=NULL;      \
NULL              100 source3/pam_smbpass/support.c 	if (mod_format == NULL) {
NULL              155 source3/pam_smbpass/support.c 		resp = NULL;
NULL              168 source3/pam_smbpass/support.c     const char *service_file = NULL;
NULL              255 source3/pam_smbpass/support.c     return NULL;
NULL              271 source3/pam_smbpass/support.c     register char *newstr = NULL;
NULL              273 source3/pam_smbpass/support.c     if (x != NULL) {
NULL              277 source3/pam_smbpass/support.c         if ((newstr = SMB_MALLOC_ARRAY(char, ++i)) == NULL) {
NULL              285 source3/pam_smbpass/support.c         x = NULL;
NULL              297 source3/pam_smbpass/support.c     const char *service = NULL;
NULL              310 source3/pam_smbpass/support.c     if (failure != NULL) {
NULL              327 source3/pam_smbpass/support.c                           , service == NULL ? "**unknown**" : service 
NULL              332 source3/pam_smbpass/support.c                               , service == NULL ? "**unknown**" : service
NULL              383 source3/pam_smbpass/support.c     if (data_name == NULL) {
NULL              404 source3/pam_smbpass/support.c             pam_set_data(pamh, data_name, NULL, _cleanup_failures);
NULL              412 source3/pam_smbpass/support.c         if (data_name != NULL) {
NULL              413 source3/pam_smbpass/support.c             struct _pam_failed_auth *newauth = NULL;
NULL              414 source3/pam_smbpass/support.c             const struct _pam_failed_auth *old = NULL;
NULL              420 source3/pam_smbpass/support.c             if (newauth != NULL) {
NULL              425 source3/pam_smbpass/support.c                 if (old != NULL) {
NULL              491 source3/pam_smbpass/support.c 	if (pdb_get_nt_passwd(sampass) == NULL)
NULL              509 source3/pam_smbpass/support.c     char *item = NULL;
NULL              519 source3/pam_smbpass/support.c     *pass = token = NULL;
NULL              534 source3/pam_smbpass/support.c         } else if (item != NULL) {	/* we have a password! */
NULL              536 source3/pam_smbpass/support.c             item = NULL;
NULL              553 source3/pam_smbpass/support.c     if (comment != NULL && off(SMB__QUIET, ctrl)) {
NULL              566 source3/pam_smbpass/support.c     if (prompt2 != NULL) {
NULL              574 source3/pam_smbpass/support.c     resp = NULL;
NULL              578 source3/pam_smbpass/support.c     if (resp != NULL) {
NULL              585 source3/pam_smbpass/support.c             if (token != NULL) {
NULL              642 source3/pam_smbpass/support.c             item = NULL;
NULL              645 source3/pam_smbpass/support.c         token = NULL;			/* break link to password */
NULL              649 source3/pam_smbpass/support.c     item = NULL;			/* break link to password */
NULL              661 source3/pam_smbpass/support.c     if (pass_new == NULL || (pass_old && !strcmp( pass_old, pass_new )))
NULL              667 source3/pam_smbpass/support.c 	make_remark( pamh, ctrl, PAM_ERROR_MSG, pass_new == NULL ?
NULL               95 source3/param/loadparm.c #define LP_SNUM_OK(i) (((i) >= 0) && ((i) < iNumServices) && (ServicePtrs != NULL) && ServicePtrs[(i)]->valid)
NULL               96 source3/param/loadparm.c #define VALID(i) (ServicePtrs != NULL && ServicePtrs[i]->valid)
NULL              509 source3/param/loadparm.c 	NULL,			/* szService */
NULL              510 source3/param/loadparm.c 	NULL,			/* szPath */
NULL              511 source3/param/loadparm.c 	NULL,			/* szUsername */
NULL              512 source3/param/loadparm.c 	NULL,			/* szInvalidUsers */
NULL              513 source3/param/loadparm.c 	NULL,			/* szValidUsers */
NULL              514 source3/param/loadparm.c 	NULL,			/* szAdminUsers */
NULL              515 source3/param/loadparm.c 	NULL,			/* szCopy */
NULL              516 source3/param/loadparm.c 	NULL,			/* szInclude */
NULL              517 source3/param/loadparm.c 	NULL,			/* szPreExec */
NULL              518 source3/param/loadparm.c 	NULL,			/* szPostExec */
NULL              519 source3/param/loadparm.c 	NULL,			/* szRootPreExec */
NULL              520 source3/param/loadparm.c 	NULL,			/* szRootPostExec */
NULL              521 source3/param/loadparm.c 	NULL,			/* szCupsOptions */
NULL              522 source3/param/loadparm.c 	NULL,			/* szPrintcommand */
NULL              523 source3/param/loadparm.c 	NULL,			/* szLpqcommand */
NULL              524 source3/param/loadparm.c 	NULL,			/* szLprmcommand */
NULL              525 source3/param/loadparm.c 	NULL,			/* szLppausecommand */
NULL              526 source3/param/loadparm.c 	NULL,			/* szLpresumecommand */
NULL              527 source3/param/loadparm.c 	NULL,			/* szQueuepausecommand */
NULL              528 source3/param/loadparm.c 	NULL,			/* szQueueresumecommand */
NULL              529 source3/param/loadparm.c 	NULL,			/* szPrintername */
NULL              530 source3/param/loadparm.c 	NULL,			/* szPrintjobUsername */
NULL              531 source3/param/loadparm.c 	NULL,			/* szDontdescend */
NULL              532 source3/param/loadparm.c 	NULL,			/* szHostsallow */
NULL              533 source3/param/loadparm.c 	NULL,			/* szHostsdeny */
NULL              534 source3/param/loadparm.c 	NULL,			/* szMagicScript */
NULL              535 source3/param/loadparm.c 	NULL,			/* szMagicOutput */
NULL              536 source3/param/loadparm.c 	NULL,			/* szVetoFiles */
NULL              537 source3/param/loadparm.c 	NULL,			/* szHideFiles */
NULL              538 source3/param/loadparm.c 	NULL,			/* szVetoOplockFiles */
NULL              539 source3/param/loadparm.c 	NULL,			/* comment */
NULL              540 source3/param/loadparm.c 	NULL,			/* force user */
NULL              541 source3/param/loadparm.c 	NULL,			/* force group */
NULL              542 source3/param/loadparm.c 	NULL,			/* readlist */
NULL              543 source3/param/loadparm.c 	NULL,			/* writelist */
NULL              544 source3/param/loadparm.c 	NULL,			/* printer admin */
NULL              545 source3/param/loadparm.c 	NULL,			/* volume */
NULL              546 source3/param/loadparm.c 	NULL,			/* fstype */
NULL              547 source3/param/loadparm.c 	NULL,			/* vfs objects */
NULL              548 source3/param/loadparm.c 	NULL,                   /* szMSDfsProxy */
NULL              549 source3/param/loadparm.c 	NULL,			/* szAioWriteBehind */
NULL              550 source3/param/loadparm.c 	NULL,			/* szDfree */
NULL              607 source3/param/loadparm.c 	NULL,			/* copymap */
NULL              645 source3/param/loadparm.c 	NULL,			/* Parametric options */
NULL              651 source3/param/loadparm.c static struct service **ServicePtrs = NULL;
NULL              655 source3/param/loadparm.c static int *invalid_services = NULL;
NULL              693 source3/param/loadparm.c 	{-1, NULL}
NULL              704 source3/param/loadparm.c 	{-1, NULL}
NULL              723 source3/param/loadparm.c 	{-1, NULL}
NULL              730 source3/param/loadparm.c 	{-1, NULL}
NULL              738 source3/param/loadparm.c 	{-1, NULL}
NULL              747 source3/param/loadparm.c 	{-1, NULL}
NULL              762 source3/param/loadparm.c 	{-1, NULL}
NULL              774 source3/param/loadparm.c 	{-1, NULL}
NULL              780 source3/param/loadparm.c 	{-1, NULL}
NULL              791 source3/param/loadparm.c 	{-1, NULL}
NULL              805 source3/param/loadparm.c 	{-1, NULL}
NULL              826 source3/param/loadparm.c 	{-1, NULL}
NULL              834 source3/param/loadparm.c     { -1, NULL}
NULL              863 source3/param/loadparm.c 	{-1, NULL}
NULL              871 source3/param/loadparm.c 	{-1, NULL}
NULL              882 source3/param/loadparm.c 	{-1, NULL}
NULL              912 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              921 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              930 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              938 source3/param/loadparm.c 		.special	= NULL,
NULL              939 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              947 source3/param/loadparm.c 		.special	= NULL,
NULL              948 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              956 source3/param/loadparm.c 		.special	= NULL,
NULL              957 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              966 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              975 source3/param/loadparm.c 		.special	= NULL,
NULL              976 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              986 source3/param/loadparm.c 		.enum_list	= NULL,
NULL              995 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1004 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1012 source3/param/loadparm.c 		.special	= NULL,
NULL             1013 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1021 source3/param/loadparm.c 		.special	= NULL,
NULL             1022 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1030 source3/param/loadparm.c 		.special	= NULL,
NULL             1031 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1039 source3/param/loadparm.c 		.special	= NULL,
NULL             1051 source3/param/loadparm.c 		.special	= NULL,
NULL             1060 source3/param/loadparm.c 		.special	= NULL,
NULL             1061 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1069 source3/param/loadparm.c 		.special	= NULL,
NULL             1070 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1078 source3/param/loadparm.c 		.special	= NULL,
NULL             1079 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1087 source3/param/loadparm.c 		.special	= NULL,
NULL             1096 source3/param/loadparm.c 		.special	= NULL,
NULL             1105 source3/param/loadparm.c 		.special	= NULL,
NULL             1106 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1114 source3/param/loadparm.c 		.special	= NULL,
NULL             1123 source3/param/loadparm.c 		.special	= NULL,
NULL             1124 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1132 source3/param/loadparm.c 		.special	= NULL,
NULL             1133 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1141 source3/param/loadparm.c 		.special	= NULL,
NULL             1142 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1150 source3/param/loadparm.c 		.special	= NULL,
NULL             1151 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1159 source3/param/loadparm.c 		.special	= NULL,
NULL             1160 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1168 source3/param/loadparm.c 		.special	= NULL,
NULL             1169 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1177 source3/param/loadparm.c 		.special	= NULL,
NULL             1178 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1186 source3/param/loadparm.c 		.special	= NULL,
NULL             1187 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1195 source3/param/loadparm.c 		.special	= NULL,
NULL             1196 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1204 source3/param/loadparm.c 		.special	= NULL,
NULL             1205 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1213 source3/param/loadparm.c 		.special	= NULL,
NULL             1214 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1222 source3/param/loadparm.c 		.special	= NULL,
NULL             1223 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1232 source3/param/loadparm.c 		.special	= NULL,
NULL             1233 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1241 source3/param/loadparm.c 		.special	= NULL,
NULL             1242 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1250 source3/param/loadparm.c 		.special	= NULL,
NULL             1251 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1259 source3/param/loadparm.c 		.special	= NULL,
NULL             1260 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1268 source3/param/loadparm.c 		.special	= NULL,
NULL             1269 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1277 source3/param/loadparm.c 		.special	= NULL,
NULL             1278 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1286 source3/param/loadparm.c 		.special	= NULL,
NULL             1287 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1295 source3/param/loadparm.c 		.special	= NULL,
NULL             1296 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1304 source3/param/loadparm.c 		.special	= NULL,
NULL             1305 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1313 source3/param/loadparm.c 		.special	= NULL,
NULL             1314 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1322 source3/param/loadparm.c 		.special	= NULL,
NULL             1323 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1331 source3/param/loadparm.c 		.special	= NULL,
NULL             1332 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1340 source3/param/loadparm.c 		.special	= NULL,
NULL             1341 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1349 source3/param/loadparm.c 		.special	= NULL,
NULL             1350 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1358 source3/param/loadparm.c 		.special	= NULL,
NULL             1359 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1367 source3/param/loadparm.c 		.special	= NULL,
NULL             1368 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1376 source3/param/loadparm.c 		.special	= NULL,
NULL             1377 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1385 source3/param/loadparm.c 		.special	= NULL,
NULL             1386 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1394 source3/param/loadparm.c 		.special	= NULL,
NULL             1395 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1403 source3/param/loadparm.c 		.special	= NULL,
NULL             1404 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1412 source3/param/loadparm.c 		.special	= NULL,
NULL             1413 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1421 source3/param/loadparm.c 		.special	= NULL,
NULL             1422 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1430 source3/param/loadparm.c 		.special	= NULL,
NULL             1431 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1439 source3/param/loadparm.c 		.special	= NULL,
NULL             1440 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1448 source3/param/loadparm.c 		.special	= NULL,
NULL             1449 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1457 source3/param/loadparm.c 		.special	= NULL,
NULL             1458 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1466 source3/param/loadparm.c 		.special	= NULL,
NULL             1467 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1475 source3/param/loadparm.c 		.special	= NULL,
NULL             1476 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1484 source3/param/loadparm.c 		.special	= NULL,
NULL             1485 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1493 source3/param/loadparm.c 		.special	= NULL,
NULL             1494 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1502 source3/param/loadparm.c 		.special	= NULL,
NULL             1503 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1511 source3/param/loadparm.c 		.special	= NULL,
NULL             1512 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1520 source3/param/loadparm.c 		.special	= NULL,
NULL             1521 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1529 source3/param/loadparm.c 		.special	= NULL,
NULL             1530 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1538 source3/param/loadparm.c 		.special	= NULL,
NULL             1539 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1547 source3/param/loadparm.c 		.special	= NULL,
NULL             1548 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1556 source3/param/loadparm.c 		.special	= NULL,
NULL             1557 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1565 source3/param/loadparm.c 		.special	= NULL,
NULL             1566 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1574 source3/param/loadparm.c 		.special	= NULL,
NULL             1575 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1583 source3/param/loadparm.c 		.special	= NULL,
NULL             1584 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1592 source3/param/loadparm.c 		.special	= NULL,
NULL             1593 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1601 source3/param/loadparm.c 		.special	= NULL,
NULL             1602 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1610 source3/param/loadparm.c 		.special	= NULL,
NULL             1611 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1619 source3/param/loadparm.c 		.special	= NULL,
NULL             1620 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1628 source3/param/loadparm.c 		.special	= NULL,
NULL             1629 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1637 source3/param/loadparm.c 		.special	= NULL,
NULL             1638 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1646 source3/param/loadparm.c 		.special	= NULL,
NULL             1647 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1655 source3/param/loadparm.c 		.special	= NULL,
NULL             1656 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1664 source3/param/loadparm.c 		.special	= NULL,
NULL             1665 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1673 source3/param/loadparm.c 		.special	= NULL,
NULL             1674 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1682 source3/param/loadparm.c 		.special	= NULL,
NULL             1683 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1691 source3/param/loadparm.c 		.special	= NULL,
NULL             1692 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1701 source3/param/loadparm.c 		.special	= NULL,
NULL             1702 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1710 source3/param/loadparm.c 		.special	= NULL,
NULL             1711 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1719 source3/param/loadparm.c 		.special	= NULL,
NULL             1720 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1728 source3/param/loadparm.c 		.special	= NULL,
NULL             1729 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1737 source3/param/loadparm.c 		.special	= NULL,
NULL             1738 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1746 source3/param/loadparm.c 		.special	= NULL,
NULL             1747 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1755 source3/param/loadparm.c 		.special	= NULL,
NULL             1756 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1764 source3/param/loadparm.c 		.special	= NULL,
NULL             1765 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1773 source3/param/loadparm.c 		.special	= NULL,
NULL             1774 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1782 source3/param/loadparm.c 		.special	= NULL,
NULL             1791 source3/param/loadparm.c 		.special	= NULL,
NULL             1792 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1805 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1814 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1822 source3/param/loadparm.c 		.special	= NULL,
NULL             1823 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1831 source3/param/loadparm.c 		.special	= NULL,
NULL             1832 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1840 source3/param/loadparm.c 		.special	= NULL,
NULL             1841 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1849 source3/param/loadparm.c 		.special	= NULL,
NULL             1850 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1858 source3/param/loadparm.c 		.special	= NULL,
NULL             1859 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1867 source3/param/loadparm.c 		.special	= NULL,
NULL             1868 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1876 source3/param/loadparm.c 		.special	= NULL,
NULL             1877 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1885 source3/param/loadparm.c 		.special	= NULL,
NULL             1886 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1894 source3/param/loadparm.c 		.special	= NULL,
NULL             1895 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1903 source3/param/loadparm.c 		.special	= NULL,
NULL             1904 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1912 source3/param/loadparm.c 		.special	= NULL,
NULL             1913 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1921 source3/param/loadparm.c 		.special	= NULL,
NULL             1922 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1933 source3/param/loadparm.c 		.special	= NULL,
NULL             1934 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1942 source3/param/loadparm.c 		.special	= NULL,
NULL             1943 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1951 source3/param/loadparm.c 		.special	= NULL,
NULL             1952 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1960 source3/param/loadparm.c 		.special	= NULL,
NULL             1961 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1969 source3/param/loadparm.c 		.special	= NULL,
NULL             1970 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1978 source3/param/loadparm.c 		.special	= NULL,
NULL             1979 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             1987 source3/param/loadparm.c 		.special	= NULL,
NULL             1996 source3/param/loadparm.c 		.special	= NULL,
NULL             2005 source3/param/loadparm.c 		.special	= NULL,
NULL             2014 source3/param/loadparm.c 		.special	= NULL,
NULL             2015 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2023 source3/param/loadparm.c 		.special	= NULL,
NULL             2024 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2032 source3/param/loadparm.c 		.special	= NULL,
NULL             2033 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2041 source3/param/loadparm.c 		.special	= NULL,
NULL             2042 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2050 source3/param/loadparm.c 		.special	= NULL,
NULL             2051 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2059 source3/param/loadparm.c 		.special	= NULL,
NULL             2068 source3/param/loadparm.c 		.special	= NULL,
NULL             2069 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2077 source3/param/loadparm.c 		.special	= NULL,
NULL             2078 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2086 source3/param/loadparm.c 		.special	= NULL,
NULL             2087 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2095 source3/param/loadparm.c 		.special	= NULL,
NULL             2096 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2104 source3/param/loadparm.c 		.special	= NULL,
NULL             2105 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2113 source3/param/loadparm.c 		.special	= NULL,
NULL             2114 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2122 source3/param/loadparm.c 		.special	= NULL,
NULL             2123 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2131 source3/param/loadparm.c 		.special	= NULL,
NULL             2140 source3/param/loadparm.c 		.special	= NULL,
NULL             2141 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2149 source3/param/loadparm.c 		.special	= NULL,
NULL             2150 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2158 source3/param/loadparm.c 		.special	= NULL,
NULL             2159 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2167 source3/param/loadparm.c 		.special	= NULL,
NULL             2168 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2176 source3/param/loadparm.c 		.special	= NULL,
NULL             2177 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2185 source3/param/loadparm.c 		.special	= NULL,
NULL             2186 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2194 source3/param/loadparm.c 		.special	= NULL,
NULL             2195 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2203 source3/param/loadparm.c 		.special	= NULL,
NULL             2204 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2212 source3/param/loadparm.c 		.special	= NULL,
NULL             2213 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2221 source3/param/loadparm.c 		.special	= NULL,
NULL             2222 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2230 source3/param/loadparm.c 		.special	= NULL,
NULL             2231 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2239 source3/param/loadparm.c 		.special	= NULL,
NULL             2248 source3/param/loadparm.c 		.special	= NULL,
NULL             2257 source3/param/loadparm.c 		.special	= NULL,
NULL             2266 source3/param/loadparm.c 		.special	= NULL,
NULL             2267 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2275 source3/param/loadparm.c 		.special	= NULL,
NULL             2284 source3/param/loadparm.c 		.special	= NULL,
NULL             2285 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2293 source3/param/loadparm.c 		.special	= NULL,
NULL             2294 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2305 source3/param/loadparm.c 		.special	= NULL,
NULL             2306 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2314 source3/param/loadparm.c 		.special	= NULL,
NULL             2315 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2323 source3/param/loadparm.c 		.special	= NULL,
NULL             2324 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2332 source3/param/loadparm.c 		.special	= NULL,
NULL             2333 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2341 source3/param/loadparm.c 		.special	= NULL,
NULL             2342 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2350 source3/param/loadparm.c 		.special	= NULL,
NULL             2351 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2359 source3/param/loadparm.c 		.special	= NULL,
NULL             2360 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2368 source3/param/loadparm.c 		.special	= NULL,
NULL             2369 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2377 source3/param/loadparm.c 		.special	= NULL,
NULL             2378 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2386 source3/param/loadparm.c 		.special	= NULL,
NULL             2387 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2395 source3/param/loadparm.c 		.special	= NULL,
NULL             2396 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2404 source3/param/loadparm.c 		.special	= NULL,
NULL             2405 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2413 source3/param/loadparm.c 		.special	= NULL,
NULL             2414 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2422 source3/param/loadparm.c 		.special	= NULL,
NULL             2423 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2431 source3/param/loadparm.c 		.special	= NULL,
NULL             2432 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2440 source3/param/loadparm.c 		.special	= NULL,
NULL             2441 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2449 source3/param/loadparm.c 		.special	= NULL,
NULL             2450 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2458 source3/param/loadparm.c 		.special	= NULL,
NULL             2459 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2467 source3/param/loadparm.c 		.special	= NULL,
NULL             2468 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2476 source3/param/loadparm.c 		.special	= NULL,
NULL             2477 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2485 source3/param/loadparm.c 		.special	= NULL,
NULL             2486 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2494 source3/param/loadparm.c 		.special	= NULL,
NULL             2495 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2503 source3/param/loadparm.c 		.special	= NULL,
NULL             2504 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2512 source3/param/loadparm.c 		.special	= NULL,
NULL             2513 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2521 source3/param/loadparm.c 		.special	= NULL,
NULL             2522 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2530 source3/param/loadparm.c 		.special	= NULL,
NULL             2531 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2542 source3/param/loadparm.c 		.special	= NULL,
NULL             2543 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2551 source3/param/loadparm.c 		.special	= NULL,
NULL             2552 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2560 source3/param/loadparm.c 		.special	= NULL,
NULL             2561 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2569 source3/param/loadparm.c 		.special	= NULL,
NULL             2570 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2578 source3/param/loadparm.c 		.special	= NULL,
NULL             2579 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2587 source3/param/loadparm.c 		.special	= NULL,
NULL             2588 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2596 source3/param/loadparm.c 		.special	= NULL,
NULL             2597 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2605 source3/param/loadparm.c 		.special	= NULL,
NULL             2606 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2623 source3/param/loadparm.c 		.special	= NULL,
NULL             2624 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2632 source3/param/loadparm.c 		.special	= NULL,
NULL             2633 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2641 source3/param/loadparm.c 		.special	= NULL,
NULL             2642 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2650 source3/param/loadparm.c 		.special	= NULL,
NULL             2651 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2659 source3/param/loadparm.c 		.special	= NULL,
NULL             2660 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2668 source3/param/loadparm.c 		.special	= NULL,
NULL             2669 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2677 source3/param/loadparm.c 		.special	= NULL,
NULL             2678 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2686 source3/param/loadparm.c 		.special	= NULL,
NULL             2687 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2695 source3/param/loadparm.c 		.special	= NULL,
NULL             2696 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2704 source3/param/loadparm.c 		.special	= NULL,
NULL             2705 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2713 source3/param/loadparm.c 		.special	= NULL,
NULL             2714 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2722 source3/param/loadparm.c 		.special	= NULL,
NULL             2723 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2731 source3/param/loadparm.c 		.special	= NULL,
NULL             2732 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2740 source3/param/loadparm.c 		.special	= NULL,
NULL             2741 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2749 source3/param/loadparm.c 		.special	= NULL,
NULL             2750 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2758 source3/param/loadparm.c 		.special	= NULL,
NULL             2759 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2767 source3/param/loadparm.c 		.special	= NULL,
NULL             2768 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2776 source3/param/loadparm.c 		.special	= NULL,
NULL             2777 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2785 source3/param/loadparm.c 		.special	= NULL,
NULL             2786 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2795 source3/param/loadparm.c 		.special	= NULL,
NULL             2796 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2804 source3/param/loadparm.c 		.special	= NULL,
NULL             2805 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2813 source3/param/loadparm.c 		.special	= NULL,
NULL             2814 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2822 source3/param/loadparm.c 		.special	= NULL,
NULL             2823 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2831 source3/param/loadparm.c 		.special	= NULL,
NULL             2832 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2840 source3/param/loadparm.c 		.special	= NULL,
NULL             2841 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2852 source3/param/loadparm.c 		.special	= NULL,
NULL             2853 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2861 source3/param/loadparm.c 		.special	= NULL,
NULL             2862 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2871 source3/param/loadparm.c 		.special	= NULL,
NULL             2880 source3/param/loadparm.c 		.special	= NULL,
NULL             2889 source3/param/loadparm.c 		.special	= NULL,
NULL             2898 source3/param/loadparm.c 		.special	= NULL,
NULL             2899 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2907 source3/param/loadparm.c 		.special	= NULL,
NULL             2908 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2916 source3/param/loadparm.c 		.special	= NULL,
NULL             2917 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2925 source3/param/loadparm.c 		.special	= NULL,
NULL             2926 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2934 source3/param/loadparm.c 		.special	= NULL,
NULL             2935 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2943 source3/param/loadparm.c 		.special	= NULL,
NULL             2944 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2952 source3/param/loadparm.c 		.special	= NULL,
NULL             2953 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2961 source3/param/loadparm.c 		.special	= NULL,
NULL             2962 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2970 source3/param/loadparm.c 		.special	= NULL,
NULL             2971 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2979 source3/param/loadparm.c 		.special	= NULL,
NULL             2980 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2988 source3/param/loadparm.c 		.special	= NULL,
NULL             2989 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             2997 source3/param/loadparm.c 		.special	= NULL,
NULL             2998 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3006 source3/param/loadparm.c 		.special	= NULL,
NULL             3007 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3015 source3/param/loadparm.c 		.special	= NULL,
NULL             3016 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3024 source3/param/loadparm.c 		.special	= NULL,
NULL             3033 source3/param/loadparm.c 		.special	= NULL,
NULL             3034 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3042 source3/param/loadparm.c 		.special	= NULL,
NULL             3043 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3051 source3/param/loadparm.c 		.special	= NULL,
NULL             3052 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3060 source3/param/loadparm.c 		.special	= NULL,
NULL             3061 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3069 source3/param/loadparm.c 		.special	= NULL,
NULL             3070 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3082 source3/param/loadparm.c 		.special	= NULL,
NULL             3083 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3094 source3/param/loadparm.c 		.special	= NULL,
NULL             3095 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3103 source3/param/loadparm.c 		.special	= NULL,
NULL             3104 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3112 source3/param/loadparm.c 		.special	= NULL,
NULL             3113 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3121 source3/param/loadparm.c 		.special	= NULL,
NULL             3122 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3130 source3/param/loadparm.c 		.special	= NULL,
NULL             3131 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3139 source3/param/loadparm.c 		.special	= NULL,
NULL             3140 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3148 source3/param/loadparm.c 		.special	= NULL,
NULL             3149 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3157 source3/param/loadparm.c 		.special	= NULL,
NULL             3158 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3166 source3/param/loadparm.c 		.special	= NULL,
NULL             3167 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3175 source3/param/loadparm.c 		.special	= NULL,
NULL             3176 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3184 source3/param/loadparm.c 		.special	= NULL,
NULL             3185 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3193 source3/param/loadparm.c 		.special	= NULL,
NULL             3194 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3202 source3/param/loadparm.c 		.special	= NULL,
NULL             3203 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3211 source3/param/loadparm.c 		.special	= NULL,
NULL             3212 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3220 source3/param/loadparm.c 		.special	= NULL,
NULL             3221 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3229 source3/param/loadparm.c 		.special	= NULL,
NULL             3230 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3238 source3/param/loadparm.c 		.special	= NULL,
NULL             3239 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3248 source3/param/loadparm.c 		.special        = NULL,
NULL             3249 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3258 source3/param/loadparm.c 		.special        = NULL,
NULL             3259 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3271 source3/param/loadparm.c 		.special	= NULL,
NULL             3272 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3280 source3/param/loadparm.c 		.special	= NULL,
NULL             3289 source3/param/loadparm.c 		.special	= NULL,
NULL             3290 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3298 source3/param/loadparm.c 		.special	= NULL,
NULL             3307 source3/param/loadparm.c 		.special	= NULL,
NULL             3316 source3/param/loadparm.c 		.special	= NULL,
NULL             3317 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3325 source3/param/loadparm.c 		.special	= NULL,
NULL             3334 source3/param/loadparm.c 		.special	= NULL,
NULL             3335 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3343 source3/param/loadparm.c 		.special	= NULL,
NULL             3344 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3352 source3/param/loadparm.c 		.special	= NULL,
NULL             3353 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3361 source3/param/loadparm.c 		.special	= NULL,
NULL             3362 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3370 source3/param/loadparm.c 		.special	= NULL,
NULL             3371 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3382 source3/param/loadparm.c 		.special	= NULL,
NULL             3383 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3391 source3/param/loadparm.c 		.special	= NULL,
NULL             3392 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3400 source3/param/loadparm.c 		.special	= NULL,
NULL             3401 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3409 source3/param/loadparm.c 		.special	= NULL,
NULL             3410 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3418 source3/param/loadparm.c 		.special	= NULL,
NULL             3419 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3430 source3/param/loadparm.c 		.special	= NULL,
NULL             3431 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3439 source3/param/loadparm.c 		.special	= NULL,
NULL             3448 source3/param/loadparm.c 		.special	= NULL,
NULL             3449 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3457 source3/param/loadparm.c 		.special	= NULL,
NULL             3458 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3466 source3/param/loadparm.c 		.special	= NULL,
NULL             3467 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3475 source3/param/loadparm.c 		.special	= NULL,
NULL             3476 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3484 source3/param/loadparm.c 		.special	= NULL,
NULL             3485 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3493 source3/param/loadparm.c 		.special	= NULL,
NULL             3494 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3502 source3/param/loadparm.c 		.special	= NULL,
NULL             3503 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3511 source3/param/loadparm.c 		.special	= NULL,
NULL             3512 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3520 source3/param/loadparm.c 		.special	= NULL,
NULL             3521 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3529 source3/param/loadparm.c 		.special	= NULL,
NULL             3538 source3/param/loadparm.c 		.special	= NULL,
NULL             3539 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3550 source3/param/loadparm.c 		.special	= NULL,
NULL             3551 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3559 source3/param/loadparm.c 		.special	= NULL,
NULL             3560 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3568 source3/param/loadparm.c 		.special	= NULL,
NULL             3569 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3577 source3/param/loadparm.c 		.special	= NULL,
NULL             3578 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3586 source3/param/loadparm.c 		.special	= NULL,
NULL             3587 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3595 source3/param/loadparm.c 		.special	= NULL,
NULL             3604 source3/param/loadparm.c 		.special	= NULL,
NULL             3613 source3/param/loadparm.c 		.special	= NULL,
NULL             3614 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3622 source3/param/loadparm.c 		.special	= NULL,
NULL             3623 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3631 source3/param/loadparm.c 		.special	= NULL,
NULL             3640 source3/param/loadparm.c 		.special	= NULL,
NULL             3641 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3649 source3/param/loadparm.c 		.special	= NULL,
NULL             3650 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3658 source3/param/loadparm.c 		.special	= NULL,
NULL             3659 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3667 source3/param/loadparm.c 		.special	= NULL,
NULL             3668 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3676 source3/param/loadparm.c 		.special	= NULL,
NULL             3677 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3686 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3694 source3/param/loadparm.c 		.special	= NULL,
NULL             3695 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3706 source3/param/loadparm.c 		.special	= NULL,
NULL             3707 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3718 source3/param/loadparm.c 		.special	= NULL,
NULL             3719 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3727 source3/param/loadparm.c 		.special	= NULL,
NULL             3728 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3736 source3/param/loadparm.c 		.special	= NULL,
NULL             3737 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3745 source3/param/loadparm.c 		.special	= NULL,
NULL             3746 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3754 source3/param/loadparm.c 		.special	= NULL,
NULL             3755 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3763 source3/param/loadparm.c 		.special	= NULL,
NULL             3764 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3772 source3/param/loadparm.c 		.special	= NULL,
NULL             3773 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3781 source3/param/loadparm.c 		.special	= NULL,
NULL             3782 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3790 source3/param/loadparm.c 		.special	= NULL,
NULL             3791 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3799 source3/param/loadparm.c 		.special	= NULL,
NULL             3800 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3808 source3/param/loadparm.c 		.special	= NULL,
NULL             3809 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3818 source3/param/loadparm.c 		.special	= NULL,
NULL             3819 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3827 source3/param/loadparm.c 		.special	= NULL,
NULL             3828 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3836 source3/param/loadparm.c 		.special	= NULL,
NULL             3837 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3846 source3/param/loadparm.c 		.special	= NULL,
NULL             3847 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3855 source3/param/loadparm.c 		.special	= NULL,
NULL             3856 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3864 source3/param/loadparm.c 		.special	= NULL,
NULL             3865 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3873 source3/param/loadparm.c 		.special	= NULL,
NULL             3874 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3882 source3/param/loadparm.c 		.special	= NULL,
NULL             3883 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3891 source3/param/loadparm.c 		.special	= NULL,
NULL             3892 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3900 source3/param/loadparm.c 		.special	= NULL,
NULL             3901 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3909 source3/param/loadparm.c 		.special	= NULL,
NULL             3910 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3918 source3/param/loadparm.c 		.special	= NULL,
NULL             3919 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3927 source3/param/loadparm.c 		.special	= NULL,
NULL             3928 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3936 source3/param/loadparm.c 		.special	= NULL,
NULL             3937 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3945 source3/param/loadparm.c 		.special	= NULL,
NULL             3946 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3954 source3/param/loadparm.c 		.special	= NULL,
NULL             3955 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3963 source3/param/loadparm.c 		.special	= NULL,
NULL             3964 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3972 source3/param/loadparm.c 		.special	= NULL,
NULL             3973 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3981 source3/param/loadparm.c 		.special	= NULL,
NULL             3982 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             3990 source3/param/loadparm.c 		.special	= NULL,
NULL             3991 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4000 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4009 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4017 source3/param/loadparm.c 		.special	= NULL,
NULL             4018 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4026 source3/param/loadparm.c 		.special	= NULL,
NULL             4027 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4035 source3/param/loadparm.c 		.special	= NULL,
NULL             4036 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4044 source3/param/loadparm.c 		.special	= NULL,
NULL             4045 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4053 source3/param/loadparm.c 		.special	= NULL,
NULL             4054 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4062 source3/param/loadparm.c 		.special	= NULL,
NULL             4063 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4071 source3/param/loadparm.c 		.special	= NULL,
NULL             4072 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4080 source3/param/loadparm.c 		.special	= NULL,
NULL             4081 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4089 source3/param/loadparm.c 		.special	= NULL,
NULL             4090 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4098 source3/param/loadparm.c 		.special	= NULL,
NULL             4099 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4107 source3/param/loadparm.c 		.special	= NULL,
NULL             4108 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4116 source3/param/loadparm.c 		.special	= NULL,
NULL             4117 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4125 source3/param/loadparm.c 		.special	= NULL,
NULL             4126 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4134 source3/param/loadparm.c 		.special	= NULL,
NULL             4135 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4143 source3/param/loadparm.c 		.special	= NULL,
NULL             4144 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4152 source3/param/loadparm.c 		.special	= NULL,
NULL             4153 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4161 source3/param/loadparm.c 		.special	= NULL,
NULL             4162 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4170 source3/param/loadparm.c 		.special	= NULL,
NULL             4171 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4179 source3/param/loadparm.c 		.special	= NULL,
NULL             4180 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4188 source3/param/loadparm.c 		.special	= NULL,
NULL             4189 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4197 source3/param/loadparm.c 		.special	= NULL,
NULL             4198 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4206 source3/param/loadparm.c 		.special	= NULL,
NULL             4207 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4215 source3/param/loadparm.c 		.special	= NULL,
NULL             4216 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4224 source3/param/loadparm.c 		.special	= NULL,
NULL             4225 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4233 source3/param/loadparm.c 		.special	= NULL,
NULL             4234 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4242 source3/param/loadparm.c 		.special	= NULL,
NULL             4243 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4251 source3/param/loadparm.c 		.special	= NULL,
NULL             4252 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4260 source3/param/loadparm.c 		.special	= NULL,
NULL             4261 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4269 source3/param/loadparm.c 		.special	= NULL,
NULL             4270 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4278 source3/param/loadparm.c 		.special	= NULL,
NULL             4279 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4287 source3/param/loadparm.c 		.special	= NULL,
NULL             4288 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4299 source3/param/loadparm.c 		.special	= NULL,
NULL             4300 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4308 source3/param/loadparm.c 		.special	= NULL,
NULL             4309 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4321 source3/param/loadparm.c 		.special	= NULL,
NULL             4322 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4330 source3/param/loadparm.c 		.special	= NULL,
NULL             4331 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4339 source3/param/loadparm.c 		.special	= NULL,
NULL             4340 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4351 source3/param/loadparm.c 		.special	= NULL,
NULL             4352 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4360 source3/param/loadparm.c 		.special	= NULL,
NULL             4361 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4369 source3/param/loadparm.c 		.special	= NULL,
NULL             4370 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4378 source3/param/loadparm.c 		.special	= NULL,
NULL             4379 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4387 source3/param/loadparm.c 		.special	= NULL,
NULL             4388 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4397 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4406 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4415 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4424 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4432 source3/param/loadparm.c 		.special	= NULL,
NULL             4433 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4441 source3/param/loadparm.c 		.special	= NULL,
NULL             4442 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4450 source3/param/loadparm.c 		.special	= NULL,
NULL             4451 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4459 source3/param/loadparm.c 		.special	= NULL,
NULL             4460 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4468 source3/param/loadparm.c 		.special	= NULL,
NULL             4469 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4477 source3/param/loadparm.c 		.special	= NULL,
NULL             4478 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4486 source3/param/loadparm.c 		.special	= NULL,
NULL             4487 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4495 source3/param/loadparm.c 		.special	= NULL,
NULL             4496 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4504 source3/param/loadparm.c 		.special	= NULL,
NULL             4505 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4513 source3/param/loadparm.c 		.special	= NULL,
NULL             4514 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4522 source3/param/loadparm.c 		.special	= NULL,
NULL             4523 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4531 source3/param/loadparm.c 		.special	= NULL,
NULL             4532 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4540 source3/param/loadparm.c 		.special	= NULL,
NULL             4541 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4549 source3/param/loadparm.c 		.special	= NULL,
NULL             4550 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4558 source3/param/loadparm.c 		.special	= NULL,
NULL             4559 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4567 source3/param/loadparm.c 		.special	= NULL,
NULL             4568 source3/param/loadparm.c 		.enum_list	= NULL,
NULL             4572 source3/param/loadparm.c 	{NULL,  P_BOOL,  P_NONE,  NULL,  NULL,  NULL,  0}
NULL             4674 source3/param/loadparm.c 		sysctlbyname("kern.maxfilesperproc", &sysctl_max, &size, NULL,
NULL             4752 source3/param/loadparm.c 	if (parm.ptr == NULL) {
NULL             4795 source3/param/loadparm.c 	char *s = NULL;
NULL             4806 source3/param/loadparm.c 		if (Globals.szLogFile != NULL) {
NULL             4808 source3/param/loadparm.c 			Globals.szLogFile = NULL;
NULL             5059 source3/param/loadparm.c 	Globals.szClusterAddresses = NULL;
NULL             5070 source3/param/loadparm.c 	Globals.szWinbindNssInfo = str_list_make_v3(talloc_autofree_context(), "template", NULL);
NULL             5142 source3/param/loadparm.c 		if (strchr(ret,'\"') != NULL) {
NULL             5271 source3/param/loadparm.c 	if (delim == NULL) {
NULL             5277 source3/param/loadparm.c 	if (quote == NULL || quote > delim) {
NULL             5283 source3/param/loadparm.c 	if (quote == NULL) {
NULL             5645 source3/param/loadparm.c 	if (snum >= iNumServices) return NULL;
NULL             5656 source3/param/loadparm.c 		return NULL;
NULL             5682 source3/param/loadparm.c 	return NULL;
NULL             5700 source3/param/loadparm.c 	return (int)strtol(s, NULL, 0);
NULL             5714 source3/param/loadparm.c 	return strtoul(s, NULL, 0);
NULL             5769 source3/param/loadparm.c 	return lp_parm_talloc_string(lp_servicenumber(servicename), type, option, NULL);
NULL             5779 source3/param/loadparm.c 	if (data == NULL||data->value==NULL) {
NULL             5783 source3/param/loadparm.c 			return NULL;
NULL             5796 source3/param/loadparm.c 	if (data == NULL||data->value==NULL)
NULL             5809 source3/param/loadparm.c 	if (data == NULL||data->value==NULL)
NULL             5812 source3/param/loadparm.c 	if (data->list==NULL) {
NULL             5813 source3/param/loadparm.c 		data->list = str_list_make_v3(talloc_autofree_context(), data->value, NULL);
NULL             5880 source3/param/loadparm.c 	copy_service(pservice, &sDefault, NULL);
NULL             5894 source3/param/loadparm.c 	if (popts == NULL) {
NULL             5898 source3/param/loadparm.c 	if (*popts != NULL) {
NULL             5902 source3/param/loadparm.c 	while (opt != NULL) {
NULL             5910 source3/param/loadparm.c 	*popts = NULL;
NULL             5978 source3/param/loadparm.c 		i = getservicebyname(name, NULL);
NULL             5999 source3/param/loadparm.c 		if (tsp == NULL) {
NULL             6014 source3/param/loadparm.c 		if (tinvalid == NULL) {
NULL             6027 source3/param/loadparm.c 	copy_service(ServicePtrs[i], &tservice, NULL);
NULL             6051 source3/param/loadparm.c 		return NULL;
NULL             6055 source3/param/loadparm.c 	SMB_ASSERT(result != NULL);
NULL             6071 source3/param/loadparm.c 		ServiceHash = db_open_rbt(NULL);
NULL             6102 source3/param/loadparm.c 	if (pszHomename == NULL || user == NULL || pszHomedir == NULL ||
NULL             6118 source3/param/loadparm.c 		char *comment = NULL;
NULL             6158 source3/param/loadparm.c 	char *comment = NULL;
NULL             6235 source3/param/loadparm.c 		(strchr(pszParmName, ':') != NULL));
NULL             6269 source3/param/loadparm.c 		map_parameter_canonical(parm_name, NULL));
NULL             6284 source3/param/loadparm.c 		*canon_parm = NULL;
NULL             6320 source3/param/loadparm.c 		*canon_parm = NULL;
NULL             6321 source3/param/loadparm.c 		*canon_val = NULL;
NULL             6334 source3/param/loadparm.c 				*canon_val = NULL;
NULL             6362 source3/param/loadparm.c 	if (strchr(pszParmName, ':') == NULL)
NULL             6395 source3/param/loadparm.c 	if (inverse != NULL) {
NULL             6414 source3/param/loadparm.c 		if (inverse != NULL) {
NULL             6448 source3/param/loadparm.c 		"FLAG_DEPRECATED", "FLAG_HIDE", "FLAG_DOS_STRING", NULL};
NULL             6505 source3/param/loadparm.c 	const char *section_names[] = { "local", "global", NULL};
NULL             6523 source3/param/loadparm.c 	return set_boolean(parm_value, NULL);
NULL             6584 source3/param/loadparm.c 	if (ServiceHash == NULL) {
NULL             6592 source3/param/loadparm.c 	if ((data.dptr != NULL) && (data.dsize == sizeof(iService))) {
NULL             6599 source3/param/loadparm.c 	    && (pserviceDest != NULL)) {
NULL             6600 source3/param/loadparm.c 		copy_service(pserviceDest, ServicePtrs[iService], NULL);
NULL             6622 source3/param/loadparm.c 	if (opt_list == NULL) {
NULL             6645 source3/param/loadparm.c 	    new_opt->list = NULL;
NULL             6654 source3/param/loadparm.c 	bool bcopyall = (pcopymapDest == NULL);
NULL             6696 source3/param/loadparm.c 					*((char ***)dest_ptr) = str_list_copy(NULL, 
NULL             6767 source3/param/loadparm.c 	static struct smbconf_ctx *conf_ctx = NULL;
NULL             6769 source3/param/loadparm.c 	if (conf_ctx == NULL) {
NULL             6770 source3/param/loadparm.c 		werr = smbconf_init(NULL, &conf_ctx, "registry:");
NULL             6774 source3/param/loadparm.c 			conf_ctx = NULL;
NULL             6786 source3/param/loadparm.c 	if (service == NULL) {
NULL             6790 source3/param/loadparm.c 	ret = do_section(service->name, NULL);
NULL             6797 source3/param/loadparm.c 				   NULL);
NULL             6814 source3/param/loadparm.c 	struct smbconf_service *service = NULL;
NULL             6819 source3/param/loadparm.c 	if (conf_ctx == NULL) {
NULL             6845 source3/param/loadparm.c 	smbconf_changed(conf_ctx, &conf_last_csn, NULL, NULL);
NULL             6861 source3/param/loadparm.c 	ret = do_parameter("registry shares", "yes", NULL);
NULL             6873 source3/param/loadparm.c 	struct smbconf_service **service = NULL;
NULL             6879 source3/param/loadparm.c 	if (conf_ctx == NULL) {
NULL             6901 source3/param/loadparm.c 	smbconf_changed(conf_ctx, &conf_last_csn, NULL, NULL);
NULL             6917 source3/param/loadparm.c } *file_lists = NULL;
NULL             6974 source3/param/loadparm.c 	file_lists = NULL;
NULL             7005 source3/param/loadparm.c 		char *n2 = NULL;
NULL             7011 source3/param/loadparm.c 			if (conf_ctx == NULL) {
NULL             7014 source3/param/loadparm.c 			if (smbconf_changed(conf_ctx, &conf_last_csn, NULL,
NULL             7015 source3/param/loadparm.c 					    NULL))
NULL             7034 source3/param/loadparm.c 			     (f->subfname == NULL) ||
NULL             7112 source3/param/loadparm.c 	Globals.szNetbiosAliases = str_list_make_v3(talloc_autofree_context(), pszParmValue, NULL);
NULL             7159 source3/param/loadparm.c 		ret = pm_process(fname, do_section, do_parameter, NULL);
NULL             7448 source3/param/loadparm.c 	void *parm_ptr = NULL;	/* where we are going to store the result */
NULL             7449 source3/param/loadparm.c 	void *def_ptr = NULL;
NULL             7455 source3/param/loadparm.c 		if (strchr(pszParmName, ':') == NULL) {
NULL             7538 source3/param/loadparm.c 				talloc_autofree_context(), pszParmValue, NULL);
NULL             7669 source3/param/loadparm.c 				p1 = NULL;
NULL             7671 source3/param/loadparm.c 				p2 = NULL;
NULL             7797 source3/param/loadparm.c 	if (Globals.param_opt != NULL) {
NULL             7862 source3/param/loadparm.c 		if (pService->param_opt != NULL) {
NULL             7894 source3/param/loadparm.c 				local_parm_name, parm_opt, NULL);
NULL             7949 source3/param/loadparm.c 		return NULL;
NULL             8014 source3/param/loadparm.c 	return NULL;
NULL             8070 source3/param/loadparm.c 	     p = strtok_r(NULL, LIST_SEP, &saveptr)) {
NULL             8141 source3/param/loadparm.c 	lp_killunused(NULL);
NULL             8170 source3/param/loadparm.c 					NULL, *(const char ***)parm_table[i].ptr);
NULL             8177 source3/param/loadparm.c 					parm_table[i].def.svalue = NULL;
NULL             8214 source3/param/loadparm.c 	{ 0, NULL }
NULL             8225 source3/param/loadparm.c 	return NULL;
NULL             8357 source3/param/loadparm.c 	char *sharepath = NULL;
NULL             8358 source3/param/loadparm.c 	char *comment = NULL;
NULL             8360 source3/param/loadparm.c 	*pp_sharepath = NULL;
NULL             8361 source3/param/loadparm.c 	*pp_comment = NULL;
NULL             8460 source3/param/loadparm.c 		if (prefixallowlist[i] == NULL) {
NULL             8524 source3/param/loadparm.c 	char *fname = NULL;
NULL             8525 source3/param/loadparm.c 	char *sharepath = NULL;
NULL             8526 source3/param/loadparm.c 	char *comment = NULL;
NULL             8528 source3/param/loadparm.c 	char **lines = NULL;
NULL             8532 source3/param/loadparm.c 	TALLOC_CTX *ctx = NULL;
NULL             8533 source3/param/loadparm.c 	SEC_DESC *psd = NULL;
NULL             8573 source3/param/loadparm.c 		if ((data.dptr != NULL) && (data.dsize == sizeof(iService))) {
NULL             8627 source3/param/loadparm.c 	lines = fd_lines_load(fd, &numlines, MAX_USERSHARE_FILE_SIZE, NULL);
NULL             8630 source3/param/loadparm.c 	if (lines == NULL) {
NULL             9019 source3/param/loadparm.c 	char *n2 = NULL;
NULL             9055 source3/param/loadparm.c 		bRetval = pm_process(n2, do_section, do_parameter, NULL);
NULL             9284 source3/param/loadparm.c 		return NULL;
NULL             9291 source3/param/loadparm.c 		return NULL;
NULL             9296 source3/param/loadparm.c 		return NULL;
NULL             9309 source3/param/loadparm.c 		return NULL;
NULL             9326 source3/param/loadparm.c 		return NULL;
NULL             9331 source3/param/loadparm.c 		return NULL;
NULL             9343 source3/param/loadparm.c 	while ((result = next_share(list)) != NULL) {
NULL             9487 source3/param/loadparm.c 	do_section(new_name, NULL);
NULL             9520 source3/param/loadparm.c 	if ((vers = lp_announce_version()) == NULL)
NULL             9542 source3/param/loadparm.c 	if ((vers = lp_announce_version()) == NULL)
NULL             9565 source3/param/loadparm.c 	if (ret == NULL || (ret != NULL && *ret == '\0'))
NULL             9597 source3/param/loadparm.c 	if ((Globals.szPrintcapname != NULL) &&
NULL               29 source3/param/test_lp_load.c 	char *count_str = NULL;
NULL               45 source3/param/test_lp_load.c 	pc = poptGetContext(NULL, argc, argv, long_options,
NULL               59 source3/param/test_lp_load.c 	if (count_str != NULL) {
NULL               47 source3/param/util.c 		return NULL;
NULL               33 source3/passdb/login_cache.c 	char* cache_fname = NULL;
NULL               39 source3/passdb/login_cache.c 	if (cache_fname == NULL) {
NULL               73 source3/passdb/login_cache.c 		return NULL;
NULL               75 source3/passdb/login_cache.c 	if (pdb_get_nt_username(sampass) == NULL) {
NULL               76 source3/passdb/login_cache.c 		return NULL;
NULL               82 source3/passdb/login_cache.c 		return NULL;
NULL               93 source3/passdb/login_cache.c 		return NULL;
NULL              103 source3/passdb/login_cache.c 		return NULL;
NULL              123 source3/passdb/login_cache.c 	if (pdb_get_nt_username(sampass) == NULL) {
NULL              133 source3/passdb/login_cache.c 	entry.entry_timestamp = time(NULL);
NULL              136 source3/passdb/login_cache.c 		tdb_pack(NULL, 0, SAM_CACHE_FORMAT,
NULL              172 source3/passdb/login_cache.c 	if (pdb_get_nt_username(sampass) == NULL) {
NULL               39 source3/passdb/lookup_sid.c 	const char *domain = NULL;
NULL               40 source3/passdb/lookup_sid.c 	const char *name = NULL;
NULL               46 source3/passdb/lookup_sid.c 	if (tmp_ctx == NULL) {
NULL               53 source3/passdb/lookup_sid.c 	if (p != NULL) {
NULL               62 source3/passdb/lookup_sid.c 	if ((domain == NULL) || (name == NULL)) {
NULL              194 source3/passdb/lookup_sid.c 	    (pdb_get_trusteddom_pw(name, NULL, &sid, NULL)))
NULL              267 source3/passdb/lookup_sid.c 		if (!winbind_lookup_sid(tmp_ctx, &dom_sid, &domain, NULL,
NULL              303 source3/passdb/lookup_sid.c 	if ((domain == NULL) || (name == NULL)) {
NULL              313 source3/passdb/lookup_sid.c 	if ((ret_name != NULL) &&
NULL              320 source3/passdb/lookup_sid.c 	if (ret_domain != NULL) {
NULL              331 source3/passdb/lookup_sid.c 	if (ret_sid != NULL) {
NULL              335 source3/passdb/lookup_sid.c 	if (ret_type != NULL) {
NULL              358 source3/passdb/lookup_sid.c 	if ((p = strchr_m(full_name, *lp_winbind_separator())) != NULL) {
NULL              454 source3/passdb/lookup_sid.c 		if (my_names[i] == NULL) {
NULL              482 source3/passdb/lookup_sid.c 		if ((*names == NULL) || (*types == NULL)) {
NULL              489 source3/passdb/lookup_sid.c 		*names = NULL;
NULL              490 source3/passdb/lookup_sid.c 		*types = NULL;
NULL              496 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              501 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              517 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              522 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              529 source3/passdb/lookup_sid.c 				if ((*names)[i] == NULL) {
NULL              540 source3/passdb/lookup_sid.c 	if (sid_check_is_wellknown_domain(domain_sid, NULL)) {
NULL              547 source3/passdb/lookup_sid.c 				if ((*names)[i] == NULL) {
NULL              559 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              562 source3/passdb/lookup_sid.c 			if (*domain_name == NULL) {
NULL              569 source3/passdb/lookup_sid.c 			if ((*names)[i] == NULL) {
NULL              578 source3/passdb/lookup_sid.c 		if (*domain_name == NULL) {
NULL              581 source3/passdb/lookup_sid.c 			if (*domain_name == NULL) {
NULL              588 source3/passdb/lookup_sid.c 			if ((*names)[i] == NULL) {
NULL              664 source3/passdb/lookup_sid.c 	if (winbind_lookup_sid(mem_ctx, sid, &tmp, NULL, &type) &&
NULL              702 source3/passdb/lookup_sid.c 		       !sid_check_is_wellknown_domain(sid, NULL));
NULL              740 source3/passdb/lookup_sid.c 	struct lsa_dom_info *dom_infos = NULL;
NULL              751 source3/passdb/lookup_sid.c 		if (name_infos == NULL) {
NULL              756 source3/passdb/lookup_sid.c 		name_infos = NULL;
NULL              761 source3/passdb/lookup_sid.c 	if (dom_infos == NULL) {
NULL              783 source3/passdb/lookup_sid.c 		const char *domain_name = NULL;
NULL              796 source3/passdb/lookup_sid.c 			if (domain_name == NULL) {
NULL              803 source3/passdb/lookup_sid.c 			name_infos[i].name = NULL;
NULL              810 source3/passdb/lookup_sid.c 				if (name_infos[i].name == NULL) {
NULL              826 source3/passdb/lookup_sid.c 			name_infos[i].name = NULL;
NULL              851 source3/passdb/lookup_sid.c 			if (domain_name != NULL) {
NULL              856 source3/passdb/lookup_sid.c 				if (dom_infos[j].name == NULL) {
NULL              862 source3/passdb/lookup_sid.c 				dom_infos[j].name = NULL;
NULL              874 source3/passdb/lookup_sid.c 			if (dom_infos[j].idxs == NULL) {
NULL              885 source3/passdb/lookup_sid.c 		const char *domain_name = NULL;
NULL              901 source3/passdb/lookup_sid.c 			rids = NULL;
NULL              926 source3/passdb/lookup_sid.c 				if (name_infos[idx].name == NULL) {
NULL              931 source3/passdb/lookup_sid.c 				name_infos[idx].name = NULL;
NULL              977 source3/passdb/lookup_sid.c 	if ((ret_domain != NULL) &&
NULL              982 source3/passdb/lookup_sid.c 	if ((ret_name != NULL) && 
NULL              987 source3/passdb/lookup_sid.c 	if (ret_type != NULL) {
NULL             1020 source3/passdb/lookup_sid.c 	if (!memcache_lookup(NULL, UID_SID_CACHE,
NULL             1028 source3/passdb/lookup_sid.c 	SMB_ASSERT(cache_value.length == ndr_size_dom_sid(psid, NULL, 0));
NULL             1041 source3/passdb/lookup_sid.c 	if (!memcache_lookup(NULL, SID_UID_CACHE,
NULL             1042 source3/passdb/lookup_sid.c 			     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)),
NULL             1059 source3/passdb/lookup_sid.c 	memcache_add(NULL, SID_UID_CACHE,
NULL             1060 source3/passdb/lookup_sid.c 		     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)),
NULL             1062 source3/passdb/lookup_sid.c 	memcache_add(NULL, UID_SID_CACHE,
NULL             1064 source3/passdb/lookup_sid.c 		     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)));
NULL             1075 source3/passdb/lookup_sid.c 	if (!memcache_lookup(NULL, GID_SID_CACHE,
NULL             1083 source3/passdb/lookup_sid.c 	SMB_ASSERT(cache_value.length == ndr_size_dom_sid(psid, NULL, 0));
NULL             1096 source3/passdb/lookup_sid.c 	if (!memcache_lookup(NULL, SID_GID_CACHE,
NULL             1097 source3/passdb/lookup_sid.c 			     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)),
NULL             1114 source3/passdb/lookup_sid.c 	memcache_add(NULL, SID_GID_CACHE,
NULL             1115 source3/passdb/lookup_sid.c 		     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)),
NULL             1117 source3/passdb/lookup_sid.c 	memcache_add(NULL, GID_SID_CACHE,
NULL             1119 source3/passdb/lookup_sid.c 		     data_blob_const(psid, ndr_size_dom_sid(psid, NULL, 0)));
NULL               28 source3/passdb/machine_sid.c static DOM_SID *global_sam_sid=NULL;
NULL               44 source3/passdb/machine_sid.c 	lines = file_lines_load(fname, &numlines,0, NULL);
NULL               82 source3/passdb/machine_sid.c 	char *fname = NULL;
NULL               86 source3/passdb/machine_sid.c 		return NULL;
NULL              108 source3/passdb/machine_sid.c 				return NULL;
NULL              121 source3/passdb/machine_sid.c 				return NULL;
NULL              133 source3/passdb/machine_sid.c 		return NULL;
NULL              142 source3/passdb/machine_sid.c 			return NULL;
NULL              150 source3/passdb/machine_sid.c 				return NULL;
NULL              168 source3/passdb/machine_sid.c 		return NULL;
NULL              174 source3/passdb/machine_sid.c 			return NULL;
NULL              186 source3/passdb/machine_sid.c 	if (global_sam_sid != NULL)
NULL               72 source3/passdb/passdb.c 		return NULL;
NULL               79 source3/passdb/passdb.c 	user->methods = NULL;
NULL              113 source3/passdb/passdb.c 	user->plaintext_pw = NULL;
NULL              291 source3/passdb/passdb.c 	SMB_ASSERT(result != NULL);
NULL              343 source3/passdb/passdb.c 	if (pwd != NULL) {
NULL              394 source3/passdb/passdb.c 	if (hours != NULL) {
NULL              573 source3/passdb/passdb.c 		struct samu *sam_account = NULL;
NULL              576 source3/passdb/passdb.c 		if ( !(sam_account = samu_new( NULL )) ) {
NULL              653 source3/passdb/passdb.c 	*pp_err_str = NULL;
NULL              654 source3/passdb/passdb.c 	*pp_msg_str = NULL;
NULL              680 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              688 source3/passdb/passdb.c 				*pp_msg_str = NULL;
NULL              704 source3/passdb/passdb.c 			*pp_err_str = NULL;
NULL              727 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              746 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              766 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              783 source3/passdb/passdb.c 		if ((pdb_get_lanman_passwd(sam_pass) == NULL) &&
NULL              792 source3/passdb/passdb.c 					*pp_err_str = NULL;
NULL              805 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              816 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              830 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              844 source3/passdb/passdb.c 				*pp_err_str = NULL;
NULL              858 source3/passdb/passdb.c 			*pp_err_str = NULL;
NULL              875 source3/passdb/passdb.c 		*pp_msg_str = NULL;
NULL              910 source3/passdb/passdb.c 	char *username = NULL;
NULL              911 source3/passdb/passdb.c 	char *domain = NULL;
NULL              912 source3/passdb/passdb.c 	char *nt_username = NULL;
NULL              913 source3/passdb/passdb.c 	char *dir_drive = NULL;
NULL              914 source3/passdb/passdb.c 	char *unknown_str = NULL;
NULL              915 source3/passdb/passdb.c 	char *munged_dial = NULL;
NULL              916 source3/passdb/passdb.c 	char *fullname = NULL;
NULL              917 source3/passdb/passdb.c 	char *homedir = NULL;
NULL              918 source3/passdb/passdb.c 	char *logon_script = NULL;
NULL              919 source3/passdb/passdb.c 	char *profile_path = NULL;
NULL              920 source3/passdb/passdb.c 	char *acct_desc = NULL;
NULL              921 source3/passdb/passdb.c 	char *workstations = NULL;
NULL              930 source3/passdb/passdb.c 	uint8	*hours = NULL;
NULL              931 source3/passdb/passdb.c 	uint8	*lm_pw_ptr = NULL, *nt_pw_ptr = NULL;
NULL              936 source3/passdb/passdb.c 	if(sampass == NULL || buf == NULL) {
NULL             1048 source3/passdb/passdb.c 	pdb_set_pw_history(sampass, NULL, 0, PDB_SET);
NULL             1096 source3/passdb/passdb.c 	char *username = NULL;
NULL             1097 source3/passdb/passdb.c 	char *domain = NULL;
NULL             1098 source3/passdb/passdb.c 	char *nt_username = NULL;
NULL             1099 source3/passdb/passdb.c 	char *dir_drive = NULL;
NULL             1100 source3/passdb/passdb.c 	char *unknown_str = NULL;
NULL             1101 source3/passdb/passdb.c 	char *munged_dial = NULL;
NULL             1102 source3/passdb/passdb.c 	char *fullname = NULL;
NULL             1103 source3/passdb/passdb.c 	char *homedir = NULL;
NULL             1104 source3/passdb/passdb.c 	char *logon_script = NULL;
NULL             1105 source3/passdb/passdb.c 	char *profile_path = NULL;
NULL             1106 source3/passdb/passdb.c 	char *acct_desc = NULL;
NULL             1107 source3/passdb/passdb.c 	char *workstations = NULL;
NULL             1116 source3/passdb/passdb.c 	uint8	*hours = NULL;
NULL             1117 source3/passdb/passdb.c 	uint8	*lm_pw_ptr = NULL, *nt_pw_ptr = NULL;
NULL             1122 source3/passdb/passdb.c 	if(sampass == NULL || buf == NULL) {
NULL             1239 source3/passdb/passdb.c 	pdb_set_pw_history(sampass, NULL, 0, PDB_SET);
NULL             1285 source3/passdb/passdb.c 	char *username = NULL;
NULL             1286 source3/passdb/passdb.c 	char *domain = NULL;
NULL             1287 source3/passdb/passdb.c 	char *nt_username = NULL;
NULL             1288 source3/passdb/passdb.c 	char *dir_drive = NULL;
NULL             1289 source3/passdb/passdb.c 	char *unknown_str = NULL;
NULL             1290 source3/passdb/passdb.c 	char *munged_dial = NULL;
NULL             1291 source3/passdb/passdb.c 	char *fullname = NULL;
NULL             1292 source3/passdb/passdb.c 	char *homedir = NULL;
NULL             1293 source3/passdb/passdb.c 	char *logon_script = NULL;
NULL             1294 source3/passdb/passdb.c 	char *profile_path = NULL;
NULL             1295 source3/passdb/passdb.c 	char *acct_desc = NULL;
NULL             1296 source3/passdb/passdb.c 	char *workstations = NULL;
NULL             1305 source3/passdb/passdb.c 	uint8	*hours = NULL;
NULL             1306 source3/passdb/passdb.c 	uint8	*lm_pw_ptr = NULL, *nt_pw_ptr = NULL, *nt_pw_hist_ptr = NULL;
NULL             1314 source3/passdb/passdb.c 	if(sampass == NULL || buf == NULL) {
NULL             1469 source3/passdb/passdb.c 		pdb_set_pw_history(sampass, NULL, 0, PDB_SET);
NULL             1520 source3/passdb/passdb.c 	char *username = NULL;
NULL             1521 source3/passdb/passdb.c 	char *domain = NULL;
NULL             1522 source3/passdb/passdb.c 	char *nt_username = NULL;
NULL             1523 source3/passdb/passdb.c 	char *dir_drive = NULL;
NULL             1524 source3/passdb/passdb.c 	char *unknown_str = NULL;
NULL             1525 source3/passdb/passdb.c 	char *munged_dial = NULL;
NULL             1526 source3/passdb/passdb.c 	char *fullname = NULL;
NULL             1527 source3/passdb/passdb.c 	char *homedir = NULL;
NULL             1528 source3/passdb/passdb.c 	char *logon_script = NULL;
NULL             1529 source3/passdb/passdb.c 	char *profile_path = NULL;
NULL             1530 source3/passdb/passdb.c 	char *acct_desc = NULL;
NULL             1531 source3/passdb/passdb.c 	char *workstations = NULL;
NULL             1540 source3/passdb/passdb.c 	uint8	*hours = NULL;
NULL             1541 source3/passdb/passdb.c 	uint8	*lm_pw_ptr = NULL, *nt_pw_ptr = NULL, *nt_pw_hist_ptr = NULL;
NULL             1549 source3/passdb/passdb.c 	if(sampass == NULL || buf == NULL) {
NULL             1703 source3/passdb/passdb.c 		pdb_set_pw_history(sampass, NULL, 0, PDB_SET);
NULL             1783 source3/passdb/passdb.c 	*buf = NULL;
NULL             1832 source3/passdb/passdb.c 		dir_drive = NULL;
NULL             1843 source3/passdb/passdb.c 		homedir = NULL;
NULL             1854 source3/passdb/passdb.c 		logon_script = NULL;
NULL             1865 source3/passdb/passdb.c 		profile_path = NULL;
NULL             1905 source3/passdb/passdb.c 	unknown_str = NULL;
NULL             1918 source3/passdb/passdb.c 	len = tdb_pack(NULL, 0,  SAMU_BUFFER_FORMAT_V3,
NULL             1956 source3/passdb/passdb.c 	if ( (*buf=(uint8*)SMB_MALLOC(len)) == NULL) {
NULL             2056 source3/passdb/passdb.c 	uint8 *buf = NULL;
NULL             2118 source3/passdb/passdb.c 		   (uint32) LastBadPassword, resettime, (uint32)time(NULL)));
NULL             2119 source3/passdb/passdb.c 	if (time(NULL) > (LastBadPassword + convert_uint32_to_time_t(resettime)*60)){
NULL             2163 source3/passdb/passdb.c 		  pdb_get_username(sampass), (uint32)LastBadPassword, duration*60, (uint32)time(NULL)));
NULL             2173 source3/passdb/passdb.c 	if ((time(NULL) > (LastBadPassword + convert_uint32_to_time_t(duration) * 60))) {
NULL             2229 source3/passdb/passdb.c 	pdb_set_bad_password_time(sampass, time(NULL), PDB_CHANGED);
NULL             2270 source3/passdb/passdb.c 		if (!pdb_get_trusteddom_pw(domain, ret_pwd, NULL,
NULL             2279 source3/passdb/passdb.c 		if (channel != NULL) {
NULL             2283 source3/passdb/passdb.c 		if (account_name != NULL) {
NULL             2309 source3/passdb/passdb.c 	if (pwd != NULL) {
NULL             2311 source3/passdb/passdb.c 		if (account_name != NULL) {
NULL             2331 source3/passdb/passdb.c 	char *pwd = NULL;
NULL             2348 source3/passdb/passdb.c 		if (account_name != NULL) {
NULL             2392 source3/passdb/passdb.c 	char *add_script = NULL;
NULL             2424 source3/passdb/passdb.c 		add_ret = smbrun(add_script, NULL);
NULL              195 source3/passdb/pdb_get_set.c 		return NULL;
NULL              211 source3/passdb/pdb_get_set.c 		return NULL;
NULL              220 source3/passdb/pdb_get_set.c 			return NULL;
NULL              225 source3/passdb/pdb_get_set.c 		lookup_ret = lookup_sid(mem_ctx, gsid, NULL, NULL, &type);
NULL              359 source3/passdb/pdb_get_set.c 		return NULL;
NULL              439 source3/passdb/pdb_get_set.c         				PDB_COUNT))==NULL) {
NULL              447 source3/passdb/pdb_get_set.c         				PDB_COUNT))==NULL) {
NULL              885 source3/passdb/pdb_get_set.c 		sampass->nt_pw_his = data_blob_talloc(sampass, NULL, 0);
NULL              899 source3/passdb/pdb_get_set.c 		if (sampass->plaintext_pw!=NULL) 
NULL              909 source3/passdb/pdb_get_set.c 		sampass->plaintext_pw = NULL;
NULL              998 source3/passdb/pdb_get_set.c 		if (!pdb_set_lanman_passwd (sampass, NULL, PDB_CHANGED)) 
NULL             1008 source3/passdb/pdb_get_set.c 	if (!pdb_set_pass_last_set_time (sampass, time(NULL), PDB_CHANGED))
NULL             1069 source3/passdb/pdb_get_set.c 			pdb_set_pw_history(sampass, NULL, 0, PDB_CHANGED);
NULL               30 source3/passdb/pdb_interface.c static struct pdb_init_function_entry *backends = NULL;
NULL               89 source3/passdb/pdb_interface.c 	return NULL;
NULL              116 source3/passdb/pdb_interface.c 	char *module_location = NULL, *p;
NULL              176 source3/passdb/pdb_interface.c 	static struct pdb_methods *pdb = NULL;
NULL              181 source3/passdb/pdb_interface.c 			char *msg = NULL;
NULL              194 source3/passdb/pdb_interface.c 			char *msg = NULL;
NULL              223 source3/passdb/pdb_interface.c 	for_cache = samu_new(NULL);
NULL              224 source3/passdb/pdb_interface.c 	if (for_cache == NULL) {
NULL              235 source3/passdb/pdb_interface.c 	memcache_add_talloc(NULL, PDB_GETPWSID_CACHE,
NULL              286 source3/passdb/pdb_interface.c 		NULL, PDB_GETPWSID_CACHE, data_blob_const(sid, sizeof(*sid)));
NULL              288 source3/passdb/pdb_interface.c 	if (cache_data != NULL) {
NULL              306 source3/passdb/pdb_interface.c 	if ((sam_pass = samu_new(tmp_ctx)) == NULL) {
NULL              311 source3/passdb/pdb_interface.c 		char *add_script = NULL;
NULL              340 source3/passdb/pdb_interface.c 		add_ret = smbrun(add_script,NULL);
NULL              399 source3/passdb/pdb_interface.c 	char *del_script = NULL;
NULL              420 source3/passdb/pdb_interface.c 	ret = smbrun(del_script,NULL);
NULL              488 source3/passdb/pdb_interface.c 	memcache_flush(NULL, PDB_GETPWSID_CACHE);
NULL              497 source3/passdb/pdb_interface.c 	memcache_flush(NULL, PDB_GETPWSID_CACHE);
NULL              508 source3/passdb/pdb_interface.c 	memcache_flush(NULL, PDB_GETPWSID_CACHE);
NULL              563 source3/passdb/pdb_interface.c 	if (grp == NULL) {
NULL              573 source3/passdb/pdb_interface.c 	if (grp == NULL) {
NULL              588 source3/passdb/pdb_interface.c 				 SID_NAME_DOM_GRP, name, NULL);
NULL              625 source3/passdb/pdb_interface.c 	if (grp == NULL) {
NULL              632 source3/passdb/pdb_interface.c 	if (grp_name == NULL) {
NULL              701 source3/passdb/pdb_interface.c 			*pp_member_rids = NULL;
NULL              728 source3/passdb/pdb_interface.c 	    (grp = getgrgid(gid)) == NULL) {
NULL              779 source3/passdb/pdb_interface.c 	struct samu *account = NULL;
NULL              794 source3/passdb/pdb_interface.c 	    ((grp = getgrgid(map.gid)) == NULL)) {
NULL              799 source3/passdb/pdb_interface.c 	if (group_name == NULL) {
NULL              803 source3/passdb/pdb_interface.c 	if ( !(account = samu_new( NULL )) ) {
NULL              809 source3/passdb/pdb_interface.c 	    ((pwd = getpwuid_alloc(mem_ctx, uid)) == NULL)) {
NULL              844 source3/passdb/pdb_interface.c 	struct samu *account = NULL;
NULL              856 source3/passdb/pdb_interface.c 	    ((grp = getgrgid(map.gid)) == NULL)) {
NULL              861 source3/passdb/pdb_interface.c 	if (group_name == NULL) {
NULL              865 source3/passdb/pdb_interface.c 	if ( !(account = samu_new( NULL )) ) {
NULL              871 source3/passdb/pdb_interface.c 	    ((pwd = getpwuid_alloc(mem_ctx, uid)) == NULL)) {
NULL             1061 source3/passdb/pdb_interface.c 	const char *name = NULL;
NULL             1082 source3/passdb/pdb_interface.c 	if ( (ctx = talloc_init("pdb_new_rid")) == NULL ) {
NULL             1099 source3/passdb/pdb_interface.c 		if ( lookup_global_sam_rid( ctx, allocated_rid, &name, &type, NULL ) ) {
NULL             1125 source3/passdb/pdb_interface.c 	return (pdb_get_methods_reload(reload) != NULL);
NULL             1182 source3/passdb/pdb_interface.c 	*seq_num = time(NULL);
NULL             1189 source3/passdb/pdb_interface.c 	struct samu *sampw = NULL;
NULL             1201 source3/passdb/pdb_interface.c 	if ( !(sampw = samu_new( NULL )) ) {
NULL             1268 source3/passdb/pdb_interface.c 	mem_ctx = talloc_new(NULL);
NULL             1270 source3/passdb/pdb_interface.c 	if (mem_ctx == NULL) {
NULL             1345 source3/passdb/pdb_interface.c 	if (*pp_uids == NULL)
NULL             1361 source3/passdb/pdb_interface.c 	*pp_uids = NULL;
NULL             1368 source3/passdb/pdb_interface.c 	if ((grp = getgrgid(gid)) == NULL) {
NULL             1375 source3/passdb/pdb_interface.c 	while ((pwd = getpwent()) != NULL) {
NULL             1386 source3/passdb/pdb_interface.c 	for (gr = grp->gr_mem; (*gr != NULL) && ((*gr)[0] != '\0'); gr += 1) {
NULL             1389 source3/passdb/pdb_interface.c 		if (pw == NULL)
NULL             1418 source3/passdb/pdb_interface.c 	*pp_member_rids = NULL;
NULL             1484 source3/passdb/pdb_interface.c 	if (*pp_sids == NULL) {
NULL             1505 source3/passdb/pdb_interface.c 	struct samu *sam_account = NULL;
NULL             1520 source3/passdb/pdb_interface.c 	if ( !(sam_account = samu_new( NULL )) ) {
NULL             1540 source3/passdb/pdb_interface.c 		if (unix_id == NULL) {
NULL             1545 source3/passdb/pdb_interface.c 		if (pw == NULL) {
NULL             1630 source3/passdb/pdb_interface.c 					  NULL)) {
NULL             1631 source3/passdb/pdb_interface.c 			if (name == NULL) {
NULL             1726 source3/passdb/pdb_interface.c 	if (result == NULL) {
NULL             1728 source3/passdb/pdb_interface.c 		return NULL;
NULL             1732 source3/passdb/pdb_interface.c 	result->cache = NULL;
NULL             1738 source3/passdb/pdb_interface.c 	result->next_entry = NULL;
NULL             1739 source3/passdb/pdb_interface.c 	result->search_end = NULL;
NULL             1756 source3/passdb/pdb_interface.c 	if (account_name != NULL)
NULL             1761 source3/passdb/pdb_interface.c 	if (fullname != NULL)
NULL             1766 source3/passdb/pdb_interface.c 	if (description != NULL)
NULL             1789 source3/passdb/pdb_interface.c 	fill_displayentry(s, rid, 0, map->nt_name, NULL, map->comment, entry);
NULL             1808 source3/passdb/pdb_interface.c 	if (state == NULL) {
NULL             1847 source3/passdb/pdb_interface.c 		return NULL;
NULL             1863 source3/passdb/pdb_interface.c 	return (search->num_entries > idx) ? &search->cache[idx] : NULL;
NULL             1872 source3/passdb/pdb_interface.c 	if (result == NULL) {
NULL             1873 source3/passdb/pdb_interface.c 		return NULL;
NULL             1878 source3/passdb/pdb_interface.c 		return NULL;
NULL             1889 source3/passdb/pdb_interface.c 	if (result == NULL) {
NULL             1890 source3/passdb/pdb_interface.c 		 return NULL;
NULL             1895 source3/passdb/pdb_interface.c 		return NULL;
NULL             1905 source3/passdb/pdb_interface.c 	if (pdb == NULL) return NULL;
NULL             1908 source3/passdb/pdb_interface.c 	if (result == NULL) {
NULL             1909 source3/passdb/pdb_interface.c 		return NULL;
NULL             1914 source3/passdb/pdb_interface.c 		return NULL;
NULL             1933 source3/passdb/pdb_interface.c 	if (end_entry != NULL)
NULL              108 source3/passdb/pdb_ldap.c 	return NULL;
NULL              128 source3/passdb/pdb_ldap.c 	return NULL;
NULL              151 source3/passdb/pdb_ldap.c 	return NULL;
NULL              179 source3/passdb/pdb_ldap.c 	SMB_ASSERT(result != NULL);
NULL              191 source3/passdb/pdb_ldap.c 	LDAPMessage *msg = NULL;
NULL              192 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL              194 source3/passdb/pdb_ldap.c 	char **values = NULL;
NULL              196 source3/passdb/pdb_ldap.c 	char *suffix = NULL;
NULL              226 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL)
NULL              229 source3/passdb/pdb_ldap.c 	if ((attrs = TALLOC_ARRAY(mem_ctx, const char *, 2)) == NULL) {
NULL              241 source3/passdb/pdb_ldap.c 		attrs[1] = NULL;
NULL              253 source3/passdb/pdb_ldap.c 		attrs[1] = NULL;
NULL              277 source3/passdb/pdb_ldap.c 	if (entry == NULL) {
NULL              283 source3/passdb/pdb_ldap.c 	if (values == NULL) {
NULL              318 source3/passdb/pdb_ldap.c 	if (values != NULL)
NULL              320 source3/passdb/pdb_ldap.c 	if (msg != NULL)
NULL              337 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL              381 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL              404 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL              435 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL              438 source3/passdb/pdb_ldap.c 	BerElement *ptr = NULL;
NULL              441 source3/passdb/pdb_ldap.c 	if (dn == NULL) {
NULL              452 source3/passdb/pdb_ldap.c 	     name != NULL;
NULL              459 source3/passdb/pdb_ldap.c 		for (attrib = attrs; *attrib != NULL; attrib++) {
NULL              464 source3/passdb/pdb_ldap.c 						NULL);
NULL              470 source3/passdb/pdb_ldap.c 	if (ptr != NULL) {
NULL              520 source3/passdb/pdb_ldap.c 	char *username = NULL,
NULL              521 source3/passdb/pdb_ldap.c 			*domain = NULL,
NULL              522 source3/passdb/pdb_ldap.c 			*nt_username = NULL,
NULL              523 source3/passdb/pdb_ldap.c 			*fullname = NULL,
NULL              524 source3/passdb/pdb_ldap.c 			*homedir = NULL,
NULL              525 source3/passdb/pdb_ldap.c 			*dir_drive = NULL,
NULL              526 source3/passdb/pdb_ldap.c 			*logon_script = NULL,
NULL              527 source3/passdb/pdb_ldap.c 			*profile_path = NULL,
NULL              528 source3/passdb/pdb_ldap.c 			*acct_desc = NULL,
NULL              529 source3/passdb/pdb_ldap.c 			*workstations = NULL,
NULL              530 source3/passdb/pdb_ldap.c 			*munged_dial = NULL;
NULL              541 source3/passdb/pdb_ldap.c 	char *temp = NULL;
NULL              542 source3/passdb/pdb_ldap.c 	LOGIN_CACHE	*cache_entry = NULL;
NULL              551 source3/passdb/pdb_ldap.c 	if (sampass == NULL || ldap_state == NULL || entry == NULL) {
NULL              556 source3/passdb/pdb_ldap.c 	if (priv2ld(ldap_state) == NULL) {
NULL              596 source3/passdb/pdb_ldap.c 				ctx))!=NULL) {
NULL              605 source3/passdb/pdb_ldap.c 				ctx))!=NULL) {
NULL              844 source3/passdb/pdb_ldap.c 		if (user_dn != NULL) {
NULL              906 source3/passdb/pdb_ldap.c 		uint8 *pwhist = NULL;
NULL              919 source3/passdb/pdb_ldap.c 				NULL){
NULL             1038 source3/passdb/pdb_ldap.c 			uid_t uid = strtoul(temp, NULL, 10);
NULL             1103 source3/passdb/pdb_ldap.c 	char *temp = NULL;
NULL             1106 source3/passdb/pdb_ldap.c 	if (mods == NULL || sampass == NULL) {
NULL             1111 source3/passdb/pdb_ldap.c 	*mods = NULL;
NULL             1307 source3/passdb/pdb_ldap.c 						 NULL);
NULL             1322 source3/passdb/pdb_ldap.c 						 NULL);
NULL             1327 source3/passdb/pdb_ldap.c 			char *pwstr = NULL;
NULL             1343 source3/passdb/pdb_ldap.c 				if (pwhist != NULL) {
NULL             1444 source3/passdb/pdb_ldap.c 			cache_entry.entry_timestamp = time(NULL);
NULL             1466 source3/passdb/pdb_ldap.c 		ldap_state->result = NULL;
NULL             1475 source3/passdb/pdb_ldap.c 	if (new_attr == NULL) {
NULL             1479 source3/passdb/pdb_ldap.c 	for (i=0; (*attr_list)[i] != NULL; i++) {
NULL             1485 source3/passdb/pdb_ldap.c 	SMB_ASSERT((*attr_list) != NULL);
NULL             1487 source3/passdb/pdb_ldap.c 	(*attr_list)[i+1] = NULL;
NULL             1498 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             1499 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             1535 source3/passdb/pdb_ldap.c 		pdb_set_backend_private_data(user, result, NULL,
NULL             1554 source3/passdb/pdb_ldap.c 			TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL             1555 source3/passdb/pdb_ldap.c 			if (tmp_ctx == NULL) {
NULL             1580 source3/passdb/pdb_ldap.c 			attr_list = get_userattr_list(NULL,
NULL             1599 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             1600 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             1636 source3/passdb/pdb_ldap.c 	pdb_set_backend_private_data(user, result, NULL,
NULL             1695 source3/passdb/pdb_ldap.c 			(pdb_get_plaintext_passwd(newpwd)!=NULL)) {
NULL             1698 source3/passdb/pdb_ldap.c 		char *retoid = NULL;
NULL             1699 source3/passdb/pdb_ldap.c 		struct berval *retdata = NULL;
NULL             1727 source3/passdb/pdb_ldap.c 		if ((ber = ber_alloc_t(LBER_USE_DER))==NULL) {
NULL             1745 source3/passdb/pdb_ldap.c 		if ((utf8_password != NULL) && (*utf8_password != '\0')) {
NULL             1777 source3/passdb/pdb_ldap.c 							bv, NULL, NULL, &retoid, 
NULL             1784 source3/passdb/pdb_ldap.c 			char *ld_error = NULL;
NULL             1846 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             1847 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             1853 source3/passdb/pdb_ldap.c 	if (attr_list == NULL) {
NULL             1861 source3/passdb/pdb_ldap.c 	    ((entry = ldap_first_entry(priv2ld(priv), msg)) == NULL)) {
NULL             1902 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             1903 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             1904 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             1909 source3/passdb/pdb_ldap.c 		attr_list = get_userattr_list(NULL, ldap_state->schema_ver);
NULL             1910 source3/passdb/pdb_ldap.c 		if (pdb_get_username(newpwd) == NULL) {
NULL             1918 source3/passdb/pdb_ldap.c 		pdb_set_backend_private_data(newpwd, result, NULL,
NULL             1940 source3/passdb/pdb_ldap.c 		if (mods != NULL)
NULL             1946 source3/passdb/pdb_ldap.c 	    && (mods == NULL)) {
NULL             1955 source3/passdb/pdb_ldap.c 	if (mods != NULL) {
NULL             1971 source3/passdb/pdb_ldap.c 	pdb_set_backend_private_data(newpwd, NULL, NULL, my_methods,
NULL             1994 source3/passdb/pdb_ldap.c 	char *rename_script = NULL;
NULL             2010 source3/passdb/pdb_ldap.c 	if (rename_script == NULL) {
NULL             2043 source3/passdb/pdb_ldap.c 	rc = smbrun(rename_script, NULL);
NULL             2081 source3/passdb/pdb_ldap.c 	LDAPMessage 	*result = NULL;
NULL             2082 source3/passdb/pdb_ldap.c 	LDAPMessage 	*entry  = NULL;
NULL             2083 source3/passdb/pdb_ldap.c 	LDAPMod 	**mods = NULL;
NULL             2087 source3/passdb/pdb_ldap.c 	char *escape_user = NULL;
NULL             2090 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             2091 source3/passdb/pdb_ldap.c 	char *dn = NULL;
NULL             2120 source3/passdb/pdb_ldap.c 	result = NULL;
NULL             2133 source3/passdb/pdb_ldap.c 			result = NULL;
NULL             2194 source3/passdb/pdb_ldap.c 		if (result != NULL) {
NULL             2196 source3/passdb/pdb_ldap.c 			result = NULL;
NULL             2260 source3/passdb/pdb_ldap.c 		if (mods != NULL) {
NULL             2266 source3/passdb/pdb_ldap.c 	if (mods == NULL) {
NULL             2316 source3/passdb/pdb_ldap.c 	attr_list = get_attr_list(NULL, groupmap_attr_list);
NULL             2331 source3/passdb/pdb_ldap.c 	char *temp = NULL;
NULL             2334 source3/passdb/pdb_ldap.c 	if (ldap_state == NULL || map == NULL || entry == NULL ||
NULL             2335 source3/passdb/pdb_ldap.c 			ldap_state->smbldap_state->ldap_struct == NULL) {
NULL             2455 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             2456 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             2504 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             2526 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             2547 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             2612 source3/passdb/pdb_ldap.c 	const char *id_attrs[] = { "memberUid", "gidNumber", NULL };
NULL             2613 source3/passdb/pdb_ldap.c 	const char *sid_attrs[] = { "sambaSID", NULL };
NULL             2615 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             2618 source3/passdb/pdb_ldap.c 	char **values = NULL;
NULL             2623 source3/passdb/pdb_ldap.c 	*pp_member_rids = NULL;
NULL             2633 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             2662 source3/passdb/pdb_ldap.c 	if (entry == NULL)
NULL             2677 source3/passdb/pdb_ldap.c 		if (filter == NULL) {
NULL             2682 source3/passdb/pdb_ldap.c 		for (memberuid = values; *memberuid != NULL; memberuid += 1) {
NULL             2686 source3/passdb/pdb_ldap.c 			if (escape_memberuid == NULL) {
NULL             2692 source3/passdb/pdb_ldap.c 			if (filter == NULL) {
NULL             2702 source3/passdb/pdb_ldap.c 		if (filter == NULL) {
NULL             2720 source3/passdb/pdb_ldap.c 		     entry != NULL;
NULL             2773 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             2815 source3/passdb/pdb_ldap.c 	const char *attrs[] = { "gidNumber", "sambaSID", NULL };
NULL             2818 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             2825 source3/passdb/pdb_ldap.c 	*pp_sids = NULL;
NULL             2828 source3/passdb/pdb_ldap.c 	if (pdb_get_username(user) == NULL) {
NULL             2833 source3/passdb/pdb_ldap.c 	if (escape_name == NULL)
NULL             2841 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             2870 source3/passdb/pdb_ldap.c 		primary_gid = strtoul(gidstr, NULL, 10);
NULL             2881 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             2895 source3/passdb/pdb_ldap.c 	*pp_gids = NULL;
NULL             2898 source3/passdb/pdb_ldap.c 	*pp_sids = NULL;
NULL             2916 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             2990 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             3001 source3/passdb/pdb_ldap.c 	    ((entry = ldap_first_entry(ldap_state->smbldap_state->ldap_struct, msg)) == NULL)) {
NULL             3006 source3/passdb/pdb_ldap.c 	if (dn == NULL) {
NULL             3010 source3/passdb/pdb_ldap.c 	mods = NULL;
NULL             3036 source3/passdb/pdb_ldap.c 	LDAPMessage *msg = NULL;
NULL             3037 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             3038 source3/passdb/pdb_ldap.c 	const char *attrs[] = { NULL };
NULL             3049 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             3050 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             3057 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             3124 source3/passdb/pdb_ldap.c 	if (dn == NULL) {
NULL             3129 source3/passdb/pdb_ldap.c 	mods = NULL;
NULL             3131 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "objectClass",
NULL             3133 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "objectClass",
NULL             3135 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "sambaSid",
NULL             3137 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "sambaGroupType",
NULL             3139 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "displayName",
NULL             3141 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "description",
NULL             3143 source3/passdb/pdb_ldap.c 	smbldap_make_mod(ldap_state->smbldap_state->ldap_struct, NULL, &mods, "gidNumber",
NULL             3170 source3/passdb/pdb_ldap.c 	LDAPMessage *msg = NULL;
NULL             3171 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             3172 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             3176 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             3177 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             3191 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             3203 source3/passdb/pdb_ldap.c 	    ((entry = ldap_first_entry(ldap_state->smbldap_state->ldap_struct, msg)) == NULL)) {
NULL             3210 source3/passdb/pdb_ldap.c 	if (dn == NULL) {
NULL             3215 source3/passdb/pdb_ldap.c 	mods = NULL;
NULL             3222 source3/passdb/pdb_ldap.c 	if (mods == NULL) {
NULL             3260 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             3261 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             3269 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             3280 source3/passdb/pdb_ldap.c 	    ((entry = ldap_first_entry(priv2ld(priv), msg)) == NULL)) {
NULL             3294 source3/passdb/pdb_ldap.c 					NULL };
NULL             3309 source3/passdb/pdb_ldap.c 					"gidNumber", NULL };
NULL             3335 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             3339 source3/passdb/pdb_ldap.c 	filter = talloc_asprintf(NULL, "(objectclass=%s)", LDAP_OBJ_GROUPMAP);
NULL             3343 source3/passdb/pdb_ldap.c 	attr_list = get_attr_list( NULL, groupmap_attr_list );
NULL             3355 source3/passdb/pdb_ldap.c 		ldap_state->result = NULL;
NULL             3422 source3/passdb/pdb_ldap.c 	*pp_rmap = NULL;
NULL             3469 source3/passdb/pdb_ldap.c 	char *dn = NULL;
NULL             3470 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             3471 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             3473 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             3478 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             3589 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             3590 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             3592 source3/passdb/pdb_ldap.c 	char **values = NULL;
NULL             3594 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             3599 source3/passdb/pdb_ldap.c 	*pp_members = NULL;
NULL             3662 source3/passdb/pdb_ldap.c 	if (values == NULL) {
NULL             3676 source3/passdb/pdb_ldap.c 		status = add_sid_to_array(NULL, &member, pp_members,
NULL             3704 source3/passdb/pdb_ldap.c 	const char *attrs[] = { LDAP_ATTRIBUTE_SID, NULL };
NULL             3706 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             3707 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             3739 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             3752 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             3788 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             3790 source3/passdb/pdb_ldap.c 	const char *policy_attr = NULL;
NULL             3802 source3/passdb/pdb_ldap.c 	if (policy_attr == NULL) {
NULL             3842 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             3843 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             3846 source3/passdb/pdb_ldap.c 	char **vals = NULL;
NULL             3847 source3/passdb/pdb_ldap.c 	const char *policy_attr = NULL;
NULL             3868 source3/passdb/pdb_ldap.c 	attrs[1] = NULL;
NULL             3884 source3/passdb/pdb_ldap.c 	if (entry == NULL) {
NULL             3889 source3/passdb/pdb_ldap.c 	if (vals == NULL) {
NULL             3976 source3/passdb/pdb_ldap.c 	LDAPMessage *msg = NULL;
NULL             3978 source3/passdb/pdb_ldap.c 	char *allsids = NULL;
NULL             3985 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             3986 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             4001 source3/passdb/pdb_ldap.c 	if (allsids == NULL) {
NULL             4011 source3/passdb/pdb_ldap.c 		if (allsids == NULL) {
NULL             4020 source3/passdb/pdb_ldap.c 		const char *ldap_attrs[] = { "uid", "sambaSid", NULL };
NULL             4026 source3/passdb/pdb_ldap.c 		if (filter == NULL) {
NULL             4044 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             4058 source3/passdb/pdb_ldap.c 		if (name == NULL) {
NULL             4089 source3/passdb/pdb_ldap.c 					     "sambaGroupType", NULL };
NULL             4094 source3/passdb/pdb_ldap.c 		if (filter == NULL) {
NULL             4117 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             4128 source3/passdb/pdb_ldap.c 		if (attr == NULL) {
NULL             4151 source3/passdb/pdb_ldap.c 		if (attr == NULL) {
NULL             4157 source3/passdb/pdb_ldap.c 		if (attr == NULL) {
NULL             4190 source3/passdb/pdb_ldap.c 	char *filter = NULL;
NULL             4191 source3/passdb/pdb_ldap.c 	char *escaped = NULL;
NULL             4192 source3/passdb/pdb_ldap.c 	char *result = NULL;
NULL             4200 source3/passdb/pdb_ldap.c 	if (escaped == NULL) goto done;
NULL             4218 source3/passdb/pdb_ldap.c 	while (va_arg(ap, const char *) != NULL)
NULL             4222 source3/passdb/pdb_ldap.c 	if ((result = TALLOC_ARRAY(mem_ctx, const char *, num+1)) == NULL) {
NULL             4223 source3/passdb/pdb_ldap.c 		return NULL;
NULL             4229 source3/passdb/pdb_ldap.c 		if (result[i] == NULL) {
NULL             4232 source3/passdb/pdb_ldap.c 			return NULL;
NULL             4237 source3/passdb/pdb_ldap.c 	result[num] = NULL;
NULL             4268 source3/passdb/pdb_ldap.c 	state->entries = NULL;
NULL             4278 source3/passdb/pdb_ldap.c 	if ((rc != LDAP_SUCCESS) || (state->entries == NULL)) {
NULL             4280 source3/passdb/pdb_ldap.c 		if (state->entries != NULL) {
NULL             4283 source3/passdb/pdb_ldap.c 			state->entries = NULL;
NULL             4290 source3/passdb/pdb_ldap.c 		if ((rc != LDAP_SUCCESS) || (state->entries == NULL))
NULL             4299 source3/passdb/pdb_ldap.c         if ( ld == NULL) {
NULL             4306 source3/passdb/pdb_ldap.c 	if (state->current_entry == NULL) {
NULL             4308 source3/passdb/pdb_ldap.c 		state->entries = NULL;
NULL             4331 source3/passdb/pdb_ldap.c 	if ((rc != LDAP_SUCCESS) || (state->entries == NULL))
NULL             4336 source3/passdb/pdb_ldap.c 	if (state->current_entry == NULL) {
NULL             4338 source3/passdb/pdb_ldap.c 		state->entries = NULL;
NULL             4352 source3/passdb/pdb_ldap.c 	if ((state->entries == NULL) && (state->pagedresults_cookie == NULL))
NULL             4355 source3/passdb/pdb_ldap.c 	if ((state->entries == NULL) &&
NULL             4366 source3/passdb/pdb_ldap.c 		DEBUG(5, ("Skipping entry %s\n", dn != NULL ? dn : "<NULL>"));
NULL             4367 source3/passdb/pdb_ldap.c 		if (dn != NULL) ldap_memfree(dn);
NULL             4372 source3/passdb/pdb_ldap.c 	if (state->current_entry == NULL) {
NULL             4374 source3/passdb/pdb_ldap.c 		state->entries = NULL;
NULL             4388 source3/passdb/pdb_ldap.c 	if (state->pagedresults_cookie == NULL)
NULL             4391 source3/passdb/pdb_ldap.c 	if (state->entries != NULL)
NULL             4394 source3/passdb/pdb_ldap.c 	state->entries = NULL;
NULL             4395 source3/passdb/pdb_ldap.c 	state->current_entry = NULL;
NULL             4424 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4441 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4456 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL))
NULL             4469 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL))
NULL             4481 source3/passdb/pdb_ldap.c 	if ((result->account_name == NULL) ||
NULL             4482 source3/passdb/pdb_ldap.c 	    (result->fullname == NULL) ||
NULL             4483 source3/passdb/pdb_ldap.c 	    (result->description == NULL)) {
NULL             4489 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4520 source3/passdb/pdb_ldap.c 	if (state == NULL) {
NULL             4541 source3/passdb/pdb_ldap.c 				    "sambaAcctFlags", NULL);
NULL             4543 source3/passdb/pdb_ldap.c 	state->pagedresults_cookie = NULL;
NULL             4544 source3/passdb/pdb_ldap.c 	state->entries = NULL;
NULL             4547 source3/passdb/pdb_ldap.c 	if ((state->filter == NULL) || (state->attrs == NULL)) {
NULL             4575 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4577 source3/passdb/pdb_ldap.c 		if (vals != NULL) {
NULL             4596 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4601 source3/passdb/pdb_ldap.c 		if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4626 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL))
NULL             4637 source3/passdb/pdb_ldap.c 	if ((result->account_name == NULL) ||
NULL             4638 source3/passdb/pdb_ldap.c 	    (result->fullname == NULL) ||
NULL             4639 source3/passdb/pdb_ldap.c 	    (result->description == NULL)) {
NULL             4645 source3/passdb/pdb_ldap.c 	if ((vals == NULL) || (vals[0] == NULL)) {
NULL             4647 source3/passdb/pdb_ldap.c 		if (vals != NULL) {
NULL             4694 source3/passdb/pdb_ldap.c 	if (state == NULL) {
NULL             4710 source3/passdb/pdb_ldap.c 				    "sambaGroupType", NULL);
NULL             4712 source3/passdb/pdb_ldap.c 	state->pagedresults_cookie = NULL;
NULL             4713 source3/passdb/pdb_ldap.c 	state->entries = NULL;
NULL             4717 source3/passdb/pdb_ldap.c 	if ((state->filter == NULL) || (state->attrs == NULL)) {
NULL             4752 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             4753 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             4754 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             4763 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             4764 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             4780 source3/passdb/pdb_ldap.c 	if (entry == NULL) {
NULL             4794 source3/passdb/pdb_ldap.c 	if (value != NULL) {
NULL             4795 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
NULL             4801 source3/passdb/pdb_ldap.c 	if (value != NULL) {
NULL             4802 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
NULL             4808 source3/passdb/pdb_ldap.c 	if (value != NULL) {
NULL             4809 source3/passdb/pdb_ldap.c 		uint32 tmp = (uint32)strtoul(value, NULL, 10);
NULL             4823 source3/passdb/pdb_ldap.c 	if ((dn = smbldap_talloc_dn(mem_ctx, priv2ld(priv), entry)) == NULL) {
NULL             4880 source3/passdb/pdb_ldap.c 				NULL };
NULL             4881 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             4882 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             4889 source3/passdb/pdb_ldap.c 	mem_ctx = talloc_new(NULL);
NULL             4890 source3/passdb/pdb_ldap.c 	if (mem_ctx == NULL) {
NULL             4900 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             4923 source3/passdb/pdb_ldap.c 	if (value != NULL) {
NULL             4929 source3/passdb/pdb_ldap.c 		if (gid_str == NULL) {
NULL             4936 source3/passdb/pdb_ldap.c 		id->gid = strtoul(gid_str, NULL, 10);
NULL             4937 source3/passdb/pdb_ldap.c 		*type = (enum lsa_SidType)strtoul(value, NULL, 10);
NULL             4946 source3/passdb/pdb_ldap.c 	if (value == NULL) {
NULL             4952 source3/passdb/pdb_ldap.c 	id->uid = strtoul(value, NULL, 10);
NULL             4980 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             4981 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             4985 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             4993 source3/passdb/pdb_ldap.c 	const char *dn = NULL;
NULL             5013 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5102 source3/passdb/pdb_ldap.c 	if (!init_ldap_from_sam(ldap_state, NULL, &mods, user, element_is_set_or_changed)) {
NULL             5205 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5206 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5221 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             5225 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5259 source3/passdb/pdb_ldap.c 		struct dom_sid *sids = NULL;
NULL             5260 source3/passdb/pdb_ldap.c 		gid_t *gids = NULL;
NULL             5315 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5316 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5319 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             5325 source3/passdb/pdb_ldap.c 	const char *dn = NULL;
NULL             5335 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5373 source3/passdb/pdb_ldap.c 		gid = strtoul(tmp, NULL, 10);
NULL             5466 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5467 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5485 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             5489 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5535 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5564 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5565 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5567 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             5570 source3/passdb/pdb_ldap.c 	const char *dn = NULL;
NULL             5599 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             5604 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5639 source3/passdb/pdb_ldap.c 		user_gid = strtoul(gidstr, NULL, 10);
NULL             5668 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5739 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5740 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5742 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             5746 source3/passdb/pdb_ldap.c 	const char *dn = NULL;
NULL             5763 source3/passdb/pdb_ldap.c 	if (escape_username== NULL) {
NULL             5777 source3/passdb/pdb_ldap.c 	if (filter == NULL) {
NULL             5781 source3/passdb/pdb_ldap.c 	rc = smbldap_search_suffix(ldap_state->smbldap_state, filter, NULL, &result);
NULL             5815 source3/passdb/pdb_ldap.c 	if (mods == NULL) {
NULL             5851 source3/passdb/pdb_ldap.c 	const char **attrs = NULL; /* NULL: get all attrs */
NULL             5853 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             5862 source3/passdb/pdb_ldap.c 	if (trusted_dn == NULL) {
NULL             5868 source3/passdb/pdb_ldap.c 	if (result != NULL) {
NULL             5873 source3/passdb/pdb_ldap.c 		*entry = NULL;
NULL             5894 source3/passdb/pdb_ldap.c 		*entry = NULL;
NULL             5910 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5915 source3/passdb/pdb_ldap.c 	    (entry == NULL))
NULL             5921 source3/passdb/pdb_ldap.c 	if (pwd != NULL) {
NULL             5925 source3/passdb/pdb_ldap.c 		if (pwd_str == NULL) {
NULL             5930 source3/passdb/pdb_ldap.c 		if (*pwd == NULL) {
NULL             5936 source3/passdb/pdb_ldap.c 	if (pass_last_set_time != NULL) {
NULL             5940 source3/passdb/pdb_ldap.c 		if (time_str == NULL) {
NULL             5947 source3/passdb/pdb_ldap.c 	if (sid != NULL) {
NULL             5953 source3/passdb/pdb_ldap.c 		if (sid_str == NULL) {
NULL             5957 source3/passdb/pdb_ldap.c 		if (dom_sid == NULL) {
NULL             5973 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             5974 source3/passdb/pdb_ldap.c 	LDAPMod **mods = NULL;
NULL             5975 source3/passdb/pdb_ldap.c 	char *prev_pwd = NULL;
NULL             5976 source3/passdb/pdb_ldap.c 	char *trusted_dn = NULL;
NULL             5989 source3/passdb/pdb_ldap.c 	mods = NULL;
NULL             5997 source3/passdb/pdb_ldap.c 			 talloc_asprintf(talloc_tos(), "%li", (long int)time(NULL)));
NULL             6003 source3/passdb/pdb_ldap.c 	if (entry != NULL) {
NULL             6006 source3/passdb/pdb_ldap.c 		if (prev_pwd != NULL) {
NULL             6014 source3/passdb/pdb_ldap.c 	if (trusted_dn == NULL) {
NULL             6017 source3/passdb/pdb_ldap.c 	if (entry == NULL) {
NULL             6037 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             6044 source3/passdb/pdb_ldap.c 	if (entry == NULL) {
NULL             6052 source3/passdb/pdb_ldap.c 	if (trusted_dn == NULL) {
NULL             6075 source3/passdb/pdb_ldap.c 	const char *attrs[] = { "sambaDomainName", "sambaSID", NULL };
NULL             6077 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             6078 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             6091 source3/passdb/pdb_ldap.c 	if (result != NULL) {
NULL             6106 source3/passdb/pdb_ldap.c 	     entry != NULL;
NULL             6113 source3/passdb/pdb_ldap.c 		if (dom_info == NULL) {
NULL             6122 source3/passdb/pdb_ldap.c 		if (dom_name == NULL) {
NULL             6131 source3/passdb/pdb_ldap.c 		if (dom_sid_str == NULL) {
NULL             6144 source3/passdb/pdb_ldap.c 		if (*domains == NULL) {
NULL             6165 source3/passdb/pdb_ldap.c 	if ((*ldap_state)->result != NULL) {
NULL             6167 source3/passdb/pdb_ldap.c 		(*ldap_state)->result = NULL;
NULL             6169 source3/passdb/pdb_ldap.c 	if ((*ldap_state)->domain_dn != NULL) {
NULL             6173 source3/passdb/pdb_ldap.c 	*ldap_state = NULL;
NULL             6255 source3/passdb/pdb_ldap.c 	char *uri = talloc_strdup( NULL, location );
NULL             6283 source3/passdb/pdb_ldap.c 	struct ldapsam_privates *ldap_state = NULL;
NULL             6285 source3/passdb/pdb_ldap.c 	char *alg_rid_base_string = NULL;
NULL             6286 source3/passdb/pdb_ldap.c 	LDAPMessage *result = NULL;
NULL             6287 source3/passdb/pdb_ldap.c 	LDAPMessage *entry = NULL;
NULL             6290 source3/passdb/pdb_ldap.c 	char *domain_sid_string = NULL;
NULL             6291 source3/passdb/pdb_ldap.c 	char *dn = NULL;
NULL             6292 source3/passdb/pdb_ldap.c 	char *uri = talloc_strdup( NULL, location );
NULL               50 source3/passdb/pdb_nds.c 	BerElement *requestBer = NULL;
NULL               52 source3/passdb/pdb_nds.c 	const char    * utf8ObjPtr = NULL;
NULL               54 source3/passdb/pdb_nds.c 	const char    * utf8PwdPtr = NULL;
NULL               56 source3/passdb/pdb_nds.c 	const char    * utf8Pwd2Ptr = NULL;
NULL               64 source3/passdb/pdb_nds.c 	if (password != NULL)
NULL               70 source3/passdb/pdb_nds.c 	if (password2 != NULL)
NULL               77 source3/passdb/pdb_nds.c 	if((requestBer = ber_alloc()) == NULL)
NULL               83 source3/passdb/pdb_nds.c 	if (password != NULL && password2 != NULL)
NULL               88 source3/passdb/pdb_nds.c 	else if (password != NULL)
NULL              141 source3/passdb/pdb_nds.c 	BerElement *requestBer = NULL;
NULL              146 source3/passdb/pdb_nds.c 	char	*utf8ObjPtr=NULL;
NULL              149 source3/passdb/pdb_nds.c 	char    *utf8TagPtr = NULL;
NULL              159 source3/passdb/pdb_nds.c 	if((requestBer = ber_alloc()) == NULL)
NULL              230 source3/passdb/pdb_nds.c 	BerElement *replyBer = NULL;
NULL              231 source3/passdb/pdb_nds.c 	char    *retOctStr = NULL;
NULL              234 source3/passdb/pdb_nds.c 	if((replyBer = ber_init(replyBV)) == NULL)
NULL              286 source3/passdb/pdb_nds.c 	if (retOctStr != NULL)
NULL              310 source3/passdb/pdb_nds.c 	struct  berval *requestBV = NULL;
NULL              311 source3/passdb/pdb_nds.c 	char    *replyOID = NULL;
NULL              312 source3/passdb/pdb_nds.c 	struct  berval *replyBV = NULL;
NULL              316 source3/passdb/pdb_nds.c 	if((strlen(objectDN) == 0) || ld == NULL)
NULL              321 source3/passdb/pdb_nds.c 	err = berEncodeLoginData(&requestBV, objectDN, methodIDLen, methodID, tag, 0, NULL);
NULL              329 source3/passdb/pdb_nds.c 					requestBV, NULL, NULL, &replyOID, &replyBV)))
NULL              402 source3/passdb/pdb_nds.c 	char    *pwdBuf=NULL;
NULL              407 source3/passdb/pdb_nds.c 	if(pwdBuf == NULL)
NULL              446 source3/passdb/pdb_nds.c 	if (pwdBuf != NULL)
NULL              467 source3/passdb/pdb_nds.c 	struct berval *requestBV = NULL;
NULL              468 source3/passdb/pdb_nds.c 	char *replyOID = NULL;
NULL              469 source3/passdb/pdb_nds.c 	struct berval *replyBV = NULL;
NULL              473 source3/passdb/pdb_nds.c 	if(objectDN == NULL || (strlen(objectDN) == 0) || pwd == NULL || ld == NULL)
NULL              478 source3/passdb/pdb_nds.c 	err = berEncodePasswordData(&requestBV, objectDN, pwd, NULL);
NULL              485 source3/passdb/pdb_nds.c 	if((err = ldap_extended_operation_s(ld, NMASLDAP_SET_PASSWORD_REQUEST, requestBV, NULL, NULL, &replyOID, &replyBV)))
NULL              513 source3/passdb/pdb_nds.c 	err = berDecodeLoginData(replyBV, &serverVersion, NULL, NULL);
NULL              556 source3/passdb/pdb_nds.c 	struct berval *requestBV = NULL;
NULL              557 source3/passdb/pdb_nds.c 	char *replyOID = NULL;
NULL              558 source3/passdb/pdb_nds.c 	struct berval *replyBV = NULL;
NULL              564 source3/passdb/pdb_nds.c 	if(objectDN == NULL || (strlen(objectDN) == 0) || pwdSize == NULL || ld == NULL)
NULL              571 source3/passdb/pdb_nds.c 	if(pwdBuf == NULL)
NULL              576 source3/passdb/pdb_nds.c 	err = berEncodePasswordData(&requestBV, objectDN, NULL, NULL);
NULL              583 source3/passdb/pdb_nds.c 	if((err = ldap_extended_operation_s(ld, NMASLDAP_GET_PASSWORD_REQUEST, requestBV, NULL, NULL, &replyOID, &replyBV)))
NULL              621 source3/passdb/pdb_nds.c 		if (*pwdSize >= pwdBufLen+1 && pwd != NULL)
NULL              648 source3/passdb/pdb_nds.c 	if (pwdBuf != NULL)
NULL              710 source3/passdb/pdb_nds.c 	LDAPMod **tmpmods = NULL;
NULL              716 source3/passdb/pdb_nds.c 		char *ld_error = NULL;
NULL              759 source3/passdb/pdb_nds.c 		LDAPMessage *result = NULL;
NULL              760 source3/passdb/pdb_nds.c 		LDAPMessage *entry = NULL;
NULL              764 source3/passdb/pdb_nds.c 		LDAP *ld = NULL;
NULL              773 source3/passdb/pdb_nds.c 			attr_list = get_userattr_list(NULL,
NULL              780 source3/passdb/pdb_nds.c 			pdb_set_backend_private_data(sam_acct, result, NULL,
NULL              168 source3/passdb/pdb_smbpasswd.c 	if (user == NULL) 
NULL              184 source3/passdb/pdb_smbpasswd.c 	FILE *fp = NULL;
NULL              185 source3/passdb/pdb_smbpasswd.c 	const char *open_mode = NULL;
NULL              191 source3/passdb/pdb_smbpasswd.c 		return (NULL);
NULL              219 source3/passdb/pdb_smbpasswd.c 					return NULL;
NULL              231 source3/passdb/pdb_smbpasswd.c 		if((fp = sys_fopen(pfile, open_mode)) == NULL) {
NULL              238 source3/passdb/pdb_smbpasswd.c 				if ((fp = sys_fopen(pfile, "a+")) != NULL) {
NULL              245 source3/passdb/pdb_smbpasswd.c 					return NULL;
NULL              250 source3/passdb/pdb_smbpasswd.c 				return NULL;
NULL              258 source3/passdb/pdb_smbpasswd.c 			return NULL;
NULL              284 source3/passdb/pdb_smbpasswd.c 				return NULL;
NULL              292 source3/passdb/pdb_smbpasswd.c 				return NULL;
NULL              311 source3/passdb/pdb_smbpasswd.c 		return NULL;
NULL              315 source3/passdb/pdb_smbpasswd.c 	setvbuf(fp, (char *)NULL, _IOFBF, 1024);
NULL              327 source3/passdb/pdb_smbpasswd.c 		return NULL;
NULL              367 source3/passdb/pdb_smbpasswd.c 	if(fp == NULL) {
NULL              369 source3/passdb/pdb_smbpasswd.c 		return NULL;
NULL              383 source3/passdb/pdb_smbpasswd.c 		if (status == NULL && ferror(fp)) {
NULL              384 source3/passdb/pdb_smbpasswd.c 			return NULL;
NULL              435 source3/passdb/pdb_smbpasswd.c 		if (p == NULL) {
NULL              495 source3/passdb/pdb_smbpasswd.c 			pw_buf->smb_passwd = NULL;
NULL              500 source3/passdb/pdb_smbpasswd.c 				pw_buf->smb_passwd = NULL;
NULL              505 source3/passdb/pdb_smbpasswd.c 				pw_buf->smb_passwd = NULL;
NULL              515 source3/passdb/pdb_smbpasswd.c 		pw_buf->smb_nt_passwd = NULL;
NULL              558 source3/passdb/pdb_smbpasswd.c 						pw_buf->pass_last_set_time = (time_t)strtol((char *)p, NULL, 16);
NULL              579 source3/passdb/pdb_smbpasswd.c 	return NULL;
NULL              595 source3/passdb/pdb_smbpasswd.c 	if((new_entry = (char *)SMB_MALLOC( new_entry_length )) == NULL) {
NULL              598 source3/passdb/pdb_smbpasswd.c 		return NULL;
NULL              630 source3/passdb/pdb_smbpasswd.c 	struct smb_passwd *pwd = NULL;
NULL              631 source3/passdb/pdb_smbpasswd.c 	FILE *fp = NULL;
NULL              641 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL && errno == ENOENT) {
NULL              646 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL) {
NULL              655 source3/passdb/pdb_smbpasswd.c 	while ((pwd = getsmbfilepwent(smbpasswd_state, fp)) != NULL) {
NULL              680 source3/passdb/pdb_smbpasswd.c 	if((new_entry = format_new_smbpasswd_entry(newpwd)) == NULL) {
NULL              736 source3/passdb/pdb_smbpasswd.c 	unsigned char *p = NULL;
NULL              758 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL) {
NULL              787 source3/passdb/pdb_smbpasswd.c 		if (status == NULL && ferror(fp)) {
NULL              839 source3/passdb/pdb_smbpasswd.c 		if (p == NULL) {
NULL             1081 source3/passdb/pdb_smbpasswd.c 	char *pfile2 = NULL;
NULL             1082 source3/passdb/pdb_smbpasswd.c 	struct smb_passwd *pwd = NULL;
NULL             1083 source3/passdb/pdb_smbpasswd.c 	FILE *fp = NULL;
NULL             1084 source3/passdb/pdb_smbpasswd.c 	FILE *fp_write = NULL;
NULL             1100 source3/passdb/pdb_smbpasswd.c 	if((fp = startsmbfilepwent(pfile, PWF_UPDATE, &smbpasswd_state->pw_file_lock_depth)) == NULL) {
NULL             1108 source3/passdb/pdb_smbpasswd.c 	if((fp_write = startsmbfilepwent(pfile2, PWF_CREATE, &pfile2_lockdepth)) == NULL) {
NULL             1118 source3/passdb/pdb_smbpasswd.c 	while ((pwd = getsmbfilepwent(smbpasswd_state, fp)) != NULL) {
NULL             1132 source3/passdb/pdb_smbpasswd.c 		if((new_entry = format_new_smbpasswd_entry(pwd)) == NULL) {
NULL             1190 source3/passdb/pdb_smbpasswd.c 	if (sampass == NULL) 
NULL             1199 source3/passdb/pdb_smbpasswd.c 			struct passwd *passwd = getpwnam_alloc(NULL, lp_guestaccount());
NULL             1241 source3/passdb/pdb_smbpasswd.c 	if ( !(pwfile = Get_Pwnam_alloc(NULL, pw_buf->smb_name )) ) {
NULL             1281 source3/passdb/pdb_smbpasswd.c 	FILE *fp = NULL;
NULL             1290 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL) {
NULL             1295 source3/passdb/pdb_smbpasswd.c 	while ( ((smb_pw=getsmbfilepwent(smbpasswd_state, fp)) != NULL)&& (!strequal(smb_pw->smb_name, username)) )
NULL             1302 source3/passdb/pdb_smbpasswd.c 	if (smb_pw == NULL)
NULL             1325 source3/passdb/pdb_smbpasswd.c 	FILE *fp = NULL;
NULL             1347 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL) {
NULL             1352 source3/passdb/pdb_smbpasswd.c 	while ( ((smb_pw=getsmbfilepwent(smbpasswd_state, fp)) != NULL) && (algorithmic_pdb_uid_to_user_rid(smb_pw->smb_userid) != rid) )
NULL             1359 source3/passdb/pdb_smbpasswd.c 	if (smb_pw == NULL)
NULL             1436 source3/passdb/pdb_smbpasswd.c 	char *rename_script = NULL;
NULL             1437 source3/passdb/pdb_smbpasswd.c 	struct samu *new_acct = NULL;
NULL             1445 source3/passdb/pdb_smbpasswd.c 	if ( !(new_acct = samu_new( NULL )) ) {
NULL             1495 source3/passdb/pdb_smbpasswd.c 		rename_ret = smbrun(rename_script, NULL);
NULL             1534 source3/passdb/pdb_smbpasswd.c 	*privates = NULL;
NULL             1575 source3/passdb/pdb_smbpasswd.c 	if ((entry->account_name == NULL) || (entry->fullname == NULL)
NULL             1576 source3/passdb/pdb_smbpasswd.c 	    || (entry->description == NULL)) {
NULL             1597 source3/passdb/pdb_smbpasswd.c 	if (search_state == NULL) {
NULL             1606 source3/passdb/pdb_smbpasswd.c 	if (fp == NULL) {
NULL             1612 source3/passdb/pdb_smbpasswd.c 	while ((pwd = getsmbfilepwent(smbpasswd_state, fp)) != NULL) {
NULL             1622 source3/passdb/pdb_smbpasswd.c 		if (user == NULL) {
NULL             1645 source3/passdb/pdb_smbpasswd.c 		if ((entry.account_name == NULL) || (entry.fullname == NULL)
NULL             1646 source3/passdb/pdb_smbpasswd.c 		    || (entry.description == NULL)) {
NULL               78 source3/passdb/pdb_tdb.c 	if (user == NULL) {
NULL              163 source3/passdb/pdb_tdb.c 	if (new_rec == NULL) {
NULL              190 source3/passdb/pdb_tdb.c 	const char *tmp_fname = NULL;
NULL              191 source3/passdb/pdb_tdb.c 	struct db_context *tmp_db = NULL;
NULL              207 source3/passdb/pdb_tdb.c 	tmp_db = db_open(NULL, tmp_fname, 0,
NULL              209 source3/passdb/pdb_tdb.c 	if (tmp_db == NULL) {
NULL              273 source3/passdb/pdb_tdb.c 	orig_db = db_open(NULL, dbname, 0,
NULL              275 source3/passdb/pdb_tdb.c 	if (orig_db == NULL) {
NULL              338 source3/passdb/pdb_tdb.c 	struct db_context *db = NULL;
NULL              417 source3/passdb/pdb_tdb.c 	db_sam = db_open(NULL, name, 0, TDB_DEFAULT, O_CREAT|O_RDWR, 0600);
NULL              418 source3/passdb/pdb_tdb.c 	if (db_sam == NULL) {
NULL              455 source3/passdb/pdb_tdb.c 		struct named_mutex *mtx = grab_named_mutex(NULL,
NULL              739 source3/passdb/pdb_tdb.c 	uint8		*buf = NULL;
NULL              848 source3/passdb/pdb_tdb.c 		if (account == NULL) {
NULL              948 source3/passdb/pdb_tdb.c 	struct samu      *new_acct = NULL;
NULL              949 source3/passdb/pdb_tdb.c 	char *rename_script = NULL;
NULL             1026 source3/passdb/pdb_tdb.c 	rename_ret = smbrun(rename_script, NULL);
NULL             1119 source3/passdb/pdb_tdb.c 	rid = strtoul((char *)rec->key.dptr+prefixlen, NULL, 16);
NULL             1139 source3/passdb/pdb_tdb.c 	struct samu *user = NULL;
NULL             1146 source3/passdb/pdb_tdb.c 	if (user == NULL) {
NULL             1186 source3/passdb/pdb_tdb.c 	if ((entry->account_name == NULL) || (entry->fullname == NULL)
NULL             1187 source3/passdb/pdb_tdb.c 	    || (entry->description == NULL)) {
NULL             1208 source3/passdb/pdb_tdb.c 	if (state == NULL) {
NULL             1232 source3/passdb/pdb_tdb.c 	char *tdbfile = NULL;
NULL             1269 source3/passdb/pdb_tdb.c 	(*pdb_method)->private_data      = NULL;
NULL             1270 source3/passdb/pdb_tdb.c 	(*pdb_method)->free_private_data = NULL;
NULL               50 source3/passdb/pdb_wbc_sam.c 	if (pwd == NULL)
NULL              115 source3/passdb/pdb_wbc_sam.c 	if (*pp_sids == NULL) {
NULL              135 source3/passdb/pdb_wbc_sam.c 	char *domain = NULL;
NULL              136 source3/passdb/pdb_wbc_sam.c 	char **account_names = NULL;
NULL              137 source3/passdb/pdb_wbc_sam.c 	enum lsa_SidType *attr_list = NULL;
NULL              152 source3/passdb/pdb_wbc_sam.c 			names[i] = NULL;
NULL              155 source3/passdb/pdb_wbc_sam.c 			if (names[i] == NULL) {
NULL              240 source3/passdb/pdb_wbc_sam.c 	char *name = NULL;
NULL              241 source3/passdb/pdb_wbc_sam.c 	char *domain = NULL;
NULL              279 source3/passdb/pdb_wbc_sam.c 	char *name = NULL;
NULL              280 source3/passdb/pdb_wbc_sam.c 	char *domain = NULL;
NULL              319 source3/passdb/pdb_wbc_sam.c 	char *user_name = NULL;
NULL              320 source3/passdb/pdb_wbc_sam.c 	char *domain = NULL;
NULL              426 source3/passdb/pdb_wbc_sam.c 	(*pdb_method)->private_data = NULL;
NULL              427 source3/passdb/pdb_wbc_sam.c 	(*pdb_method)->free_private_data = NULL;
NULL               55 source3/passdb/secrets.c 	char *fname = NULL;
NULL               58 source3/passdb/secrets.c 	if (db_ctx != NULL)
NULL               63 source3/passdb/secrets.c 	if (fname == NULL) {
NULL               67 source3/passdb/secrets.c 	db_ctx = db_open(NULL, fname, 0,
NULL               70 source3/passdb/secrets.c 	if (db_ctx == NULL) {
NULL               84 source3/passdb/secrets.c 	set_rand_reseed_callback(get_rand_seed, NULL);
NULL               95 source3/passdb/secrets.c 		return NULL;
NULL              118 source3/passdb/secrets.c 		return NULL;
NULL              123 source3/passdb/secrets.c 		return NULL;
NULL              127 source3/passdb/secrets.c 	if (result == NULL) {
NULL              128 source3/passdb/secrets.c 		return NULL;
NULL              183 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              206 source3/passdb/secrets.c 	if (dyn_sid == NULL)
NULL              246 source3/passdb/secrets.c 		if (dyn_guid == NULL) {
NULL              273 source3/passdb/secrets.c 	if (key == NULL) {
NULL              301 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              319 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              337 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              354 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              372 source3/passdb/secrets.c 	SMB_ASSERT(keystr != NULL);
NULL              383 source3/passdb/secrets.c 		return NULL;
NULL              442 source3/passdb/secrets.c 		if (pass->mod_time > 0 && time(NULL) > (pass->mod_time +
NULL              625 source3/passdb/secrets.c 	char *passp = NULL;
NULL              694 source3/passdb/secrets.c 	if (sid != NULL) sid_copy(sid, &pass.domain_sid);
NULL              717 source3/passdb/secrets.c 	uint8 *pass_buf = NULL;
NULL              734 source3/passdb/secrets.c 	pass.mod_time = time(NULL);
NULL              744 source3/passdb/secrets.c 	pass_len = tdb_trusted_dom_pass_pack(NULL, 0, &pass);
NULL              805 source3/passdb/secrets.c 	SIVAL(&last_change_time, 0, time(NULL));
NULL              824 source3/passdb/secrets.c 	ret = (char *)secrets_fetch(machine_password_keystr(domain), NULL);
NULL              864 source3/passdb/secrets.c 	char *key = NULL;
NULL              884 source3/passdb/secrets.c 	char *key = NULL;
NULL              913 source3/passdb/secrets.c 		if ((data == NULL) || (size < sizeof(old_style_pw))) {
NULL             1003 source3/passdb/secrets.c 	if (state->domains == NULL) {
NULL             1017 source3/passdb/secrets.c 	if (db_ctx == NULL) {
NULL             1048 source3/passdb/secrets.c 	if ((cell == NULL) || (keyfile == NULL))
NULL             1072 source3/passdb/secrets.c 	if (keyfile == NULL)
NULL             1109 source3/passdb/secrets.c 	*username = (char *)secrets_fetch(SECRETS_AUTH_USER, NULL);
NULL             1110 source3/passdb/secrets.c 	*domain = (char *)secrets_fetch(SECRETS_AUTH_DOMAIN, NULL);
NULL             1111 source3/passdb/secrets.c 	*password = (char *)secrets_fetch(SECRETS_AUTH_PASSWORD, NULL);
NULL             1140 source3/passdb/secrets.c 	TDB_CONTEXT *tdb_sc = NULL;
NULL             1144 source3/passdb/secrets.c 		return NULL;
NULL             1152 source3/passdb/secrets.c                 return NULL;
NULL             1156 source3/passdb/secrets.c 	if (vers.dptr == NULL) {
NULL             1162 source3/passdb/secrets.c 		vers.dptr = NULL;
NULL             1167 source3/passdb/secrets.c 			tdb_sc = NULL;
NULL             1173 source3/passdb/secrets.c 		tdb_sc = NULL;
NULL             1193 source3/passdb/secrets.c 	TDB_CONTEXT *tdb_sc = NULL;
NULL             1204 source3/passdb/secrets.c 	value.dsize = tdb_pack(NULL, 0, "dBBBBBfff",
NULL             1259 source3/passdb/secrets.c 	TDB_CONTEXT *tdb_sc = NULL;
NULL             1261 source3/passdb/secrets.c 	unsigned char *pseed_chal = NULL;
NULL             1262 source3/passdb/secrets.c 	unsigned char *pclnt_chal = NULL;
NULL             1263 source3/passdb/secrets.c 	unsigned char *psrv_chal = NULL;
NULL             1264 source3/passdb/secrets.c 	unsigned char *psess_key = NULL;
NULL             1265 source3/passdb/secrets.c 	unsigned char *pmach_pw = NULL;
NULL             1268 source3/passdb/secrets.c 	struct dcinfo *pdc = NULL;
NULL             1273 source3/passdb/secrets.c 	*ppdc = NULL;
NULL             1353 source3/passdb/secrets.c 	char *tdbkey = NULL;
NULL             1373 source3/passdb/secrets.c 	char *secret = NULL;
NULL             1374 source3/passdb/secrets.c 	char *tdbkey = NULL;
NULL             1378 source3/passdb/secrets.c 		return NULL;
NULL             1383 source3/passdb/secrets.c 		return NULL;
NULL             1386 source3/passdb/secrets.c 	secret = (char *)secrets_fetch(tdbkey, NULL);
NULL               39 source3/passdb/util_builtin.c 	{  0, NULL}};
NULL               48 source3/passdb/util_builtin.c 	while (aliases->name != NULL) {
NULL               66 source3/passdb/util_builtin.c 	while (aliases->name != NULL) {
NULL               60 source3/passdb/util_unixsids.c 	if (pwd == NULL) {
NULL               97 source3/passdb/util_unixsids.c 	if (grp == NULL) {
NULL               39 source3/passdb/util_wellknown.c 	{ 0, NULL}};
NULL               44 source3/passdb/util_wellknown.c 	{ 0, NULL}};
NULL               64 source3/passdb/util_wellknown.c 	{  0,  NULL}};
NULL               70 source3/passdb/util_wellknown.c 	{ NULL, NULL, NULL }};
NULL               76 source3/passdb/util_wellknown.c 	for (i=0; special_domains[i].sid != NULL; i++) {
NULL               78 source3/passdb/util_wellknown.c 			if (name != NULL) {
NULL               95 source3/passdb/util_wellknown.c 	return sid_check_is_wellknown_domain(&dom_sid, NULL);
NULL              108 source3/passdb/util_wellknown.c 	const struct rid_name_map *users = NULL;
NULL              116 source3/passdb/util_wellknown.c 	for (i=0; special_domains[i].sid != NULL; i++) {
NULL              125 source3/passdb/util_wellknown.c 	if (users == NULL) {
NULL              130 source3/passdb/util_wellknown.c 	for (i=0; users[i].name != NULL; i++) {
NULL              153 source3/passdb/util_wellknown.c 	for (i=0; special_domains[i].sid != NULL; i++) {
NULL              157 source3/passdb/util_wellknown.c 		if (users == NULL)
NULL              160 source3/passdb/util_wellknown.c 		for (j=0; users[j].name != NULL; j++) {
NULL               36 source3/printing/load.c 	if ((str = SMB_STRDUP(lp_auto_services())) == NULL)
NULL               40 source3/printing/load.c 	     p = strtok_r(NULL, LIST_SEP, &saveptr)) {
NULL               63 source3/printing/load.c 		pcap_printer_fn(lp_add_one_printer, NULL);
NULL               34 source3/printing/lpq_parse.c 	jobtime = time(NULL);		/* default case: take current time */
NULL              129 source3/printing/lpq_parse.c 	char *line2 = NULL;
NULL              152 source3/printing/lpq_parse.c 	       && ((tok[count] = strtok_r(NULL, " \t", &saveptr)) != NULL)) {
NULL              169 source3/printing/lpq_parse.c 	buf->time = time(NULL);
NULL              217 source3/printing/lpq_parse.c 	jobtime = time(NULL);         /* default case: take current time */
NULL              306 source3/printing/lpq_parse.c 	if ((ptr = strchr_m(buf->fs_user,'@')) != NULL) {
NULL              356 source3/printing/lpq_parse.c 			next_token_talloc(frame,&cline,&tok[count],NULL); count++) {
NULL              389 source3/printing/lpq_parse.c 			buf->time = time(NULL);
NULL              425 source3/printing/lpq_parse.c 		buf->time = time(NULL);
NULL              483 source3/printing/lpq_parse.c 				next_token_talloc(frame, &cline, &tok[count],NULL);
NULL              539 source3/printing/lpq_parse.c 				next_token_talloc(frame, &cline, &tok[count],NULL);
NULL              598 source3/printing/lpq_parse.c 	TALLOC_CTX *frame = NULL;
NULL              627 source3/printing/lpq_parse.c 			next_token_talloc(frame, &cline, &tok[count],NULL);
NULL              686 source3/printing/lpq_parse.c 	TALLOC_CTX *frame = NULL;
NULL              703 source3/printing/lpq_parse.c 			next_token_talloc(frame,&cline,&tok[count],NULL);
NULL              732 source3/printing/lpq_parse.c 	buf->time = time(NULL);
NULL              766 source3/printing/lpq_parse.c 			next_token_talloc(frame,&cline,&tok[count],NULL);
NULL              820 source3/printing/lpq_parse.c 	buf->time = time(NULL);
NULL              901 source3/printing/lpq_parse.c 	buf->time = time(NULL);
NULL              968 source3/printing/lpq_parse.c 	buf->time = time(NULL);
NULL              996 source3/printing/lpq_parse.c static const char *stat0_strings[] = { "enabled", "online", "idle", "no entries", "free", "ready", NULL };
NULL              997 source3/printing/lpq_parse.c static const char *stat1_strings[] = { "offline", "disabled", "down", "off", "waiting", "no daemon", NULL };
NULL              998 source3/printing/lpq_parse.c static const char *stat2_strings[] = { "jam", "paper", "error", "responding", "not accepting", "not running", "turned off", NULL };
NULL             1022 source3/printing/lpq_parse.c 	while(next_token_talloc(frame, &cline, &tok, NULL)) {
NULL               35 source3/printing/notify.c } *notify_queue_head = NULL;
NULL               71 source3/printing/notify.c 	return (notify_queue_head != NULL);
NULL               81 source3/printing/notify.c 	uint8 *buf = NULL;
NULL              131 source3/printing/notify.c 	pid_t *pid_list = NULL;
NULL              314 source3/printing/notify.c 	pnqueue->buf = NULL;
NULL              328 source3/printing/notify.c 	if ((notify_event == NULL) && (smbd_event_context() != NULL)) {
NULL              330 source3/printing/notify.c 		notify_event = tevent_add_timer(smbd_event_context(), NULL,
NULL              332 source3/printing/notify.c 					print_notify_event_send_messages, NULL);
NULL              546 source3/printing/notify.c 	struct tdb_print_db *pdb = NULL;
NULL              547 source3/printing/notify.c 	TDB_CONTEXT *tdb = NULL;
NULL              554 source3/printing/notify.c 	*pp_pid_list = NULL;
NULL              579 source3/printing/notify.c 		if ((pid_list = TALLOC_ARRAY(mem_ctx, pid_t, num_pids)) == NULL) {
NULL              584 source3/printing/notify.c 		pid_list = NULL;
NULL              216 source3/printing/nt_printing.c 	{NULL,                   "",		-1 }
NULL              227 source3/printing/nt_printing.c 	char *keystr = NULL;
NULL              247 source3/printing/nt_printing.c 	char *keystr = NULL;
NULL              333 source3/printing/nt_printing.c 	SEC_DESC_BUF *sd_orig = NULL;
NULL              396 source3/printing/nt_printing.c 				 NULL, NULL, &size_new_sec );
NULL              412 source3/printing/nt_printing.c 	sd_size = ndr_size_security_descriptor(sd_store->sd, NULL, 0)
NULL              508 source3/printing/nt_printing.c 	result = tdb_traverse( tdb_printers, normalize_printers_fn, NULL );
NULL              608 source3/printing/nt_printing.c 	messaging_register(msg_ctx, NULL, MSG_PRINTER_DRVUPGRADE,
NULL              616 source3/printing/nt_printing.c 	messaging_register(msg_ctx, NULL, MSG_PRINTERDATA_INIT_RESET,
NULL              643 source3/printing/nt_printing.c 	char *new_name = NULL;
NULL              646 source3/printing/nt_printing.c 		return NULL;
NULL              651 source3/printing/nt_printing.c 		return NULL;
NULL              654 source3/printing/nt_printing.c 	unix_convert(ctx,conn, name, false, &new_name, NULL, pst);
NULL              768 source3/printing/nt_printing.c 	*list = NULL;
NULL              809 source3/printing/nt_printing.c 	char *buf = NULL;
NULL              810 source3/printing/nt_printing.c 	char *key = NULL;
NULL              817 source3/printing/nt_printing.c 		len = tdb_pack(NULL, 0, "dddddddd",
NULL              874 source3/printing/nt_printing.c 		if((*list=SMB_REALLOC_ARRAY(*list, nt_forms_struct, n+1)) == NULL) {
NULL              902 source3/printing/nt_printing.c 	char *key = NULL;
NULL              967 source3/printing/nt_printing.c 	char *key = NULL;
NULL              987 source3/printing/nt_printing.c 		if((*list = SMB_REALLOC_ARRAY(*list, fstring, total+1)) == NULL) {
NULL             1013 source3/printing/nt_printing.c         } while ( (archi_table[i].long_archi!=NULL ) &&
NULL             1016 source3/printing/nt_printing.c         if (archi_table[i].long_archi==NULL) {
NULL             1018 source3/printing/nt_printing.c                 return NULL;
NULL             1041 source3/printing/nt_printing.c 	char    *buf = NULL;
NULL             1044 source3/printing/nt_printing.c 	if ((buf=(char *)SMB_MALLOC(DOS_HEADER_SIZE)) == NULL) {
NULL             1100 source3/printing/nt_printing.c 		if ((buf=(char *)SMB_MALLOC(section_table_bytes)) == NULL) {
NULL             1124 source3/printing/nt_printing.c 				if ((buf=(char *)SMB_MALLOC(section_bytes)) == NULL) {
NULL             1184 source3/printing/nt_printing.c 		if ((buf=(char *)SMB_MALLOC(VS_NE_BUF_SIZE)) == NULL) {
NULL             1275 source3/printing/nt_printing.c 	char *filepath = NULL;
NULL             1285 source3/printing/nt_printing.c 	files_struct    *fsp = NULL;
NULL             1304 source3/printing/nt_printing.c 		NULL,					/* req */
NULL             1315 source3/printing/nt_printing.c 		NULL,					/* sd */
NULL             1316 source3/printing/nt_printing.c 		NULL,					/* ea_list */
NULL             1318 source3/printing/nt_printing.c 		NULL,					/* pinfo */
NULL             1345 source3/printing/nt_printing.c 	close_file(NULL, fsp, NORMAL_CLOSE);
NULL             1346 source3/printing/nt_printing.c 	fsp = NULL;
NULL             1356 source3/printing/nt_printing.c 		NULL,					/* req */
NULL             1367 source3/printing/nt_printing.c 		NULL,					/* sd */
NULL             1368 source3/printing/nt_printing.c 		NULL,					/* ea_list */
NULL             1370 source3/printing/nt_printing.c 		NULL,					/* pinfo */
NULL             1397 source3/printing/nt_printing.c 	close_file(NULL, fsp, NORMAL_CLOSE);
NULL             1398 source3/printing/nt_printing.c 	fsp = NULL;
NULL             1427 source3/printing/nt_printing.c 			close_file(NULL, fsp, NORMAL_CLOSE);
NULL             1441 source3/printing/nt_printing.c  	char *driverpath = NULL;
NULL             1442 source3/printing/nt_printing.c 	files_struct      *fsp = NULL;
NULL             1444 source3/printing/nt_printing.c 	connection_struct *conn = NULL;
NULL             1510 source3/printing/nt_printing.c 		NULL,					/* req */
NULL             1521 source3/printing/nt_printing.c 		NULL,					/* sd */
NULL             1522 source3/printing/nt_printing.c 		NULL,					/* ea_list */
NULL             1524 source3/printing/nt_printing.c 		NULL,					/* pinfo */
NULL             1574 source3/printing/nt_printing.c 	if (fsp != NULL) {
NULL             1575 source3/printing/nt_printing.c 		close_file(NULL, fsp, NORMAL_CLOSE);
NULL             1577 source3/printing/nt_printing.c 	if (conn != NULL) {
NULL             1603 source3/printing/nt_printing.c 	if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
NULL             1608 source3/printing/nt_printing.c 	if ((p = strrchr(driver->datafile,'\\')) != NULL) {
NULL             1613 source3/printing/nt_printing.c 	if ((p = strrchr(driver->configfile,'\\')) != NULL) {
NULL             1618 source3/printing/nt_printing.c 	if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
NULL             1625 source3/printing/nt_printing.c 			if ((p = strrchr(driver->dependentfiles[i],'\\')) != NULL) {
NULL             1672 source3/printing/nt_printing.c 	if ((p = strrchr(driver->driverpath,'\\')) != NULL) {
NULL             1677 source3/printing/nt_printing.c 	if ((p = strrchr(driver->datafile,'\\')) != NULL) {
NULL             1682 source3/printing/nt_printing.c 	if ((p = strrchr(driver->configfile,'\\')) != NULL) {
NULL             1687 source3/printing/nt_printing.c 	if ((p = strrchr(driver->helpfile,'\\')) != NULL) {
NULL             1694 source3/printing/nt_printing.c 			if ((p = strrchr(driver->dependentfiles[i],'\\')) != NULL) {
NULL             1799 source3/printing/nt_printing.c 	char *old_name = NULL;
NULL             1800 source3/printing/nt_printing.c 	char *new_name = NULL;
NULL             1842 source3/printing/nt_printing.c 	char *new_dir = NULL;
NULL             1843 source3/printing/nt_printing.c 	connection_struct *conn = NULL;
NULL             1907 source3/printing/nt_printing.c 	create_directory(conn, NULL, new_dir);
NULL             2033 source3/printing/nt_printing.c 	if (conn != NULL) {
NULL             2055 source3/printing/nt_printing.c 	char *directory = NULL;
NULL             2057 source3/printing/nt_printing.c 	char *key = NULL;
NULL             2119 source3/printing/nt_printing.c 	buf = NULL;
NULL             2204 source3/printing/nt_printing.c 	if ((info.dependentfiles= SMB_MALLOC_ARRAY(fstring, 2)) == NULL)
NULL             2230 source3/printing/nt_printing.c 	char *key = NULL;
NULL             2318 source3/printing/nt_printing.c 			if (driver.info_3 == NULL)
NULL             2422 source3/printing/nt_printing.c 	char *path = NULL;
NULL             2441 source3/printing/nt_printing.c 				NULL);
NULL             2470 source3/printing/nt_printing.c 	len += tdb_pack(buf+len, buflen-len, "p", NULL);
NULL             2484 source3/printing/nt_printing.c 	char *printdb_path = NULL;
NULL             2531 source3/printing/nt_printing.c 		trim_string(info->printername, info->servername, NULL);
NULL             2546 source3/printing/nt_printing.c 	buf = NULL;
NULL             2624 source3/printing/nt_printing.c 	if (nt_devmode == NULL) {
NULL             2626 source3/printing/nt_printing.c 		return NULL;
NULL             2673 source3/printing/nt_printing.c 	nt_devmode->nt_dev_private = NULL;
NULL             2685 source3/printing/nt_printing.c 	if(nt_devmode == NULL)
NULL             2773 source3/printing/nt_printing.c 			devmode.nt_dev_private = NULL;
NULL             2894 source3/printing/nt_printing.c 	fstring	*subkeys_ptr = NULL;
NULL             2897 source3/printing/nt_printing.c 	*subkeys = NULL;
NULL             2995 source3/printing/nt_printing.c 	str_size = push_ucs2(NULL, conv_str, sz, sizeof(conv_str),
NULL             3021 source3/printing/nt_printing.c 	smb_ucs2_t *conv_strs = NULL;
NULL             3034 source3/printing/nt_printing.c 	push_ucs2(NULL, conv_strs, multi_sz, str_size,
NULL             3052 source3/printing/nt_printing.c 	REGVAL_CTR *ctr = NULL;
NULL             3055 source3/printing/nt_printing.c 	char *allocated_string = NULL;
NULL             3124 source3/printing/nt_printing.c 	REGVAL_CTR *ctr=NULL;
NULL             3153 source3/printing/nt_printing.c 	char *prt_dn = NULL, *srv_dn, *srv_cn_0, *srv_cn_escaped, *sharename_escaped;
NULL             3157 source3/printing/nt_printing.c 	const char *attrs[] = {"objectGUID", NULL};
NULL             3164 source3/printing/nt_printing.c 	if (ctx == NULL) {
NULL             3225 source3/printing/nt_printing.c 	if (mods == NULL) {
NULL             3265 source3/printing/nt_printing.c 	LDAPMessage *res = NULL;
NULL             3266 source3/printing/nt_printing.c 	char *prt_dn = NULL;
NULL             3300 source3/printing/nt_printing.c 	ADS_STRUCT *ads = NULL;
NULL             3301 source3/printing/nt_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             3333 source3/printing/nt_printing.c 	ads = ads_init(lp_realm(), lp_workgroup(), NULL);
NULL             3342 source3/printing/nt_printing.c 		NULL, NULL);
NULL             3371 source3/printing/nt_printing.c 	ADS_STRUCT *ads = NULL;
NULL             3374 source3/printing/nt_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             3376 source3/printing/nt_printing.c 	ads = ads_init(lp_realm(), lp_workgroup(), NULL);
NULL             3384 source3/printing/nt_printing.c 		NULL, NULL);
NULL             3399 source3/printing/nt_printing.c 		if (W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2,
NULL             3415 source3/printing/nt_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             3505 source3/printing/nt_printing.c 		p2->data = NULL;
NULL             3642 source3/printing/nt_printing.c 		return NULL;
NULL             3659 source3/printing/nt_printing.c 	const char *valuename = NULL;
NULL             3660 source3/printing/nt_printing.c 	const char *keyname = NULL;
NULL             3677 source3/printing/nt_printing.c 		regval_p = NULL;
NULL             3818 source3/printing/nt_printing.c 	char **lines = NULL;
NULL             3835 source3/printing/nt_printing.c 	lines = file_lines_load(mapfile, &numlines,0,NULL);
NULL             3836 source3/printing/nt_printing.c 	if (numlines == 0 || lines == NULL) {
NULL             3938 source3/printing/nt_printing.c 	info->setuptime = (uint32)time(NULL);
NULL             3951 source3/printing/nt_printing.c 		if ((info->devmode = construct_nt_devicemode(info->printername)) == NULL) {
NULL             3955 source3/printing/nt_printing.c 		info->devmode = NULL;
NULL             3984 source3/printing/nt_printing.c 	char *comment = NULL;
NULL             4110 source3/printing/nt_printing.c 			if (printer->info_2 == NULL)
NULL             4248 source3/printing/nt_printing.c 	char *key = NULL;
NULL             4392 source3/printing/nt_printing.c 	char *key = NULL;
NULL             4398 source3/printing/nt_printing.c 	buf = NULL;
NULL             4485 source3/printing/nt_printing.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, &devmode,
NULL             4520 source3/printing/nt_printing.c 	TALLOC_CTX    *ctx         = NULL;
NULL             4521 source3/printing/nt_printing.c 	NT_DEVICEMODE *nt_devmode  = NULL;
NULL             4535 source3/printing/nt_printing.c 		if ((ctx = talloc_init("save_driver_init_2")) == NULL)
NULL             4538 source3/printing/nt_printing.c 		if ((nt_devmode = SMB_MALLOC_P(NT_DEVICEMODE)) == NULL) {
NULL             4632 source3/printing/nt_printing.c 	if ( !(*pp_printer = TALLOC_ZERO_P(NULL, NT_PRINTER_INFO_LEVEL)) ) {
NULL             4795 source3/printing/nt_printing.c 			if (driver.info_3 != NULL)
NULL             4810 source3/printing/nt_printing.c 			if (driver.info_6 != NULL) {
NULL             4839 source3/printing/nt_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             4853 source3/printing/nt_printing.c 		if ( !W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, lp_servicename(snum))) )
NULL             5048 source3/printing/nt_printing.c 	fstring 			*list = NULL;
NULL             5063 source3/printing/nt_printing.c 	list = NULL;
NULL             5158 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->driverpath[1], '\\' )) != NULL ) {
NULL             5162 source3/printing/nt_printing.c 			unlink_internals(conn, NULL, 0, file, False);
NULL             5167 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->configfile[1], '\\' )) != NULL ) {
NULL             5171 source3/printing/nt_printing.c 			unlink_internals(conn, NULL, 0, file, False);
NULL             5176 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->datafile[1], '\\' )) != NULL ) {
NULL             5180 source3/printing/nt_printing.c 			unlink_internals(conn, NULL, 0, file, False);
NULL             5185 source3/printing/nt_printing.c 		if ( (s = strchr( &info_3->helpfile[1], '\\' )) != NULL ) {
NULL             5189 source3/printing/nt_printing.c 			unlink_internals(conn, NULL, 0, file, False);
NULL             5201 source3/printing/nt_printing.c 			if ( (p = strchr( info_3->dependentfiles[i]+1, '\\' )) != NULL ) {
NULL             5205 source3/printing/nt_printing.c 				unlink_internals(conn, NULL, 0, file, False);
NULL             5216 source3/printing/nt_printing.c 	if (conn != NULL) {
NULL             5232 source3/printing/nt_printing.c 	char *key = NULL;
NULL             5294 source3/printing/nt_printing.c 	SEC_DESC_BUF *new_secdesc_ctr = NULL;
NULL             5295 source3/printing/nt_printing.c 	SEC_DESC_BUF *old_secdesc_ctr = NULL;
NULL             5296 source3/printing/nt_printing.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             5304 source3/printing/nt_printing.c 	if (mem_ctx == NULL)
NULL             5315 source3/printing/nt_printing.c 		SEC_DESC *psd = NULL;
NULL             5401 source3/printing/nt_printing.c 	SEC_ACL *psa = NULL;
NULL             5402 source3/printing/nt_printing.c 	SEC_DESC_BUF *sdb = NULL;
NULL             5403 source3/printing/nt_printing.c 	SEC_DESC *psd = NULL;
NULL             5456 source3/printing/nt_printing.c 	if ((psa = make_sec_acl(ctx, NT4_ACL_REVISION, i, ace)) != NULL) {
NULL             5460 source3/printing/nt_printing.c 			NULL, psa, &sd_size);
NULL             5465 source3/printing/nt_printing.c 		return NULL;
NULL             5532 source3/printing/nt_printing.c 			SEC_DESC_BUF *new_secdesc_ctr = NULL;
NULL             5533 source3/printing/nt_printing.c 			SEC_DESC *psd = NULL;
NULL             5671 source3/printing/nt_printing.c 	SEC_DESC_BUF *secdesc = NULL;
NULL             5675 source3/printing/nt_printing.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             5739 source3/printing/nt_printing.c 					 NULL, NULL, server_info->ptok,
NULL             5760 source3/printing/nt_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             5762 source3/printing/nt_printing.c 	time_t now = time(NULL);
NULL             5766 source3/printing/nt_printing.c 	if (!W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, servicename)))
NULL               73 source3/printing/pcap.c static struct pcap_cache *pcap_cache = NULL;
NULL               79 source3/printing/pcap.c 	if (name == NULL || ((p = SMB_MALLOC_P(struct pcap_cache)) == NULL))
NULL               83 source3/printing/pcap.c 	p->comment = (comment && *comment) ? SMB_STRDUP(comment) : NULL;
NULL               98 source3/printing/pcap.c 	for (p = *pp_cache; p != NULL; p = next) {
NULL              105 source3/printing/pcap.c 	*pp_cache = NULL;
NULL              115 source3/printing/pcap.c 	return (pcap_cache != NULL);
NULL              132 source3/printing/pcap.c 	struct pcap_cache *tmp_cache = NULL;
NULL              139 source3/printing/pcap.c 	if (pcap_name == NULL || *pcap_name == 0) {
NULL              145 source3/printing/pcap.c 	pcap_cache = NULL;
NULL              169 source3/printing/pcap.c 	if (strstr_m(pcap_name, "/qconfig") != NULL) {
NULL              177 source3/printing/pcap.c 	if ((pcap_file = x_fopen(pcap_name, O_RDONLY, 0)) == NULL) {
NULL              182 source3/printing/pcap.c 	for (; (pcap_line = fgets_slash(NULL, 1024, pcap_file)) != NULL; free(pcap_line)) {
NULL              191 source3/printing/pcap.c 		if ((p = strchr_m(pcap_line, ':')) != NULL)
NULL              198 source3/printing/pcap.c 		for (*name = *comment = 0, p = pcap_line; p != NULL; p = q) {
NULL              201 source3/printing/pcap.c 			if ((q = strchr_m(p, '|')) != NULL)
NULL              260 source3/printing/pcap.c 	for (p = pcap_cache; p != NULL; p = p->next)
NULL              277 source3/printing/pcap.c 	for (p = pc; p != NULL; p = p->next)
NULL               34 source3/printing/print_aix.c 	char *line = NULL, *p;
NULL               35 source3/printing/print_aix.c 	char *name = NULL;
NULL               44 source3/printing/print_aix.c 	if ((pfile = x_fopen(lp_printcapname(), O_RDONLY, 0)) == NULL) {
NULL               52 source3/printing/print_aix.c 	for (;(line = fgets_slash(NULL, 1024, pfile)); free(line)) {
NULL               87 source3/printing/print_aix.c 				if (!pcap_cache_add(name, NULL)) {
NULL              102 source3/printing/print_aix.c 				if (!pcap_cache_add(name, NULL)) {
NULL               56 source3/printing/print_cups.c 	return (NULL);
NULL               61 source3/printing/print_cups.c 	http_t *http = NULL;
NULL               62 source3/printing/print_cups.c 	char *server = NULL, *p = NULL;
NULL               67 source3/printing/print_cups.c 	if (lp_cups_server() != NULL && strlen(lp_cups_server()) > 0) {
NULL               69 source3/printing/print_cups.c 			return NULL;
NULL               75 source3/printing/print_cups.c 		return NULL;
NULL              101 source3/printing/print_cups.c 	if (http == NULL) {
NULL              148 source3/printing/print_cups.c 	struct pcap_cache *tmp_pcap_cache = NULL;
NULL              149 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              150 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              151 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL              153 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              176 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL              197 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              200 source3/printing/print_cups.c                      "attributes-natural-language", NULL, language->language);
NULL              205 source3/printing/print_cups.c 		      NULL, requested);
NULL              211 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/")) == NULL) {
NULL              217 source3/printing/print_cups.c 	for (attr = response->attrs; attr != NULL;) {
NULL              222 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER)
NULL              225 source3/printing/print_cups.c 		if (attr == NULL)
NULL              232 source3/printing/print_cups.c 		name       = NULL;
NULL              233 source3/printing/print_cups.c 		info       = NULL;
NULL              235 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) {
NULL              263 source3/printing/print_cups.c 		if (name == NULL)
NULL              272 source3/printing/print_cups.c 	response = NULL;
NULL              289 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              292 source3/printing/print_cups.c                      "attributes-natural-language", NULL, language->language);
NULL              297 source3/printing/print_cups.c 		      NULL, requested);
NULL              303 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/")) == NULL) {
NULL              309 source3/printing/print_cups.c 	for (attr = response->attrs; attr != NULL;) {
NULL              314 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER)
NULL              317 source3/printing/print_cups.c 		if (attr == NULL)
NULL              324 source3/printing/print_cups.c 		name       = NULL;
NULL              325 source3/printing/print_cups.c 		info       = NULL;
NULL              327 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) {
NULL              355 source3/printing/print_cups.c 		if (name == NULL)
NULL              450 source3/printing/print_cups.c 	struct pcap_cache *tmp_pcap_cache = NULL;
NULL              456 source3/printing/print_cups.c 		char *name = NULL, *info = NULL;
NULL              506 source3/printing/print_cups.c 			name = NULL;
NULL              526 source3/printing/print_cups.c 			info = NULL;
NULL              554 source3/printing/print_cups.c 	int *p_pipe_fd = TALLOC_P(NULL, int);
NULL              574 source3/printing/print_cups.c 					NULL,
NULL              590 source3/printing/print_cups.c 					NULL, *p_pipe_fd,
NULL              611 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              612 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              613 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL              614 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              615 source3/printing/print_cups.c 	char *user = NULL;
NULL              631 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL              653 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              656 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL              660 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri);
NULL              667 source3/printing/print_cups.c         	     NULL, user);
NULL              673 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
NULL              708 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              709 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              710 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL              711 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              712 source3/printing/print_cups.c 	char *user = NULL;
NULL              728 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL              750 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              753 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL              757 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri);
NULL              763 source3/printing/print_cups.c         	     NULL, user);
NULL              769 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
NULL              804 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              805 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              806 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL              807 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              808 source3/printing/print_cups.c 	char *user = NULL;
NULL              824 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL              846 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              849 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL              853 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "job-uri", NULL, uri);
NULL              859 source3/printing/print_cups.c         	     NULL, user);
NULL              865 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
NULL              900 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              901 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              902 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL              903 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              905 source3/printing/print_cups.c 	const char 	*clientname = NULL; 	/* hostname of client for job-originating-host attribute */
NULL              906 source3/printing/print_cups.c 	char *new_jobname = NULL;
NULL              908 source3/printing/print_cups.c 	cups_option_t 	*options = NULL;
NULL              909 source3/printing/print_cups.c 	char *printername = NULL;
NULL              910 source3/printing/print_cups.c 	char *user = NULL;
NULL              911 source3/printing/print_cups.c 	char *jobname = NULL;
NULL              912 source3/printing/print_cups.c 	char *cupsoptions = NULL;
NULL              913 source3/printing/print_cups.c 	char *filename = NULL;
NULL              929 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL              952 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL              955 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL              964 source3/printing/print_cups.c         	     "printer-uri", NULL, uri);
NULL              970 source3/printing/print_cups.c         	     NULL, user);
NULL              978 source3/printing/print_cups.c 	             "job-originating-host-name", NULL,
NULL              988 source3/printing/print_cups.c 	if (new_jobname == NULL) {
NULL              992 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", NULL,
NULL             1003 source3/printing/print_cups.c 	options     = NULL;
NULL             1018 source3/printing/print_cups.c 	if ((response = cupsDoFileRequest(http, request, uri, pjob->filename)) != NULL) {
NULL             1060 source3/printing/print_cups.c 	char *printername = NULL;
NULL             1061 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL             1062 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL             1063 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL             1064 source3/printing/print_cups.c 	ipp_attribute_t	*attr = NULL;		/* Current attribute */
NULL             1065 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL             1069 source3/printing/print_cups.c 	print_queue_struct *queue = NULL,	/* Queue entries */
NULL             1071 source3/printing/print_cups.c 	char		*user_name = NULL,	/* job-originating-user-name attribute */
NULL             1072 source3/printing/print_cups.c 			*job_name = NULL;	/* job-name attribute */
NULL             1095 source3/printing/print_cups.c 	*q = NULL;
NULL             1118 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL             1146 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL             1149 source3/printing/print_cups.c                      "attributes-natural-language", NULL, language->language);
NULL             1154 source3/printing/print_cups.c 		      NULL, jattrs);
NULL             1157 source3/printing/print_cups.c                      "printer-uri", NULL, uri);
NULL             1163 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/")) == NULL) {
NULL             1181 source3/printing/print_cups.c 	queue  = NULL;
NULL             1183 source3/printing/print_cups.c         for (attr = response->attrs; attr != NULL; attr = attr->next) {
NULL             1188 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag != IPP_TAG_JOB)
NULL             1191 source3/printing/print_cups.c 		if (attr == NULL)
NULL             1202 source3/printing/print_cups.c 			if (queue == NULL) {
NULL             1221 source3/printing/print_cups.c 		user_name    = NULL;
NULL             1222 source3/printing/print_cups.c 		job_name     = NULL;
NULL             1224 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag == IPP_TAG_JOB) {
NULL             1225 source3/printing/print_cups.c         		if (attr->name == NULL) {
NULL             1277 source3/printing/print_cups.c 		if (user_name == NULL || job_name == NULL || job_id == 0) {
NULL             1278 source3/printing/print_cups.c 			if (attr == NULL)
NULL             1297 source3/printing/print_cups.c 		if (attr == NULL)
NULL             1302 source3/printing/print_cups.c 	response = NULL;
NULL             1320 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL             1323 source3/printing/print_cups.c                      "attributes-natural-language", NULL, language->language);
NULL             1328 source3/printing/print_cups.c 		      NULL, pattrs);
NULL             1331 source3/printing/print_cups.c                      "printer-uri", NULL, uri);
NULL             1337 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/")) == NULL) {
NULL             1355 source3/printing/print_cups.c         if ((attr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) != NULL) {
NULL             1363 source3/printing/print_cups.c 	                             IPP_TAG_TEXT)) != NULL) {
NULL             1364 source3/printing/print_cups.c 		char *msg = NULL;
NULL             1404 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL             1405 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL             1406 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL             1407 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL             1408 source3/printing/print_cups.c 	char *printername = NULL;
NULL             1409 source3/printing/print_cups.c 	char *username = NULL;
NULL             1425 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL             1447 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL             1450 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL             1458 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri);
NULL             1464 source3/printing/print_cups.c         	     NULL, username);
NULL             1470 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
NULL             1505 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL             1506 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL             1507 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL             1508 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL             1509 source3/printing/print_cups.c 	char *printername = NULL;
NULL             1510 source3/printing/print_cups.c 	char *username = NULL;
NULL             1526 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL             1548 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL             1551 source3/printing/print_cups.c         	     "attributes-natural-language", NULL, language->language);
NULL             1559 source3/printing/print_cups.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri);
NULL             1565 source3/printing/print_cups.c         	     NULL, username);
NULL             1571 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
NULL             1616 source3/printing/print_cups.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL             1617 source3/printing/print_cups.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL             1618 source3/printing/print_cups.c 			*response = NULL;	/* IPP Response */
NULL             1620 source3/printing/print_cups.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL             1622 source3/printing/print_cups.c 	char *server = NULL;
NULL             1623 source3/printing/print_cups.c 	char *sharename = NULL;
NULL             1624 source3/printing/print_cups.c 	char *name = NULL;
NULL             1646 source3/printing/print_cups.c 	if ((http = cups_connect(frame)) == NULL) {
NULL             1658 source3/printing/print_cups.c                      "attributes-charset", NULL, "utf-8");
NULL             1661 source3/printing/print_cups.c                      "attributes-natural-language", NULL, language->language);
NULL             1663 source3/printing/print_cups.c 	if (lp_cups_server() != NULL && strlen(lp_cups_server()) > 0) {
NULL             1680 source3/printing/print_cups.c                      "printer-uri", NULL, uri);
NULL             1685 source3/printing/print_cups.c 		      NULL, requested);
NULL             1691 source3/printing/print_cups.c 	if ((response = cupsDoRequest(http, request, "/")) == NULL) {
NULL             1697 source3/printing/print_cups.c 	for (attr = response->attrs; attr != NULL;) {
NULL             1702 source3/printing/print_cups.c 		while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER)
NULL             1705 source3/printing/print_cups.c 		if (attr == NULL)
NULL             1728 source3/printing/print_cups.c 				char *comment = NULL;
NULL             1747 source3/printing/print_cups.c 				char *location = NULL;
NULL             1768 source3/printing/print_cups.c 		if (name != NULL)
NULL              105 source3/printing/print_generic.c 	return print_run_command( -1, sharename, False, lprm_command, NULL,
NULL              108 source3/printing/print_generic.c 		   NULL);
NULL              121 source3/printing/print_generic.c 				 lp_lppausecommand(snum), NULL,
NULL              123 source3/printing/print_generic.c 				 NULL);
NULL              136 source3/printing/print_generic.c 				 lp_lpresumecommand(snum), NULL,
NULL              138 source3/printing/print_generic.c 				 NULL);
NULL              148 source3/printing/print_generic.c 	char *current_directory = NULL;
NULL              149 source3/printing/print_generic.c 	char *print_directory = NULL;
NULL              150 source3/printing/print_generic.c 	char *wd = NULL;
NULL              151 source3/printing/print_generic.c 	char *p = NULL;
NULL              152 source3/printing/print_generic.c 	char *jobname = NULL;
NULL              198 source3/printing/print_generic.c 			lp_printcommand(snum), NULL,
NULL              204 source3/printing/print_generic.c 			NULL);
NULL              228 source3/printing/print_generic.c 	print_queue_struct *queue = NULL;
NULL              234 source3/printing/print_generic.c 	print_run_command(-1, printer_name, False, lpq_command, &fd, NULL);
NULL              243 source3/printing/print_generic.c 	qlines = fd_lines_load(fd, &numlines,0,NULL);
NULL              253 source3/printing/print_generic.c 			*q = NULL;
NULL              277 source3/printing/print_generic.c 	return print_run_command(snum, PRINTERNAME(snum), True, lp_queuepausecommand(snum), NULL, NULL);
NULL              285 source3/printing/print_generic.c 	return print_run_command(snum, PRINTERNAME(snum), True, lp_queueresumecommand(snum), NULL, NULL);
NULL               47 source3/printing/print_iprint.c 	return (NULL);
NULL               52 source3/printing/print_iprint.c 	if ((lp_iprint_server() != NULL) && (strlen(lp_iprint_server()) > 0)) {
NULL               71 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL               72 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL               74 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              100 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              103 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              106 source3/printing/print_iprint.c 	             "service-uri", NULL, serviceUri);
NULL              109 source3/printing/print_iprint.c 	              "operation-name", NULL, "get-server-version");
NULL              115 source3/printing/print_iprint.c 	if (((response = cupsDoRequest(http, request, "/ipp/")) == NULL) ||
NULL              120 source3/printing/print_iprint.c 	                              IPP_TAG_STRING)) != NULL)) {
NULL              122 source3/printing/print_iprint.c                                   NOVELL_SERVER_VERSION_STRING)) != NULL) {
NULL              138 source3/printing/print_iprint.c                                   NOVELL_SERVER_SYSNAME)) != NULL) {
NULL              140 source3/printing/print_iprint.c 			if ((temp = strchr(os,'<')) != NULL)
NULL              165 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              166 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              168 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              192 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              195 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              197 source3/printing/print_iprint.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, url);
NULL              202 source3/printing/print_iprint.c 	              NULL, pattrs);
NULL              208 source3/printing/print_iprint.c 	if ((httpPath = strstr(url,"://")) == NULL ||
NULL              209 source3/printing/print_iprint.c 			(httpPath = strchr(httpPath+3,'/')) == NULL)
NULL              212 source3/printing/print_iprint.c 		request = NULL;
NULL              216 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) == NULL) {
NULL              232 source3/printing/print_iprint.c 	for (attr = response->attrs; attr != NULL;) {
NULL              237 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER)
NULL              240 source3/printing/print_iprint.c 		if (attr == NULL)
NULL              247 source3/printing/print_iprint.c 		name       = NULL;
NULL              248 source3/printing/print_iprint.c 		info       = NULL;
NULL              252 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER) {
NULL              298 source3/printing/print_iprint.c 		if (name != NULL && !secure && smb_enabled) 
NULL              310 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              311 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              312 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              314 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              330 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              352 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              355 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              358 source3/printing/print_iprint.c 	             "ipp-server", NULL, "ippSrvr");
NULL              364 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, "/ipp")) == NULL) {
NULL              370 source3/printing/print_iprint.c 	for (attr = response->attrs; attr != NULL;) {
NULL              375 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag != IPP_TAG_PRINTER)
NULL              378 source3/printing/print_iprint.c 		if (attr == NULL)
NULL              385 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag == IPP_TAG_PRINTER)
NULL              429 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              430 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              431 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              432 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              449 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              474 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              477 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              481 source3/printing/print_iprint.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri);
NULL              486 source3/printing/print_iprint.c 	             NULL, pjob->user);
NULL              494 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) != NULL) {
NULL              527 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              528 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              529 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              530 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              547 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              572 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              575 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              579 source3/printing/print_iprint.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri);
NULL              584 source3/printing/print_iprint.c 	             NULL, pjob->user);
NULL              592 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) != NULL) {
NULL              625 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              626 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              627 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              628 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              645 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              670 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              673 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              677 source3/printing/print_iprint.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri);
NULL              682 source3/printing/print_iprint.c 	             NULL, pjob->user);
NULL              690 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) != NULL) {
NULL              723 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              724 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              725 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              727 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              729 source3/printing/print_iprint.c 	const char	*clientname = NULL; 	/* hostname of client for job-originating-host attribute */
NULL              744 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              769 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              772 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              777 source3/printing/print_iprint.c 	             "printer-uri", NULL, uri);
NULL              780 source3/printing/print_iprint.c 	             NULL, pjob->user);
NULL              788 source3/printing/print_iprint.c 	             "job-originating-host-name", NULL,
NULL              791 source3/printing/print_iprint.c 	ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "job-name", NULL,
NULL              800 source3/printing/print_iprint.c 	if ((response = cupsDoFileRequest(http, request, uri, pjob->filename)) != NULL) {
NULL              819 source3/printing/print_iprint.c 		if (attr != NULL && attr->group_tag == IPP_TAG_JOB)
NULL              849 source3/printing/print_iprint.c 	http_t		*http = NULL;		/* HTTP connection to server */
NULL              850 source3/printing/print_iprint.c 	ipp_t		*request = NULL,	/* IPP Request */
NULL              851 source3/printing/print_iprint.c 			*response = NULL;	/* IPP Response */
NULL              852 source3/printing/print_iprint.c 	ipp_attribute_t	*attr = NULL;		/* Current attribute */
NULL              853 source3/printing/print_iprint.c 	cups_lang_t	*language = NULL;	/* Default language */
NULL              861 source3/printing/print_iprint.c 	print_queue_struct *queue = NULL,	/* Queue entries */
NULL              890 source3/printing/print_iprint.c 	*q = NULL;
NULL              912 source3/printing/print_iprint.c 	if ((http = httpConnect(iprint_server(), ippPort())) == NULL) {
NULL              947 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL              950 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL              953 source3/printing/print_iprint.c 	             "printer-uri", NULL, uri);
NULL              958 source3/printing/print_iprint.c 	              NULL, pattrs);
NULL              966 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) == NULL) {
NULL              984 source3/printing/print_iprint.c 	if ((attr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) != NULL) {
NULL              992 source3/printing/print_iprint.c 	                             IPP_TAG_TEXT)) != NULL)
NULL              996 source3/printing/print_iprint.c 	                             IPP_TAG_DATE)) != NULL)
NULL             1000 source3/printing/print_iprint.c 	                             IPP_TAG_INTEGER)) != NULL)
NULL             1004 source3/printing/print_iprint.c 	response = NULL;
NULL             1022 source3/printing/print_iprint.c 	             "attributes-charset", NULL, "utf-8");
NULL             1025 source3/printing/print_iprint.c 	             "attributes-natural-language", NULL, language->language);
NULL             1028 source3/printing/print_iprint.c 	             "printer-uri", NULL, uri);
NULL             1033 source3/printing/print_iprint.c 	              NULL, jattrs);
NULL             1041 source3/printing/print_iprint.c 	if ((response = cupsDoRequest(http, request, httpPath)) == NULL) {
NULL             1059 source3/printing/print_iprint.c 	queue  = NULL;
NULL             1061 source3/printing/print_iprint.c 	for (attr = response->attrs; attr != NULL; attr = attr->next) {
NULL             1066 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag != IPP_TAG_JOB)
NULL             1069 source3/printing/print_iprint.c 		if (attr == NULL)
NULL             1080 source3/printing/print_iprint.c 			if (queue == NULL) {
NULL             1099 source3/printing/print_iprint.c 		user_name    = NULL;
NULL             1100 source3/printing/print_iprint.c 		job_name     = NULL;
NULL             1102 source3/printing/print_iprint.c 		while (attr != NULL && attr->group_tag == IPP_TAG_JOB) {
NULL             1103 source3/printing/print_iprint.c 			if (attr->name == NULL) {
NULL             1137 source3/printing/print_iprint.c 					job_time = time(NULL) - printer_up_time + attr->values[0].integer;
NULL             1157 source3/printing/print_iprint.c 		if (user_name == NULL || job_name == NULL || job_id == 0) {
NULL             1158 source3/printing/print_iprint.c 			if (attr == NULL)
NULL             1177 source3/printing/print_iprint.c 		if (attr == NULL)
NULL               48 source3/printing/print_svid.c 	if ((lines = file_lines_pload("/usr/bin/lpstat -v", NULL)) == NULL)
NULL               59 source3/printing/print_svid.c                 scheduler = file_lines_pload("/usr/bin/lpstat -r", NULL);
NULL               81 source3/printing/print_svid.c 		if (((tmp = strchr_m(buf, ' ')) == NULL) ||
NULL               82 source3/printing/print_svid.c 		    ((tmp = strchr_m(++tmp, ' ')) == NULL))
NULL              109 source3/printing/print_svid.c 		if ((tmp = strchr_m(name, ':')) != NULL)
NULL              113 source3/printing/print_svid.c 		if (!pcap_cache_add(name, NULL)) {
NULL               47 source3/printing/printfsp.c 	jobid = print_job_start(conn->server_info, SNUM(conn), name, NULL);
NULL               76 source3/printing/printfsp.c 	fsp->wcp = NULL;
NULL              104 source3/printing/printfsp.c 	if (!rap_to_pjobid(fsp->rap_print_jobid, NULL, &jobid)) {
NULL               68 source3/printing/printing.c 		rap_tdb = tdb_open_log(NULL, 0, TDB_INTERNAL, (O_RDWR|O_CREAT), 0644);
NULL              120 source3/printing/printing.c 		if (sharename != NULL) {
NULL              343 source3/printing/printing.c 		return NULL;
NULL              351 source3/printing/printing.c 		return NULL;
NULL              363 source3/printing/printing.c 		return NULL;
NULL              525 source3/printing/printing.c 	uint8			*buf = NULL;
NULL              595 source3/printing/printing.c 			pjob_store_notify( sharename, jobid, NULL, pjob );
NULL              975 source3/printing/printing.c 	data.dsize += tdb_pack(NULL, 0, "d", qcount);
NULL              982 source3/printing/printing.c 		data.dsize += tdb_pack(NULL, 0, "ddddddff",
NULL              993 source3/printing/printing.c 	if ((data.dptr = (uint8 *)SMB_MALLOC(data.dsize)) == NULL)
NULL             1026 source3/printing/printing.c 	if (data.dptr == NULL || data.dsize == 0 || (data.dsize % 4 != 0)) {
NULL             1055 source3/printing/printing.c 	time_t last_qscan_time, time_now = time(NULL);
NULL             1122 source3/printing/printing.c 	print_queue_struct *queue = NULL;
NULL             1146 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, cachestr, (int)time(NULL));
NULL             1216 source3/printing/printing.c 	tstruct.lpq_time = time(NULL);
NULL             1253 source3/printing/printing.c 	tdb_store_int32(pdb->tdb, keystr, (int32)time(NULL));
NULL             1364 source3/printing/printing.c 	char *lpqcommand = NULL, *lprmcommand = NULL;
NULL             1399 source3/printing/printing.c 	exit_server_cleanly(NULL);
NULL             1449 source3/printing/printing.c 		claim_connection( NULL, "smbd lpq backend",
NULL             1456 source3/printing/printing.c 		messaging_register(smbd_messaging_context(), NULL,
NULL             1462 source3/printing/printing.c 				    NULL);
NULL             1487 source3/printing/printing.c 	char *lpqcommand = NULL;
NULL             1488 source3/printing/printing.c 	char *lprmcommand = NULL;
NULL             1489 source3/printing/printing.c 	uint8 *buffer = NULL;
NULL             1558 source3/printing/printing.c 	len = tdb_pack( NULL, 0, "fdPP",
NULL             1591 source3/printing/printing.c 	if ( !tdb_store_uint32( pdb->tdb, key, time(NULL) ) ) {
NULL             1619 source3/printing/printing.c 	struct tdb_print_db *pdb = NULL;
NULL             1620 source3/printing/printing.c 	TDB_CONTEXT *tdb = NULL;
NULL             1710 source3/printing/printing.c 	struct tdb_print_db *pdb = NULL;
NULL             1711 source3/printing/printing.c 	TDB_CONTEXT *tdb = NULL;
NULL             1834 source3/printing/printing.c 		return NULL;
NULL             1850 source3/printing/printing.c 		return NULL;
NULL             1908 source3/printing/printing.c 	if (data.dptr == NULL || data.dsize == 0 || (data.dsize % 4 != 0))
NULL             2061 source3/printing/printing.c 	if ( (fname = print_job_fname( sharename, jobid )) != NULL )
NULL             2085 source3/printing/printing.c 	return (pjob == NULL );
NULL             2355 source3/printing/printing.c 		dum.dptr = NULL;
NULL             2442 source3/printing/printing.c 	if ((njobs = print_queue_length(snum,NULL)) > lp_maxprintjobs(snum)) {
NULL             2463 source3/printing/printing.c 	pjob.starttime = time(NULL);
NULL             2629 source3/printing/printing.c 	print_queue_struct *queue = NULL;
NULL             2644 source3/printing/printing.c 	*ppqueue = NULL;
NULL             2657 source3/printing/printing.c 	if (cgdata.dptr != NULL && (cgdata.dsize % 4 == 0))
NULL             2666 source3/printing/printing.c 	if ((queue = SMB_MALLOC_ARRAY(print_queue_struct, qcount + extra_count)) == NULL)
NULL             2763 source3/printing/printing.c 	*ppqueue = NULL;
NULL               34 source3/printing/printing_db.c 	struct tdb_print_db *p = NULL, *last_entry = NULL;
NULL               36 source3/printing/printing_db.c 	char *printdb_path = NULL;
NULL               39 source3/printing/printing_db.c 	SMB_ASSERT(printername != NULL);
NULL               68 source3/printing/printing_db.c 					return NULL;
NULL               71 source3/printing/printing_db.c 			p->tdb = NULL;
NULL               87 source3/printing/printing_db.c 			return NULL;
NULL               98 source3/printing/printing_db.c 		return NULL;
NULL              118 source3/printing/printing_db.c 		return NULL;
NULL              142 source3/printing/printing_db.c 	struct tdb_print_db *p = NULL, *next_p = NULL;
NULL              135 source3/printing/tests/vlp.c 	struct vlp_job *job_list = NULL;
NULL              246 source3/printing/tests/vlp.c 	job.submit_time = time(NULL);
NULL              378 source3/printing/tests/vlp.c 	const char *printdb_path = NULL;
NULL              270 source3/profile/profile.c 	if (msg_ctx != NULL) {
NULL              271 source3/profile/profile.c 		messaging_register(msg_ctx, NULL, MSG_PROFILE,
NULL              273 source3/profile/profile.c 		messaging_register(msg_ctx, NULL, MSG_REQ_PROFILELEVEL,
NULL               78 source3/registry/reg_api.c 	if (key->values != NULL) {
NULL               99 source3/registry/reg_api.c 	if (key->subkeys != NULL) {
NULL              131 source3/registry/reg_api.c 	struct regsubkey_ctr	*subkeys = NULL;
NULL              135 source3/registry/reg_api.c 	SMB_ASSERT(strchr(name, '\\') == NULL);
NULL              175 source3/registry/reg_api.c 	if (key->name == NULL) {
NULL              231 source3/registry/reg_api.c 	SMB_ASSERT(hive != NULL);
NULL              233 source3/registry/reg_api.c 	SMB_ASSERT(strchr(hive, '\\') == NULL);
NULL              235 source3/registry/reg_api.c 	return regkey_open_onelevel(mem_ctx, NULL, hive, token, desired_access,
NULL              264 source3/registry/reg_api.c 	while ((p = strchr(path, '\\')) != NULL) {
NULL              383 source3/registry/reg_api.c 			return reg_enumvalue(mem_ctx, key, i, NULL, pval);
NULL              443 source3/registry/reg_api.c 	*secdescsize = ndr_size_security_descriptor(secdesc, NULL, 0);
NULL              468 source3/registry/reg_api.c 	if (strchr(subkeypath, '/') != NULL) {
NULL              479 source3/registry/reg_api.c 	while ((end = strchr(path, '\\')) != NULL) {
NULL              506 source3/registry/reg_api.c 		if (paction != NULL) {
NULL              545 source3/registry/reg_api.c 	if (W_ERROR_IS_OK(err) && (paction != NULL)) {
NULL              562 source3/registry/reg_api.c 	if (name == NULL) {
NULL              581 source3/registry/reg_api.c 	if (end != NULL) {
NULL              695 source3/registry/reg_api.c 	if (version == NULL) {
NULL              716 source3/registry/reg_api.c 	char *path = NULL;
NULL              740 source3/registry/reg_api.c 	if (values == NULL) {
NULL              787 source3/registry/reg_api.c 		if (path == NULL) {
NULL              811 source3/registry/reg_api.c 	if (regfile == NULL) {
NULL              849 source3/registry/reg_api.c 	char *key_tmp = NULL;
NULL              851 source3/registry/reg_api.c 	char *subkeypath = NULL;
NULL              855 source3/registry/reg_api.c 	SEC_DESC *sec_desc = NULL;
NULL              884 source3/registry/reg_api.c 	if (registry_key.name == NULL) {
NULL              889 source3/registry/reg_api.c 	if (registry_key.ops == NULL) {
NULL              899 source3/registry/reg_api.c 	if (values == NULL) {
NULL              915 source3/registry/reg_api.c 	if (key == NULL) {
NULL              927 source3/registry/reg_api.c 		if (subkeypath == NULL) {
NULL              954 source3/registry/reg_api.c 	if (regfile == NULL) {
NULL              962 source3/registry/reg_api.c 	result = reg_write_tree(regfile, krecord->name, NULL);
NULL             1023 source3/registry/reg_api.c 	if ((p == NULL) || (p[1] == '\0')) {
NULL             1071 source3/registry/reg_api.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             1074 source3/registry/reg_api.c 	char *subkey_name = NULL;
NULL             1078 source3/registry/reg_api.c 	if (mem_ctx == NULL) {
NULL             1191 source3/registry/reg_api.c 	if ((p == NULL) || (p[1] == '\0')) {
NULL             1211 source3/registry/reg_api.c 			   (strchr(p+1, '\\') != NULL) ?
NULL             1243 source3/registry/reg_api.c 	if ((p == NULL) || (p[1] == '\0')) {
NULL             1250 source3/registry/reg_api.c 	err = reg_openhive(NULL, path,
NULL             1251 source3/registry/reg_api.c 			   (strchr(p+1, '\\') != NULL) ?
NULL               42 source3/registry/reg_backend_current_version.c 	char *path = NULL;
NULL               46 source3/registry/reg_backend_current_version.c 	if (path == NULL) {
NULL               50 source3/registry/reg_backend_current_version.c 	if (path == NULL) {
NULL               27 source3/registry/reg_backend_db.c static struct db_context *regdb = NULL;
NULL               69 source3/registry/reg_backend_db.c 	 NULL };
NULL               90 source3/registry/reg_backend_db.c 	{ NULL, NULL, 0, { NULL } }
NULL              101 source3/registry/reg_backend_db.c 	char *path = NULL;
NULL              102 source3/registry/reg_backend_db.c 	char *base = NULL;
NULL              103 source3/registry/reg_backend_db.c 	char *remaining = NULL;
NULL              250 source3/registry/reg_backend_db.c 	for (i=0; builtin_registry_paths[i] != NULL; i++) {
NULL              256 source3/registry/reg_backend_db.c 	for (i=0; builtin_registry_values[i].path != NULL; i++) {
NULL              258 source3/registry/reg_backend_db.c 		if (values == NULL) {
NULL              296 source3/registry/reg_backend_db.c 	for (i=0; builtin_registry_paths[i] != NULL; i++) {
NULL              308 source3/registry/reg_backend_db.c 	for (i=0; builtin_registry_values[i].path != NULL; i++) {
NULL              311 source3/registry/reg_backend_db.c 		if (values == NULL) {
NULL              393 source3/registry/reg_backend_db.c 	regdb = db_open(NULL, state_path("registry.tdb"), 0,
NULL              396 source3/registry/reg_backend_db.c 		regdb = db_open(NULL, state_path("registry.tdb"), 0,
NULL              447 source3/registry/reg_backend_db.c 	regdb = db_open(NULL, state_path("registry.tdb"), 0,
NULL              521 source3/registry/reg_backend_db.c 	if (keyname == NULL) {
NULL              526 source3/registry/reg_backend_db.c 	if (prefix == NULL) {
NULL              530 source3/registry/reg_backend_db.c 		if (path == NULL) {
NULL              536 source3/registry/reg_backend_db.c 	if (path == NULL) {
NULL              565 source3/registry/reg_backend_db.c 	return regdb_delete_key_with_prefix(keyname, NULL);
NULL              606 source3/registry/reg_backend_db.c 	uint8 *buffer = NULL;
NULL              611 source3/registry/reg_backend_db.c 	char *keyname = NULL;
NULL              628 source3/registry/reg_backend_db.c 	if (buffer == NULL) {
NULL              653 source3/registry/reg_backend_db.c 			if(buffer == NULL) {
NULL              689 source3/registry/reg_backend_db.c 	if (keyname != NULL) {
NULL              707 source3/registry/reg_backend_db.c 	char *path = NULL;
NULL              708 source3/registry/reg_backend_db.c 	struct regsubkey_ctr *subkeys = NULL, *old_subkeys = NULL;
NULL              709 source3/registry/reg_backend_db.c 	char *oldkeyname = NULL;
NULL              973 source3/registry/reg_backend_db.c 	if (path == NULL) {
NULL             1029 source3/registry/reg_backend_db.c 	char *path = NULL;
NULL             1034 source3/registry/reg_backend_db.c 		return make_tdb_data(NULL, 0);
NULL             1054 source3/registry/reg_backend_db.c 	if (key == NULL) {
NULL             1059 source3/registry/reg_backend_db.c 	if (path == NULL) {
NULL             1068 source3/registry/reg_backend_db.c 	ret = (strrchr(path, '/') == NULL);
NULL             1134 source3/registry/reg_backend_db.c 	if (sorted_subkeys == NULL) {
NULL             1143 source3/registry/reg_backend_db.c 		if (sorted_subkeys[i] == NULL) {
NULL             1152 source3/registry/reg_backend_db.c 	if (buf == NULL) {
NULL             1246 source3/registry/reg_backend_db.c 	char *path = NULL;
NULL             1247 source3/registry/reg_backend_db.c 	char *key = NULL;
NULL             1252 source3/registry/reg_backend_db.c 	state.name = NULL;
NULL             1255 source3/registry/reg_backend_db.c 	if (path == NULL) {
NULL             1261 source3/registry/reg_backend_db.c 	if (key == NULL) {
NULL             1266 source3/registry/reg_backend_db.c 	if (state.name == NULL) {
NULL             1308 source3/registry/reg_backend_db.c 	if (key == NULL) {
NULL             1313 source3/registry/reg_backend_db.c 	if (path == NULL) {
NULL             1323 source3/registry/reg_backend_db.c 	if (p == NULL) {
NULL             1326 source3/registry/reg_backend_db.c 		ret = (value.dptr != NULL);
NULL             1368 source3/registry/reg_backend_db.c 	if (value.dptr == NULL) {
NULL             1420 source3/registry/reg_backend_db.c 		data_p = NULL;
NULL             1483 source3/registry/reg_backend_db.c 	char *keystr = NULL;
NULL             1519 source3/registry/reg_backend_db.c 	char *keystr = NULL;
NULL             1557 source3/registry/reg_backend_db.c 	if ((old_data.dptr != NULL)
NULL             1591 source3/registry/reg_backend_db.c 	if (tdbkey == NULL) {
NULL             1598 source3/registry/reg_backend_db.c 	if (data.dptr == NULL) {
NULL             1631 source3/registry/reg_backend_db.c 	if (tdbkey == NULL) {
NULL             1636 source3/registry/reg_backend_db.c 	if (secdesc == NULL) {
NULL               38 source3/registry/reg_backend_hkpt_params.c 	char *buffer = NULL;
NULL               59 source3/registry/reg_backend_perflib.c 	char *buffer = NULL;
NULL               76 source3/registry/reg_backend_perflib.c 	char *path = NULL;
NULL               80 source3/registry/reg_backend_perflib.c 	if (path == NULL) {
NULL               84 source3/registry/reg_backend_perflib.c 	if (path == NULL) {
NULL              100 source3/registry/reg_backend_printing.c 	nt_forms_struct *forms_list = NULL;
NULL              128 source3/registry/reg_backend_printing.c 	forms_list = NULL;
NULL              171 source3/registry/reg_backend_printing.c 	char *subkeypath = NULL;
NULL              172 source3/registry/reg_backend_printing.c 	char *path = NULL;
NULL              177 source3/registry/reg_backend_printing.c 		return NULL;
NULL              181 source3/registry/reg_backend_printing.c 		return NULL;
NULL              208 source3/registry/reg_backend_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL              209 source3/registry/reg_backend_printing.c 	fstring *subkey_names = NULL;
NULL              252 source3/registry/reg_backend_printing.c 		|| !W_ERROR_IS_OK( get_a_printer(NULL, &printer, 2, printername) ) ) 
NULL              299 source3/registry/reg_backend_printing.c 			if ( !add_printer_hook(talloc_tos(), NULL, &printer ) ) {
NULL              317 source3/registry/reg_backend_printing.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL              320 source3/registry/reg_backend_printing.c 	fstring *existing_subkeys = NULL;
NULL              335 source3/registry/reg_backend_printing.c 	if ( !W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, printername)) ) {
NULL              446 source3/registry/reg_backend_printing.c 		ndr_err = ndr_push_struct_blob(&blob, values, NULL, devmode,
NULL              483 source3/registry/reg_backend_printing.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL              502 source3/registry/reg_backend_printing.c 	if ( !W_ERROR_IS_OK( get_a_printer(NULL, &printer, 2, printername) ) )
NULL              578 source3/registry/reg_backend_printing.c 	{ NULL, -1 }
NULL              678 source3/registry/reg_backend_printing.c 	NT_PRINTER_INFO_LEVEL   *printer = NULL;
NULL              694 source3/registry/reg_backend_printing.c 	if ( !W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, printername) ) )
NULL              749 source3/registry/reg_backend_printing.c 		NULL };
NULL              750 source3/registry/reg_backend_printing.c 	fstring *drivers = NULL;
NULL              753 source3/registry/reg_backend_printing.c 	char *key2 = NULL;
NULL              893 source3/registry/reg_backend_printing.c 	char *buffer = NULL;
NULL             1059 source3/registry/reg_backend_printing.c 	char *keystr = NULL;
NULL             1060 source3/registry/reg_backend_printing.c 	char *subkey = NULL;
NULL             1120 source3/registry/reg_backend_printing.c 	NULL,
NULL             1122 source3/registry/reg_backend_printing.c 	NULL },
NULL             1130 source3/registry/reg_backend_printing.c 	NULL,
NULL             1132 source3/registry/reg_backend_printing.c 	NULL },
NULL             1135 source3/registry/reg_backend_printing.c 	NULL,
NULL             1136 source3/registry/reg_backend_printing.c 	NULL,
NULL             1137 source3/registry/reg_backend_printing.c 	NULL },
NULL             1149 source3/registry/reg_backend_printing.c { NULL, NULL, NULL, NULL, NULL }
NULL             1167 source3/registry/reg_backend_printing.c 	char *path = NULL;
NULL               49 source3/registry/reg_backend_shares.c 		return NULL;
NULL               61 source3/registry/reg_backend_shares.c 		return NULL;
NULL               90 source3/registry/reg_backend_shares.c 		num_subkeys = handle_share_subpath( path, subkey_ctr, NULL );
NULL              123 source3/registry/reg_backend_shares.c 		num_values = handle_printing_subpath( path, NULL, val );
NULL               39 source3/registry/reg_backend_tcpip_params.c 	char *mydomainname = NULL;
NULL               28 source3/registry/reg_cachehook.c static SORTED_TREE *cache_tree = NULL;
NULL               34 source3/registry/reg_cachehook.c 	char *tmp_path = NULL;
NULL               36 source3/registry/reg_cachehook.c 	if ((keyname == NULL) || (path == NULL)) {
NULL               41 source3/registry/reg_cachehook.c 	if (tmp_path == NULL) {
NULL               47 source3/registry/reg_cachehook.c 	if (tmp_path == NULL) {
NULL               63 source3/registry/reg_cachehook.c 	if (cache_tree != NULL) {
NULL               67 source3/registry/reg_cachehook.c 	cache_tree = pathtree_init(&regdb_ops, NULL);
NULL               68 source3/registry/reg_cachehook.c 	if (cache_tree == NULL) {
NULL               85 source3/registry/reg_cachehook.c 	char *key = NULL;
NULL               87 source3/registry/reg_cachehook.c 	if ((keyname == NULL) || (ops == NULL)) {
NULL              113 source3/registry/reg_cachehook.c 	char *key = NULL;
NULL              114 source3/registry/reg_cachehook.c 	REGISTRY_OPS *ops = NULL;
NULL              116 source3/registry/reg_cachehook.c 	if (keyname == NULL) {
NULL              117 source3/registry/reg_cachehook.c 		return NULL;
NULL               63 source3/registry/reg_dispatcher.c 	if (theacl == NULL) {
NULL               69 source3/registry/reg_dispatcher.c 			   &global_sid_System, NULL, theacl,
NULL               71 source3/registry/reg_dispatcher.c 	if (sd == NULL) {
NULL              145 source3/registry/reg_dispatcher.c 		   (key->ops) ? (void *)key->ops : NULL));
NULL               36 source3/registry/reg_eventlog.c 	char *evtlogpath = NULL;
NULL               37 source3/registry/reg_eventlog.c 	char *evtfilepath = NULL;
NULL              202 source3/registry/reg_eventlog.c 	char *evtlogpath = NULL;
NULL              265 source3/registry/reg_eventlog.c 	wrklist = NULL;
NULL              307 source3/registry/reg_eventlog.c 		*( wp + numsources + 1 ) = NULL;
NULL               57 source3/registry/reg_init_full.c   { NULL, NULL }
NULL               38 source3/registry/reg_init_smbconf.c 	NT_USER_TOKEN *token = NULL;
NULL               40 source3/registry/reg_init_smbconf.c 	if (ptoken == NULL) {
NULL               45 source3/registry/reg_init_smbconf.c 	if (token == NULL) {
NULL               76 source3/registry/reg_init_smbconf.c 	if (keyname == NULL) {
NULL               48 source3/registry/reg_objects.c 	if (ctr == NULL) {
NULL               53 source3/registry/reg_objects.c 	if (*ctr == NULL) {
NULL               58 source3/registry/reg_objects.c 	if ((*ctr)->subkeys_hash == NULL) {
NULL               68 source3/registry/reg_objects.c 	if (ctr == NULL) {
NULL               79 source3/registry/reg_objects.c 	if (ctr == NULL) {
NULL              126 source3/registry/reg_objects.c 	if ((ctr == NULL) || (keyname == NULL)) {
NULL              131 source3/registry/reg_objects.c 	if (data.dptr == NULL) {
NULL              140 source3/registry/reg_objects.c 	if (idx != NULL) {
NULL              199 source3/registry/reg_objects.c 	if (keyname == NULL) {
NULL              239 source3/registry/reg_objects.c 	werr = regsubkey_ctr_index_for_keyname(ctr, keyname, NULL);
NULL              263 source3/registry/reg_objects.c 		return NULL;
NULL              288 source3/registry/reg_objects.c 	REGISTRY_VALUE 	*copy = NULL;
NULL              291 source3/registry/reg_objects.c 		return NULL;
NULL              295 source3/registry/reg_objects.c 		return NULL;
NULL              303 source3/registry/reg_objects.c 	copy->data_p = NULL;
NULL              312 source3/registry/reg_objects.c 			return NULL;
NULL              375 source3/registry/reg_objects.c 		return NULL;
NULL              405 source3/registry/reg_objects.c 	if (regval == NULL) {
NULL              406 source3/registry/reg_objects.c 		return NULL;
NULL              415 source3/registry/reg_objects.c 			return NULL;
NULL              418 source3/registry/reg_objects.c 		regval->data_p = NULL;
NULL              458 source3/registry/reg_objects.c 	if (ctr->values[ctr->num_values] == NULL) {
NULL              525 source3/registry/reg_objects.c 	return NULL;
NULL              547 source3/registry/reg_objects.c 	char *data = NULL;
NULL               40 source3/registry/reg_perfcount.c 	char *path = NULL;
NULL               41 source3/registry/reg_perfcount.c 	char *ret = NULL;
NULL               46 source3/registry/reg_perfcount.c 		return NULL;
NULL              103 source3/registry/reg_perfcount.c 	if(dbuf.dptr == NULL)
NULL              170 source3/registry/reg_perfcount.c 	if(dbuf.dptr == NULL)
NULL              212 source3/registry/reg_perfcount.c 	char *buf1 = NULL;
NULL              223 source3/registry/reg_perfcount.c 	if(names == NULL)
NULL              255 source3/registry/reg_perfcount.c 	char *buf1 = NULL;
NULL              266 source3/registry/reg_perfcount.c 	if(names == NULL)
NULL              305 source3/registry/reg_perfcount.c 	if(key_part2 != NULL)
NULL              356 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              382 source3/registry/reg_perfcount.c 	if(block->objects == NULL)
NULL              393 source3/registry/reg_perfcount.c 	block->objects[block->NumObjectTypes].counters = NULL;
NULL              394 source3/registry/reg_perfcount.c 	block->objects[block->NumObjectTypes].instances = NULL;
NULL              396 source3/registry/reg_perfcount.c 	block->objects[block->NumObjectTypes].counter_data.data = NULL;
NULL              417 source3/registry/reg_perfcount.c 	if(counters == NULL)
NULL              491 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              506 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              519 source3/registry/reg_perfcount.c 		data32 = strtol(buf, NULL, 0);
NULL              553 source3/registry/reg_perfcount.c 	if(obj->counter_data.data == NULL)
NULL              585 source3/registry/reg_perfcount.c 	PERF_OBJECT_TYPE *obj = NULL;
NULL              613 source3/registry/reg_perfcount.c 	obj = NULL;
NULL              618 source3/registry/reg_perfcount.c 	if(begin == NULL || end == NULL)
NULL              624 source3/registry/reg_perfcount.c 		if(stop == NULL)
NULL              630 source3/registry/reg_perfcount.c 		if(obj == NULL) {
NULL              641 source3/registry/reg_perfcount.c 		if(obj->counters == NULL)
NULL              671 source3/registry/reg_perfcount.c 	smb_ucs2_t *name = NULL;
NULL              682 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              693 source3/registry/reg_perfcount.c 	if(inst->counter_data.data == NULL)
NULL              704 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              725 source3/registry/reg_perfcount.c 		if (inst->data == NULL) {
NULL              764 source3/registry/reg_perfcount.c 	if(obj->instances == NULL) {
NULL              770 source3/registry/reg_perfcount.c 	if(obj->instances == NULL)
NULL              796 source3/registry/reg_perfcount.c 		if(data.dptr != NULL)
NULL              834 source3/registry/reg_perfcount.c 	if(data.dptr == NULL)
NULL              862 source3/registry/reg_perfcount.c 	if(counters == NULL)
NULL              902 source3/registry/reg_perfcount.c 	smb_ucs2_t *temp = NULL;
NULL              922 source3/registry/reg_perfcount.c 	block->objects = NULL;
NULL              923 source3/registry/reg_perfcount.c 	tm = time(NULL);
NULL              930 source3/registry/reg_perfcount.c 	if (block->data == NULL) {
NULL              953 source3/registry/reg_perfcount.c 	char *temp = NULL, *src_addr, *dst_addr;
NULL              981 source3/registry/reg_perfcount.c 				if (temp == NULL) {
NULL             1002 source3/registry/reg_perfcount.c 				if (counter_data->data == NULL) {
NULL             1052 source3/registry/reg_perfcount.c 	if(names == NULL)
NULL             1066 source3/registry/reg_perfcount.c 	if(object_ids == NULL)
NULL               39 source3/registry/reg_util.c 	*new_path = *base = NULL;
NULL               68 source3/registry/reg_util.c 	*key = *base = NULL;
NULL              105 source3/registry/reg_util.c 	if (nkeyname == NULL) {
NULL              106 source3/registry/reg_util.c 		return NULL;
NULL              111 source3/registry/reg_util.c 	while ((p != NULL) && (p[1] == '\0')) {
NULL              137 source3/registry/reg_util.c 	char *new_path = NULL;
NULL              138 source3/registry/reg_util.c 	char *p = NULL;
NULL              141 source3/registry/reg_util.c 		return NULL;
NULL              146 source3/registry/reg_util.c 		return NULL;
NULL              177 source3/registry/reg_util.c 	*values = NULL;
NULL              190 source3/registry/reg_util.c 	if ( !(sz = TALLOC_ARRAY( NULL, char*, num_strings+1 )) ) {
NULL              231 source3/registry/reg_util.c 	if ( !(buf = TALLOC_ARRAY( NULL, uint16, 2 )) ) {
NULL              244 source3/registry/reg_util.c 		b = TALLOC_REALLOC_ARRAY( NULL, buf, uint16, buf_size+sz.uni_str_len+1 );
NULL               39 source3/registry/reg_util_legacy.c 	err = reg_open_path(NULL, path, access_desired, token, &key);
NULL              460 source3/registry/regfio.c 		return NULL;
NULL              465 source3/registry/regfio.c 		return NULL;
NULL              468 source3/registry/regfio.c 		return NULL;	
NULL              563 source3/registry/regfio.c 	REGF_HBIN *hbin = NULL;
NULL              654 source3/registry/regfio.c 			lf->hashes = NULL;
NULL              950 source3/registry/regfio.c 	return NULL;
NULL              967 source3/registry/regfio.c 	return NULL;
NULL             1142 source3/registry/regfio.c 	unix_to_nt_time( &file->mtime, time(NULL) );
NULL             1192 source3/registry/regfio.c 		return NULL;
NULL             1199 source3/registry/regfio.c 		return NULL;
NULL             1209 source3/registry/regfio.c 		return NULL;
NULL             1218 source3/registry/regfio.c 			return NULL;
NULL             1230 source3/registry/regfio.c 		return NULL;
NULL             1276 source3/registry/regfio.c 		unix_to_nt_time( &file->mtime, time(NULL) );
NULL             1338 source3/registry/regfio.c 		return NULL;
NULL             1342 source3/registry/regfio.c 		return NULL;
NULL             1371 source3/registry/regfio.c 		return NULL;
NULL             1393 source3/registry/regfio.c 		return NULL;
NULL             1400 source3/registry/regfio.c 		return NULL;
NULL             1405 source3/registry/regfio.c 		return NULL;
NULL             1409 source3/registry/regfio.c 		return NULL;
NULL             1412 source3/registry/regfio.c 		return NULL;
NULL             1427 source3/registry/regfio.c 		return NULL;
NULL             1434 source3/registry/regfio.c 		return NULL;
NULL             1446 source3/registry/regfio.c 		return NULL;
NULL             1449 source3/registry/regfio.c 		return NULL;
NULL             1452 source3/registry/regfio.c 		return NULL;
NULL             1485 source3/registry/regfio.c 	for ( hbin=file->block_list; hbin!=NULL; hbin=hbin->next ) {
NULL             1515 source3/registry/regfio.c 			for ( p_hbin=file->block_list; p_hbin!=NULL; p_hbin=p_hbin->next ) {
NULL             1526 source3/registry/regfio.c 				hbin = NULL;
NULL             1544 source3/registry/regfio.c 			return NULL;
NULL             1553 source3/registry/regfio.c 		return NULL;
NULL             1578 source3/registry/regfio.c 	size = sizeof(uint32)*5 + ndr_size_security_descriptor(sd, NULL, 0) + sizeof(uint32);
NULL             1683 source3/registry/regfio.c 		if (vk->data == NULL) {
NULL             1690 source3/registry/regfio.c 		if ((data_hbin = find_free_space(file, data_size )) == NULL) {
NULL             1722 source3/registry/regfio.c 	REGF_HBIN *vlist_hbin = NULL;
NULL             1726 source3/registry/regfio.c 		return NULL;
NULL             1742 source3/registry/regfio.c 	nk->classname = NULL;
NULL             1747 source3/registry/regfio.c 	unix_to_nt_time( &nk->mtime, time(NULL) );
NULL             1753 source3/registry/regfio.c 	if ((nk->hbin = find_free_space( file, size )) == NULL) {
NULL             1754 source3/registry/regfio.c 		return NULL;
NULL             1785 source3/registry/regfio.c 		if ( (nk->sec_desc = find_sk_record_by_sec_desc( file, sec_desc )) == NULL ) {
NULL             1789 source3/registry/regfio.c 				return NULL;
NULL             1793 source3/registry/regfio.c 				return NULL;
NULL             1808 source3/registry/regfio.c 			nk->sec_desc->size      = ndr_size_security_descriptor(sec_desc, NULL, 0)
NULL             1849 source3/registry/regfio.c 			return NULL;
NULL             1860 source3/registry/regfio.c 				return NULL;
NULL             1862 source3/registry/regfio.c 			nk->subkeys.hashes = NULL;
NULL             1882 source3/registry/regfio.c 			return NULL;
NULL             1888 source3/registry/regfio.c 				return NULL;
NULL             1890 source3/registry/regfio.c 			nk->values = NULL;
NULL              121 source3/rpc_client/cli_lsarpc.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              124 source3/rpc_client/cli_lsarpc.c 	struct lsa_RefDomainList *ref_domains = NULL;
NULL              206 source3/rpc_client/cli_lsarpc.c 			(names)[i] = NULL;
NULL              207 source3/rpc_client/cli_lsarpc.c 			(domains)[i] = NULL;
NULL              227 source3/rpc_client/cli_lsarpc.c 				if ((names)[i] == NULL) {
NULL              233 source3/rpc_client/cli_lsarpc.c 				(names)[i] = NULL;
NULL              237 source3/rpc_client/cli_lsarpc.c 			if (((domains)[i] == NULL)) {
NULL              244 source3/rpc_client/cli_lsarpc.c 			(names)[i] = NULL;
NULL              245 source3/rpc_client/cli_lsarpc.c 			(domains)[i] = NULL;
NULL              284 source3/rpc_client/cli_lsarpc.c 	char **domains = NULL;
NULL              285 source3/rpc_client/cli_lsarpc.c 	char **names = NULL;
NULL              286 source3/rpc_client/cli_lsarpc.c 	enum lsa_SidType *types = NULL;
NULL              416 source3/rpc_client/cli_lsarpc.c 	struct lsa_String *lsa_names = NULL;
NULL              417 source3/rpc_client/cli_lsarpc.c 	struct lsa_RefDomainList *domains = NULL;
NULL              483 source3/rpc_client/cli_lsarpc.c 		if (dom_names != NULL) {
NULL              485 source3/rpc_client/cli_lsarpc.c 			if (*dom_names == NULL) {
NULL              492 source3/rpc_client/cli_lsarpc.c 		*sids = NULL;
NULL              493 source3/rpc_client/cli_lsarpc.c 		*types = NULL;
NULL              494 source3/rpc_client/cli_lsarpc.c 		if (dom_names != NULL) {
NULL              495 source3/rpc_client/cli_lsarpc.c 			*dom_names = NULL;
NULL              530 source3/rpc_client/cli_lsarpc.c 		if (dom_names == NULL) {
NULL               51 source3/rpc_client/cli_netlogon.c 	if (cli->dc == NULL) {
NULL              330 source3/rpc_client/cli_netlogon.c 	union netr_LogonLevel *logon = NULL;
NULL              337 source3/rpc_client/cli_netlogon.c 	*info3 = NULL;
NULL              450 source3/rpc_client/cli_netlogon.c 	union netr_LogonLevel *logon = NULL;
NULL              458 source3/rpc_client/cli_netlogon.c 	*info3 = NULL;
NULL               77 source3/rpc_client/cli_pipe.c 	{ NULL, NULL }
NULL              102 source3/rpc_client/cli_pipe.c 	if (guid_str == NULL) {
NULL              103 source3/rpc_client/cli_pipe.c 		return NULL;
NULL              109 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL              155 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL              222 source3/rpc_client/cli_pipe.c 		return NULL;
NULL              234 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL              243 source3/rpc_client/cli_pipe.c 	return NULL;
NULL              304 source3/rpc_client/cli_pipe.c 		return NULL;
NULL              315 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL              323 source3/rpc_client/cli_pipe.c 	return NULL;
NULL              418 source3/rpc_client/cli_pipe.c 		return NULL;
NULL              436 source3/rpc_client/cli_pipe.c 		if (subreq == NULL) {
NULL              462 source3/rpc_client/cli_pipe.c 		if (subreq == NULL) {
NULL              477 source3/rpc_client/cli_pipe.c 	return NULL;
NULL              556 source3/rpc_client/cli_pipe.c 	unsigned char *data = NULL;
NULL              558 source3/rpc_client/cli_pipe.c 	unsigned char *full_packet_data = NULL;
NULL             1056 source3/rpc_client/cli_pipe.c 		return NULL;
NULL             1071 source3/rpc_client/cli_pipe.c 	if (transport->trans_send != NULL) {
NULL             1074 source3/rpc_client/cli_pipe.c 		if (subreq == NULL) {
NULL             1089 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL             1104 source3/rpc_client/cli_pipe.c 	return NULL;
NULL             1256 source3/rpc_client/cli_pipe.c 		return NULL;
NULL             1267 source3/rpc_client/cli_pipe.c 	prs_give_memory(&state->incoming_pdu, NULL, 0, true);
NULL             1290 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL             1303 source3/rpc_client/cli_pipe.c 	return NULL;
NULL             1313 source3/rpc_client/cli_pipe.c 	uint8_t *rdata = NULL;
NULL             1325 source3/rpc_client/cli_pipe.c 	if (rdata == NULL) {
NULL             1361 source3/rpc_client/cli_pipe.c 	char *rdata = NULL;
NULL             1493 source3/rpc_client/cli_pipe.c 			&a->session_key, (uint32)AP_OPTS_MUTUAL_REQUIRED, NULL, NULL);
NULL             1634 source3/rpc_client/cli_pipe.c 		if (cli->auth->domain == NULL) {
NULL             2064 source3/rpc_client/cli_pipe.c 		return NULL;
NULL             2099 source3/rpc_client/cli_pipe.c 		if (subreq == NULL) {
NULL             2110 source3/rpc_client/cli_pipe.c 		if (subreq == NULL) {
NULL             2124 source3/rpc_client/cli_pipe.c 	return NULL;
NULL             2313 source3/rpc_client/cli_pipe.c 	if (ev == NULL) {
NULL             2318 source3/rpc_client/cli_pipe.c 	if (req == NULL) {
NULL             2358 source3/rpc_client/cli_pipe.c 	char *rparam = NULL;
NULL             2359 source3/rpc_client/cli_pipe.c 	char *rdata = NULL;
NULL             2362 source3/rpc_client/cli_pipe.c 	if (pipe_name == NULL)
NULL             2379 source3/rpc_client/cli_pipe.c 	            NULL, 0, 1024,              /* data, length, max */
NULL             2563 source3/rpc_client/cli_pipe.c 		return NULL;
NULL             2594 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL             2607 source3/rpc_client/cli_pipe.c 	return NULL;
NULL             2729 source3/rpc_client/cli_pipe.c 	server_response = data_blob_talloc(talloc_tos(), NULL, phdr->auth_len);
NULL             2757 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL             2809 source3/rpc_client/cli_pipe.c 	server_spnego_response = data_blob(NULL, phdr->auth_len);
NULL             2865 source3/rpc_client/cli_pipe.c 	if (subreq == NULL) {
NULL             2913 source3/rpc_client/cli_pipe.c 	server_spnego_response = data_blob(NULL, hdr.auth_len);
NULL             2948 source3/rpc_client/cli_pipe.c 	if (ev == NULL) {
NULL             2953 source3/rpc_client/cli_pipe.c 	if (req == NULL) {
NULL             2974 source3/rpc_client/cli_pipe.c 		if (cli == NULL) {
NULL             3007 source3/rpc_client/cli_pipe.c 	if (cli == NULL) {
NULL             3020 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3029 source3/rpc_client/cli_pipe.c 	if ((result->user_name == NULL) || (result->domain == NULL)) {
NULL             3056 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3065 source3/rpc_client/cli_pipe.c 	if ((result->user_name == NULL) || (result->domain == NULL)) {
NULL             3121 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3130 source3/rpc_client/cli_pipe.c 	if ((result->user_name == NULL) || (result->domain == NULL)) {
NULL             3136 source3/rpc_client/cli_pipe.c 	if (result->a_u.schannel_auth == NULL) {
NULL             3170 source3/rpc_client/cli_pipe.c 	if ((username != NULL) && (password != NULL)) {
NULL             3171 source3/rpc_client/cli_pipe.c 		int ret = kerberos_kinit_password(username, password, 0, NULL);
NULL             3178 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3190 source3/rpc_client/cli_pipe.c 	if ((result->user_name == NULL) || (result->domain == NULL)) {
NULL             3196 source3/rpc_client/cli_pipe.c 	if (result->a_u.kerberos_auth == NULL) {
NULL             3204 source3/rpc_client/cli_pipe.c 	if (result->a_u.kerberos_auth->service_principal == NULL) {
NULL             3233 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3244 source3/rpc_client/cli_pipe.c 	if ((result->desthost == NULL) || (result->srv_name_slash == NULL)) {
NULL             3289 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *epm_pipe = NULL;
NULL             3290 source3/rpc_client/cli_pipe.c 	struct cli_pipe_auth_data *auth = NULL;
NULL             3291 source3/rpc_client/cli_pipe.c 	struct dcerpc_binding *map_binding = NULL;
NULL             3292 source3/rpc_client/cli_pipe.c 	struct dcerpc_binding *res_binding = NULL;
NULL             3293 source3/rpc_client/cli_pipe.c 	struct epm_twr_t *map_tower = NULL;
NULL             3294 source3/rpc_client/cli_pipe.c 	struct epm_twr_t *res_towers = NULL;
NULL             3295 source3/rpc_client/cli_pipe.c 	struct policy_handle *entry_handle = NULL;
NULL             3301 source3/rpc_client/cli_pipe.c 	if (pport == NULL) {
NULL             3328 source3/rpc_client/cli_pipe.c 	if (map_binding == NULL) {
NULL             3339 source3/rpc_client/cli_pipe.c 	if (map_tower == NULL) {
NULL             3353 source3/rpc_client/cli_pipe.c 	if (res_towers == NULL) {
NULL             3360 source3/rpc_client/cli_pipe.c 	if (entry_handle == NULL) {
NULL             3420 source3/rpc_client/cli_pipe.c 	*presult = NULL;
NULL             3447 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3458 source3/rpc_client/cli_pipe.c 	if ((result->desthost == NULL) || (result->srv_name_slash == NULL)) {
NULL             3504 source3/rpc_client/cli_pipe.c 	if (cli != NULL) {
NULL             3536 source3/rpc_client/cli_pipe.c 	result = TALLOC_ZERO_P(NULL, struct rpc_pipe_client);
NULL             3537 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3551 source3/rpc_client/cli_pipe.c 	if ((result->desthost == NULL) || (result->srv_name_slash == NULL)) {
NULL             3582 source3/rpc_client/cli_pipe.c 	if (result == NULL) {
NULL             3594 source3/rpc_client/cli_pipe.c 	if ((result->desthost == NULL) || (result->srv_name_slash == NULL)) {
NULL             3640 source3/rpc_client/cli_pipe.c 		return rpc_pipe_open_tcp(NULL, cli->desthost, interface,
NULL             3690 source3/rpc_client/cli_pipe.c 	if ((auth->user_name == NULL) || (auth->domain == NULL)) {
NULL             3895 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             3961 source3/rpc_client/cli_pipe.c 	if (result->dc == NULL) {
NULL             3989 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             4027 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             4028 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *result = NULL;
NULL             4066 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             4067 source3/rpc_client/cli_pipe.c 	struct rpc_pipe_client *result = NULL;
NULL               37 source3/rpc_client/cli_reg.c 		return rpccli_winreg_OpenHKCR( cli, mem_ctx, NULL, 
NULL               38 source3/rpc_client/cli_reg.c 			access_mask, reg_hnd, NULL);
NULL               41 source3/rpc_client/cli_reg.c 		return rpccli_winreg_OpenHKLM( cli, mem_ctx, NULL, 
NULL               42 source3/rpc_client/cli_reg.c 			access_mask, reg_hnd, NULL);
NULL               45 source3/rpc_client/cli_reg.c 		return rpccli_winreg_OpenHKU( cli, mem_ctx, NULL, 
NULL               46 source3/rpc_client/cli_reg.c 			access_mask, reg_hnd, NULL);
NULL               49 source3/rpc_client/cli_reg.c 		return rpccli_winreg_OpenHKCU( cli, mem_ctx, NULL, 
NULL               50 source3/rpc_client/cli_reg.c 			access_mask, reg_hnd, NULL);
NULL               53 source3/rpc_client/cli_reg.c 		return rpccli_winreg_OpenHKPD( cli, mem_ctx, NULL, 
NULL               54 source3/rpc_client/cli_reg.c 			access_mask, reg_hnd, NULL);
NULL              244 source3/rpc_client/cli_samr.c 						 NULL,
NULL               59 source3/rpc_client/cli_spoolss.c 					      NULL,
NULL              108 source3/rpc_client/cli_spoolss.c 						  (offered > 0) ? &buffer : NULL,
NULL              206 source3/rpc_client/cli_spoolss.c 					   (offered > 0) ? &buffer : NULL,
NULL              257 source3/rpc_client/cli_spoolss.c 				       (offered > 0) ? &buffer : NULL,
NULL              307 source3/rpc_client/cli_spoolss.c 					  (offered > 0) ? &buffer : NULL,
NULL              322 source3/rpc_client/cli_spoolss.c 						  (offered > 0) ? &buffer : NULL,
NULL              360 source3/rpc_client/cli_spoolss.c 						    (offered > 0) ? &buffer : NULL,
NULL              376 source3/rpc_client/cli_spoolss.c 							    (offered > 0) ? &buffer : NULL,
NULL              414 source3/rpc_client/cli_spoolss.c 						       (offered > 0) ? &buffer : NULL,
NULL              430 source3/rpc_client/cli_spoolss.c 							       (offered > 0) ? &buffer : NULL,
NULL              466 source3/rpc_client/cli_spoolss.c 					  (offered > 0) ? &buffer : NULL,
NULL              481 source3/rpc_client/cli_spoolss.c 						  (offered > 0) ? &buffer : NULL,
NULL              517 source3/rpc_client/cli_spoolss.c 					     (offered > 0) ? &buffer : NULL,
NULL              532 source3/rpc_client/cli_spoolss.c 						     (offered > 0) ? &buffer : NULL,
NULL              572 source3/rpc_client/cli_spoolss.c 					 (offered > 0) ? &buffer : NULL,
NULL              589 source3/rpc_client/cli_spoolss.c 						 (offered > 0) ? &buffer : NULL,
NULL              627 source3/rpc_client/cli_spoolss.c 						   (offered > 0) ? &buffer : NULL,
NULL              643 source3/rpc_client/cli_spoolss.c 						   (offered > 0) ? &buffer : NULL,
NULL              681 source3/rpc_client/cli_spoolss.c 					     (offered > 0) ? &buffer : NULL,
NULL              697 source3/rpc_client/cli_spoolss.c 						     (offered > 0) ? &buffer : NULL,
NULL              153 source3/rpc_client/init_netlogon.c 	*pgids = NULL;
NULL              164 source3/rpc_client/init_netlogon.c 		if (*pgids == NULL) {
NULL              182 source3/rpc_client/init_netlogon.c 	struct samr_RidWithAttribute *gids = NULL;
NULL              183 source3/rpc_client/init_netlogon.c 	const DOM_SID *user_sid = NULL;
NULL              184 source3/rpc_client/init_netlogon.c 	const DOM_SID *group_sid = NULL;
NULL              199 source3/rpc_client/init_netlogon.c 	struct dom_sid2 *sid = NULL;
NULL              216 source3/rpc_client/init_netlogon.c 	if ((user_sid == NULL) || (group_sid == NULL)) {
NULL              319 source3/rpc_client/init_netlogon.c 			   NULL); /* struct netr_SidAttr *sids */
NULL               35 source3/rpc_client/init_samr.c 	DATA_BLOB confounded_session_key = data_blob(NULL, 16);
NULL               53 source3/rpc_client/init_spoolss.c 	ndr_err = ndr_pull_union_blob(blob, mem_ctx, NULL, data, type,
NULL               69 source3/rpc_client/init_spoolss.c 	ndr_err = ndr_push_union_blob(blob, mem_ctx, NULL, data, type,
NULL               44 source3/rpc_client/ndr.c 	push = ndr_push_init_ctx(mem_ctx, NULL);
NULL               78 source3/rpc_client/ndr.c 	pull = ndr_pull_init_blob(&blob, mem_ctx, NULL);
NULL               79 source3/rpc_client/ndr.c 	if (pull == NULL) {
NULL               66 source3/rpc_client/rpc_transport_np.c 		return NULL;
NULL               74 source3/rpc_client/rpc_transport_np.c 	if (subreq == NULL) {
NULL               82 source3/rpc_client/rpc_transport_np.c 	return NULL;
NULL              135 source3/rpc_client/rpc_transport_np.c 		return NULL;
NULL              142 source3/rpc_client/rpc_transport_np.c 	if (subreq == NULL) {
NULL              150 source3/rpc_client/rpc_transport_np.c 	return NULL;
NULL              220 source3/rpc_client/rpc_transport_np.c 		return NULL;
NULL              229 source3/rpc_client/rpc_transport_np.c 		NULL, 0, 0, data, data_len, max_rdata_len);
NULL              230 source3/rpc_client/rpc_transport_np.c 	if (subreq == NULL) {
NULL              239 source3/rpc_client/rpc_transport_np.c 	return NULL;
NULL              250 source3/rpc_client/rpc_transport_np.c 	status = cli_trans_recv(subreq, state, NULL, NULL, NULL, NULL,
NULL              292 source3/rpc_client/rpc_transport_np.c 		return NULL;
NULL              296 source3/rpc_client/rpc_transport_np.c 	if (state->transport == NULL) {
NULL              301 source3/rpc_client/rpc_transport_np.c 	if (state->transport_np == NULL) {
NULL              314 source3/rpc_client/rpc_transport_np.c 	if (subreq == NULL) {
NULL              323 source3/rpc_client/rpc_transport_np.c 	return NULL;
NULL              379 source3/rpc_client/rpc_transport_np.c 	if (ev == NULL) {
NULL              385 source3/rpc_client/rpc_transport_np.c 	if (req == NULL) {
NULL              405 source3/rpc_client/rpc_transport_np.c 	if (state == NULL) {
NULL              406 source3/rpc_client/rpc_transport_np.c 		return NULL;
NULL               93 source3/rpc_client/rpc_transport_smbd.c 	if (conn->stdout_callback.fn != NULL) {
NULL              111 source3/rpc_client/rpc_transport_smbd.c 	if (conn->cli != NULL) {
NULL              113 source3/rpc_client/rpc_transport_smbd.c 		conn->cli = NULL;
NULL              144 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL              151 source3/rpc_client/rpc_transport_smbd.c 	if (subreq == NULL) {
NULL              159 source3/rpc_client/rpc_transport_smbd.c 	return NULL;
NULL              201 source3/rpc_client/rpc_transport_smbd.c 				    "IPC$", "IPC", NULL, 0);
NULL              255 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL              260 source3/rpc_client/rpc_transport_smbd.c 	if (state->conn == NULL) {
NULL              265 source3/rpc_client/rpc_transport_smbd.c 	if (state->conn->cli == NULL) {
NULL              307 source3/rpc_client/rpc_transport_smbd.c 		if ((smbd_cmd == NULL)
NULL              333 source3/rpc_client/rpc_transport_smbd.c 	if (subreq == NULL) {
NULL              338 source3/rpc_client/rpc_transport_smbd.c 			 rpc_cli_smbd_stdout_reader, state->conn) == NULL) {
NULL              365 source3/rpc_client/rpc_transport_smbd.c 	return NULL;
NULL              411 source3/rpc_client/rpc_transport_smbd.c 	if (ev == NULL) {
NULL              417 source3/rpc_client/rpc_transport_smbd.c 	if (req == NULL) {
NULL              451 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL              457 source3/rpc_client/rpc_transport_smbd.c 	if (subreq == NULL) {
NULL              462 source3/rpc_client/rpc_transport_smbd.c 			 rpc_cli_smbd_stdout_reader, transp->conn) == NULL) {
NULL              472 source3/rpc_client/rpc_transport_smbd.c 	return NULL;
NULL              524 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL              530 source3/rpc_client/rpc_transport_smbd.c 	if (subreq == NULL) {
NULL              535 source3/rpc_client/rpc_transport_smbd.c 			 rpc_cli_smbd_stdout_reader, transp->conn) == NULL) {
NULL              545 source3/rpc_client/rpc_transport_smbd.c 	return NULL;
NULL              595 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL              599 source3/rpc_client/rpc_transport_smbd.c 	if (state->transport == NULL) {
NULL              604 source3/rpc_client/rpc_transport_smbd.c 	if (state->transport_smbd == NULL) {
NULL              611 source3/rpc_client/rpc_transport_smbd.c 			 rpc_cli_smbd_stdout_reader, conn) == NULL) {
NULL              617 source3/rpc_client/rpc_transport_smbd.c 	if (subreq == NULL) {
NULL              626 source3/rpc_client/rpc_transport_smbd.c 	return NULL;
NULL              664 source3/rpc_client/rpc_transport_smbd.c 	state->transport->trans_send = NULL;
NULL              665 source3/rpc_client/rpc_transport_smbd.c 	state->transport->trans_recv = NULL;
NULL              682 source3/rpc_client/rpc_transport_smbd.c 	if (ev == NULL) {
NULL              688 source3/rpc_client/rpc_transport_smbd.c 	if (req == NULL) {
NULL              708 source3/rpc_client/rpc_transport_smbd.c 		return NULL;
NULL               59 source3/rpc_client/rpc_transport_sock.c 		return NULL;
NULL               64 source3/rpc_client/rpc_transport_sock.c 	if (subreq == NULL) {
NULL               76 source3/rpc_client/rpc_transport_sock.c 	return NULL;
NULL              128 source3/rpc_client/rpc_transport_sock.c 		return NULL;
NULL              132 source3/rpc_client/rpc_transport_sock.c 	if (subreq == NULL) {
NULL              144 source3/rpc_client/rpc_transport_sock.c 	return NULL;
NULL              183 source3/rpc_client/rpc_transport_sock.c 	if (result == NULL) {
NULL              187 source3/rpc_client/rpc_transport_sock.c 	if (state == NULL) {
NULL              197 source3/rpc_client/rpc_transport_sock.c 	result->trans_send = NULL;
NULL              198 source3/rpc_client/rpc_transport_sock.c 	result->trans_recv = NULL;
NULL               35 source3/rpc_parse/parse_misc.c 	if (nttime == NULL)
NULL              110 source3/rpc_parse/parse_misc.c 	if (uuid == NULL)
NULL              147 source3/rpc_parse/parse_misc.c 	if (buf == NULL || len == 0) {
NULL              158 source3/rpc_parse/parse_misc.c 	if (str->buffer == NULL) {
NULL               51 source3/rpc_parse/parse_prs.c 	char *fname = NULL;
NULL              109 source3/rpc_parse/parse_prs.c 	ps->data_p = NULL;
NULL              114 source3/rpc_parse/parse_prs.c 		if((ps->data_p = (char *)SMB_MALLOC((size_t)size)) == NULL) {
NULL              165 source3/rpc_parse/parse_prs.c 	char *ret = NULL;
NULL              227 source3/rpc_parse/parse_prs.c 			if (ps->data_p == NULL) {
NULL              277 source3/rpc_parse/parse_prs.c 		if((ps->data_p = (char *)SMB_MALLOC(new_size)) == NULL) {
NULL              292 source3/rpc_parse/parse_prs.c 		if ((ps->data_p = (char *)SMB_REALLOC(ps->data_p, new_size)) == NULL) {
NULL              321 source3/rpc_parse/parse_prs.c 	if((ps->data_p = (char *)SMB_REALLOC(ps->data_p, new_size)) == NULL) {
NULL              577 source3/rpc_parse/parse_prs.c 			return NULL;
NULL              584 source3/rpc_parse/parse_prs.c 			return NULL;
NULL              624 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              667 source3/rpc_parse/parse_prs.c 			*data = NULL;
NULL              682 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              711 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              740 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              793 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              823 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              854 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              886 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              919 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL              999 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL             1016 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL             1071 source3/rpc_parse/parse_prs.c 		if (q == NULL)
NULL             1130 source3/rpc_parse/parse_prs.c 		if ((str->buffer == NULL) && (alloc_len > 0))
NULL             1195 source3/rpc_parse/parse_prs.c 	if (q == NULL)
NULL             1232 source3/rpc_parse/parse_prs.c 	if (tmp_str == NULL) {
NULL             1261 source3/rpc_parse/parse_prs.c 		if(q ==NULL)
NULL             1303 source3/rpc_parse/parse_prs.c 	if (UNMARSHALLING(ps) && (data32 != NULL)) {
NULL             1484 source3/rpc_parse/parse_prs.c 	if (chk == NULL)
NULL             1514 source3/rpc_parse/parse_prs.c 	const uchar *schannel_sig = NULL;
NULL             1589 source3/rpc_parse/parse_prs.c 	const uchar *schannel_sig = NULL;
NULL               54 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              108 source3/rpc_parse/parse_rpc.c 	if (ifc == NULL)
NULL              142 source3/rpc_parse/parse_rpc.c 	if (str == NULL)
NULL              174 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              230 source3/rpc_parse/parse_rpc.c 	if (rpc_ctx == NULL)
NULL              268 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              322 source3/rpc_parse/parse_rpc.c 	if (res == NULL)
NULL              371 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              405 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              426 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              449 source3/rpc_parse/parse_rpc.c 	if (rpc == NULL)
NULL              485 source3/rpc_parse/parse_rpc.c 	if (rai == NULL)
NULL              535 source3/rpc_parse/parse_rpc.c 	if (rav == NULL)
NULL              557 source3/rpc_parse/parse_rpc.c 	if (rav == NULL)
NULL              591 source3/rpc_parse/parse_rpc.c 	if (neg == NULL)
NULL              620 source3/rpc_parse/parse_rpc.c 	if (chk == NULL)
NULL               43 source3/rpc_server/srv_dfs_nt.c 	struct junction_map *jn = NULL;
NULL               44 source3/rpc_server/srv_dfs_nt.c 	struct referral *old_referral_list = NULL;
NULL               47 source3/rpc_server/srv_dfs_nt.c 	char *altpath = NULL;
NULL               86 source3/rpc_server/srv_dfs_nt.c 	if(jn->referral_list == NULL) {
NULL              109 source3/rpc_server/srv_dfs_nt.c 	struct junction_map *jn = NULL;
NULL              114 source3/rpc_server/srv_dfs_nt.c 	char *altpath = NULL;
NULL              192 source3/rpc_server/srv_dfs_nt.c 	if (dfs1->path == NULL)
NULL              203 source3/rpc_server/srv_dfs_nt.c 	if (dfs2->path == NULL)
NULL              221 source3/rpc_server/srv_dfs_nt.c 	if (dfs3->path == NULL)
NULL              235 source3/rpc_server/srv_dfs_nt.c 		dfs3->stores = NULL;
NULL              240 source3/rpc_server/srv_dfs_nt.c 		char *path = NULL;
NULL              250 source3/rpc_server/srv_dfs_nt.c 		if(p==NULL) {
NULL              271 source3/rpc_server/srv_dfs_nt.c 	struct junction_map *jn = NULL;
NULL              279 source3/rpc_server/srv_dfs_nt.c 		jn = NULL;
NULL              291 source3/rpc_server/srv_dfs_nt.c 			if ((r->out.info->e.info1->s = TALLOC_ARRAY(ctx, struct dfs_Info1, num_jn)) == NULL) {
NULL              295 source3/rpc_server/srv_dfs_nt.c 			r->out.info->e.info1->s = NULL;
NULL              301 source3/rpc_server/srv_dfs_nt.c 			if ((r->out.info->e.info2->s = TALLOC_ARRAY(ctx, struct dfs_Info2, num_jn)) == NULL) {
NULL              305 source3/rpc_server/srv_dfs_nt.c 			r->out.info->e.info2->s = NULL;
NULL              311 source3/rpc_server/srv_dfs_nt.c 			if ((r->out.info->e.info3->s = TALLOC_ARRAY(ctx, struct dfs_Info3, num_jn)) == NULL) {
NULL              315 source3/rpc_server/srv_dfs_nt.c 			r->out.info->e.info3->s = NULL;
NULL              345 source3/rpc_server/srv_dfs_nt.c 	struct junction_map *jn = NULL;
NULL              396 source3/rpc_server/srv_dfs_nt.c 			r->out.info->info1 = NULL;
NULL               37 source3/rpc_server/srv_dssetup_nt.c 	struct dssetup_DsRolePrimaryDomInfoBasic *basic = NULL;
NULL               38 source3/rpc_server/srv_dssetup_nt.c 	char *dnsdomain = NULL;
NULL               87 source3/rpc_server/srv_dssetup_nt.c 		basic->dns_domain = NULL;
NULL               88 source3/rpc_server/srv_dssetup_nt.c 		basic->forest = NULL;
NULL              108 source3/rpc_server/srv_dssetup_nt.c 			struct dssetup_DsRolePrimaryDomInfoBasic *basic = NULL;
NULL               47 source3/rpc_server/srv_echo_nt.c 		r->out.out_data = NULL;
NULL               75 source3/rpc_server/srv_echo_nt.c 		r->out.data = NULL;		
NULL               60 source3/rpc_server/srv_eventlog_nt.c 		return NULL;
NULL              186 source3/rpc_server/srv_eventlog_nt.c 	if ( !(elog = TALLOC_ZERO_P( NULL, EVENTLOG_INFO )) )
NULL              276 source3/rpc_server/srv_eventlog_nt.c 	return elog_tdb_size( ELOG_TDB_CTX(info->etdb), NULL, NULL );
NULL              286 source3/rpc_server/srv_eventlog_nt.c 	char *path = NULL;
NULL              526 source3/rpc_server/srv_eventlog_nt.c 		ndr_err = ndr_push_struct_blob(&blob, p->mem_ctx, NULL, e,
NULL              580 source3/rpc_server/srv_eventlog_nt.c 	if (info == NULL) {
NULL              601 source3/rpc_server/srv_eventlog_nt.c 	if (info == NULL) {
NULL              648 source3/rpc_server/srv_eventlog_nt.c 	ndr_err = ndr_push_struct_blob(&blob, p->mem_ctx, NULL, &f,
NULL               69 source3/rpc_server/srv_lsa_hnd.c 	if (plist != NULL) {
NULL               71 source3/rpc_server/srv_lsa_hnd.c 		if (hl == NULL) {
NULL               79 source3/rpc_server/srv_lsa_hnd.c 		if (hl == NULL) {
NULL              119 source3/rpc_server/srv_lsa_hnd.c 	time_t t = time(NULL);
NULL              129 source3/rpc_server/srv_lsa_hnd.c 	pol = TALLOC_ZERO_P(NULL, struct policy);
NULL              135 source3/rpc_server/srv_lsa_hnd.c 	if (data_ptr != NULL) {
NULL              176 source3/rpc_server/srv_lsa_hnd.c 		*data_p = NULL;
NULL              193 source3/rpc_server/srv_lsa_hnd.c 	return NULL;
NULL              202 source3/rpc_server/srv_lsa_hnd.c 	return find_policy_by_hnd_internal(p, hnd, data_p) == NULL ? False : True;
NULL              211 source3/rpc_server/srv_lsa_hnd.c 	struct policy *pol = find_policy_by_hnd_internal(p, hnd, NULL);
NULL              244 source3/rpc_server/srv_lsa_hnd.c 		p->pipe_handles->Policy = NULL;
NULL               73 source3/rpc_server/srv_lsa_nt.c 	if (dom_name != NULL) {
NULL              163 source3/rpc_server/srv_lsa_nt.c 		if (full_name == NULL) {
NULL              172 source3/rpc_server/srv_lsa_nt.c 		lookup_name(mem_ctx, full_name, flags, &domain, NULL,
NULL              241 source3/rpc_server/srv_lsa_nt.c 		if (full_name == NULL) {
NULL              250 source3/rpc_server/srv_lsa_nt.c 		lookup_name(mem_ctx, full_name, flags, &domain, NULL,
NULL              298 source3/rpc_server/srv_lsa_nt.c 	SEC_ACL *psa = NULL;
NULL              325 source3/rpc_server/srv_lsa_nt.c 	if((psa = make_sec_acl(mem_ctx, NT4_ACL_REVISION, i, ace)) == NULL)
NULL              329 source3/rpc_server/srv_lsa_nt.c 				SEC_DESC_SELF_RELATIVE, &adm_sid, NULL, NULL,
NULL              330 source3/rpc_server/srv_lsa_nt.c 				psa, sd_size)) == NULL)
NULL              388 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
NULL              402 source3/rpc_server/srv_lsa_nt.c 			NULL, 0);
NULL              408 source3/rpc_server/srv_lsa_nt.c 		NULL, 0, des_access,
NULL              417 source3/rpc_server/srv_lsa_nt.c 	if (info == NULL) {
NULL              441 source3/rpc_server/srv_lsa_nt.c 	o.in.system_name	= NULL; /* should be ignored */
NULL              461 source3/rpc_server/srv_lsa_nt.c 	struct lsa_DomainInfo *lsa_domains = NULL;
NULL              547 source3/rpc_server/srv_lsa_nt.c 	DOM_SID *sid = NULL;
NULL              548 source3/rpc_server/srv_lsa_nt.c 	union lsa_PolicyInformation *info = NULL;
NULL              624 source3/rpc_server/srv_lsa_nt.c 				sid = NULL;
NULL              691 source3/rpc_server/srv_lsa_nt.c 	const DOM_SID **sids = NULL;
NULL              692 source3/rpc_server/srv_lsa_nt.c 	struct lsa_RefDomainList *ref = NULL;
NULL              694 source3/rpc_server/srv_lsa_nt.c 	struct lsa_dom_info *dom_infos = NULL;
NULL              695 source3/rpc_server/srv_lsa_nt.c 	struct lsa_name_info *name_infos = NULL;
NULL              696 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedName2 *names = NULL;
NULL              699 source3/rpc_server/srv_lsa_nt.c 	*pp_names = NULL;
NULL              700 source3/rpc_server/srv_lsa_nt.c 	*pp_ref = NULL;
NULL              709 source3/rpc_server/srv_lsa_nt.c 	if (sids == NULL || ref == NULL) {
NULL              725 source3/rpc_server/srv_lsa_nt.c 	if (names == NULL) {
NULL              759 source3/rpc_server/srv_lsa_nt.c 			if (name->name == NULL) {
NULL              799 source3/rpc_server/srv_lsa_nt.c 	struct lsa_RefDomainList *domains = NULL;
NULL              800 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedName *names_out = NULL;
NULL              801 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedName2 *names = NULL;
NULL              880 source3/rpc_server/srv_lsa_nt.c 	struct lsa_RefDomainList *domains = NULL;
NULL              881 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedName2 *names = NULL;
NULL              951 source3/rpc_server/srv_lsa_nt.c 	q.in.handle		= NULL;
NULL             1005 source3/rpc_server/srv_lsa_nt.c 	struct lsa_RefDomainList *domains = NULL;
NULL             1006 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedSid *rids = NULL;
NULL             1030 source3/rpc_server/srv_lsa_nt.c 		rids = NULL;
NULL             1082 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TransSidArray *sid_array = NULL;
NULL             1135 source3/rpc_server/srv_lsa_nt.c 	struct lsa_RefDomainList *domains = NULL;
NULL             1136 source3/rpc_server/srv_lsa_nt.c 	struct lsa_TranslatedSid3 *trans_sids = NULL;
NULL             1172 source3/rpc_server/srv_lsa_nt.c 		trans_sids = NULL;
NULL             1233 source3/rpc_server/srv_lsa_nt.c 	q.in.handle		= NULL;
NULL             1255 source3/rpc_server/srv_lsa_nt.c 	if (!find_policy_by_hnd(p, r->in.handle, NULL)) {
NULL             1312 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             1342 source3/rpc_server/srv_lsa_nt.c 	struct lsa_PrivEntry *entries = NULL;
NULL             1372 source3/rpc_server/srv_lsa_nt.c 		entries = NULL;
NULL             1378 source3/rpc_server/srv_lsa_nt.c 			init_lsa_StringLarge(&entries[i].name, NULL);
NULL             1462 source3/rpc_server/srv_lsa_nt.c 	struct lsa_SidPtr *sids = NULL;
NULL             1474 source3/rpc_server/srv_lsa_nt.c 	sid_list = NULL;
NULL             1523 source3/rpc_server/srv_lsa_nt.c 	struct lsa_String *account_name = NULL;
NULL             1524 source3/rpc_server/srv_lsa_nt.c 	struct lsa_String *authority_name = NULL;
NULL             1543 source3/rpc_server/srv_lsa_nt.c 				&domname, &username, NULL)) {
NULL             1606 source3/rpc_server/srv_lsa_nt.c 	if (info == NULL) {
NULL             1630 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
NULL             1662 source3/rpc_server/srv_lsa_nt.c 		NULL, 0, des_access,
NULL             1676 source3/rpc_server/srv_lsa_nt.c 	if (info == NULL) {
NULL             1700 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info=NULL;
NULL             1703 source3/rpc_server/srv_lsa_nt.c 	struct lsa_PrivilegeSet *priv_set = NULL;
NULL             1704 source3/rpc_server/srv_lsa_nt.c 	struct lsa_LUIDAttribute *luid_attrs = NULL;
NULL             1772 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             1830 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info=NULL;
NULL             1859 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             1861 source3/rpc_server/srv_lsa_nt.c 	struct lsa_PrivilegeSet *set = NULL;
NULL             1898 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             1900 source3/rpc_server/srv_lsa_nt.c 	struct lsa_PrivilegeSet *set = NULL;
NULL             1937 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *handle=NULL;
NULL             1938 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
NULL             1948 source3/rpc_server/srv_lsa_nt.c 				&lsa_policy_mapping, NULL, 0);
NULL             1964 source3/rpc_server/srv_lsa_nt.c 		if((*r->out.sdbuf = make_sec_desc_buf(p->mem_ctx, sd_size, psd)) == NULL)
NULL             1969 source3/rpc_server/srv_lsa_nt.c 		if((*r->out.sdbuf = make_sec_desc_buf(p->mem_ctx, sd_size, psd)) == NULL)
NULL             1988 source3/rpc_server/srv_lsa_nt.c 	char *dns_name = NULL;
NULL             1989 source3/rpc_server/srv_lsa_nt.c 	char *forest_name = NULL;
NULL             1990 source3/rpc_server/srv_lsa_nt.c 	DOM_SID *sid = NULL;
NULL             2054 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             2057 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
NULL             2086 source3/rpc_server/srv_lsa_nt.c                 NULL, 0, LSA_ACCOUNT_ADJUST_PRIVILEGES|LSA_ACCOUNT_ADJUST_SYSTEM_ACCESS|LSA_ACCOUNT_VIEW,
NULL             2124 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             2126 source3/rpc_server/srv_lsa_nt.c 	SEC_DESC *psd = NULL;
NULL             2129 source3/rpc_server/srv_lsa_nt.c 	const char *privname = NULL;
NULL             2156 source3/rpc_server/srv_lsa_nt.c                 NULL, 0, LSA_ACCOUNT_ADJUST_PRIVILEGES|LSA_ACCOUNT_ADJUST_SYSTEM_ACCESS|
NULL             2201 source3/rpc_server/srv_lsa_nt.c 	const char **privname_array = NULL;
NULL             2241 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             2291 source3/rpc_server/srv_lsa_nt.c 	struct lsa_info *info = NULL;
NULL             2292 source3/rpc_server/srv_lsa_nt.c 	const char *name = NULL;
NULL              107 source3/rpc_server/srv_netlog_nt.c 	l.in.data		= NULL;
NULL              120 source3/rpc_server/srv_netlog_nt.c         message_send_all(smbd_messaging_context(), MSG_SMB_SAM_SYNC, NULL, 0,
NULL              121 source3/rpc_server/srv_netlog_nt.c 			 NULL);
NULL              154 source3/rpc_server/srv_netlog_nt.c 	const char *dc_name = NULL;
NULL              156 source3/rpc_server/srv_netlog_nt.c 	const char *domain = NULL;
NULL              185 source3/rpc_server/srv_netlog_nt.c 			if ( !get_dc_name( domain, NULL, dc_name2, &dc_ss ) ) {
NULL              205 source3/rpc_server/srv_netlog_nt.c 			if ( !get_dc_name( domain, NULL, dc_name2, &dc_ss ) ) {
NULL              301 source3/rpc_server/srv_netlog_nt.c 	struct samu *sampass = NULL;
NULL              326 source3/rpc_server/srv_netlog_nt.c 	if ( !(sampass = samu_new( NULL )) ) {
NULL              386 source3/rpc_server/srv_netlog_nt.c 	if ((pass = pdb_get_nt_passwd(sampass)) == NULL) {
NULL              459 source3/rpc_server/srv_netlog_nt.c 			   NULL);
NULL              664 source3/rpc_server/srv_netlog_nt.c 	struct samu *sampass=NULL;
NULL              713 source3/rpc_server/srv_netlog_nt.c 	sampass = samu_new( NULL );
NULL              761 source3/rpc_server/srv_netlog_nt.c 		if (!pdb_set_lanman_passwd(sampass, NULL, PDB_CHANGED)) {
NULL              771 source3/rpc_server/srv_netlog_nt.c 		if (!pdb_set_pass_last_set_time(sampass, time(NULL), PDB_CHANGED)) {
NULL              852 source3/rpc_server/srv_netlog_nt.c 	struct netr_SamInfo3 *sam3 = NULL;
NULL              855 source3/rpc_server/srv_netlog_nt.c 	auth_usersupplied_info *user_info = NULL;
NULL              856 source3/rpc_server/srv_netlog_nt.c 	auth_serversupplied_info *server_info = NULL;
NULL              857 source3/rpc_server/srv_netlog_nt.c 	struct auth_context *auth_context = NULL;
NULL             1077 source3/rpc_server/srv_netlog_nt.c 		    || (p->auth.a_u.schannel_auth == NULL)) {
NULL               79 source3/rpc_server/srv_ntsvcs_nt.c 	char **multi_sz = NULL;
NULL               44 source3/rpc_server/srv_pipe.c 	auth->a_u.auth_ntlmssp_state = NULL;
NULL              655 source3/rpc_server/srv_pipe.c 	if (a->server_info->ptok == NULL) {
NULL              663 source3/rpc_server/srv_pipe.c 	if (p->server_info == NULL) {
NULL              675 source3/rpc_server/srv_pipe.c 	if (session_key.data == NULL) {
NULL              743 source3/rpc_server/srv_pipe.c 	blob = data_blob(NULL,p->hdr.auth_len);
NULL              770 source3/rpc_server/srv_pipe.c 	p->auth.a_u.auth_ntlmssp_state = NULL;
NULL              979 source3/rpc_server/srv_pipe.c 	if (context_fns == NULL) {
NULL             1029 source3/rpc_server/srv_pipe.c         if (NULL == rpc_entry) {
NULL             1107 source3/rpc_server/srv_pipe.c 	AUTH_NTLMSSP_STATE *a = NULL;
NULL             1115 source3/rpc_server/srv_pipe.c 	blob = data_blob(NULL,p->hdr.auth_len);
NULL             1183 source3/rpc_server/srv_pipe.c 		response = spnego_gen_auth_response(NULL,
NULL             1219 source3/rpc_server/srv_pipe.c 	p->auth.a_u.auth_ntlmssp_state = NULL;
NULL             1253 source3/rpc_server/srv_pipe.c 	spnego_blob = data_blob(NULL,p->hdr.auth_len);
NULL             1313 source3/rpc_server/srv_pipe.c 	p->auth.a_u.auth_ntlmssp_state = NULL;
NULL             1379 source3/rpc_server/srv_pipe.c 	if (session_key.data == NULL) {
NULL             1419 source3/rpc_server/srv_pipe.c 	p->auth.auth_data_free_func = NULL;
NULL             1438 source3/rpc_server/srv_pipe.c 	AUTH_NTLMSSP_STATE *a = NULL;
NULL             1444 source3/rpc_server/srv_pipe.c 	blob = data_blob(NULL,p->hdr.auth_len);
NULL             1504 source3/rpc_server/srv_pipe.c 	p->auth.a_u.auth_ntlmssp_state = NULL;
NULL             1997 source3/rpc_server/srv_pipe.c 	unsigned char *data = NULL;
NULL             1999 source3/rpc_server/srv_pipe.c 	unsigned char *full_packet_data = NULL;
NULL             2203 source3/rpc_server/srv_pipe.c 	PIPE_RPC_FNS *fns = NULL;
NULL             2207 source3/rpc_server/srv_pipe.c 		return NULL;
NULL             2214 source3/rpc_server/srv_pipe.c 	return NULL;
NULL             2307 source3/rpc_server/srv_pipe.c 		if (api_rpc_cmds[fn_num].opnum == p->hdr_req.opnum && api_rpc_cmds[fn_num].fn != NULL) {
NULL              105 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL              110 source3/rpc_server/srv_pipe_hnd.c 				      p)) == NULL) {
NULL              113 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL              120 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL              135 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL              139 source3/rpc_server/srv_pipe_hnd.c 	if (p->server_info == NULL) {
NULL              144 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL              194 source3/rpc_server/srv_pipe_hnd.c 	if (p->in_data.current_in_pdu == NULL) {
NULL              198 source3/rpc_server/srv_pipe_hnd.c 	if (p->in_data.current_in_pdu == NULL) {
NULL              325 source3/rpc_server/srv_pipe_hnd.c 	if (p->in_data.current_in_pdu == NULL) {
NULL              348 source3/rpc_server/srv_pipe_hnd.c 		if (p->mem_ctx == NULL) {
NULL              942 source3/rpc_server/srv_pipe_hnd.c 	if ((fsp == NULL) || (fsp->fake_file_handle == NULL)) {
NULL              989 source3/rpc_server/srv_pipe_hnd.c 	if (result == NULL) {
NULL              991 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL             1007 source3/rpc_server/srv_pipe_hnd.c 	if (socket_dir == NULL) {
NULL             1014 source3/rpc_server/srv_pipe_hnd.c 	if (socket_path == NULL) {
NULL             1031 source3/rpc_server/srv_pipe_hnd.c 	if (info3 == NULL) {
NULL             1036 source3/rpc_server/srv_pipe_hnd.c 	status = serverinfo_to_SamInfo3(server_info, NULL, 0, info3);
NULL             1048 source3/rpc_server/srv_pipe_hnd.c 		&req_blob, talloc_tos(), NULL, &req,
NULL             1079 source3/rpc_server/srv_pipe_hnd.c 		&rep_blob, talloc_tos(), NULL, &rep,
NULL             1112 source3/rpc_server/srv_pipe_hnd.c 	result->msg = NULL;
NULL             1115 source3/rpc_server/srv_pipe_hnd.c 	if (result->read_queue == NULL) {
NULL             1119 source3/rpc_server/srv_pipe_hnd.c 	if (result->write_queue == NULL) {
NULL             1127 source3/rpc_server/srv_pipe_hnd.c 	return NULL;
NULL             1138 source3/rpc_server/srv_pipe_hnd.c 	proxy_list = lp_parm_string_list(-1, "np", "proxy", NULL);
NULL             1141 source3/rpc_server/srv_pipe_hnd.c 	if (handle == NULL) {
NULL             1145 source3/rpc_server/srv_pipe_hnd.c 	if ((proxy_list != NULL) && str_list_check_ci(proxy_list, name)) {
NULL             1168 source3/rpc_server/srv_pipe_hnd.c 	if (handle->private_data == NULL) {
NULL             1199 source3/rpc_server/srv_pipe_hnd.c 	if (req == NULL) {
NULL             1200 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL             1232 source3/rpc_server/srv_pipe_hnd.c 		if (subreq == NULL) {
NULL             1249 source3/rpc_server/srv_pipe_hnd.c 	return NULL;
NULL             1326 source3/rpc_server/srv_pipe_hnd.c 	if (req == NULL) {
NULL             1327 source3/rpc_server/srv_pipe_hnd.c 		return NULL;
NULL             1346 source3/rpc_server/srv_pipe_hnd.c 		if (p->msg != NULL) {
NULL             1372 source3/rpc_server/srv_pipe_hnd.c 				      NULL)) {
NULL             1388 source3/rpc_server/srv_pipe_hnd.c 	return NULL;
NULL             1398 source3/rpc_server/srv_pipe_hnd.c 				  RPC_HEADER_LEN, rpc_frag_more_fn, NULL);
NULL             1469 source3/rpc_server/srv_pipe_hnd.c 	if (result == NULL) {
NULL             1479 source3/rpc_server/srv_pipe_hnd.c 	if (result->pipes_struct == NULL) {
NULL              120 source3/rpc_server/srv_samr_nt.c 	SEC_ACL *psa = NULL;
NULL              151 source3/rpc_server/srv_samr_nt.c 	if ((psa = make_sec_acl(ctx, NT4_ACL_REVISION, i, ace)) == NULL)
NULL              155 source3/rpc_server/srv_samr_nt.c 				  SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL              156 source3/rpc_server/srv_samr_nt.c 				  psa, sd_size)) == NULL)
NULL              331 source3/rpc_server/srv_samr_nt.c 	if (psid == NULL) {
NULL              332 source3/rpc_server/srv_samr_nt.c 		return NULL;
NULL              339 source3/rpc_server/srv_samr_nt.c 		if (builtin_dispinfo == NULL) {
NULL              342 source3/rpc_server/srv_samr_nt.c 			if (builtin_dispinfo == NULL) {
NULL              343 source3/rpc_server/srv_samr_nt.c 				return NULL;
NULL              356 source3/rpc_server/srv_samr_nt.c 		if (domain_dispinfo == NULL) {
NULL              359 source3/rpc_server/srv_samr_nt.c 			if (domain_dispinfo == NULL) {
NULL              360 source3/rpc_server/srv_samr_nt.c 				return NULL;
NULL              369 source3/rpc_server/srv_samr_nt.c 	return NULL;
NULL              390 source3/rpc_server/srv_samr_nt.c 	if ((info = TALLOC_ZERO_P(mem_ctx, struct samr_info)) == NULL) {
NULL              391 source3/rpc_server/srv_samr_nt.c 		return NULL;
NULL              437 source3/rpc_server/srv_samr_nt.c 	if (info->disp_info && info->disp_info->cache_timeout_event == NULL) {
NULL              476 source3/rpc_server/srv_samr_nt.c 		smbd_event_context(), NULL,
NULL              488 source3/rpc_server/srv_samr_nt.c 	if ((disp_info == NULL) || (disp_info->cache_timeout_event == NULL)) {
NULL              509 source3/rpc_server/srv_samr_nt.c 	pdb_set_lanman_passwd(sam_pass, NULL, PDB_DEFAULT);
NULL              510 source3/rpc_server/srv_samr_nt.c 	pdb_set_nt_passwd(sam_pass, NULL, PDB_DEFAULT);
NULL              522 source3/rpc_server/srv_samr_nt.c 	if (info->users == NULL) {
NULL              524 source3/rpc_server/srv_samr_nt.c 		if (info->users == NULL) {
NULL              546 source3/rpc_server/srv_samr_nt.c 	if (info->groups == NULL) {
NULL              548 source3/rpc_server/srv_samr_nt.c 		if (info->groups == NULL) {
NULL              565 source3/rpc_server/srv_samr_nt.c 	if (info->aliases == NULL) {
NULL              567 source3/rpc_server/srv_samr_nt.c 		if (info->aliases == NULL) {
NULL              603 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
NULL              619 source3/rpc_server/srv_samr_nt.c 	make_samr_object_sd( p->mem_ctx, &psd, &sd_size, &dom_generic_mapping, NULL, 0 );
NULL              654 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, r->in.sid))==NULL)
NULL              674 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL              700 source3/rpc_server/srv_samr_nt.c 	ret = lookup_sid(p->mem_ctx, &info->sid, NULL, NULL, &sid_type);
NULL              739 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL              768 source3/rpc_server/srv_samr_nt.c 	struct samu *sampass=NULL;
NULL              771 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.handle, &pol_sid, &acc_granted, NULL))
NULL              825 source3/rpc_server/srv_samr_nt.c 	struct samu *sampass=NULL;
NULL              863 source3/rpc_server/srv_samr_nt.c 	SEC_DESC * psd = NULL;
NULL              868 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.handle, &pol_sid, &acc_granted, NULL))
NULL              886 source3/rpc_server/srv_samr_nt.c 		status = make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &sam_generic_mapping, NULL, 0);
NULL              891 source3/rpc_server/srv_samr_nt.c 		status = make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &dom_generic_mapping, NULL, 0);
NULL              897 source3/rpc_server/srv_samr_nt.c 		status = make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &dom_generic_mapping, NULL, 0);
NULL              915 source3/rpc_server/srv_samr_nt.c 	if ((*r->out.sdbuf = make_sec_desc_buf(p->mem_ctx, sd_size, psd)) == NULL)
NULL              934 source3/rpc_server/srv_samr_nt.c 	*sam_pp = NULL;
NULL              941 source3/rpc_server/srv_samr_nt.c 	if (sam == NULL) {
NULL              979 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL              985 source3/rpc_server/srv_samr_nt.c 	struct samr_displayentry *entries = NULL;
NULL              986 source3/rpc_server/srv_samr_nt.c 	struct samr_SamArray *samr_array = NULL;
NULL              987 source3/rpc_server/srv_samr_nt.c 	struct samr_SamEntry *samr_entries = NULL;
NULL             1019 source3/rpc_server/srv_samr_nt.c 	if ((info->disp_info->enum_users != NULL) &&
NULL             1024 source3/rpc_server/srv_samr_nt.c 	if (info->disp_info->enum_users == NULL) {
NULL             1030 source3/rpc_server/srv_samr_nt.c 	if (info->disp_info->enum_users == NULL) {
NULL             1092 source3/rpc_server/srv_samr_nt.c 	*sam_pp = NULL;
NULL             1099 source3/rpc_server/srv_samr_nt.c 	if (sam == NULL) {
NULL             1122 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             1125 source3/rpc_server/srv_samr_nt.c 	struct samr_SamArray *samr_array = NULL;
NULL             1126 source3/rpc_server/srv_samr_nt.c 	struct samr_SamEntry *samr_entries = NULL;
NULL             1157 source3/rpc_server/srv_samr_nt.c 	if (info->disp_info->groups == NULL) {
NULL             1160 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->groups == NULL) {
NULL             1206 source3/rpc_server/srv_samr_nt.c 	struct samr_SamArray *samr_array = NULL;
NULL             1207 source3/rpc_server/srv_samr_nt.c 	struct samr_SamEntry *samr_entries = NULL;
NULL             1230 source3/rpc_server/srv_samr_nt.c 	if (info->disp_info->aliases == NULL) {
NULL             1233 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->aliases == NULL) {
NULL             1474 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             1488 source3/rpc_server/srv_samr_nt.c 	struct samr_displayentry *entries = NULL;
NULL             1568 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->users == NULL) {
NULL             1571 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->users == NULL) {
NULL             1587 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->machines == NULL) {
NULL             1590 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->machines == NULL) {
NULL             1607 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->groups == NULL) {
NULL             1610 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->groups == NULL) {
NULL             1743 source3/rpc_server/srv_samr_nt.c 	union samr_AliasInfo *alias_info = NULL;
NULL             1744 source3/rpc_server/srv_samr_nt.c 	const char *alias_name = NULL;
NULL             1745 source3/rpc_server/srv_samr_nt.c 	const char *alias_description = NULL;
NULL             1755 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.alias_handle, &sid, &acc_granted, NULL))
NULL             1818 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.domain_handle, &pol_sid, &acc_granted, NULL)) {
NULL             1903 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             1919 source3/rpc_server/srv_samr_nt.c 	if (!(pwd = samu_new(NULL))) {
NULL             2041 source3/rpc_server/srv_samr_nt.c 				 NULL);
NULL             2061 source3/rpc_server/srv_samr_nt.c 	const char *wks = NULL;
NULL             2093 source3/rpc_server/srv_samr_nt.c 				 NULL);
NULL             2113 source3/rpc_server/srv_samr_nt.c 	const char *wks = NULL;
NULL             2115 source3/rpc_server/srv_samr_nt.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL             2116 source3/rpc_server/srv_samr_nt.c 	struct samr_ChangeReject *reject = NULL;
NULL             2215 source3/rpc_server/srv_samr_nt.c 	struct lsa_String *lsa_name_array = NULL;
NULL             2218 source3/rpc_server/srv_samr_nt.c 	*lsa_name_array_p = NULL;
NULL             2246 source3/rpc_server/srv_samr_nt.c 	enum lsa_SidType *attrs = NULL;
NULL             2247 source3/rpc_server/srv_samr_nt.c 	uint32 *wire_attrs = NULL;
NULL             2254 source3/rpc_server/srv_samr_nt.c 	struct lsa_String *lsa_names = NULL;
NULL             2259 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.domain_handle, &pol_sid, &acc_granted, NULL))
NULL             2280 source3/rpc_server/srv_samr_nt.c 		if ((names == NULL) || (attrs == NULL) || (wire_attrs==NULL))
NULL             2283 source3/rpc_server/srv_samr_nt.c 		names = NULL;
NULL             2284 source3/rpc_server/srv_samr_nt.c 		attrs = NULL;
NULL             2285 source3/rpc_server/srv_samr_nt.c 		wire_attrs = NULL;
NULL             2328 source3/rpc_server/srv_samr_nt.c 	struct samu *sampass=NULL;
NULL             2330 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             2331 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
NULL             2342 source3/rpc_server/srv_samr_nt.c 	if ( !get_lsa_policy_samr_sid(p, r->in.domain_handle, &sid, &acc_granted, NULL) )
NULL             2449 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &sid)) == NULL)
NULL             2537 source3/rpc_server/srv_samr_nt.c 	r->unknown.string		= NULL;
NULL             2832 source3/rpc_server/srv_samr_nt.c 	struct samu *smbpass=NULL;
NULL             2887 source3/rpc_server/srv_samr_nt.c 	const char *munged_dial = NULL;
NULL             2890 source3/rpc_server/srv_samr_nt.c 	struct lsa_BinaryString *parameters = NULL;
NULL             2932 source3/rpc_server/srv_samr_nt.c 	struct lsa_BinaryString *parameters = NULL;
NULL             2933 source3/rpc_server/srv_samr_nt.c 	const char *munged_dial = NULL;
NULL             3039 source3/rpc_server/srv_samr_nt.c 	union samr_UserInfo *user_info = NULL;
NULL             3040 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             3044 source3/rpc_server/srv_samr_nt.c 	struct samu *pwd = NULL;
NULL             3259 source3/rpc_server/srv_samr_nt.c 	struct samu *sam_pass=NULL;
NULL             3263 source3/rpc_server/srv_samr_nt.c 	struct samr_RidWithAttribute *gids = NULL;
NULL             3273 source3/rpc_server/srv_samr_nt.c 	struct samr_RidWithAttributeArray *rids = NULL;
NULL             3295 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.user_handle, &sid, &acc_granted, NULL))
NULL             3322 source3/rpc_server/srv_samr_nt.c 	sids = NULL;
NULL             3349 source3/rpc_server/srv_samr_nt.c 	gids = NULL;
NULL             3394 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             3505 source3/rpc_server/srv_samr_nt.c 				seq_num = time(NULL);
NULL             3569 source3/rpc_server/srv_samr_nt.c 				seq_num = time(NULL);
NULL             3603 source3/rpc_server/srv_samr_nt.c 				seq_num = time(NULL);
NULL             3676 source3/rpc_server/srv_samr_nt.c 				seq_num = time(NULL);
NULL             3715 source3/rpc_server/srv_samr_nt.c 			     NULL, NULL, NULL, &type);
NULL             3744 source3/rpc_server/srv_samr_nt.c 	const char *account = NULL;
NULL             3747 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             3756 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             3783 source3/rpc_server/srv_samr_nt.c 	if (account == NULL) {
NULL             3866 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &sid)) == NULL) {
NULL             3914 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             3927 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, NULL)) == NULL)
NULL             3953 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             3954 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
NULL             3987 source3/rpc_server/srv_samr_nt.c 	make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &sam_generic_mapping, NULL, 0);
NULL             3991 source3/rpc_server/srv_samr_nt.c 		NULL, 0, des_access, &acc_granted, fn);
NULL             3997 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, NULL)) == NULL)
NULL             4084 source3/rpc_server/srv_samr_nt.c 	DOM_SID *sid = NULL;
NULL             4135 source3/rpc_server/srv_samr_nt.c 	struct samr_SamEntry *entry_array = NULL;
NULL             4184 source3/rpc_server/srv_samr_nt.c 	struct    samr_info *info = NULL;
NULL             4185 source3/rpc_server/srv_samr_nt.c 	SEC_DESC *psd = NULL;
NULL             4194 source3/rpc_server/srv_samr_nt.c 	if ( !get_lsa_policy_samr_sid(p, r->in.domain_handle, &sid, &acc_granted, NULL) )
NULL             4213 source3/rpc_server/srv_samr_nt.c 	make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &ali_generic_mapping, NULL, 0);
NULL             4232 source3/rpc_server/srv_samr_nt.c 		result = lookup_sid(NULL, &sid, NULL, NULL, &type);
NULL             4248 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &sid)) == NULL)
NULL             4268 source3/rpc_server/srv_samr_nt.c 	if (id2 == NULL) {
NULL             4286 source3/rpc_server/srv_samr_nt.c 	if (id4 == NULL) {
NULL             4304 source3/rpc_server/srv_samr_nt.c 	if (id6 == NULL) {
NULL             4324 source3/rpc_server/srv_samr_nt.c 	if (id7 == NULL) {
NULL             4367 source3/rpc_server/srv_samr_nt.c 	if (id8 == NULL) {
NULL             4385 source3/rpc_server/srv_samr_nt.c 	if (id10 == NULL) {
NULL             4403 source3/rpc_server/srv_samr_nt.c 	if (id11 == NULL) {
NULL             4421 source3/rpc_server/srv_samr_nt.c 	if (id12 == NULL) {
NULL             4439 source3/rpc_server/srv_samr_nt.c 	if (id13 == NULL) {
NULL             4457 source3/rpc_server/srv_samr_nt.c 	if (id14 == NULL) {
NULL             4475 source3/rpc_server/srv_samr_nt.c 	if (id16 == NULL) {
NULL             4493 source3/rpc_server/srv_samr_nt.c 	if (id17 == NULL) {
NULL             4512 source3/rpc_server/srv_samr_nt.c 	if (id18 == NULL) {
NULL             4536 source3/rpc_server/srv_samr_nt.c 		pdb_set_pass_last_set_time(pwd, time(NULL), PDB_CHANGED);
NULL             4552 source3/rpc_server/srv_samr_nt.c 		pdb_set_pass_last_set_time(pwd, time(NULL), PDB_CHANGED);
NULL             4568 source3/rpc_server/srv_samr_nt.c 	if (id20 == NULL) {
NULL             4589 source3/rpc_server/srv_samr_nt.c 	if (id21 == NULL) {
NULL             4621 source3/rpc_server/srv_samr_nt.c 			pdb_set_pass_last_set_time(pwd, time(NULL), PDB_CHANGED);
NULL             4644 source3/rpc_server/srv_samr_nt.c 			pdb_set_pass_last_set_time(pwd, time(NULL), PDB_CHANGED);
NULL             4717 source3/rpc_server/srv_samr_nt.c 	char *plaintext_buf = NULL;
NULL             4722 source3/rpc_server/srv_samr_nt.c 	if (id23 == NULL) {
NULL             4767 source3/rpc_server/srv_samr_nt.c 			if (pdb_get_username(pwd) == NULL) {
NULL             4773 source3/rpc_server/srv_samr_nt.c 			if (passwd == NULL) {
NULL             4808 source3/rpc_server/srv_samr_nt.c 	char *plaintext_buf = NULL;
NULL             4838 source3/rpc_server/srv_samr_nt.c 			if (pdb_get_username(pwd) == NULL) {
NULL             4844 source3/rpc_server/srv_samr_nt.c 			if (passwd == NULL) {
NULL             4872 source3/rpc_server/srv_samr_nt.c 	if (id24 == NULL) {
NULL             4901 source3/rpc_server/srv_samr_nt.c 	if (id25 == NULL) {
NULL             4957 source3/rpc_server/srv_samr_nt.c 	if (id26 == NULL) {
NULL             5052 source3/rpc_server/srv_samr_nt.c 	struct samu *pwd = NULL;
NULL             5059 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5130 source3/rpc_server/srv_samr_nt.c 	if (info == NULL) {
NULL             5135 source3/rpc_server/srv_samr_nt.c 	if (!(pwd = samu_new(NULL))) {
NULL             5333 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             5368 source3/rpc_server/srv_samr_nt.c 		if (members == NULL)
NULL             5371 source3/rpc_server/srv_samr_nt.c 		members = NULL;
NULL             5377 source3/rpc_server/srv_samr_nt.c 	alias_rids = NULL;
NULL             5406 source3/rpc_server/srv_samr_nt.c 	struct lsa_SidPtr *sids = NULL;
NULL             5407 source3/rpc_server/srv_samr_nt.c 	DOM_SID *pdb_sids = NULL;
NULL             5414 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.alias_handle, &alias_sid, &acc_granted, NULL))
NULL             5436 source3/rpc_server/srv_samr_nt.c 		if (sids == NULL) {
NULL             5468 source3/rpc_server/srv_samr_nt.c 	uint32 *rid=NULL;
NULL             5469 source3/rpc_server/srv_samr_nt.c 	uint32 *attr=NULL;
NULL             5474 source3/rpc_server/srv_samr_nt.c 	struct samr_RidTypeArray *rids = NULL;
NULL             5482 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.group_handle, &group_sid, &acc_granted, NULL))
NULL             5512 source3/rpc_server/srv_samr_nt.c 		if (attr == NULL) {
NULL             5516 source3/rpc_server/srv_samr_nt.c 		attr = NULL;
NULL             5541 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5581 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5623 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5668 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5714 source3/rpc_server/srv_samr_nt.c 	struct samu *sam_pass=NULL;
NULL             5716 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5736 source3/rpc_server/srv_samr_nt.c 	if ( !(sam_pass = samu_new( NULL )) ) {
NULL             5791 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5847 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5913 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             5930 source3/rpc_server/srv_samr_nt.c 	if (name == NULL) {
NULL             5955 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &info_sid)) == NULL)
NULL             5980 source3/rpc_server/srv_samr_nt.c 	const char *name = NULL;
NULL             5985 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             6032 source3/rpc_server/srv_samr_nt.c 	if ( getgrgid(gid) == NULL ) {
NULL             6038 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &info_sid)) == NULL)
NULL             6064 source3/rpc_server/srv_samr_nt.c 	union samr_GroupInfo *info = NULL;
NULL             6070 source3/rpc_server/srv_samr_nt.c 	const char *group_name = NULL;
NULL             6071 source3/rpc_server/srv_samr_nt.c 	const char *group_description = NULL;
NULL             6073 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.group_handle, &group_sid, &acc_granted, NULL))
NULL             6171 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             6229 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             6360 source3/rpc_server/srv_samr_nt.c 	SEC_DESC         *psd = NULL;
NULL             6369 source3/rpc_server/srv_samr_nt.c 	if (!get_lsa_policy_samr_sid(p, r->in.domain_handle, &sid, &acc_granted, NULL))
NULL             6382 source3/rpc_server/srv_samr_nt.c 	make_samr_object_sd(p->mem_ctx, &psd, &sd_size, &grp_generic_mapping, NULL, 0);
NULL             6403 source3/rpc_server/srv_samr_nt.c 	if ((info = get_samr_info_by_sid(p->mem_ctx, &info_sid)) == NULL)
NULL             6434 source3/rpc_server/srv_samr_nt.c 	DISP_INFO *disp_info = NULL;
NULL             6511 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             6603 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL             6608 source3/rpc_server/srv_samr_nt.c 	struct samr_displayentry *entries = NULL;
NULL             6638 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->users == NULL) {
NULL             6641 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->users == NULL) {
NULL             6658 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->machines == NULL) {
NULL             6661 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->machines == NULL) {
NULL             6678 source3/rpc_server/srv_samr_nt.c 		if (info->disp_info->groups == NULL) {
NULL             6681 source3/rpc_server/srv_samr_nt.c 			if (info->disp_info->groups == NULL) {
NULL             6752 source3/rpc_server/srv_samr_nt.c 	struct samr_info *info = NULL;
NULL               47 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL               72 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL               93 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              116 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              137 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              160 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              181 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              202 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              223 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              244 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              265 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              286 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              309 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              318 source3/rpc_server/srv_samr_util.c 			NULL : base64_encode_data_blob(talloc_tos(), mung);
NULL              341 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              503 source3/rpc_server/srv_samr_util.c 			NULL : base64_encode_data_blob(talloc_tos(), mung);
NULL              620 source3/rpc_server/srv_samr_util.c 			time_t now = time(NULL);
NULL              651 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              667 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              686 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              702 source3/rpc_server/srv_samr_util.c 	if (from == NULL || to == NULL) {
NULL              175 source3/rpc_server/srv_spoolss_nt.c 		notify_cli_pipe = NULL; /* The above call shuts downn the pipe also. */
NULL              178 source3/rpc_server/srv_spoolss_nt.c 				     MSG_PRINTER_NOTIFY2, NULL);
NULL              231 source3/rpc_server/srv_spoolss_nt.c 	Printer_entry *find_printer = NULL;
NULL              235 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL              267 source3/rpc_server/srv_spoolss_nt.c 	char *command = NULL;
NULL              293 source3/rpc_server/srv_spoolss_nt.c 	if ( (ret = smbrun(command, NULL)) == 0 ) {
NULL              296 source3/rpc_server/srv_spoolss_nt.c 				 MSG_SMB_CONF_UPDATED, NULL, 0, NULL);
NULL              430 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL              439 source3/rpc_server/srv_spoolss_nt.c 		if ( (aprinter = strchr_m( servername, '\\' )) != NULL ) {
NULL              502 source3/rpc_server/srv_spoolss_nt.c 		printer = NULL;
NULL              509 source3/rpc_server/srv_spoolss_nt.c 		result = get_a_printer_search( NULL, &printer, 2, sname );
NULL              562 source3/rpc_server/srv_spoolss_nt.c 	new_printer = TALLOC_ZERO_P(NULL, Printer_entry);
NULL              563 source3/rpc_server/srv_spoolss_nt.c 	if (new_printer == NULL) {
NULL              576 source3/rpc_server/srv_spoolss_nt.c 	new_printer->notify.option=NULL;
NULL              734 source3/rpc_server/srv_spoolss_nt.c 	data->data.string.string = NULL;
NULL              762 source3/rpc_server/srv_spoolss_nt.c 	/* 0x07 */ { "PRINTER_NOTIFY_FIELD_DEVMODE", NULL },
NULL              765 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0a */ { "PRINTER_NOTIFY_FIELD_PARAMETERS", NULL },
NULL              767 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0c */ { "PRINTER_NOTIFY_FIELD_SECURITY_DESCRIPTOR", NULL },
NULL              770 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0f */ { "PRINTER_NOTIFY_FIELD_DEFAULT_PRIORITY", NULL },
NULL              771 source3/rpc_server/srv_spoolss_nt.c 	/* 0x10 */ { "PRINTER_NOTIFY_FIELD_START_TIME", NULL },
NULL              772 source3/rpc_server/srv_spoolss_nt.c 	/* 0x11 */ { "PRINTER_NOTIFY_FIELD_UNTIL_TIME", NULL },
NULL              777 source3/rpc_server/srv_spoolss_nt.c 	/* 0x00 */ { "JOB_NOTIFY_FIELD_PRINTER_NAME", NULL },
NULL              778 source3/rpc_server/srv_spoolss_nt.c 	/* 0x01 */ { "JOB_NOTIFY_FIELD_MACHINE_NAME", NULL },
NULL              779 source3/rpc_server/srv_spoolss_nt.c 	/* 0x02 */ { "JOB_NOTIFY_FIELD_PORT_NAME", NULL },
NULL              781 source3/rpc_server/srv_spoolss_nt.c 	/* 0x04 */ { "JOB_NOTIFY_FIELD_NOTIFY_NAME", NULL },
NULL              782 source3/rpc_server/srv_spoolss_nt.c 	/* 0x05 */ { "JOB_NOTIFY_FIELD_DATATYPE", NULL },
NULL              783 source3/rpc_server/srv_spoolss_nt.c 	/* 0x06 */ { "JOB_NOTIFY_FIELD_PRINT_PROCESSOR", NULL },
NULL              784 source3/rpc_server/srv_spoolss_nt.c 	/* 0x07 */ { "JOB_NOTIFY_FIELD_PARAMETERS", NULL },
NULL              785 source3/rpc_server/srv_spoolss_nt.c 	/* 0x08 */ { "JOB_NOTIFY_FIELD_DRIVER_NAME", NULL },
NULL              786 source3/rpc_server/srv_spoolss_nt.c 	/* 0x09 */ { "JOB_NOTIFY_FIELD_DEVMODE", NULL },
NULL              788 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0b */ { "JOB_NOTIFY_FIELD_STATUS_STRING", NULL },
NULL              789 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0c */ { "JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR", NULL },
NULL              791 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0e */ { "JOB_NOTIFY_FIELD_PRIORITY", NULL },
NULL              792 source3/rpc_server/srv_spoolss_nt.c 	/* 0x0f */ { "JOB_NOTIFY_FIELD_POSITION", NULL },
NULL              794 source3/rpc_server/srv_spoolss_nt.c 	/* 0x11 */ { "JOB_NOTIFY_FIELD_START_TIME", NULL },
NULL              795 source3/rpc_server/srv_spoolss_nt.c 	/* 0x12 */ { "JOB_NOTIFY_FIELD_UNTIL_TIME", NULL },
NULL              796 source3/rpc_server/srv_spoolss_nt.c 	/* 0x13 */ { "JOB_NOTIFY_FIELD_TIME", NULL },
NULL              798 source3/rpc_server/srv_spoolss_nt.c 	/* 0x15 */ { "JOB_NOTIFY_FIELD_PAGES_PRINTED", NULL },
NULL              800 source3/rpc_server/srv_spoolss_nt.c 	/* 0x17 */ { "JOB_NOTIFY_FIELD_BYTES_PRINTED", NULL },
NULL              841 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL              852 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL              855 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL              879 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG_GROUP	*groups = NULL;
NULL              880 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG_GROUP	*msg_grp = NULL;
NULL              881 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG		*msg_list = NULL;
NULL             1292 source3/rpc_server/srv_spoolss_nt.c 			NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             1294 source3/rpc_server/srv_spoolss_nt.c 			result = get_a_printer(NULL, &printer, 2, lp_const_servicename(snum));
NULL             1336 source3/rpc_server/srv_spoolss_nt.c 			print_queue_status( snum, NULL, NULL );
NULL             1395 source3/rpc_server/srv_spoolss_nt.c 			NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             1397 source3/rpc_server/srv_spoolss_nt.c 			result = get_a_printer( NULL, &printer, 2, lp_const_servicename(snum) );
NULL             1478 source3/rpc_server/srv_spoolss_nt.c 	if (nt_devmode == NULL) {
NULL             1480 source3/rpc_server/srv_spoolss_nt.c 		if ((nt_devmode = construct_nt_devicemode(printername)) == NULL)
NULL             1525 source3/rpc_server/srv_spoolss_nt.c 	if ((devmode->__driverextra_length != 0) && (devmode->driverextra_data.data != NULL)) {
NULL             1528 source3/rpc_server/srv_spoolss_nt.c 		if((nt_devmode->nt_dev_private = SMB_MALLOC_ARRAY(uint8_t, nt_devmode->driverextra)) == NULL)
NULL             1546 source3/rpc_server/srv_spoolss_nt.c 	Printer_entry *Printer=NULL;
NULL             1642 source3/rpc_server/srv_spoolss_nt.c 				    NULL, NULL,
NULL             1667 source3/rpc_server/srv_spoolss_nt.c 		if (!get_printer_snum(p, r->out.handle, &snum, NULL)) {
NULL             1699 source3/rpc_server/srv_spoolss_nt.c 		if (!user_ok_token(uidtoname(p->server_info->utok.uid), NULL,
NULL             1821 source3/rpc_server/srv_spoolss_nt.c 		printer->info_2->setuptime = time(NULL);
NULL             1836 source3/rpc_server/srv_spoolss_nt.c 		*farray = NULL;
NULL             1845 source3/rpc_server/srv_spoolss_nt.c 	for (i=0; sarray[i] != NULL; i++) {
NULL             1868 source3/rpc_server/srv_spoolss_nt.c 	if (*p == NULL) {
NULL             1870 source3/rpc_server/srv_spoolss_nt.c 		if (*p == NULL) {
NULL             1920 source3/rpc_server/srv_spoolss_nt.c 	if (*p == NULL) {
NULL             1922 source3/rpc_server/srv_spoolss_nt.c 		if (*p == NULL) {
NULL             1981 source3/rpc_server/srv_spoolss_nt.c 		printer->info_3 = NULL;
NULL             1987 source3/rpc_server/srv_spoolss_nt.c 		printer->info_6 = NULL;
NULL             2014 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, handle, &snum, NULL))
NULL             2086 source3/rpc_server/srv_spoolss_nt.c 	        {NULL,                   "",            -1 }
NULL             2089 source3/rpc_server/srv_spoolss_nt.c 	for (i=0; archi_table[i].long_archi != NULL; i++)
NULL             2118 source3/rpc_server/srv_spoolss_nt.c 			uidtoname(p->server_info->utok.uid), NULL,
NULL             2119 source3/rpc_server/srv_spoolss_nt.c 			NULL, p->server_info->ptok,
NULL             2218 source3/rpc_server/srv_spoolss_nt.c 			uidtoname(p->server_info->utok.uid), NULL, NULL,
NULL             2427 source3/rpc_server/srv_spoolss_nt.c 		ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, &os,
NULL             2498 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             2528 source3/rpc_server/srv_spoolss_nt.c 		if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             2577 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= ndr_size_spoolss_PrinterData(r->out.data, *r->out.type, NULL, 0);
NULL             2620 source3/rpc_server/srv_spoolss_nt.c 		0, lp_client_signing(), NULL );
NULL             2674 source3/rpc_server/srv_spoolss_nt.c 		messaging_register(smbd_messaging_context(), NULL,
NULL             2697 source3/rpc_server/srv_spoolss_nt.c 						 NULL,
NULL             2717 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL             2722 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL             2735 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL             2746 source3/rpc_server/srv_spoolss_nt.c 				return NULL;
NULL             2800 source3/rpc_server/srv_spoolss_nt.c 			!get_printer_snum(p, r->in.handle, &snum, NULL) )
NULL             2940 source3/rpc_server/srv_spoolss_nt.c 	SETUP_SPOOLSS_NOTIFY_DATA_DEVMODE(data, NULL);
NULL             3107 source3/rpc_server/srv_spoolss_nt.c 	SETUP_SPOOLSS_NOTIFY_DATA_INTEGER(data, print_queue_length(snum, NULL));
NULL             3276 source3/rpc_server/srv_spoolss_nt.c 	data->data.string.string = NULL;
NULL             3321 source3/rpc_server/srv_spoolss_nt.c { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_FIELD_STATUS_STRING,       "PRINTER_NOTIFY_FIELD_STATUS_STRING",       NOTIFY_TABLE_STRING,   NULL },
NULL             3324 source3/rpc_server/srv_spoolss_nt.c { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_FIELD_TOTAL_PAGES,         "PRINTER_NOTIFY_FIELD_TOTAL_PAGES",         NOTIFY_TABLE_DWORD,    NULL },
NULL             3325 source3/rpc_server/srv_spoolss_nt.c { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_FIELD_PAGES_PRINTED,       "PRINTER_NOTIFY_FIELD_PAGES_PRINTED",       NOTIFY_TABLE_DWORD,    NULL },
NULL             3326 source3/rpc_server/srv_spoolss_nt.c { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_FIELD_TOTAL_BYTES,         "PRINTER_NOTIFY_FIELD_TOTAL_BYTES",         NOTIFY_TABLE_DWORD,    NULL },
NULL             3327 source3/rpc_server/srv_spoolss_nt.c { PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_FIELD_BYTES_PRINTED,       "PRINTER_NOTIFY_FIELD_BYTES_PRINTED",       NOTIFY_TABLE_DWORD,    NULL },
NULL             3340 source3/rpc_server/srv_spoolss_nt.c { JOB_NOTIFY_TYPE,     JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR,     "JOB_NOTIFY_FIELD_SECURITY_DESCRIPTOR",     NOTIFY_TABLE_SECURITYDESCRIPTOR,   NULL },
NULL             3386 source3/rpc_server/srv_spoolss_nt.c 		    notify_info_data_table[i].fn != NULL) {
NULL             3427 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             3428 source3/rpc_server/srv_spoolss_nt.c 	print_queue_struct *queue=NULL;
NULL             3450 source3/rpc_server/srv_spoolss_nt.c 		if (info->notifies == NULL) {
NULL             3509 source3/rpc_server/srv_spoolss_nt.c 		if (info->notifies == NULL) {
NULL             3575 source3/rpc_server/srv_spoolss_nt.c 	info->notifies	= NULL;
NULL             3633 source3/rpc_server/srv_spoolss_nt.c 	print_queue_struct *queue=NULL;
NULL             3645 source3/rpc_server/srv_spoolss_nt.c 	info->notifies	= NULL;
NULL             3654 source3/rpc_server/srv_spoolss_nt.c 	get_printer_snum(p, hnd, &snum, NULL);
NULL             3668 source3/rpc_server/srv_spoolss_nt.c 			NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             3808 source3/rpc_server/srv_spoolss_nt.c 	if (session_counter == NULL) {
NULL             3917 source3/rpc_server/srv_spoolss_nt.c 	if (ntdevmode->nt_dev_private != NULL) {
NULL             3936 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             3937 source3/rpc_server/srv_spoolss_nt.c 	struct spoolss_DeviceMode *devmode = NULL;
NULL             3943 source3/rpc_server/srv_spoolss_nt.c 	if (!W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, servicename)))
NULL             3944 source3/rpc_server/srv_spoolss_nt.c 		return NULL;
NULL             4097 source3/rpc_server/srv_spoolss_nt.c 		r->devmode = NULL;
NULL             4208 source3/rpc_server/srv_spoolss_nt.c 	r->secdesc		= NULL;
NULL             4240 source3/rpc_server/srv_spoolss_nt.c 	union spoolss_PrinterInfo *info = NULL;
NULL             4245 source3/rpc_server/srv_spoolss_nt.c 	*info_p = NULL;
NULL             4249 source3/rpc_server/srv_spoolss_nt.c 		NT_PRINTER_INFO_LEVEL *ntprinter = NULL;
NULL             4266 source3/rpc_server/srv_spoolss_nt.c 		result = get_a_printer(NULL, &ntprinter, 2,
NULL             4542 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             4590 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumPrinters, NULL,
NULL             4593 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             4607 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *ntprinter = NULL;
NULL             4620 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             4680 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_PrinterInfo, NULL,
NULL             4682 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             4695 source3/rpc_server/srv_spoolss_nt.c 	const char **array = NULL;
NULL             4703 source3/rpc_server/srv_spoolss_nt.c 			return NULL;
NULL             4709 source3/rpc_server/srv_spoolss_nt.c 			return NULL;
NULL             4714 source3/rpc_server/srv_spoolss_nt.c 		ADD_TO_ARRAY(mem_ctx, const char *, NULL,
NULL             4905 source3/rpc_server/srv_spoolss_nt.c 							  NULL,
NULL             5018 source3/rpc_server/srv_spoolss_nt.c 							  NULL,
NULL             5064 source3/rpc_server/srv_spoolss_nt.c 	struct spoolss_DriverFileInfo *info = NULL;
NULL             5069 source3/rpc_server/srv_spoolss_nt.c 	*info_p = NULL;
NULL             5187 source3/rpc_server/srv_spoolss_nt.c 							  NULL,
NULL             5215 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             5221 source3/rpc_server/srv_spoolss_nt.c 	if (!W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, lp_const_servicename(snum))))
NULL             5248 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             5255 source3/rpc_server/srv_spoolss_nt.c 	if (!W_ERROR_IS_OK(get_a_printer(NULL, &printer, 2, lp_const_servicename(snum))))
NULL             5282 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             5287 source3/rpc_server/srv_spoolss_nt.c 	status=get_a_printer(NULL, &printer, 2, lp_const_servicename(snum) );
NULL             5346 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 		*printer = NULL;
NULL             5352 source3/rpc_server/srv_spoolss_nt.c 	status=get_a_printer(NULL, &printer, 2, lp_const_servicename(snum) );
NULL             5404 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 		*printer = NULL;
NULL             5410 source3/rpc_server/srv_spoolss_nt.c 	result = get_a_printer(NULL, &printer, 2, lp_const_servicename(snum));
NULL             5487 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             5542 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_DriverInfo, NULL,
NULL             5544 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             5586 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             5635 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             5684 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             5723 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, handle, &snum, NULL))
NULL             5764 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             5780 source3/rpc_server/srv_spoolss_nt.c 	SEC_DESC_BUF *new_secdesc_ctr = NULL, *old_secdesc_ctr = NULL;
NULL             5786 source3/rpc_server/srv_spoolss_nt.c 	if (!Printer || !get_printer_snum(p, handle, &snum, NULL)) {
NULL             5903 source3/rpc_server/srv_spoolss_nt.c 			if ( (p = strchr_m( &printername[2], '\\' )) != NULL )
NULL             5925 source3/rpc_server/srv_spoolss_nt.c 	char *command = NULL;
NULL             5950 source3/rpc_server/srv_spoolss_nt.c 	ret = smbrun(command, NULL);
NULL             5975 source3/rpc_server/srv_spoolss_nt.c 	char *command = NULL;
NULL             6016 source3/rpc_server/srv_spoolss_nt.c 				 MSG_SMB_CONF_UPDATED, NULL, 0, NULL);
NULL             6042 source3/rpc_server/srv_spoolss_nt.c 	qlines = fd_lines_load(fd, &numlines, 0, NULL);
NULL             6070 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL, *old_printer = NULL;
NULL             6085 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, handle, &snum, NULL)) {
NULL             6201 source3/rpc_server/srv_spoolss_nt.c 		if ( (pname = strchr_m( printer->info_2->printername+2, '\\' )) != NULL )
NULL             6277 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, handle, &snum, NULL))
NULL             6351 source3/rpc_server/srv_spoolss_nt.c 				!get_printer_snum(p, r->in.handle, &snum, NULL) )
NULL             6469 source3/rpc_server/srv_spoolss_nt.c 	r->secdesc		= NULL;
NULL             6591 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *ntprinter = NULL;
NULL             6594 source3/rpc_server/srv_spoolss_nt.c 	print_queue_struct *queue = NULL;
NULL             6607 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             6611 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             6615 source3/rpc_server/srv_spoolss_nt.c 	result = get_a_printer(NULL, &ntprinter, 2, lp_servicename(snum));
NULL             6652 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumJobs, NULL,
NULL             6655 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             6681 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             6728 source3/rpc_server/srv_spoolss_nt.c 	fstring *list = NULL;
NULL             6730 source3/rpc_server/srv_spoolss_nt.c 	union spoolss_DriverInfo *info = NULL;
NULL             6735 source3/rpc_server/srv_spoolss_nt.c 	*info_p = NULL;
NULL             6738 source3/rpc_server/srv_spoolss_nt.c 		list = NULL;
NULL             6930 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             6978 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumPrinterDrivers, NULL,
NULL             6981 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             7068 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *user_forms = NULL;
NULL             7069 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *builtin_forms = NULL;
NULL             7075 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             7121 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumForms, NULL,
NULL             7124 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             7136 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *list = NULL;
NULL             7211 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_FormInfo, NULL,
NULL             7213 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             7263 source3/rpc_server/srv_spoolss_nt.c 	char **qlines = NULL;
NULL             7264 source3/rpc_server/srv_spoolss_nt.c 	char *command = NULL;
NULL             7270 source3/rpc_server/srv_spoolss_nt.c 	*lines = NULL;
NULL             7275 source3/rpc_server/srv_spoolss_nt.c 		if (!(qlines = TALLOC_ARRAY( NULL, char*, 2 ))) {
NULL             7282 source3/rpc_server/srv_spoolss_nt.c 		qlines[1] = NULL;
NULL             7305 source3/rpc_server/srv_spoolss_nt.c 		qlines = fd_lines_load(fd, &numlines, 0, NULL);
NULL             7324 source3/rpc_server/srv_spoolss_nt.c 	union spoolss_PortInfo *info = NULL;
NULL             7327 source3/rpc_server/srv_spoolss_nt.c 	char **qlines = NULL;
NULL             7358 source3/rpc_server/srv_spoolss_nt.c 		*info_p = NULL;
NULL             7376 source3/rpc_server/srv_spoolss_nt.c 	union spoolss_PortInfo *info = NULL;
NULL             7379 source3/rpc_server/srv_spoolss_nt.c 	char **qlines = NULL;
NULL             7410 source3/rpc_server/srv_spoolss_nt.c 		*info_p = NULL;
NULL             7439 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             7459 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumPorts, NULL,
NULL             7462 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             7479 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             7484 source3/rpc_server/srv_spoolss_nt.c 	if ( !(printer = TALLOC_ZERO_P(NULL, NT_PRINTER_INFO_LEVEL)) ) {
NULL             7625 source3/rpc_server/srv_spoolss_nt.c 	const char *driver_name = NULL;
NULL             7811 source3/rpc_server/srv_spoolss_nt.c 	const char *pservername = NULL;
NULL             7815 source3/rpc_server/srv_spoolss_nt.c 	*path = NULL;
NULL             7871 source3/rpc_server/srv_spoolss_nt.c 	char *path = NULL;
NULL             7920 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_DriverDirectoryInfo, NULL,
NULL             7922 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             7934 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             7938 source3/rpc_server/srv_spoolss_nt.c 	REGISTRY_VALUE	*val = NULL;
NULL             7955 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             8034 source3/rpc_server/srv_spoolss_nt.c 			r->out.value_name = NULL;
NULL             8062 source3/rpc_server/srv_spoolss_nt.c 			r->out.value_name = NULL;
NULL             8091 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             8111 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             8192 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             8207 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             8220 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             8260 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             8264 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *list=NULL;
NULL             8280 source3/rpc_server/srv_spoolss_nt.c 		if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             8294 source3/rpc_server/srv_spoolss_nt.c 					  NULL, NULL,
NULL             8344 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *list=NULL;
NULL             8348 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             8364 source3/rpc_server/srv_spoolss_nt.c 		if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             8375 source3/rpc_server/srv_spoolss_nt.c 					  NULL, NULL,
NULL             8425 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *printer = NULL;
NULL             8429 source3/rpc_server/srv_spoolss_nt.c 	nt_forms_struct *list=NULL;
NULL             8444 source3/rpc_server/srv_spoolss_nt.c 		if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             8458 source3/rpc_server/srv_spoolss_nt.c 					  NULL, NULL,
NULL             8566 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             8582 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumPrintProcessors, NULL,
NULL             8585 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             8657 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             8669 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumPrintProcDataTypes, NULL,
NULL             8672 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             8822 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             8842 source3/rpc_server/srv_spoolss_nt.c 						     spoolss_EnumMonitors, NULL,
NULL             8845 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             8947 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL *ntprinter = NULL;
NULL             8950 source3/rpc_server/srv_spoolss_nt.c 	print_queue_struct 	*queue = NULL;
NULL             8963 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             8967 source3/rpc_server/srv_spoolss_nt.c 	result = get_a_printer(NULL, &ntprinter, 2, lp_servicename(snum));
NULL             9001 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_JobInfo, NULL,
NULL             9003 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             9020 source3/rpc_server/srv_spoolss_nt.c 	REGISTRY_VALUE		*val = NULL;
NULL             9021 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9051 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             9108 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9131 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             9205 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9219 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             9253 source3/rpc_server/srv_spoolss_nt.c 	fstring		*keynames = NULL;
NULL             9257 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9261 source3/rpc_server/srv_spoolss_nt.c 	const char **array = NULL;
NULL             9272 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             9338 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9355 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL))
NULL             9420 source3/rpc_server/srv_spoolss_nt.c 	NT_PRINTER_INFO_LEVEL 	*printer = NULL;
NULL             9421 source3/rpc_server/srv_spoolss_nt.c 	struct spoolss_PrinterEnumValues *info = NULL;
NULL             9433 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info = NULL;
NULL             9455 source3/rpc_server/srv_spoolss_nt.c 	if (!get_printer_snum(p, r->in.handle, &snum, NULL)) {
NULL             9543 source3/rpc_server/srv_spoolss_nt.c 					       spoolss_EnumPrinterDataEx, NULL,
NULL             9546 source3/rpc_server/srv_spoolss_nt.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             9561 source3/rpc_server/srv_spoolss_nt.c 	char *path = NULL;
NULL             9606 source3/rpc_server/srv_spoolss_nt.c 						    NULL, /* r->in.server */
NULL             9614 source3/rpc_server/srv_spoolss_nt.c 	*r->out.needed	= SPOOLSS_BUFFER_UNION(spoolss_PrintProcessorDirectoryInfo, NULL,
NULL             9616 source3/rpc_server/srv_spoolss_nt.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL             9632 source3/rpc_server/srv_spoolss_nt.c 	ndr_err = ndr_push_struct_blob(buf, mem_ctx, NULL, &ui,
NULL             9671 source3/rpc_server/srv_spoolss_nt.c 	ndr_err = ndr_pull_struct_blob(buf, mem_ctx, NULL, port1,
NULL             9687 source3/rpc_server/srv_spoolss_nt.c 	ndr_err = ndr_pull_struct_blob(buf, mem_ctx, NULL, port2,
NULL             9705 source3/rpc_server/srv_spoolss_nt.c 	char *device_uri = NULL;
NULL             9788 source3/rpc_server/srv_spoolss_nt.c 	{ NULL,		NULL }
NULL             9837 source3/rpc_server/srv_spoolss_nt.c 	{ NULL,		NULL }
NULL             9841 source3/rpc_server/srv_spoolss_nt.c 	{ NULL,		NULL }
NULL             9901 source3/rpc_server/srv_spoolss_nt.c 		if (out_data.data == NULL) {
NULL               59 source3/rpc_server/srv_srvsvc_nt.c 	char *fullpath = NULL;
NULL               73 source3/rpc_server/srv_srvsvc_nt.c 	if ((fenum->username != NULL)
NULL              144 source3/rpc_server/srv_srvsvc_nt.c 	char *fullpath = NULL;
NULL              156 source3/rpc_server/srv_srvsvc_nt.c 	if ((fenum->username != NULL)
NULL              174 source3/rpc_server/srv_srvsvc_nt.c 	if ( (brl = brl_get_locks(talloc_tos(), &fsp)) != NULL ) {
NULL              281 source3/rpc_server/srv_srvsvc_nt.c 	char *remark = NULL;
NULL              282 source3/rpc_server/srv_srvsvc_nt.c 	char *path = NULL;
NULL              325 source3/rpc_server/srv_srvsvc_nt.c 	SEC_ACL *ps_dacl = NULL;
NULL              373 source3/rpc_server/srv_srvsvc_nt.c 	char *path = NULL;
NULL              374 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *sd = NULL;
NULL              375 source3/rpc_server/srv_srvsvc_nt.c 	struct sec_desc_buf *sd_buf = NULL;
NULL              764 source3/rpc_server/srv_srvsvc_nt.c 	if (ctr0 == NULL) {
NULL              841 source3/rpc_server/srv_srvsvc_nt.c 	time_t now = time(NULL);
NULL              846 source3/rpc_server/srv_srvsvc_nt.c 	if (ctr1 == NULL) {
NULL              913 source3/rpc_server/srv_srvsvc_nt.c 	if (ctr0 == NULL) {
NULL              967 source3/rpc_server/srv_srvsvc_nt.c 	if (ctr1 == NULL) {
NULL             1021 source3/rpc_server/srv_srvsvc_nt.c 	TALLOC_CTX *ctx = NULL;
NULL             1450 source3/rpc_server/srv_srvsvc_nt.c 	char *ptr = NULL;
NULL             1453 source3/rpc_server/srv_srvsvc_nt.c 		return NULL;
NULL             1458 source3/rpc_server/srv_srvsvc_nt.c 		return NULL;
NULL             1464 source3/rpc_server/srv_srvsvc_nt.c 		return NULL;
NULL             1473 source3/rpc_server/srv_srvsvc_nt.c 		return NULL;
NULL             1485 source3/rpc_server/srv_srvsvc_nt.c 	char *command = NULL;
NULL             1486 source3/rpc_server/srv_srvsvc_nt.c 	char *share_name = NULL;
NULL             1487 source3/rpc_server/srv_srvsvc_nt.c 	char *comment = NULL;
NULL             1488 source3/rpc_server/srv_srvsvc_nt.c 	const char *pathname = NULL;
NULL             1492 source3/rpc_server/srv_srvsvc_nt.c 	char *path = NULL;
NULL             1493 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
NULL             1549 source3/rpc_server/srv_srvsvc_nt.c 		psd = NULL;
NULL             1557 source3/rpc_server/srv_srvsvc_nt.c 		psd = NULL;
NULL             1564 source3/rpc_server/srv_srvsvc_nt.c 		psd = NULL;
NULL             1616 source3/rpc_server/srv_srvsvc_nt.c 	if (comment == NULL) {
NULL             1663 source3/rpc_server/srv_srvsvc_nt.c 		if ( (ret = smbrun(command, NULL)) == 0 ) {
NULL             1666 source3/rpc_server/srv_srvsvc_nt.c 					 MSG_SMB_CONF_UPDATED, NULL, 0,
NULL             1667 source3/rpc_server/srv_srvsvc_nt.c 					 NULL);
NULL             1715 source3/rpc_server/srv_srvsvc_nt.c 	char *command = NULL;
NULL             1716 source3/rpc_server/srv_srvsvc_nt.c 	char *share_name = NULL;
NULL             1717 source3/rpc_server/srv_srvsvc_nt.c 	char *comment = NULL;
NULL             1718 source3/rpc_server/srv_srvsvc_nt.c 	char *pathname = NULL;
NULL             1723 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
NULL             1851 source3/rpc_server/srv_srvsvc_nt.c 	if ( (ret = smbrun(command, NULL)) == 0 ) {
NULL             1854 source3/rpc_server/srv_srvsvc_nt.c 				 MSG_SMB_CONF_UPDATED, NULL, 0, NULL);
NULL             1897 source3/rpc_server/srv_srvsvc_nt.c 	char *command = NULL;
NULL             1898 source3/rpc_server/srv_srvsvc_nt.c 	char *share_name = NULL;
NULL             1955 source3/rpc_server/srv_srvsvc_nt.c 	if ( (ret = smbrun(command, NULL)) == 0 ) {
NULL             1958 source3/rpc_server/srv_srvsvc_nt.c 				 MSG_SMB_CONF_UPDATED, NULL, 0, NULL);
NULL             2006 source3/rpc_server/srv_srvsvc_nt.c 	time_t unixdate = time(NULL);
NULL             2051 source3/rpc_server/srv_srvsvc_nt.c 	SEC_DESC *psd = NULL;
NULL             2057 source3/rpc_server/srv_srvsvc_nt.c 	connection_struct *conn = NULL;
NULL             2058 source3/rpc_server/srv_srvsvc_nt.c 	struct sec_desc_buf *sd_buf = NULL;
NULL             2059 source3/rpc_server/srv_srvsvc_nt.c 	files_struct *fsp = NULL;
NULL             2061 source3/rpc_server/srv_srvsvc_nt.c 	char *oldcwd = NULL;
NULL             2086 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* req */
NULL             2097 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* sd */
NULL             2098 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* ea_list */
NULL             2100 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* pinfo */
NULL             2101 source3/rpc_server/srv_srvsvc_nt.c 		NULL);					/* psbuf */
NULL             2122 source3/rpc_server/srv_srvsvc_nt.c 	sd_size = ndr_size_security_descriptor(psd, NULL, 0);
NULL             2137 source3/rpc_server/srv_srvsvc_nt.c 	close_file(NULL, fsp, NORMAL_CLOSE);
NULL             2145 source3/rpc_server/srv_srvsvc_nt.c 		close_file(NULL, fsp, NORMAL_CLOSE);
NULL             2168 source3/rpc_server/srv_srvsvc_nt.c 	files_struct *fsp = NULL;
NULL             2172 source3/rpc_server/srv_srvsvc_nt.c 	connection_struct *conn = NULL;
NULL             2174 source3/rpc_server/srv_srvsvc_nt.c 	char *oldcwd = NULL;
NULL             2175 source3/rpc_server/srv_srvsvc_nt.c 	struct security_descriptor *psd = NULL;
NULL             2201 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* req */
NULL             2212 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* sd */
NULL             2213 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* ea_list */
NULL             2215 source3/rpc_server/srv_srvsvc_nt.c 		NULL,					/* pinfo */
NULL             2216 source3/rpc_server/srv_srvsvc_nt.c 		NULL);					/* psbuf */
NULL             2256 source3/rpc_server/srv_srvsvc_nt.c 	close_file(NULL, fsp, NORMAL_CLOSE);
NULL             2264 source3/rpc_server/srv_srvsvc_nt.c 		close_file(NULL, fsp, NORMAL_CLOSE);
NULL             2313 source3/rpc_server/srv_srvsvc_nt.c 		return NULL;
NULL               66 source3/rpc_server/srv_svcctl_nt.c 	if ( !(svcctl_ops = TALLOC_ARRAY( NULL, struct service_control_op, num_services+1)) ) {
NULL               98 source3/rpc_server/srv_svcctl_nt.c 	svcctl_ops[i].name = NULL;
NULL               99 source3/rpc_server/srv_svcctl_nt.c 	svcctl_ops[i].ops  = NULL;
NULL              116 source3/rpc_server/srv_svcctl_nt.c 	return NULL;
NULL              157 source3/rpc_server/srv_svcctl_nt.c 		return NULL;
NULL              160 source3/rpc_server/srv_svcctl_nt.c 				  SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL              162 source3/rpc_server/srv_svcctl_nt.c 		return NULL;
NULL              173 source3/rpc_server/srv_svcctl_nt.c 	SERVICE_INFO *service_info = NULL;
NULL              177 source3/rpc_server/srv_svcctl_nt.c 		return NULL;
NULL              189 source3/rpc_server/srv_svcctl_nt.c 	SERVICE_INFO *info = NULL;
NULL              193 source3/rpc_server/srv_svcctl_nt.c 	if ( !(info = TALLOC_ZERO_P( NULL, SERVICE_INFO )) )
NULL              270 source3/rpc_server/srv_svcctl_nt.c 	return create_open_service_handle( p, r->out.handle, SVC_HANDLE_IS_SCM, NULL, access_granted );
NULL              283 source3/rpc_server/srv_svcctl_nt.c 	const char *service = NULL;
NULL              418 source3/rpc_server/srv_svcctl_nt.c 	struct ENUM_SERVICE_STATUSW *services = NULL;
NULL              442 source3/rpc_server/srv_svcctl_nt.c 		buffer_size += ndr_size_ENUM_SERVICE_STATUSW(&services[i], NULL, 0);
NULL              457 source3/rpc_server/srv_svcctl_nt.c 		ndr = ndr_push_init_ctx(p->mem_ctx, NULL);
NULL              458 source3/rpc_server/srv_svcctl_nt.c 		if (ndr == NULL) {
NULL              605 source3/rpc_server/srv_svcctl_nt.c 			ndr_err = ndr_push_struct_blob(&blob, p->mem_ctx, NULL,
NULL              649 source3/rpc_server/srv_svcctl_nt.c 	if ( (val = regval_ctr_getvalue( values, "DisplayName" )) != NULL )
NULL              654 source3/rpc_server/srv_svcctl_nt.c 	if ( (val = regval_ctr_getvalue( values, "ObjectName" )) != NULL ) {
NULL              658 source3/rpc_server/srv_svcctl_nt.c 	if ( (val = regval_ctr_getvalue( values, "ImagePath" )) != NULL ) {
NULL              715 source3/rpc_server/srv_svcctl_nt.c 	buffer_size = ndr_size_QUERY_SERVICE_CONFIG(r->out.query, NULL, 0);
NULL              761 source3/rpc_server/srv_svcctl_nt.c 			ndr_err = ndr_push_struct_blob(&blob, p->mem_ctx, NULL,
NULL              768 source3/rpc_server/srv_svcctl_nt.c 			buffer_size = ndr_size_SERVICE_DESCRIPTION(&desc_buf, NULL, 0);
NULL              784 source3/rpc_server/srv_svcctl_nt.c 			ndr_err = ndr_push_struct_blob(&blob, p->mem_ctx, NULL,
NULL              791 source3/rpc_server/srv_svcctl_nt.c 			buffer_size = ndr_size_SERVICE_FAILURE_ACTIONS(&actions, NULL, 0);
NULL              830 source3/rpc_server/srv_svcctl_nt.c 	return create_open_service_handle( p, r->out.lock, SVC_HANDLE_IS_DBLOCK, NULL, 0 );
NULL              859 source3/rpc_server/srv_svcctl_nt.c 	uint8_t *buffer = NULL;
NULL              883 source3/rpc_server/srv_svcctl_nt.c 	*r->out.needed = ndr_size_security_descriptor( sec_desc, NULL, 0 );
NULL              908 source3/rpc_server/srv_svcctl_nt.c 	SEC_DESC *sec_desc = NULL;
NULL               35 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = NULL;
NULL               39 source3/rpc_server/srv_winreg_nt.c 		return NULL;
NULL               61 source3/rpc_server/srv_winreg_nt.c 	if (parent == NULL) {
NULL              122 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKLM, r->in.access_mask);
NULL              130 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKPD, r->in.access_mask);
NULL              138 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKPT, r->in.access_mask);
NULL              146 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKCR, r->in.access_mask);
NULL              154 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKU, r->in.access_mask);
NULL              162 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKCU, r->in.access_mask);
NULL              170 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKCC, r->in.access_mask);
NULL              178 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKDD, r->in.access_mask);
NULL              186 source3/rpc_server/srv_winreg_nt.c 	return open_registry_key(p, r->out.handle, NULL, KEY_HKPN, r->in.access_mask);
NULL              223 source3/rpc_server/srv_winreg_nt.c 	if ((r->out.data_length == NULL) || (r->out.type == NULL)) {
NULL              239 source3/rpc_server/srv_winreg_nt.c 				&prs_hkpd, *r->in.data_size, &outbuf_size, NULL);
NULL              330 source3/rpc_server/srv_winreg_nt.c 	r->out.classname->name = NULL;
NULL              426 source3/rpc_server/srv_winreg_nt.c 	if (r->out.name != NULL) {
NULL              430 source3/rpc_server/srv_winreg_nt.c 	if (r->out.type != NULL) {
NULL              434 source3/rpc_server/srv_winreg_nt.c 	if (r->out.value != NULL) {
NULL              435 source3/rpc_server/srv_winreg_nt.c 		if ((r->out.size == NULL) || (r->out.length == NULL)) {
NULL              446 source3/rpc_server/srv_winreg_nt.c 	if (r->out.length != NULL) {
NULL              449 source3/rpc_server/srv_winreg_nt.c 	if (r->out.size != NULL) {
NULL              487 source3/rpc_server/srv_winreg_nt.c 	char *shutdown_script = NULL;
NULL              488 source3/rpc_server/srv_winreg_nt.c 	char *msg = NULL;
NULL              489 source3/rpc_server/srv_winreg_nt.c 	char *chkmsg = NULL;
NULL              508 source3/rpc_server/srv_winreg_nt.c 		if ( (msg = talloc_strdup(p->mem_ctx, r->in.message->string )) == NULL ) {
NULL              515 source3/rpc_server/srv_winreg_nt.c 		alpha_strcpy(chkmsg, msg, NULL, strlen(msg)+1);
NULL              560 source3/rpc_server/srv_winreg_nt.c 	ret = smbrun( shutdown_script, NULL );
NULL              596 source3/rpc_server/srv_winreg_nt.c 	ret = smbrun( abort_shutdown_script, NULL );
NULL              614 source3/rpc_server/srv_winreg_nt.c 	char *p = NULL;
NULL              655 source3/rpc_server/srv_winreg_nt.c 	char *fname = NULL;
NULL              689 source3/rpc_server/srv_winreg_nt.c 	char *fname = NULL;
NULL              742 source3/rpc_server/srv_winreg_nt.c 	result = reg_createkey(NULL, parent, r->in.name.name, r->in.access_mask,
NULL               55 source3/rpc_server/srv_wkssvc_nt.c 	struct wkssvc_NetWkstaInfo100 *wks100 = NULL;
NULL               63 source3/rpc_server/srv_wkssvc_nt.c 	if ( (wks100 = TALLOC_ZERO_P(p->mem_ctx, struct wkssvc_NetWkstaInfo100)) == NULL ) {
NULL              291 source3/rpc_server/srv_wkssvc_nt.c 	struct libnet_JoinCtx *j = NULL;
NULL              292 source3/rpc_server/srv_wkssvc_nt.c 	char *cleartext_pwd = NULL;
NULL              293 source3/rpc_server/srv_wkssvc_nt.c 	char *admin_domain = NULL;
NULL              294 source3/rpc_server/srv_wkssvc_nt.c 	char *admin_account = NULL;
NULL              366 source3/rpc_server/srv_wkssvc_nt.c 	struct libnet_UnjoinCtx *u = NULL;
NULL              367 source3/rpc_server/srv_wkssvc_nt.c 	char *cleartext_pwd = NULL;
NULL              368 source3/rpc_server/srv_wkssvc_nt.c 	char *admin_domain = NULL;
NULL              369 source3/rpc_server/srv_wkssvc_nt.c 	char *admin_account = NULL;
NULL              321 source3/rpcclient/cmd_dfs.c 	{ "dfsversion",	RPC_RTYPE_WERROR, NULL, cmd_dfs_version, &ndr_table_netdfs.syntax_id, NULL, "Query DFS support",    "" },
NULL              322 source3/rpcclient/cmd_dfs.c 	{ "dfsadd",	RPC_RTYPE_WERROR, NULL, cmd_dfs_add,     &ndr_table_netdfs.syntax_id, NULL, "Add a DFS share",      "" },
NULL              323 source3/rpcclient/cmd_dfs.c 	{ "dfsremove",	RPC_RTYPE_WERROR, NULL, cmd_dfs_remove,  &ndr_table_netdfs.syntax_id, NULL, "Remove a DFS share",   "" },
NULL              324 source3/rpcclient/cmd_dfs.c 	{ "dfsgetinfo",	RPC_RTYPE_WERROR, NULL, cmd_dfs_getinfo, &ndr_table_netdfs.syntax_id, NULL, "Query DFS share info", "" },
NULL              325 source3/rpcclient/cmd_dfs.c 	{ "dfsenum",	RPC_RTYPE_WERROR, NULL, cmd_dfs_enum,    &ndr_table_netdfs.syntax_id, NULL, "Enumerate dfs shares", "" },
NULL              326 source3/rpcclient/cmd_dfs.c 	{ "dfsenumex",	RPC_RTYPE_WERROR, NULL, cmd_dfs_enumex,  &ndr_table_netdfs.syntax_id, NULL, "Enumerate dfs shares", "" },
NULL              328 source3/rpcclient/cmd_dfs.c 	{ NULL }
NULL               96 source3/rpcclient/cmd_drsuapi.c 				       NULL,
NULL              237 source3/rpcclient/cmd_drsuapi.c 	const char *domain = NULL;
NULL              257 source3/rpcclient/cmd_drsuapi.c 				       NULL,
NULL              306 source3/rpcclient/cmd_drsuapi.c 	const char *nc_dn = NULL;
NULL              318 source3/rpcclient/cmd_drsuapi.c 	struct drsuapi_DsGetNCChangesCtr1 *ctr1 = NULL;
NULL              319 source3/rpcclient/cmd_drsuapi.c 	struct drsuapi_DsGetNCChangesCtr6 *ctr6 = NULL;
NULL              569 source3/rpcclient/cmd_drsuapi.c 	{ "dscracknames", RPC_RTYPE_WERROR, NULL, cmd_drsuapi_cracknames, &ndr_table_drsuapi.syntax_id, NULL, "Crack Name", "" },
NULL              570 source3/rpcclient/cmd_drsuapi.c 	{ "dsgetdcinfo", RPC_RTYPE_WERROR, NULL, cmd_drsuapi_getdcinfo, &ndr_table_drsuapi.syntax_id, NULL, "Get Domain Controller Info", "" },
NULL              571 source3/rpcclient/cmd_drsuapi.c 	{ "dsgetncchanges", RPC_RTYPE_WERROR, NULL, cmd_drsuapi_getncchanges, &ndr_table_drsuapi.syntax_id, NULL, "Get NC Changes", "" },
NULL              572 source3/rpcclient/cmd_drsuapi.c 	{ NULL }
NULL               66 source3/rpcclient/cmd_dssetup.c 	{ "dsroledominfo",   RPC_RTYPE_WERROR, NULL, cmd_ds_dsrole_getprimarydominfo, &ndr_table_dssetup.syntax_id, NULL, "Get Primary Domain Information", "" },
NULL               68 source3/rpcclient/cmd_dssetup.c { NULL }
NULL               54 source3/rpcclient/cmd_echo.c 	uint8_t *in_data = NULL, *out_data = NULL;
NULL               62 source3/rpcclient/cmd_echo.c 	if ( (in_data = (uint8_t*)SMB_MALLOC(size)) == NULL ) {
NULL               68 source3/rpcclient/cmd_echo.c 	if ( (out_data = (uint8_t*)SMB_MALLOC(size)) == NULL ) {
NULL              104 source3/rpcclient/cmd_echo.c 	uint8_t *out_data = NULL;
NULL              112 source3/rpcclient/cmd_echo.c 	if ( (out_data = (uint8_t*)SMB_MALLOC(size)) == NULL ) {
NULL              144 source3/rpcclient/cmd_echo.c 	uint8_t *in_data = NULL;
NULL              152 source3/rpcclient/cmd_echo.c 	if ( (in_data = (uint8_t*)SMB_MALLOC(size)) == NULL ) {
NULL              179 source3/rpcclient/cmd_echo.c 	{ "echoaddone", RPC_RTYPE_NTSTATUS, cmd_echo_add_one,     NULL, &ndr_table_rpcecho.syntax_id, NULL, "Add one to a number", "" },
NULL              180 source3/rpcclient/cmd_echo.c 	{ "echodata",   RPC_RTYPE_NTSTATUS, cmd_echo_data,        NULL, &ndr_table_rpcecho.syntax_id, NULL, "Echo data",           "" },
NULL              181 source3/rpcclient/cmd_echo.c 	{ "sinkdata",   RPC_RTYPE_NTSTATUS, cmd_echo_sink_data,   NULL, &ndr_table_rpcecho.syntax_id, NULL, "Sink data",           "" },
NULL              182 source3/rpcclient/cmd_echo.c 	{ "sourcedata", RPC_RTYPE_NTSTATUS, cmd_echo_source_data, NULL, &ndr_table_rpcecho.syntax_id, NULL, "Source data",         "" },
NULL              183 source3/rpcclient/cmd_echo.c 	{ NULL }
NULL               82 source3/rpcclient/cmd_epmapper.c 				   NULL,
NULL               83 source3/rpcclient/cmd_epmapper.c 				   NULL,
NULL              101 source3/rpcclient/cmd_epmapper.c 		if (guid_string == NULL) {
NULL              128 source3/rpcclient/cmd_epmapper.c 	{ "epmmap", RPC_RTYPE_NTSTATUS, cmd_epmapper_map,     NULL,
NULL              129 source3/rpcclient/cmd_epmapper.c 	  &ndr_table_epmapper.syntax_id, NULL, "Map a binding", "" },
NULL              130 source3/rpcclient/cmd_epmapper.c 	{ "epmlookup", RPC_RTYPE_NTSTATUS, cmd_epmapper_lookup,     NULL,
NULL              131 source3/rpcclient/cmd_epmapper.c 	  &ndr_table_epmapper.syntax_id, NULL, "Lookup bindings", "" },
NULL              132 source3/rpcclient/cmd_epmapper.c 	{ NULL }
NULL               37 source3/rpcclient/cmd_eventlog.c 	init_lsa_String(&servername, NULL);
NULL               65 source3/rpcclient/cmd_eventlog.c 	uint8_t *data = NULL;
NULL              137 source3/rpcclient/cmd_eventlog.c 			ndr_err = ndr_pull_struct_blob_all(&blob, mem_ctx, NULL, &r,
NULL              245 source3/rpcclient/cmd_eventlog.c 	uint8_t *data = NULL;
NULL              265 source3/rpcclient/cmd_eventlog.c 	init_lsa_String(&servername, NULL);
NULL              269 source3/rpcclient/cmd_eventlog.c 					      time(NULL),
NULL              276 source3/rpcclient/cmd_eventlog.c 					      NULL, /* user_sid */
NULL              308 source3/rpcclient/cmd_eventlog.c 	uint8_t *data = NULL;
NULL              328 source3/rpcclient/cmd_eventlog.c 	init_lsa_String(&servername, NULL);
NULL              333 source3/rpcclient/cmd_eventlog.c 						       time(NULL),
NULL              341 source3/rpcclient/cmd_eventlog.c 						       NULL, /* user_sid */
NULL              379 source3/rpcclient/cmd_eventlog.c 	init_lsa_String(&reg_module_name, NULL);
NULL              443 source3/rpcclient/cmd_eventlog.c 	uint8_t *buffer = NULL;
NULL              494 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_readlog",		RPC_RTYPE_NTSTATUS,	cmd_eventlog_readlog,		NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Read Eventlog", "" },
NULL              495 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_numrecord",		RPC_RTYPE_NTSTATUS,	cmd_eventlog_numrecords,	NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Get number of records", "" },
NULL              496 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_oldestrecord",	RPC_RTYPE_NTSTATUS,	cmd_eventlog_oldestrecord,	NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Get oldest record", "" },
NULL              497 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_reportevent",	RPC_RTYPE_NTSTATUS,	cmd_eventlog_reportevent,	NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Report event", "" },
NULL              498 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_reporteventsource",	RPC_RTYPE_NTSTATUS,	cmd_eventlog_reporteventsource,	NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Report event and source", "" },
NULL              499 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_registerevsource",	RPC_RTYPE_NTSTATUS,	cmd_eventlog_registerevsource,	NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Register event source", "" },
NULL              500 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_backuplog",		RPC_RTYPE_NTSTATUS,	cmd_eventlog_backuplog,		NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Backup Eventlog File", "" },
NULL              501 source3/rpcclient/cmd_eventlog.c 	{ "eventlog_loginfo",		RPC_RTYPE_NTSTATUS,	cmd_eventlog_loginfo,		NULL,	&ndr_table_eventlog.syntax_id,	NULL,	"Get Eventlog Information", "" },
NULL              502 source3/rpcclient/cmd_eventlog.c 	{ NULL }
NULL               49 source3/rpcclient/cmd_lsarpc.c 	result = rpccli_lsa_lookup_names(cli, mem_ctx, &pol, 1, &name, NULL, 1, &sids, &sid_types);
NULL              154 source3/rpcclient/cmd_lsarpc.c 	union lsa_PolicyInformation *info = NULL;
NULL              229 source3/rpcclient/cmd_lsarpc.c 				      (const char**)(argv + 1), NULL, 1, &sids, &types);
NULL              279 source3/rpcclient/cmd_lsarpc.c 				      (const char**)(argv + 2), NULL, level, &sids, &types);
NULL              506 source3/rpcclient/cmd_lsarpc.c 	struct lsa_StringLarge *description = NULL;
NULL              655 source3/rpcclient/cmd_lsarpc.c 	struct lsa_PrivilegeSet *privs = NULL;
NULL              954 source3/rpcclient/cmd_lsarpc.c 	DATA_BLOB data 	   = data_blob(NULL, p->password->length);
NULL              955 source3/rpcclient/cmd_lsarpc.c 	DATA_BLOB data_old = data_blob(NULL, p->old_password->length);
NULL              983 source3/rpcclient/cmd_lsarpc.c 			const char *str = NULL;
NULL             1003 source3/rpcclient/cmd_lsarpc.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             1051 source3/rpcclient/cmd_lsarpc.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             1099 source3/rpcclient/cmd_lsarpc.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             1158 source3/rpcclient/cmd_lsarpc.c 	struct lsa_String *account_name = NULL;
NULL             1159 source3/rpcclient/cmd_lsarpc.c 	struct lsa_String *authority_name = NULL;
NULL             1200 source3/rpcclient/cmd_lsarpc.c 	struct lsa_LUIDAttribute *set = NULL;
NULL             1284 source3/rpcclient/cmd_lsarpc.c 	struct lsa_LUIDAttribute *set = NULL;
NULL             1370 source3/rpcclient/cmd_lsarpc.c 	{ "lsaquery", 	         RPC_RTYPE_NTSTATUS, cmd_lsa_query_info_policy,  NULL, &ndr_table_lsarpc.syntax_id, NULL, "Query info policy",                    "" },
NULL             1371 source3/rpcclient/cmd_lsarpc.c 	{ "lookupsids",          RPC_RTYPE_NTSTATUS, cmd_lsa_lookup_sids,        NULL, &ndr_table_lsarpc.syntax_id, NULL, "Convert SIDs to names",                "" },
NULL             1372 source3/rpcclient/cmd_lsarpc.c 	{ "lookupnames",         RPC_RTYPE_NTSTATUS, cmd_lsa_lookup_names,       NULL, &ndr_table_lsarpc.syntax_id, NULL, "Convert names to SIDs",                "" },
NULL             1373 source3/rpcclient/cmd_lsarpc.c 	{ "lookupnames_level",   RPC_RTYPE_NTSTATUS, cmd_lsa_lookup_names_level, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Convert names to SIDs",                "" },
NULL             1374 source3/rpcclient/cmd_lsarpc.c 	{ "enumtrust", 	         RPC_RTYPE_NTSTATUS, cmd_lsa_enum_trust_dom,     NULL, &ndr_table_lsarpc.syntax_id, NULL, "Enumerate trusted domains",            "Usage: [preferred max number] [enum context (0)]" },
NULL             1375 source3/rpcclient/cmd_lsarpc.c 	{ "enumprivs", 	         RPC_RTYPE_NTSTATUS, cmd_lsa_enum_privilege,     NULL, &ndr_table_lsarpc.syntax_id, NULL, "Enumerate privileges",                 "" },
NULL             1376 source3/rpcclient/cmd_lsarpc.c 	{ "getdispname",         RPC_RTYPE_NTSTATUS, cmd_lsa_get_dispname,       NULL, &ndr_table_lsarpc.syntax_id, NULL, "Get the privilege name",               "" },
NULL             1377 source3/rpcclient/cmd_lsarpc.c 	{ "lsaenumsid",          RPC_RTYPE_NTSTATUS, cmd_lsa_enum_sids,          NULL, &ndr_table_lsarpc.syntax_id, NULL, "Enumerate the LSA SIDS",               "" },
NULL             1378 source3/rpcclient/cmd_lsarpc.c 	{ "lsacreateaccount",    RPC_RTYPE_NTSTATUS, cmd_lsa_create_account,     NULL, &ndr_table_lsarpc.syntax_id, NULL, "Create a new lsa account",   "" },
NULL             1379 source3/rpcclient/cmd_lsarpc.c 	{ "lsaenumprivsaccount", RPC_RTYPE_NTSTATUS, cmd_lsa_enum_privsaccounts, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Enumerate the privileges of an SID",   "" },
NULL             1380 source3/rpcclient/cmd_lsarpc.c 	{ "lsaenumacctrights",   RPC_RTYPE_NTSTATUS, cmd_lsa_enum_acct_rights,   NULL, &ndr_table_lsarpc.syntax_id, NULL, "Enumerate the rights of an SID",   "" },
NULL             1381 source3/rpcclient/cmd_lsarpc.c 	{ "lsaaddpriv",          RPC_RTYPE_NTSTATUS, cmd_lsa_add_priv,           NULL, &ndr_table_lsarpc.syntax_id, NULL, "Assign a privilege to a SID", "" },
NULL             1382 source3/rpcclient/cmd_lsarpc.c 	{ "lsadelpriv",          RPC_RTYPE_NTSTATUS, cmd_lsa_del_priv,           NULL, &ndr_table_lsarpc.syntax_id, NULL, "Revoke a privilege from a SID", "" },
NULL             1383 source3/rpcclient/cmd_lsarpc.c 	{ "lsaaddacctrights",    RPC_RTYPE_NTSTATUS, cmd_lsa_add_acct_rights,    NULL, &ndr_table_lsarpc.syntax_id, NULL, "Add rights to an account",   "" },
NULL             1384 source3/rpcclient/cmd_lsarpc.c 	{ "lsaremoveacctrights", RPC_RTYPE_NTSTATUS, cmd_lsa_remove_acct_rights, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Remove rights from an account",   "" },
NULL             1385 source3/rpcclient/cmd_lsarpc.c 	{ "lsalookupprivvalue",  RPC_RTYPE_NTSTATUS, cmd_lsa_lookup_priv_value,  NULL, &ndr_table_lsarpc.syntax_id, NULL, "Get a privilege value given its name", "" },
NULL             1386 source3/rpcclient/cmd_lsarpc.c 	{ "lsaquerysecobj",      RPC_RTYPE_NTSTATUS, cmd_lsa_query_secobj,       NULL, &ndr_table_lsarpc.syntax_id, NULL, "Query LSA security object", "" },
NULL             1387 source3/rpcclient/cmd_lsarpc.c 	{ "lsaquerytrustdominfo",RPC_RTYPE_NTSTATUS, cmd_lsa_query_trustdominfo, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Query LSA trusted domains info (given a SID)", "" },
NULL             1388 source3/rpcclient/cmd_lsarpc.c 	{ "lsaquerytrustdominfobyname",RPC_RTYPE_NTSTATUS, cmd_lsa_query_trustdominfobyname, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Query LSA trusted domains info (given a name), only works for Windows > 2k", "" },
NULL             1389 source3/rpcclient/cmd_lsarpc.c 	{ "lsaquerytrustdominfobysid",RPC_RTYPE_NTSTATUS, cmd_lsa_query_trustdominfobysid, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Query LSA trusted domains info (given a SID)", "" },
NULL             1390 source3/rpcclient/cmd_lsarpc.c 	{ "getusername",          RPC_RTYPE_NTSTATUS, cmd_lsa_get_username, NULL, &ndr_table_lsarpc.syntax_id, NULL, "Get username", "" },
NULL             1392 source3/rpcclient/cmd_lsarpc.c 	{ NULL }
NULL               93 source3/rpcclient/cmd_netlogon.c 	const char *dcname = NULL;
NULL              133 source3/rpcclient/cmd_netlogon.c 	const char *dcname = NULL;
NULL              180 source3/rpcclient/cmd_netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              238 source3/rpcclient/cmd_netlogon.c 	const char *site_name = NULL;
NULL              240 source3/rpcclient/cmd_netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              296 source3/rpcclient/cmd_netlogon.c 	const char *domain_name = NULL;
NULL              297 source3/rpcclient/cmd_netlogon.c 	const char *client_account = NULL;
NULL              299 source3/rpcclient/cmd_netlogon.c 	const char *site_name = NULL;
NULL              301 source3/rpcclient/cmd_netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              369 source3/rpcclient/cmd_netlogon.c 	const char *sitename = NULL;
NULL              585 source3/rpcclient/cmd_netlogon.c 		struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              648 source3/rpcclient/cmd_netlogon.c 		struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              695 source3/rpcclient/cmd_netlogon.c 	const char *workstation = NULL;
NULL              854 source3/rpcclient/cmd_netlogon.c 	const char *dns_host = NULL;
NULL              877 source3/rpcclient/cmd_netlogon.c 							 NULL,
NULL              878 source3/rpcclient/cmd_netlogon.c 							 NULL,
NULL              899 source3/rpcclient/cmd_netlogon.c 	const char *trusted_domain_name = NULL;
NULL              900 source3/rpcclient/cmd_netlogon.c 	struct lsa_ForestTrustInformation *info = NULL;
NULL             1013 source3/rpcclient/cmd_netlogon.c 	struct DcSitesCtr *ctr = NULL;
NULL             1051 source3/rpcclient/cmd_netlogon.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL             1068 source3/rpcclient/cmd_netlogon.c 						  NULL, &sec_channel_type)) {
NULL             1159 source3/rpcclient/cmd_netlogon.c 	{ "logonctrl2", RPC_RTYPE_WERROR, NULL, cmd_netlogon_logon_ctrl2, &ndr_table_netlogon.syntax_id, NULL, "Logon Control 2",     "" },
NULL             1160 source3/rpcclient/cmd_netlogon.c 	{ "getanydcname", RPC_RTYPE_WERROR, NULL, cmd_netlogon_getanydcname, &ndr_table_netlogon.syntax_id, NULL, "Get trusted DC name",     "" },
NULL             1161 source3/rpcclient/cmd_netlogon.c 	{ "getdcname", RPC_RTYPE_WERROR, NULL, cmd_netlogon_getdcname, &ndr_table_netlogon.syntax_id, NULL, "Get trusted PDC name",     "" },
NULL             1162 source3/rpcclient/cmd_netlogon.c 	{ "dsr_getdcname", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_getdcname, &ndr_table_netlogon.syntax_id, NULL, "Get trusted DC name",     "" },
NULL             1163 source3/rpcclient/cmd_netlogon.c 	{ "dsr_getdcnameex", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_getdcnameex, &ndr_table_netlogon.syntax_id, NULL, "Get trusted DC name",     "" },
NULL             1164 source3/rpcclient/cmd_netlogon.c 	{ "dsr_getdcnameex2", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_getdcnameex2, &ndr_table_netlogon.syntax_id, NULL, "Get trusted DC name",     "" },
NULL             1165 source3/rpcclient/cmd_netlogon.c 	{ "dsr_getsitename", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_getsitename, &ndr_table_netlogon.syntax_id, NULL, "Get sitename",     "" },
NULL             1166 source3/rpcclient/cmd_netlogon.c 	{ "dsr_getforesttrustinfo", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_getforesttrustinfo, &ndr_table_netlogon.syntax_id, NULL, "Get Forest Trust Info",     "" },
NULL             1167 source3/rpcclient/cmd_netlogon.c 	{ "logonctrl",  RPC_RTYPE_WERROR, NULL, cmd_netlogon_logon_ctrl, &ndr_table_netlogon.syntax_id, NULL, "Logon Control",       "" },
NULL             1168 source3/rpcclient/cmd_netlogon.c 	{ "samsync",    RPC_RTYPE_NTSTATUS, cmd_netlogon_sam_sync,    NULL, &ndr_table_netlogon.syntax_id, NULL, "Sam Synchronisation", "" },
NULL             1169 source3/rpcclient/cmd_netlogon.c 	{ "samdeltas",  RPC_RTYPE_NTSTATUS, cmd_netlogon_sam_deltas,  NULL, &ndr_table_netlogon.syntax_id, NULL, "Query Sam Deltas",    "" },
NULL             1170 source3/rpcclient/cmd_netlogon.c 	{ "samlogon",   RPC_RTYPE_NTSTATUS, cmd_netlogon_sam_logon,   NULL, &ndr_table_netlogon.syntax_id, NULL, "Sam Logon",           "" },
NULL             1171 source3/rpcclient/cmd_netlogon.c 	{ "change_trust_pw",   RPC_RTYPE_NTSTATUS, cmd_netlogon_change_trust_pw,   NULL, &ndr_table_netlogon.syntax_id, NULL, "Change Trust Account Password",           "" },
NULL             1172 source3/rpcclient/cmd_netlogon.c 	{ "gettrustrid", RPC_RTYPE_WERROR, NULL, cmd_netlogon_gettrustrid, &ndr_table_netlogon.syntax_id, NULL, "Get trust rid",     "" },
NULL             1173 source3/rpcclient/cmd_netlogon.c 	{ "dsr_enumtrustdom", RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_enumtrustdom, &ndr_table_netlogon.syntax_id, NULL, "Enumerate trusted domains",     "" },
NULL             1174 source3/rpcclient/cmd_netlogon.c 	{ "dsenumdomtrusts",  RPC_RTYPE_WERROR, NULL, cmd_netlogon_dsr_enumtrustdom, &ndr_table_netlogon.syntax_id, NULL, "Enumerate all trusted domains in an AD forest",     "" },
NULL             1175 source3/rpcclient/cmd_netlogon.c 	{ "deregisterdnsrecords", RPC_RTYPE_WERROR, NULL, cmd_netlogon_deregisterdnsrecords, &ndr_table_netlogon.syntax_id, NULL, "Deregister DNS records",     "" },
NULL             1176 source3/rpcclient/cmd_netlogon.c 	{ "netrenumtrusteddomains", RPC_RTYPE_WERROR, NULL, cmd_netlogon_enumtrusteddomains, &ndr_table_netlogon.syntax_id, NULL, "Enumerate trusted domains",     "" },
NULL             1177 source3/rpcclient/cmd_netlogon.c 	{ "netrenumtrusteddomainsex", RPC_RTYPE_WERROR, NULL, cmd_netlogon_enumtrusteddomainsex, &ndr_table_netlogon.syntax_id, NULL, "Enumerate trusted domains",     "" },
NULL             1178 source3/rpcclient/cmd_netlogon.c 	{ "getdcsitecoverage", RPC_RTYPE_WERROR, NULL, cmd_netlogon_getdcsitecoverage, &ndr_table_netlogon.syntax_id, NULL, "Get the Site-Coverage from a DC",     "" },
NULL             1179 source3/rpcclient/cmd_netlogon.c 	{ "database_redo", RPC_RTYPE_NTSTATUS, cmd_netlogon_database_redo, NULL, &ndr_table_netlogon.syntax_id, NULL, "Replicate single object from a DC",     "" },
NULL             1180 source3/rpcclient/cmd_netlogon.c 	{ "capabilities", RPC_RTYPE_NTSTATUS, cmd_netlogon_capabilities, NULL, &ndr_table_netlogon.syntax_id, NULL, "Return Capabilities",     "" },
NULL             1182 source3/rpcclient/cmd_netlogon.c 	{ NULL }
NULL               53 source3/rpcclient/cmd_ntsvcs.c 	const char *devicepath = NULL;
NULL               85 source3/rpcclient/cmd_ntsvcs.c 	const char *devicepath = NULL;
NULL               88 source3/rpcclient/cmd_ntsvcs.c 	const char *unk5 = NULL;
NULL               89 source3/rpcclient/cmd_ntsvcs.c 	const char *unk5a = NULL;
NULL              149 source3/rpcclient/cmd_ntsvcs.c 	const char *devicepath = NULL;
NULL              197 source3/rpcclient/cmd_ntsvcs.c 	const char *filter = NULL;
NULL              233 source3/rpcclient/cmd_ntsvcs.c 	const char *filter = NULL;
NULL              234 source3/rpcclient/cmd_ntsvcs.c 	uint16_t *buffer = NULL;
NULL              278 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_getversion", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_get_version, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS version", "" },
NULL              279 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_validatedevinst", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_validate_dev_inst, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS device instance", "" },
NULL              280 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_hwprofflags", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_hw_prof_flags, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS HW prof flags", "" },
NULL              281 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_hwprofinfo", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_get_hw_prof_info, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS HW prof info", "" },
NULL              282 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_getdevregprop", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_get_dev_reg_prop, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS device registry property", "" },
NULL              283 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_getdevlistsize", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_get_dev_list_size, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS device list size", "" },
NULL              284 source3/rpcclient/cmd_ntsvcs.c 	{ "ntsvcs_getdevlist", RPC_RTYPE_WERROR, NULL, cmd_ntsvcs_get_dev_list, &ndr_table_ntsvcs.syntax_id, NULL, "Query NTSVCS device list", "" },
NULL              285 source3/rpcclient/cmd_ntsvcs.c 	{ NULL }
NULL              306 source3/rpcclient/cmd_samr.c 	union samr_UserInfo *info = NULL;
NULL              494 source3/rpcclient/cmd_samr.c 	union samr_GroupInfo *group_info = NULL;
NULL              565 source3/rpcclient/cmd_samr.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL              641 source3/rpcclient/cmd_samr.c 	sids = NULL;
NULL              658 source3/rpcclient/cmd_samr.c 		if (sid_array.sids == NULL)
NULL              661 source3/rpcclient/cmd_samr.c 		sid_array.sids = NULL;
NULL              718 source3/rpcclient/cmd_samr.c 	struct samr_RidTypeArray *rids = NULL;
NULL              789 source3/rpcclient/cmd_samr.c 	struct samr_SamArray *dom_users = NULL;
NULL              868 source3/rpcclient/cmd_samr.c 	struct samr_SamArray *dom_groups = NULL;
NULL              940 source3/rpcclient/cmd_samr.c 	struct samr_SamArray *als_groups = NULL;
NULL             1013 source3/rpcclient/cmd_samr.c 	struct samr_SamArray *sam = NULL;
NULL             1149 source3/rpcclient/cmd_samr.c 	union samr_AliasInfo *info = NULL;
NULL             1250 source3/rpcclient/cmd_samr.c 	alias_rid = strtoul(argv[2], NULL, 10);
NULL             1517 source3/rpcclient/cmd_samr.c 	union samr_DomainInfo *info = NULL;
NULL             1832 source3/rpcclient/cmd_samr.c 	struct lsa_String *names = NULL;;
NULL             1863 source3/rpcclient/cmd_samr.c 	if ((names = TALLOC_ARRAY(mem_ctx, struct lsa_String, num_names)) == NULL) {
NULL             1937 source3/rpcclient/cmd_samr.c 	if ((rids = TALLOC_ARRAY(mem_ctx, uint32, num_rids)) == NULL) {
NULL             2145 source3/rpcclient/cmd_samr.c 	TALLOC_CTX *ctx = NULL;
NULL             2146 source3/rpcclient/cmd_samr.c 	SEC_DESC_BUF *sec_desc_buf=NULL;
NULL             2322 source3/rpcclient/cmd_samr.c 	DOM_SID *sid = NULL;
NULL             2523 source3/rpcclient/cmd_samr.c 	struct samr_DomInfo1 *info = NULL;
NULL             2524 source3/rpcclient/cmd_samr.c 	struct samr_ChangeReject *reject = NULL;
NULL             2762 source3/rpcclient/cmd_samr.c 	user_rid = strtol(user, NULL, 0);
NULL             2905 source3/rpcclient/cmd_samr.c 	{ "queryuser", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_user, 		NULL, &ndr_table_samr.syntax_id, NULL,	"Query user info",         "" },
NULL             2906 source3/rpcclient/cmd_samr.c 	{ "querygroup", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_group, 		NULL, &ndr_table_samr.syntax_id, NULL,	"Query group info",        "" },
NULL             2907 source3/rpcclient/cmd_samr.c 	{ "queryusergroups", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_usergroups, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query user groups",       "" },
NULL             2908 source3/rpcclient/cmd_samr.c 	{ "queryuseraliases", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_useraliases, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query user aliases",      "" },
NULL             2909 source3/rpcclient/cmd_samr.c 	{ "querygroupmem", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_groupmem, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query group membership",  "" },
NULL             2910 source3/rpcclient/cmd_samr.c 	{ "queryaliasmem", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_aliasmem, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query alias membership",  "" },
NULL             2911 source3/rpcclient/cmd_samr.c 	{ "queryaliasinfo", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_aliasinfo, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query alias info",       "" },
NULL             2912 source3/rpcclient/cmd_samr.c 	{ "deletealias", 	RPC_RTYPE_NTSTATUS, cmd_samr_delete_alias, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Delete an alias",  "" },
NULL             2913 source3/rpcclient/cmd_samr.c 	{ "querydispinfo", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_dispinfo, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query display info",      "" },
NULL             2914 source3/rpcclient/cmd_samr.c 	{ "querydispinfo2", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_dispinfo2, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query display info",      "" },
NULL             2915 source3/rpcclient/cmd_samr.c 	{ "querydispinfo3", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_dispinfo3, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query display info",      "" },
NULL             2916 source3/rpcclient/cmd_samr.c 	{ "querydominfo", 	RPC_RTYPE_NTSTATUS, cmd_samr_query_dominfo, 	NULL, &ndr_table_samr.syntax_id, NULL,	"Query domain info",       "" },
NULL             2917 source3/rpcclient/cmd_samr.c 	{ "enumdomusers",       RPC_RTYPE_NTSTATUS, cmd_samr_enum_dom_users,       NULL, &ndr_table_samr.syntax_id, NULL,	"Enumerate domain users", "" },
NULL             2918 source3/rpcclient/cmd_samr.c 	{ "enumdomgroups",      RPC_RTYPE_NTSTATUS, cmd_samr_enum_dom_groups,       NULL, &ndr_table_samr.syntax_id, NULL,	"Enumerate domain groups", "" },
NULL             2919 source3/rpcclient/cmd_samr.c 	{ "enumalsgroups",      RPC_RTYPE_NTSTATUS, cmd_samr_enum_als_groups,       NULL, &ndr_table_samr.syntax_id, NULL,	"Enumerate alias groups",  "" },
NULL             2920 source3/rpcclient/cmd_samr.c 	{ "enumdomains",        RPC_RTYPE_NTSTATUS, cmd_samr_enum_domains,          NULL, &ndr_table_samr.syntax_id, NULL,	"Enumerate domains",  "" },
NULL             2922 source3/rpcclient/cmd_samr.c 	{ "createdomuser",      RPC_RTYPE_NTSTATUS, cmd_samr_create_dom_user,       NULL, &ndr_table_samr.syntax_id, NULL,	"Create domain user",      "" },
NULL             2923 source3/rpcclient/cmd_samr.c 	{ "createdomgroup",     RPC_RTYPE_NTSTATUS, cmd_samr_create_dom_group,      NULL, &ndr_table_samr.syntax_id, NULL,	"Create domain group",     "" },
NULL             2924 source3/rpcclient/cmd_samr.c 	{ "createdomalias",     RPC_RTYPE_NTSTATUS, cmd_samr_create_dom_alias,      NULL, &ndr_table_samr.syntax_id, NULL,	"Create domain alias",     "" },
NULL             2925 source3/rpcclient/cmd_samr.c 	{ "samlookupnames",     RPC_RTYPE_NTSTATUS, cmd_samr_lookup_names,          NULL, &ndr_table_samr.syntax_id, NULL,	"Look up names",           "" },
NULL             2926 source3/rpcclient/cmd_samr.c 	{ "samlookuprids",      RPC_RTYPE_NTSTATUS, cmd_samr_lookup_rids,           NULL, &ndr_table_samr.syntax_id, NULL,	"Look up names",           "" },
NULL             2927 source3/rpcclient/cmd_samr.c 	{ "deletedomgroup",     RPC_RTYPE_NTSTATUS, cmd_samr_delete_dom_group,      NULL, &ndr_table_samr.syntax_id, NULL,	"Delete domain group",     "" },
NULL             2928 source3/rpcclient/cmd_samr.c 	{ "deletedomuser",      RPC_RTYPE_NTSTATUS, cmd_samr_delete_dom_user,       NULL, &ndr_table_samr.syntax_id, NULL,	"Delete domain user",      "" },
NULL             2929 source3/rpcclient/cmd_samr.c 	{ "samquerysecobj",     RPC_RTYPE_NTSTATUS, cmd_samr_query_sec_obj,         NULL, &ndr_table_samr.syntax_id, NULL, "Query SAMR security object",   "" },
NULL             2930 source3/rpcclient/cmd_samr.c 	{ "getdompwinfo",       RPC_RTYPE_NTSTATUS, cmd_samr_get_dom_pwinfo,        NULL, &ndr_table_samr.syntax_id, NULL, "Retrieve domain password info", "" },
NULL             2931 source3/rpcclient/cmd_samr.c 	{ "getusrdompwinfo",    RPC_RTYPE_NTSTATUS, cmd_samr_get_usrdom_pwinfo,     NULL, &ndr_table_samr.syntax_id, NULL, "Retrieve user domain password info", "" },
NULL             2933 source3/rpcclient/cmd_samr.c 	{ "lookupdomain",       RPC_RTYPE_NTSTATUS, cmd_samr_lookup_domain,         NULL, &ndr_table_samr.syntax_id, NULL, "Lookup Domain Name", "" },
NULL             2934 source3/rpcclient/cmd_samr.c 	{ "chgpasswd",          RPC_RTYPE_NTSTATUS, cmd_samr_chgpasswd,             NULL, &ndr_table_samr.syntax_id, NULL, "Change user password", "" },
NULL             2935 source3/rpcclient/cmd_samr.c 	{ "chgpasswd2",         RPC_RTYPE_NTSTATUS, cmd_samr_chgpasswd2,            NULL, &ndr_table_samr.syntax_id, NULL, "Change user password", "" },
NULL             2936 source3/rpcclient/cmd_samr.c 	{ "chgpasswd3",         RPC_RTYPE_NTSTATUS, cmd_samr_chgpasswd3,            NULL, &ndr_table_samr.syntax_id, NULL, "Change user password", "" },
NULL             2937 source3/rpcclient/cmd_samr.c 	{ "getdispinfoidx",     RPC_RTYPE_NTSTATUS, cmd_samr_get_dispinfo_idx,      NULL, &ndr_table_samr.syntax_id, NULL, "Get Display Information Index", "" },
NULL             2938 source3/rpcclient/cmd_samr.c 	{ "setuserinfo",        RPC_RTYPE_NTSTATUS, cmd_samr_setuserinfo,           NULL, &ndr_table_samr.syntax_id, NULL, "Set user info", "" },
NULL             2939 source3/rpcclient/cmd_samr.c 	{ "setuserinfo2",       RPC_RTYPE_NTSTATUS, cmd_samr_setuserinfo2,          NULL, &ndr_table_samr.syntax_id, NULL, "Set user info2", "" },
NULL             2940 source3/rpcclient/cmd_samr.c 	{ NULL }
NULL              110 source3/rpcclient/cmd_shutdown.c 	{ "shutdowninit", RPC_RTYPE_NTSTATUS, cmd_shutdown_init, NULL, &ndr_table_initshutdown.syntax_id, "Remote Shutdown (over shutdown pipe)",
NULL              113 source3/rpcclient/cmd_shutdown.c 	{ "shutdownabort", RPC_RTYPE_NTSTATUS, cmd_shutdown_abort, NULL, &ndr_table_initshutdown.syntax_id, "Abort Shutdown (over shutdown pipe)",
NULL              116 source3/rpcclient/cmd_shutdown.c 	{ NULL }
NULL               52 source3/rpcclient/cmd_spoolss.c 	{NULL,                   "",		-1 }
NULL               76 source3/rpcclient/cmd_spoolss.c         } while ( (archi_table[i].long_archi!=NULL ) &&
NULL               79 source3/rpcclient/cmd_spoolss.c         if (archi_table[i].long_archi==NULL) {
NULL               81 source3/rpcclient/cmd_spoolss.c                 return NULL;
NULL              464 source3/rpcclient/cmd_spoolss.c 	const char	*printername, *comment = NULL;
NULL              504 source3/rpcclient/cmd_spoolss.c 	info.info2.secdesc = NULL;
NULL              505 source3/rpcclient/cmd_spoolss.c 	info.info2.devmode = NULL;
NULL              522 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL              540 source3/rpcclient/cmd_spoolss.c 			*new_printername = NULL;
NULL              580 source3/rpcclient/cmd_spoolss.c 	info.info2.devmode = NULL;
NULL              581 source3/rpcclient/cmd_spoolss.c 	info.info2.secdesc = NULL;
NULL              598 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL              681 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL              692 source3/rpcclient/cmd_spoolss.c 	char *text = NULL;
NULL              708 source3/rpcclient/cmd_spoolss.c 		char *hex = hex_encode_talloc(NULL, value.data_p, value.size);
NULL              729 source3/rpcclient/cmd_spoolss.c 		if (!W_ERROR_IS_OK(reg_pull_multi_sz(NULL, value.data_p,
NULL              766 source3/rpcclient/cmd_spoolss.c 		char *hex = hex_encode_talloc(NULL,
NULL              786 source3/rpcclient/cmd_spoolss.c 		for (i=0; r->string_array[i] != NULL; i++) {
NULL              852 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL              872 source3/rpcclient/cmd_spoolss.c 	uint8_t *buffer = NULL;
NULL              950 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL             1008 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->dependent_files && r->dependent_files[i] != NULL; i++) {
NULL             1037 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->dependent_files && r->dependent_files[i] != NULL; i++) {
NULL             1044 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->previous_names && r->previous_names[i] != NULL; i++) {
NULL             1092 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->dependent_files && r->dependent_files[i] != NULL; i++) {
NULL             1099 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->previous_names && r->previous_names[i] != NULL; i++) {
NULL             1135 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->dependent_files && r->dependent_files[i] != NULL; i++) {
NULL             1139 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->previous_names && r->previous_names[i] != NULL; i++) {
NULL             1151 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->color_profiles && r->color_profiles[i] != NULL; i++) {
NULL             1156 source3/rpcclient/cmd_spoolss.c 	for (i=0; r->core_driver_dependencies && r->core_driver_dependencies[i] != NULL; i++) {
NULL             1209 source3/rpcclient/cmd_spoolss.c 	for (i=0; archi_table[i].long_archi!=NULL; i++) {
NULL             1262 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL             1282 source3/rpcclient/cmd_spoolss.c 	union spoolss_DriverInfo *info = NULL;
NULL             1362 source3/rpcclient/cmd_spoolss.c 	const char *architecture = NULL;
NULL             1384 source3/rpcclient/cmd_spoolss.c 	for (i=0; archi_table[i].long_archi!=NULL; i++) {
NULL             1442 source3/rpcclient/cmd_spoolss.c 							  NULL, /* buffer */
NULL             1444 source3/rpcclient/cmd_spoolss.c 							  NULL, /* info */
NULL             1479 source3/rpcclient/cmd_spoolss.c 	for (i=0; archi_table[i].long_archi != NULL; i++)
NULL             1489 source3/rpcclient/cmd_spoolss.c 	if (archi_table[i].long_archi == NULL)
NULL             1517 source3/rpcclient/cmd_spoolss.c 		ptr = NULL;
NULL             1520 source3/rpcclient/cmd_spoolss.c 	if (dest != NULL) {
NULL             1540 source3/rpcclient/cmd_spoolss.c 	char *saveptr = NULL;
NULL             1542 source3/rpcclient/cmd_spoolss.c 	const char **file_array = NULL;
NULL             1547 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->driver_path, &saveptr);
NULL             1548 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->data_file, &saveptr);
NULL             1549 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->config_file, &saveptr);
NULL             1550 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->help_file, &saveptr);
NULL             1551 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->monitor_name, &saveptr);
NULL             1552 source3/rpcclient/cmd_spoolss.c 	str = get_driver_3_param(mem_ctx, NULL, ":", &r->default_datatype, &saveptr);
NULL             1556 source3/rpcclient/cmd_spoolss.c 	str2 = get_driver_3_param(mem_ctx, NULL, ":", NULL, &saveptr);
NULL             1572 source3/rpcclient/cmd_spoolss.c 	while (str != NULL) {
NULL             1574 source3/rpcclient/cmd_spoolss.c 		str = strtok_r(NULL, ",", &saveptr);
NULL             1692 source3/rpcclient/cmd_spoolss.c 	info2.devmode		= NULL;
NULL             1693 source3/rpcclient/cmd_spoolss.c 	info2.secdesc		= NULL;
NULL             1772 source3/rpcclient/cmd_spoolss.c 	info.info2.devmode = NULL;
NULL             1773 source3/rpcclient/cmd_spoolss.c 	info.info2.secdesc = NULL;
NULL             1796 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL             1815 source3/rpcclient/cmd_spoolss.c 	const char *arch = NULL;
NULL             1942 source3/rpcclient/cmd_spoolss.c 							   NULL, /* buffer */
NULL             1944 source3/rpcclient/cmd_spoolss.c 							   NULL, /* info */
NULL             2033 source3/rpcclient/cmd_spoolss.c 		info2.mui_dll		= NULL;
NULL             2054 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL);
NULL             2114 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL);
NULL             2217 source3/rpcclient/cmd_spoolss.c 					NULL,
NULL             2251 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL);
NULL             2298 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL);
NULL             2365 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &handle, NULL);
NULL             2450 source3/rpcclient/cmd_spoolss.c 		data.value = strtoul(argv[4], NULL, 10);
NULL             2457 source3/rpcclient/cmd_spoolss.c 		const char **strings = NULL;
NULL             2514 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &pol, NULL);
NULL             2624 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             2700 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             2745 source3/rpcclient/cmd_spoolss.c 				       NULL,
NULL             2755 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             2774 source3/rpcclient/cmd_spoolss.c 	const char *value_name = NULL;
NULL             2777 source3/rpcclient/cmd_spoolss.c 	uint8_t *data = NULL;
NULL             2846 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             2903 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             2918 source3/rpcclient/cmd_spoolss.c 	const char *keyname = NULL;
NULL             2920 source3/rpcclient/cmd_spoolss.c 	const char **key_buffer = NULL;
NULL             2965 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             3010 source3/rpcclient/cmd_spoolss.c 	if (option.types == NULL) {
NULL             3018 source3/rpcclient/cmd_spoolss.c 	if (option.types[0].fields == NULL) {
NULL             3027 source3/rpcclient/cmd_spoolss.c 	if (option.types[1].fields == NULL) {
NULL             3056 source3/rpcclient/cmd_spoolss.c 		rpccli_spoolss_ClosePrinter(cli, mem_ctx, &hnd, NULL);
NULL             3177 source3/rpcclient/cmd_spoolss.c 	char *printername_path = NULL;
NULL             3178 source3/rpcclient/cmd_spoolss.c 	struct cli_state *cli_server2 = NULL;
NULL             3179 source3/rpcclient/cmd_spoolss.c 	struct rpc_pipe_client *cli2 = NULL;
NULL             3194 source3/rpcclient/cmd_spoolss.c 					NULL, 0,
NULL             3200 source3/rpcclient/cmd_spoolss.c 					get_cmdline_auth_info_signing_state(rpcclient_auth_info), NULL);
NULL             3253 source3/rpcclient/cmd_spoolss.c 	rpccli_spoolss_ClosePrinter( cli, mem_ctx, &hPrinter1, NULL );
NULL             3254 source3/rpcclient/cmd_spoolss.c 	rpccli_spoolss_ClosePrinter( cli2, mem_ctx, &hPrinter2, NULL );
NULL             3438 source3/rpcclient/cmd_spoolss.c 	{ "adddriver",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_addprinterdriver,	&ndr_table_spoolss.syntax_id, NULL, "Add a print driver",                  "" },
NULL             3439 source3/rpcclient/cmd_spoolss.c 	{ "addprinter",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_addprinterex,	&ndr_table_spoolss.syntax_id, NULL, "Add a printer",                       "" },
NULL             3440 source3/rpcclient/cmd_spoolss.c 	{ "deldriver",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_deletedriver,	&ndr_table_spoolss.syntax_id, NULL, "Delete a printer driver",             "" },
NULL             3441 source3/rpcclient/cmd_spoolss.c 	{ "deldriverex",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_deletedriverex,	&ndr_table_spoolss.syntax_id, NULL, "Delete a printer driver with files",  "" },
NULL             3442 source3/rpcclient/cmd_spoolss.c 	{ "enumdata",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_data,		&ndr_table_spoolss.syntax_id, NULL, "Enumerate printer data",              "" },
NULL             3443 source3/rpcclient/cmd_spoolss.c 	{ "enumdataex",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_data_ex,	&ndr_table_spoolss.syntax_id, NULL, "Enumerate printer data for a key",    "" },
NULL             3444 source3/rpcclient/cmd_spoolss.c 	{ "enumkey",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_printerkey,	&ndr_table_spoolss.syntax_id, NULL, "Enumerate printer keys",              "" },
NULL             3445 source3/rpcclient/cmd_spoolss.c 	{ "enumjobs",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_jobs,          &ndr_table_spoolss.syntax_id, NULL, "Enumerate print jobs",                "" },
NULL             3446 source3/rpcclient/cmd_spoolss.c 	{ "getjob",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_get_job,		&ndr_table_spoolss.syntax_id, NULL, "Get print job",                       "" },
NULL             3447 source3/rpcclient/cmd_spoolss.c 	{ "setjob",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_set_job,		&ndr_table_spoolss.syntax_id, NULL, "Set print job",                       "" },
NULL             3448 source3/rpcclient/cmd_spoolss.c 	{ "enumports", 		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_ports, 	&ndr_table_spoolss.syntax_id, NULL, "Enumerate printer ports",             "" },
NULL             3449 source3/rpcclient/cmd_spoolss.c 	{ "enumdrivers", 	RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_drivers, 	&ndr_table_spoolss.syntax_id, NULL, "Enumerate installed printer drivers", "" },
NULL             3450 source3/rpcclient/cmd_spoolss.c 	{ "enumprinters", 	RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_printers, 	&ndr_table_spoolss.syntax_id, NULL, "Enumerate printers",                  "" },
NULL             3451 source3/rpcclient/cmd_spoolss.c 	{ "getdata",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_getprinterdata,	&ndr_table_spoolss.syntax_id, NULL, "Get print driver data",               "" },
NULL             3452 source3/rpcclient/cmd_spoolss.c 	{ "getdataex",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_getprinterdataex,	&ndr_table_spoolss.syntax_id, NULL, "Get printer driver data with keyname", ""},
NULL             3453 source3/rpcclient/cmd_spoolss.c 	{ "getdriver",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_getdriver,		&ndr_table_spoolss.syntax_id, NULL, "Get print driver information",        "" },
NULL             3454 source3/rpcclient/cmd_spoolss.c 	{ "getdriverdir",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_getdriverdir,	&ndr_table_spoolss.syntax_id, NULL, "Get print driver upload directory",   "" },
NULL             3455 source3/rpcclient/cmd_spoolss.c 	{ "getprinter", 	RPC_RTYPE_WERROR, NULL, cmd_spoolss_getprinter, 	&ndr_table_spoolss.syntax_id, NULL, "Get printer info",                    "" },
NULL             3456 source3/rpcclient/cmd_spoolss.c 	{ "openprinter",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_open_printer_ex,	&ndr_table_spoolss.syntax_id, NULL, "Open printer handle",                 "" },
NULL             3457 source3/rpcclient/cmd_spoolss.c 	{ "setdriver", 		RPC_RTYPE_WERROR, NULL, cmd_spoolss_setdriver,		&ndr_table_spoolss.syntax_id, NULL, "Set printer driver",                  "" },
NULL             3458 source3/rpcclient/cmd_spoolss.c 	{ "getprintprocdir",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_getprintprocdir,    &ndr_table_spoolss.syntax_id, NULL, "Get print processor directory",       "" },
NULL             3459 source3/rpcclient/cmd_spoolss.c 	{ "addform",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_addform,            &ndr_table_spoolss.syntax_id, NULL, "Add form",                            "" },
NULL             3460 source3/rpcclient/cmd_spoolss.c 	{ "setform",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_setform,            &ndr_table_spoolss.syntax_id, NULL, "Set form",                            "" },
NULL             3461 source3/rpcclient/cmd_spoolss.c 	{ "getform",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_getform,            &ndr_table_spoolss.syntax_id, NULL, "Get form",                            "" },
NULL             3462 source3/rpcclient/cmd_spoolss.c 	{ "deleteform",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_deleteform,         &ndr_table_spoolss.syntax_id, NULL, "Delete form",                         "" },
NULL             3463 source3/rpcclient/cmd_spoolss.c 	{ "enumforms",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_forms,         &ndr_table_spoolss.syntax_id, NULL, "Enumerate forms",                     "" },
NULL             3464 source3/rpcclient/cmd_spoolss.c 	{ "setprinter",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_setprinter,         &ndr_table_spoolss.syntax_id, NULL, "Set printer comment",                 "" },
NULL             3465 source3/rpcclient/cmd_spoolss.c 	{ "setprintername",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_setprintername,	&ndr_table_spoolss.syntax_id, NULL, "Set printername",                 "" },
NULL             3466 source3/rpcclient/cmd_spoolss.c 	{ "setprinterdata",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_setprinterdata,     &ndr_table_spoolss.syntax_id, NULL, "Set REG_SZ printer data",             "" },
NULL             3467 source3/rpcclient/cmd_spoolss.c 	{ "rffpcnex",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_rffpcnex,           &ndr_table_spoolss.syntax_id, NULL, "Rffpcnex test", "" },
NULL             3468 source3/rpcclient/cmd_spoolss.c 	{ "printercmp",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_printercmp,         &ndr_table_spoolss.syntax_id, NULL, "Printer comparison test", "" },
NULL             3469 source3/rpcclient/cmd_spoolss.c 	{ "enumprocs",		RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_procs,         &ndr_table_spoolss.syntax_id, NULL, "Enumerate Print Processors",          "" },
NULL             3470 source3/rpcclient/cmd_spoolss.c 	{ "enumprocdatatypes",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_proc_data_types, &ndr_table_spoolss.syntax_id, NULL, "Enumerate Print Processor Data Types", "" },
NULL             3471 source3/rpcclient/cmd_spoolss.c 	{ "enummonitors",	RPC_RTYPE_WERROR, NULL, cmd_spoolss_enum_monitors,      &ndr_table_spoolss.syntax_id, NULL, "Enumerate Print Monitors", "" },
NULL             3473 source3/rpcclient/cmd_spoolss.c 	{ NULL }
NULL              267 source3/rpcclient/cmd_srvsvc.c 	uint32_t *resume_handle_p = NULL;
NULL              513 source3/rpcclient/cmd_srvsvc.c 	struct srvsvc_NetRemoteTODInfo *tod = NULL;
NULL              567 source3/rpcclient/cmd_srvsvc.c 					   NULL,
NULL              568 source3/rpcclient/cmd_srvsvc.c 					   NULL,
NULL              620 source3/rpcclient/cmd_srvsvc.c 	struct sec_desc_buf *sd_buf = NULL;
NULL              685 source3/rpcclient/cmd_srvsvc.c 	uint32_t *resume_handle_p = NULL;
NULL              687 source3/rpcclient/cmd_srvsvc.c 	const char *client = NULL;
NULL              688 source3/rpcclient/cmd_srvsvc.c 	const char *user = NULL;
NULL              813 source3/rpcclient/cmd_srvsvc.c 	uint32_t *resume_handle_p = NULL;
NULL              876 source3/rpcclient/cmd_srvsvc.c 	{ "srvinfo",     RPC_RTYPE_WERROR, NULL, cmd_srvsvc_srv_query_info, &ndr_table_srvsvc.syntax_id, NULL, "Server query info", "" },
NULL              877 source3/rpcclient/cmd_srvsvc.c 	{ "netshareenum",RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_share_enum, &ndr_table_srvsvc.syntax_id, NULL, "Enumerate shares", "" },
NULL              878 source3/rpcclient/cmd_srvsvc.c 	{ "netshareenumall",RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_share_enum_all, &ndr_table_srvsvc.syntax_id, NULL, "Enumerate all shares", "" },
NULL              879 source3/rpcclient/cmd_srvsvc.c 	{ "netsharegetinfo",RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_share_get_info, &ndr_table_srvsvc.syntax_id, NULL, "Get Share Info", "" },
NULL              880 source3/rpcclient/cmd_srvsvc.c 	{ "netsharesetinfo",RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_share_set_info, &ndr_table_srvsvc.syntax_id, NULL, "Set Share Info", "" },
NULL              881 source3/rpcclient/cmd_srvsvc.c 	{ "netfileenum", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_file_enum,  &ndr_table_srvsvc.syntax_id, NULL, "Enumerate open files", "" },
NULL              882 source3/rpcclient/cmd_srvsvc.c 	{ "netremotetod",RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_remote_tod, &ndr_table_srvsvc.syntax_id, NULL, "Fetch remote time of day", "" },
NULL              883 source3/rpcclient/cmd_srvsvc.c 	{ "netnamevalidate", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_name_validate, &ndr_table_srvsvc.syntax_id, NULL, "Validate sharename", "" },
NULL              884 source3/rpcclient/cmd_srvsvc.c 	{ "netfilegetsec", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_file_get_sec, &ndr_table_srvsvc.syntax_id, NULL, "Get File security", "" },
NULL              885 source3/rpcclient/cmd_srvsvc.c 	{ "netsessdel", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_sess_del, &ndr_table_srvsvc.syntax_id, NULL, "Delete Session", "" },
NULL              886 source3/rpcclient/cmd_srvsvc.c 	{ "netsessenum", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_sess_enum, &ndr_table_srvsvc.syntax_id, NULL, "Enumerate Sessions", "" },
NULL              887 source3/rpcclient/cmd_srvsvc.c 	{ "netdiskenum", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_disk_enum, &ndr_table_srvsvc.syntax_id, NULL, "Enumerate Disks", "" },
NULL              888 source3/rpcclient/cmd_srvsvc.c 	{ "netconnenum", RPC_RTYPE_WERROR, NULL, cmd_srvsvc_net_conn_enum, &ndr_table_srvsvc.syntax_id, NULL, "Enumerate Connections", "" },
NULL              890 source3/rpcclient/cmd_srvsvc.c 	{ NULL }
NULL               27 source3/rpcclient/cmd_test.c 	struct rpc_pipe_client *lsa_pipe = NULL, *samr_pipe = NULL;
NULL               71 source3/rpcclient/cmd_test.c 	{ "testme", RPC_RTYPE_NTSTATUS, cmd_testme, NULL,
NULL               72 source3/rpcclient/cmd_test.c 	  NULL, NULL, "Sample test", "testme" },
NULL               74 source3/rpcclient/cmd_test.c 	{ NULL }
NULL               96 source3/rpcclient/cmd_wkssvc.c 	smb_ucs2_t *message_buffer = NULL;
NULL              134 source3/rpcclient/cmd_wkssvc.c 	struct wkssvc_ComputerNamesCtr *ctr = NULL;
NULL              165 source3/rpcclient/cmd_wkssvc.c 	{ "wkssvc_wkstagetinfo", RPC_RTYPE_WERROR, NULL, cmd_wkssvc_wkstagetinfo, &ndr_table_wkssvc.syntax_id, NULL, "Query WKSSVC Workstation Information", "" },
NULL              166 source3/rpcclient/cmd_wkssvc.c 	{ "wkssvc_getjoininformation", RPC_RTYPE_WERROR, NULL, cmd_wkssvc_getjoininformation, &ndr_table_wkssvc.syntax_id, NULL, "Query WKSSVC Join Information", "" },
NULL              167 source3/rpcclient/cmd_wkssvc.c 	{ "wkssvc_messagebuffersend", RPC_RTYPE_WERROR, NULL, cmd_wkssvc_messagebuffersend, &ndr_table_wkssvc.syntax_id, NULL, "Send WKSSVC message", "" },
NULL              168 source3/rpcclient/cmd_wkssvc.c 	{ "wkssvc_enumeratecomputernames", RPC_RTYPE_WERROR, NULL, cmd_wkssvc_enumeratecomputernames, &ndr_table_wkssvc.syntax_id, NULL, "Enumerate WKSSVC computer names", "" },
NULL              169 source3/rpcclient/cmd_wkssvc.c 	{ NULL }
NULL               59 source3/rpcclient/rpcclient.c 		return NULL;
NULL               64 source3/rpcclient/rpcclient.c 		return NULL;
NULL               69 source3/rpcclient/rpcclient.c 		return NULL;
NULL               75 source3/rpcclient/rpcclient.c 		return NULL;
NULL               95 source3/rpcclient/rpcclient.c 					return NULL;
NULL              108 source3/rpcclient/rpcclient.c 	matches[count] = NULL;
NULL              118 source3/rpcclient/rpcclient.c 		return NULL;
NULL              127 source3/rpcclient/rpcclient.c 		*cmdstr = NULL;
NULL              140 source3/rpcclient/rpcclient.c 	struct rpc_pipe_client *lsapipe = NULL;
NULL              141 source3/rpcclient/rpcclient.c 	union lsa_PolicyInformation *info = NULL;
NULL              337 source3/rpcclient/rpcclient.c 			if (tmp_set->rpc_pipe == NULL) {
NULL              346 source3/rpcclient/rpcclient.c 				tmp_set->rpc_pipe = NULL;
NULL              435 source3/rpcclient/rpcclient.c 				if (tmp_set->rpc_pipe == NULL) {
NULL              486 source3/rpcclient/rpcclient.c 	{ "help", RPC_RTYPE_NTSTATUS, cmd_help, NULL, 	  NULL, NULL,	"Get help on commands", "[command]" },
NULL              487 source3/rpcclient/rpcclient.c 	{ "?", 	RPC_RTYPE_NTSTATUS, cmd_help, NULL,	  NULL, NULL,	"Get help on commands", "[command]" },
NULL              488 source3/rpcclient/rpcclient.c 	{ "debuglevel", RPC_RTYPE_NTSTATUS, cmd_debuglevel, NULL,   NULL,	NULL, "Set debug level", "level" },
NULL              489 source3/rpcclient/rpcclient.c 	{ "debug", RPC_RTYPE_NTSTATUS, cmd_debuglevel, NULL,   NULL,	NULL, "Set debug level", "level" },
NULL              490 source3/rpcclient/rpcclient.c 	{ "list",	RPC_RTYPE_NTSTATUS, cmd_listcommands, NULL, NULL,	NULL, "List available commands on <pipe>", "pipe" },
NULL              491 source3/rpcclient/rpcclient.c 	{ "exit", RPC_RTYPE_NTSTATUS, cmd_quit, NULL,   NULL,	NULL,	"Exit program", "" },
NULL              492 source3/rpcclient/rpcclient.c 	{ "quit", RPC_RTYPE_NTSTATUS, cmd_quit, NULL,	  NULL,	NULL, "Exit program", "" },
NULL              493 source3/rpcclient/rpcclient.c 	{ "sign", RPC_RTYPE_NTSTATUS, cmd_sign, NULL,	  NULL,	NULL, "Force RPC pipe connections to be signed", "" },
NULL              494 source3/rpcclient/rpcclient.c 	{ "seal", RPC_RTYPE_NTSTATUS, cmd_seal, NULL,	  NULL,	NULL, "Force RPC pipe connections to be sealed", "" },
NULL              495 source3/rpcclient/rpcclient.c 	{ "schannel", RPC_RTYPE_NTSTATUS, cmd_schannel, NULL,	  NULL, NULL,	"Force RPC pipe connections to be sealed with 'schannel'.  Assumes valid machine account to this domain controller.", "" },
NULL              496 source3/rpcclient/rpcclient.c 	{ "schannelsign", RPC_RTYPE_NTSTATUS, cmd_schannel_sign, NULL,	  NULL, NULL, "Force RPC pipe connections to be signed (not sealed) with 'schannel'.  Assumes valid machine account to this domain controller.", "" },
NULL              497 source3/rpcclient/rpcclient.c 	{ "timeout", RPC_RTYPE_NTSTATUS, cmd_timeout, NULL,	  NULL, NULL, "Set timeout (in milliseonds) for RPC operations", "" },
NULL              498 source3/rpcclient/rpcclient.c 	{ "none", RPC_RTYPE_NTSTATUS, cmd_none, NULL,	  NULL, NULL, "Force RPC pipe connections to have no special properties", "" },
NULL              500 source3/rpcclient/rpcclient.c 	{ NULL }
NULL              504 source3/rpcclient/rpcclient.c 	{ "---------------", MAX_RPC_RETURN_TYPE, NULL, NULL,	NULL, NULL, "----------------------" },
NULL              505 source3/rpcclient/rpcclient.c 	{ NULL }
NULL              544 source3/rpcclient/rpcclient.c 	NULL
NULL              587 source3/rpcclient/rpcclient.c 	if ((cmd_entry->interface != NULL) && (cmd_entry->rpc_pipe == NULL)) {
NULL              646 source3/rpcclient/rpcclient.c 							NULL, &sec_channel_type)) {
NULL              704 source3/rpcclient/rpcclient.c 	char **argv = NULL;
NULL              759 source3/rpcclient/rpcclient.c 	static char		*cmdstr = NULL;
NULL              761 source3/rpcclient/rpcclient.c 	struct cli_state	*cli = NULL;
NULL              762 source3/rpcclient/rpcclient.c 	static char 		*opt_ipaddr=NULL;
NULL              797 source3/rpcclient/rpcclient.c 	if (rpcclient_auth_info == NULL) {
NULL              888 source3/rpcclient/rpcclient.c 					opt_ipaddr ? &server_ss : NULL, opt_port,
NULL              895 source3/rpcclient/rpcclient.c 					NULL);
NULL              940 source3/rpcclient/rpcclient.c                 while((cmd=next_command(&p)) != NULL) {
NULL              952 source3/rpcclient/rpcclient.c 		char *line = NULL;
NULL              954 source3/rpcclient/rpcclient.c 		line = smb_readline("rpcclient $> ", NULL, completion_fn);
NULL              956 source3/rpcclient/rpcclient.c 		if (line == NULL)
NULL              965 source3/rpcclient/rpcclient.c 	if (cli != NULL) {
NULL               43 source3/services/services_db.c   { NULL, NULL, NULL, NULL }
NULL               47 source3/services/services_db.c   { "cups",          NULL, "Common Unix Printing System","Provides unified printing support for all operating systems" },
NULL               48 source3/services/services_db.c   { "postfix",       NULL, "Internet Mail Service", 	"Provides support for sending and receiving electonic mail" },
NULL               49 source3/services/services_db.c   { "sendmail",      NULL, "Internet Mail Service", 	"Provides support for sending and receiving electonic mail" },
NULL               50 source3/services/services_db.c   { "portmap",       NULL, "TCP Port to RPC PortMapper",NULL },
NULL               51 source3/services/services_db.c   { "xinetd",        NULL, "Internet Meta-Daemon", 	NULL },
NULL               52 source3/services/services_db.c   { "inet",          NULL, "Internet Meta-Daemon", 	NULL },
NULL               53 source3/services/services_db.c   { "xntpd",         NULL, "Network Time Service", 	NULL },
NULL               54 source3/services/services_db.c   { "ntpd",          NULL, "Network Time Service", 	NULL },
NULL               55 source3/services/services_db.c   { "lpd",           NULL, "BSD Print Spooler", 	NULL },
NULL               56 source3/services/services_db.c   { "nfsserver",     NULL, "Network File Service", 	NULL },
NULL               57 source3/services/services_db.c   { "cron",          NULL, "Scheduling Service", 	NULL },
NULL               58 source3/services/services_db.c   { "at",            NULL, "Scheduling Service", 	NULL },
NULL               59 source3/services/services_db.c   { "nscd",          NULL, "Name Service Cache Daemon",	NULL },
NULL               60 source3/services/services_db.c   { "slapd",         NULL, "LDAP Directory Service", 	NULL },
NULL               61 source3/services/services_db.c   { "ldap",          NULL, "LDAP DIrectory Service", 	NULL },
NULL               62 source3/services/services_db.c   { "ypbind",        NULL, "NIS Directory Service", 	NULL },
NULL               63 source3/services/services_db.c   { "courier-imap",  NULL, "IMAP4 Mail Service", 	NULL },
NULL               64 source3/services/services_db.c   { "courier-pop3",  NULL, "POP3 Mail Service", 	NULL },
NULL               65 source3/services/services_db.c   { "named",         NULL, "Domain Name Service", 	NULL },
NULL               66 source3/services/services_db.c   { "bind",          NULL, "Domain Name Service", 	NULL },
NULL               67 source3/services/services_db.c   { "httpd",         NULL, "HTTP Server", 		NULL },
NULL               68 source3/services/services_db.c   { "apache",        NULL, "HTTP Server", 		"Provides s highly scalable and flexible web server "
NULL               71 source3/services/services_db.c   { "autofs",        NULL, "Automounter", 		NULL },
NULL               72 source3/services/services_db.c   { "squid",         NULL, "Web Cache Proxy ",		NULL },
NULL               73 source3/services/services_db.c   { "perfcountd",    NULL, "Performance Monitoring Daemon", NULL },
NULL               74 source3/services/services_db.c   { "pgsql",	     NULL, "PgSQL Database Server", 	"Provides service for SQL database from Postgresql.org" },
NULL               75 source3/services/services_db.c   { "arpwatch",	     NULL, "ARP Tables watcher", 	"Provides service for monitoring ARP tables for changes" },
NULL               76 source3/services/services_db.c   { "dhcpd",	     NULL, "DHCP Server", 		"Provides service for dynamic host configuration and IP assignment" },
NULL               77 source3/services/services_db.c   { "nwserv",	     NULL, "NetWare Server Emulator", 	"Provides service for emulating Novell NetWare 3.12 server" },
NULL               78 source3/services/services_db.c   { "proftpd",	     NULL, "Professional FTP Server", 	"Provides high configurable service for FTP connection and "
NULL               80 source3/services/services_db.c   { "ssh2",	     NULL, "SSH Secure Shell", 		"Provides service for secure connection for remote administration" },
NULL               81 source3/services/services_db.c   { "sshd",	     NULL, "SSH Secure Shell", 		"Provides service for secure connection for remote administration" },
NULL               82 source3/services/services_db.c   { NULL, NULL, NULL, NULL }
NULL               93 source3/services/services_db.c 	SEC_DESC *sd = NULL;
NULL               94 source3/services/services_db.c 	SEC_ACL *theacl = NULL;
NULL              113 source3/services/services_db.c 		return NULL;
NULL              116 source3/services/services_db.c 				  SEC_DESC_SELF_RELATIVE, NULL, NULL, NULL,
NULL              118 source3/services/services_db.c 		return NULL;
NULL              139 source3/services/services_db.c 				return NULL;
NULL              153 source3/services/services_db.c 	char *clean = NULL;
NULL              159 source3/services/services_db.c 		return NULL;
NULL              170 source3/services/services_db.c 		return NULL;
NULL              191 source3/services/services_db.c 	struct rcinit_file_information *info = NULL;
NULL              192 source3/services/services_db.c 	char *filepath = NULL;
NULL              194 source3/services/services_db.c 	XFILE *f = NULL;
NULL              195 source3/services/services_db.c 	char *p = NULL;
NULL              197 source3/services/services_db.c 	if ( !(info = TALLOC_ZERO_P( NULL, struct rcinit_file_information ) ) )
NULL              214 source3/services/services_db.c 	while ( (x_fgets( str, sizeof(str)-1, f )) != NULL ) {
NULL              223 source3/services/services_db.c 		if ( (p = strstr( str, "Description:" )) != NULL ) {
NULL              230 source3/services/services_db.c 			if ( (desc = cleanup_string(p)) != NULL )
NULL              278 source3/services/services_db.c 			char *pstr = NULL;
NULL              295 source3/services/services_db.c 	if ( builtin_svcs[i].servicename == NULL ) {
NULL              296 source3/services/services_db.c 		char *pstr = NULL;
NULL              297 source3/services/services_db.c 		char *dispname = NULL;
NULL              298 source3/services/services_db.c 		struct rcinit_file_information *init_info = NULL;
NULL              338 source3/services/services_db.c 	REGISTRY_KEY *key_service = NULL, *key_secdesc = NULL;
NULL              340 source3/services/services_db.c 	char *path = NULL;
NULL              341 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              342 source3/services/services_db.c 	struct regsubkey_ctr *svc_subkeys = NULL;
NULL              343 source3/services/services_db.c 	SEC_DESC *sd = NULL;
NULL              357 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key_service, path,
NULL              400 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key_secdesc, path,
NULL              448 source3/services/services_db.c 	struct regsubkey_ctr *subkeys = NULL;
NULL              449 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              454 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, KEY_SERVICES,
NULL              507 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              508 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              509 source3/services/services_db.c 	REGISTRY_VALUE *val = NULL;
NULL              510 source3/services/services_db.c 	SEC_DESC *ret_sd = NULL;
NULL              511 source3/services/services_db.c 	char *path= NULL;
NULL              518 source3/services/services_db.c 		return NULL;
NULL              520 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, path, token,
NULL              568 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              570 source3/services/services_db.c 	char *path = NULL;
NULL              571 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              581 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, path, token,
NULL              621 source3/services/services_db.c 	char *display_name = NULL;
NULL              622 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              623 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              624 source3/services/services_db.c 	REGISTRY_VALUE *val = NULL;
NULL              625 source3/services/services_db.c 	char *path = NULL;
NULL              631 source3/services/services_db.c 		return NULL;
NULL              633 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, path, token,
NULL              671 source3/services/services_db.c 	char *description = NULL;
NULL              672 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              673 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              674 source3/services/services_db.c 	REGISTRY_VALUE *val = NULL;
NULL              675 source3/services/services_db.c 	char *path = NULL;
NULL              681 source3/services/services_db.c 		return NULL;
NULL              683 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, path, token,
NULL              689 source3/services/services_db.c 		return NULL;
NULL              696 source3/services/services_db.c 		return NULL;
NULL              717 source3/services/services_db.c 	REGISTRY_KEY *key = NULL;
NULL              718 source3/services/services_db.c 	REGVAL_CTR *values = NULL;
NULL              719 source3/services/services_db.c 	char *path = NULL;
NULL              725 source3/services/services_db.c 		return NULL;
NULL              727 source3/services/services_db.c 	wresult = regkey_open_internal( NULL, &key, path, token,
NULL              733 source3/services/services_db.c 		return NULL;
NULL              737 source3/services/services_db.c 	if ( !(values = TALLOC_ZERO_P( NULL, REGVAL_CTR )) ) {
NULL              740 source3/services/services_db.c 		return NULL;
NULL               27 source3/services/svc_rcinit.c 	char *command = NULL;
NULL               61 source3/services/svc_rcinit.c 	char *command = NULL;
NULL               88 source3/services/svc_rcinit.c 	char *command = NULL;
NULL               70 source3/smbd/aio.c 	struct aio_extra *aio_ex = TALLOC_ZERO_P(NULL, struct aio_extra);
NULL               73 source3/smbd/aio.c 		return NULL;
NULL               83 source3/smbd/aio.c 		return NULL;
NULL              104 source3/smbd/aio.c 	return NULL;
NULL              126 source3/smbd/aio.c 	if (fsp->base_fsp != NULL) {
NULL              160 source3/smbd/aio.c 	if ((aio_ex = create_aio_extra(fsp, bufsize)) == NULL) {
NULL              219 source3/smbd/aio.c 	if (fsp->base_fsp != NULL) {
NULL              368 source3/smbd/aio.c 			IS_CONN_ENCRYPTED(aio_ex->fsp->conn), NULL)) {
NULL              460 source3/smbd/aio.c 			  NULL)) {
NULL              516 source3/smbd/aio.c 	files_struct *fsp = NULL;
NULL              532 source3/smbd/aio.c 	if (fsp == NULL) {
NULL              572 source3/smbd/aio.c 	time_t start_time = time(NULL);
NULL              656 source3/smbd/aio.c 			- (time(NULL) - start_time);
NULL              682 source3/smbd/aio.c 			aio_ex->fsp = NULL; /* fsp will be closed when we
NULL              698 source3/smbd/aio.c 					     NULL);
NULL               82 source3/smbd/avahi_register.c 		if (state->entry_group == NULL) {
NULL               91 source3/smbd/avahi_register.c 			    "_smb._tcp", NULL, NULL, state->port, NULL) < 0) {
NULL               96 source3/smbd/avahi_register.c 			state->entry_group = NULL;
NULL              104 source3/smbd/avahi_register.c 			state->entry_group = NULL;
NULL              121 source3/smbd/avahi_register.c 		if (state->client == NULL) {
NULL              149 source3/smbd/avahi_register.c 	if (state == NULL) {
NULL              154 source3/smbd/avahi_register.c 	if (state->poll == NULL) {
NULL              160 source3/smbd/avahi_register.c 	if (state->client == NULL) {
NULL              169 source3/smbd/avahi_register.c 	return NULL;
NULL              112 source3/smbd/blocking.c 	if (!(brl_timeout = event_add_timed(smbd_event_context(), NULL,
NULL              114 source3/smbd/blocking.c 					    brl_timeout_fn, NULL))) {
NULL              151 source3/smbd/blocking.c 	blr = talloc(NULL, struct blocking_lock_record);
NULL              152 source3/smbd/blocking.c 	if (blr == NULL) {
NULL              157 source3/smbd/blocking.c 	blr->next = NULL;
NULL              158 source3/smbd/blocking.c 	blr->prev = NULL;
NULL              177 source3/smbd/blocking.c 	blr->blr_private = NULL;
NULL              189 source3/smbd/blocking.c 			NULL,
NULL              206 source3/smbd/blocking.c 		messaging_register(smbd_messaging_context(), NULL,
NULL              273 source3/smbd/blocking.c 			  blr->req->encrypted, NULL)) {
NULL              357 source3/smbd/blocking.c 				  NULL)) {
NULL              395 source3/smbd/blocking.c 		struct byte_range_lock *br_lck = NULL;
NULL              500 source3/smbd/blocking.c 	send_trans2_replies(blr->fsp->conn, blr->req, params, 2, NULL, 0, 0xffff);
NULL              531 source3/smbd/blocking.c 	struct blocking_lock_record *blr, *blr_cancelled, *next = NULL;
NULL              569 source3/smbd/blocking.c 		blr->fsp = NULL;
NULL              579 source3/smbd/blocking.c 	struct blocking_lock_record *blr, *next = NULL;
NULL              622 source3/smbd/blocking.c 	struct blocking_lock_record *blr, *next = NULL;
NULL              654 source3/smbd/blocking.c 	struct blocking_lock_record *blr, *next = NULL;
NULL              757 source3/smbd/blocking.c 	if (data->data == NULL) {
NULL              796 source3/smbd/blocking.c 		messaging_register(smbd_messaging_context(), NULL,
NULL              814 source3/smbd/blocking.c 		return NULL;
NULL              821 source3/smbd/blocking.c 		return NULL;
NULL               35 source3/smbd/change_trust_pw.c 	struct cli_state *cli = NULL;
NULL               36 source3/smbd/change_trust_pw.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL               41 source3/smbd/change_trust_pw.c 	if (remote_machine == NULL || !strcmp(remote_machine, "*")) {
NULL               60 source3/smbd/change_trust_pw.c 					   NULL, 0,
NULL               63 source3/smbd/change_trust_pw.c 					   "", 0, Undefined, NULL))) {
NULL               82 source3/smbd/change_trust_pw.c 		cli = NULL;
NULL               90 source3/smbd/change_trust_pw.c 	cli = NULL;
NULL               63 source3/smbd/chgpasswd.c 	char *line = NULL;
NULL               64 source3/smbd/chgpasswd.c 	SMB_STRUCT_DIR *dirp = NULL;
NULL               67 source3/smbd/chgpasswd.c 	*slave = NULL;
NULL               79 source3/smbd/chgpasswd.c 		if (*slave == NULL) {
NULL              104 source3/smbd/chgpasswd.c 	while ((dpname = readdirname(dirp)) != NULL) {
NULL              132 source3/smbd/chgpasswd.c 	char * const eptrs[1] = { NULL };
NULL              134 source3/smbd/chgpasswd.c 	if (pass == NULL)
NULL              234 source3/smbd/chgpasswd.c 	if (execle("/bin/sh", "sh", "-c", passwordprogram, NULL, eptrs) < 0)
NULL              337 source3/smbd/chgpasswd.c 	while (next_token_talloc(frame, &seq, &expected, NULL)) {
NULL              347 source3/smbd/chgpasswd.c 		if (!next_token_talloc(frame, &seq, &issue, NULL)) {
NULL              376 source3/smbd/chgpasswd.c 	char *slavedev = NULL;
NULL              382 source3/smbd/chgpasswd.c 	if (pass == NULL) {
NULL              495 source3/smbd/chgpasswd.c 	char *passwordprogram = NULL;
NULL              496 source3/smbd/chgpasswd.c 	char *chatsequence = NULL;
NULL              570 source3/smbd/chgpasswd.c 	if (pass == NULL) {
NULL              588 source3/smbd/chgpasswd.c 		if (strstr_m(passwordprogram, "%u") == NULL) {
NULL              644 source3/smbd/chgpasswd.c 	struct samu *sampass = NULL;
NULL              649 source3/smbd/chgpasswd.c 	if ( !(sampass = samu_new(NULL)) ) {
NULL              673 source3/smbd/chgpasswd.c 	if (lanman_pw == NULL) {
NULL              719 source3/smbd/chgpasswd.c 	if (sampass == NULL) {
NULL              733 source3/smbd/chgpasswd.c 	if (pwd == NULL) { 
NULL              755 source3/smbd/chgpasswd.c 	if (!pdb_set_nt_passwd    (sampass, NULL, PDB_CHANGED)) {
NULL              759 source3/smbd/chgpasswd.c 	if (!pdb_set_pass_last_set_time  (sampass, time(NULL), PDB_CHANGED)) {
NULL              782 source3/smbd/chgpasswd.c 	char *new_passwd = NULL;
NULL              783 source3/smbd/chgpasswd.c 	struct samu *sampass = NULL;
NULL              787 source3/smbd/chgpasswd.c 	if (!(sampass = samu_new(NULL))) {
NULL              816 source3/smbd/chgpasswd.c 	nt_status = change_oem_password(sampass, NULL, new_passwd, True, reject_reason);
NULL              884 source3/smbd/chgpasswd.c 			lanman_pw = NULL;
NULL             1087 source3/smbd/chgpasswd.c 	struct passwd *pass = NULL;
NULL             1121 source3/smbd/chgpasswd.c 	if ((can_change_time != 0) && (time(NULL) < can_change_time)) {
NULL               33 source3/smbd/close.c 	const char *magic_output = NULL;
NULL               36 source3/smbd/close.c 	TALLOC_CTX *ctx = NULL;
NULL              182 source3/smbd/close.c 	status = SMB_VFS_STREAMINFO(conn, NULL, fname, talloc_tos(),
NULL              216 source3/smbd/close.c 		if (streamname == NULL) {
NULL              261 source3/smbd/close.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL              262 source3/smbd/close.c 				  NULL);
NULL              264 source3/smbd/close.c 	if (lck == NULL) {
NULL              279 source3/smbd/close.c 	if (fsp->initial_delete_on_close && (lck->delete_token == NULL)) {
NULL              324 source3/smbd/close.c 	    || (lck->delete_token == NULL)) {
NULL              358 source3/smbd/close.c 			    NULL);
NULL              439 source3/smbd/close.c 	set_delete_on_close_lck(lck, False, NULL);
NULL              634 source3/smbd/close.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL              635 source3/smbd/close.c 				  NULL);
NULL              637 source3/smbd/close.c 	if (lck == NULL) {
NULL              696 source3/smbd/close.c 				NULL);
NULL              751 source3/smbd/close.c 	} else if (fsp->fake_file_handle != NULL) {
NULL              757 source3/smbd/close.c 	if ((base_fsp != NULL) && (close_type != SHUTDOWN_CLOSE)) {
NULL              768 source3/smbd/close.c 		SMB_ASSERT(base_fsp->base_fsp == NULL);
NULL              786 source3/smbd/close.c 	files_struct *fsp = NULL;
NULL              792 source3/smbd/close.c 		char *sm_str = share_mode_str(NULL, 0, &e);
NULL              806 source3/smbd/close.c 	close_file(NULL, fsp, NORMAL_CLOSE);
NULL               79 source3/smbd/conn.c 	return NULL;
NULL              105 source3/smbd/conn.c                         return NULL;
NULL              114 source3/smbd/conn.c 			return NULL;
NULL              133 source3/smbd/conn.c 		return NULL;
NULL              136 source3/smbd/conn.c 	if (!(conn=TALLOC_ZERO_P(NULL, connection_struct)) ||
NULL              140 source3/smbd/conn.c 		return NULL;
NULL              182 source3/smbd/conn.c 	pipes_struct *plist = NULL;
NULL              245 source3/smbd/conn.c  	vfs_handle_struct *handle = NULL, *thandle = NULL;
NULL              246 source3/smbd/conn.c 	struct trans_state *state = NULL;
NULL               33 source3/smbd/connection.c 	if (!(rec = connections_fetch_entry(NULL, conn, name))) {
NULL              126 source3/smbd/connection.c         return count_current_connections(NULL, True /* clear stale entries */);
NULL              160 source3/smbd/connection.c 	crec.start = time(NULL);
NULL              194 source3/smbd/connection.c 	if (!(rec = connections_fetch_entry(NULL, NULL, ""))) {
NULL               85 source3/smbd/dfree.c 		char **lines = NULL;
NULL               86 source3/smbd/dfree.c 		char *syscmd = NULL;
NULL               99 source3/smbd/dfree.c 		lines = file_lines_pload(syscmd, NULL);
NULL              113 source3/smbd/dfree.c 				*bsize = STR_TO_SMB_BIG_UINT(p, NULL);
NULL               93 source3/smbd/dir.c 	if ((p = strchr_m(mask2,'.')) != NULL) {
NULL              187 source3/smbd/dir.c 					      NULL, dptr->conn, dptr->path,
NULL              198 source3/smbd/dir.c 	return(NULL);
NULL              210 source3/smbd/dir.c 	return(NULL);
NULL              222 source3/smbd/dir.c 	return(NULL);
NULL              390 source3/smbd/dir.c 	struct dptr_struct *dptr = NULL;
NULL              405 source3/smbd/dir.c 	dir_hnd = OpenDir(NULL, conn, path, wcard, attr);
NULL              560 source3/smbd/dir.c 	while ((name = ReadDirName(dptr->dir_hnd, poffset, pst)) != NULL) {
NULL              565 source3/smbd/dir.c 	return NULL;
NULL              577 source3/smbd/dir.c 	char *name = NULL;
NULL              578 source3/smbd/dir.c 	char *pathreal = NULL;
NULL              579 source3/smbd/dir.c 	char *found_name = NULL;
NULL              581 source3/smbd/dir.c 	const char *name_temp = NULL;
NULL              594 source3/smbd/dir.c 		return NULL;
NULL              625 source3/smbd/dir.c 		return NULL;
NULL              747 source3/smbd/dir.c 		return(NULL);
NULL              772 source3/smbd/dir.c 		return(NULL);
NULL              831 source3/smbd/dir.c 	char *dname = NULL;
NULL              834 source3/smbd/dir.c 	char *pathreal = NULL;
NULL              835 source3/smbd/dir.c 	char *filename = NULL;
NULL              838 source3/smbd/dir.c 	*pp_fname_out = NULL;
NULL              853 source3/smbd/dir.c 		if (dname == NULL) {
NULL              921 source3/smbd/dir.c 				get_file_infos(fileid, NULL, &write_time_ts);
NULL              936 source3/smbd/dir.c 			SMB_ASSERT(filename != NULL);
NULL             1044 source3/smbd/dir.c 		char *entry = NULL;
NULL             1053 source3/smbd/dir.c 				is_msdfs_link(conn, entry, NULL)) {
NULL             1113 source3/smbd/dir.c 		return NULL;
NULL             1139 source3/smbd/dir.c 	return NULL;
NULL             1169 source3/smbd/dir.c 		return NULL;
NULL             1187 source3/smbd/dir.c 	return NULL;
NULL             1256 source3/smbd/dir.c 	if (dirp->name_cache == NULL) {
NULL             1260 source3/smbd/dir.c 		if (dirp->name_cache == NULL) {
NULL             1308 source3/smbd/dir.c 	while ((entry = ReadDirName(dirp, poffset, NULL))) {
NULL             1328 source3/smbd/dir.c 					  NULL, 0);
NULL               31 source3/smbd/dmapi.c const void * dmapi_get_current_session(void) { return NULL; }
NULL               65 source3/smbd/dmapi.c 	dm_sessid_t *sessions = NULL;
NULL               68 source3/smbd/dmapi.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL               79 source3/smbd/dmapi.c 	if (session_name == NULL) {
NULL              100 source3/smbd/dmapi.c 		if (new_sessions == NULL) {
NULL              172 source3/smbd/dmapi.c 		return NULL;
NULL              176 source3/smbd/dmapi.c 		return NULL;
NULL              270 source3/smbd/dmapi.c 	void	        *dm_handle = NULL;
NULL              276 source3/smbd/dmapi.c 	if (dmapi_session_ptr == NULL) {
NULL               48 source3/smbd/dnsregister.c 	if (dns_state->srv_ref != NULL) {
NULL               51 source3/smbd/dnsregister.c 		dns_state->srv_ref = NULL;
NULL              108 source3/smbd/dnsregister.c 			NULL /* service name */,
NULL              110 source3/smbd/dnsregister.c 			NULL /* domain */,
NULL              114 source3/smbd/dnsregister.c 			NULL /* TXT record data */,
NULL              115 source3/smbd/dnsregister.c 			NULL /* callback func */,
NULL              116 source3/smbd/dnsregister.c 			NULL /* callback context */);
NULL              178 source3/smbd/dnsregister.c 	if (dns_state == NULL) {
NULL               78 source3/smbd/dosmode.c 	if (fname && (inherit_from_dir != NULL)
NULL              253 source3/smbd/dosmode.c 	files_struct *fsp = NULL;
NULL              290 source3/smbd/dosmode.c 		if (!NT_STATUS_IS_OK(open_file_fchmod(NULL, conn, path, sbuf,
NULL              298 source3/smbd/dosmode.c 		close_file_fchmod(NULL, fsp);
NULL              556 source3/smbd/dosmode.c 	if (st == NULL) {
NULL              687 source3/smbd/dosmode.c 		if (!NT_STATUS_IS_OK(open_file_fchmod(NULL, conn, fname, st,
NULL              693 source3/smbd/dosmode.c 		close_file_fchmod(NULL, fsp);
NULL               32 source3/smbd/fake_file.c 	{NULL, FAKE_FILE_TYPE_NONE, NULL}
NULL               41 source3/smbd/fake_file.c 	struct fake_file_handle *fh = NULL;
NULL               44 source3/smbd/fake_file.c 	for (i=0; fake_files[i].name!=NULL; i++) {
NULL               50 source3/smbd/fake_file.c 	if (fake_files[i].name == NULL) {
NULL               51 source3/smbd/fake_file.c 		return NULL;
NULL               56 source3/smbd/fake_file.c 	fh = talloc(NULL, struct fake_file_handle);
NULL               57 source3/smbd/fake_file.c 	if (fh == NULL) {
NULL               59 source3/smbd/fake_file.c 		return NULL;
NULL               85 source3/smbd/fake_file.c 	for (i=0;fake_files[i].name!=NULL;i++) {
NULL              108 source3/smbd/fake_file.c 	files_struct *fsp = NULL;
NULL              139 source3/smbd/fake_file.c 	if (fsp->fake_file_handle==NULL) {
NULL               35 source3/smbd/file_access.c 	struct security_descriptor *secdesc = NULL;
NULL               67 source3/smbd/file_access.c 	char *dname = NULL;
NULL               74 source3/smbd/file_access.c 	if (!parent_dirname(ctx, fname, &dname, NULL)) {
NULL              210 source3/smbd/file_access.c 	struct security_descriptor *secdesc = NULL;
NULL              215 source3/smbd/file_access.c 	if (!NT_STATUS_IS_OK(status) || secdesc == NULL) {
NULL              220 source3/smbd/fileio.c 		event_add_timed(smbd_event_context(), NULL,
NULL              261 source3/smbd/fileio.c 		if (!rap_to_pjobid(fsp->rap_print_jobid, NULL, &jobid)) {
NULL              289 source3/smbd/fileio.c 						NULL,
NULL              355 source3/smbd/fileio.c 		wcp = NULL;
NULL              688 source3/smbd/fileio.c 				ssize_t ret = real_write_file(NULL,fsp, data, pos, n);
NULL              735 source3/smbd/fileio.c 		ssize_t ret = real_write_file(NULL,fsp, data, pos, n);
NULL              830 source3/smbd/fileio.c 	if((wcp = SMB_MALLOC_P(write_cache)) == NULL) {
NULL              839 source3/smbd/fileio.c 	if((wcp->data = (char *)SMB_MALLOC(wcp->alloc_size)) == NULL) {
NULL              909 source3/smbd/fileio.c 	ret = real_write_file(NULL, fsp, wcp->data, wcp->offset, data_size);
NULL              124 source3/smbd/filename.c 	char *dirpath = NULL;
NULL              125 source3/smbd/filename.c 	char *name = NULL;
NULL              126 source3/smbd/filename.c 	char *stream = NULL;
NULL              134 source3/smbd/filename.c 	*pp_conv_path = NULL;
NULL              136 source3/smbd/filename.c 		*pp_saved_last_component = NULL;
NULL              235 source3/smbd/filename.c 		if (stream != NULL) {
NULL              237 source3/smbd/filename.c 			if (tmp == NULL) {
NULL              265 source3/smbd/filename.c 	if ((dirpath == NULL) && (!(dirpath = talloc_strdup(ctx,"")))) {
NULL              335 source3/smbd/filename.c 	for (; start ; start = (end?end+1:(char *)NULL)) {
NULL              434 source3/smbd/filename.c 			char *found_name = NULL;
NULL              554 source3/smbd/filename.c 					if (tmp == NULL) {
NULL              587 source3/smbd/filename.c 				if (tmp == NULL) {
NULL              608 source3/smbd/filename.c 				if (tmp == NULL) {
NULL              647 source3/smbd/filename.c 				       &delete_pending, NULL);
NULL              711 source3/smbd/filename.c 	if (stream != NULL) {
NULL              712 source3/smbd/filename.c 		char *tmp = NULL;
NULL              804 source3/smbd/filename.c 	char *unmangled_name = NULL;
NULL              808 source3/smbd/filename.c 	if ((path == NULL) || (*path == 0)) {
NULL              847 source3/smbd/filename.c 	if (!(cur_dir = OpenDir(talloc_tos(), conn, path, NULL, 0))) {
NULL              855 source3/smbd/filename.c 	while ((dname = ReadDirName(cur_dir, &curpos, NULL))) {
NULL              937 source3/smbd/filename.c 	char *result = NULL;
NULL              940 source3/smbd/filename.c 	struct stream_struct *streams = NULL;
NULL              943 source3/smbd/filename.c 	if (result == NULL) {
NULL              959 source3/smbd/filename.c 	status = SMB_VFS_STREAMINFO(conn, NULL, basepath, mem_ctx,
NULL              994 source3/smbd/filename.c 	if (result == NULL) {
NULL               54 source3/smbd/files.c 		first_file = (sys_getpid() ^ (int)time(NULL)) % real_max_open_files;
NULL              105 source3/smbd/files.c 	if (req != NULL) {
NULL              133 source3/smbd/files.c 			close_file(NULL, fsp, SHUTDOWN_CLOSE);
NULL              149 source3/smbd/files.c 			close_file(NULL, fsp, SHUTDOWN_CLOSE);
NULL              202 source3/smbd/files.c 			close_file(NULL, fsp, SHUTDOWN_CLOSE);
NULL              222 source3/smbd/files.c 		if (ret != NULL) {
NULL              226 source3/smbd/files.c 	return NULL;
NULL              263 source3/smbd/files.c 	return NULL;
NULL              297 source3/smbd/files.c 	return NULL;
NULL              313 source3/smbd/files.c 	return NULL;
NULL              342 source3/smbd/files.c 	fsp_fi_cache.fsp = NULL;
NULL              343 source3/smbd/files.c 	return NULL;
NULL              360 source3/smbd/files.c 	return NULL;
NULL              377 source3/smbd/files.c 	return NULL;
NULL              480 source3/smbd/files.c 	if ((req != NULL) && (fsp == req->chain_fsp)) {
NULL              481 source3/smbd/files.c 		req->chain_fsp = NULL;
NULL              518 source3/smbd/files.c 	return NULL;
NULL              529 source3/smbd/files.c 	if ((req != NULL) && (req->chain_fsp != NULL)) {
NULL              534 source3/smbd/files.c 	if ((fsp != NULL) && (req != NULL)) {
NULL               24 source3/smbd/globals.c struct aio_extra *aio_list_head = NULL;
NULL               25 source3/smbd/globals.c struct tevent_signal *aio_signal_event = NULL;
NULL               31 source3/smbd/globals.c struct blocking_lock_record *blocking_lock_queue = NULL;
NULL               34 source3/smbd/globals.c struct blocking_lock_record *blocking_lock_cancelled_queue = NULL;
NULL               37 source3/smbd/globals.c struct timed_event *brl_timeout = NULL;
NULL               43 source3/smbd/globals.c struct smbd_dmapi_context *dmapi_ctx = NULL;
NULL               46 source3/smbd/globals.c connection_struct *Connections = NULL;
NULL               54 source3/smbd/globals.c struct bitmap *dptr_bmap = NULL;
NULL               55 source3/smbd/globals.c struct dptr_struct *dirptrs = NULL;
NULL               62 source3/smbd/globals.c struct bitmap *file_bmap = NULL;
NULL               63 source3/smbd/globals.c files_struct *Files = NULL;
NULL               66 source3/smbd/globals.c 	.fsp = NULL,
NULL               76 source3/smbd/globals.c const struct mangle_fns *mangle_fns = NULL;
NULL               78 source3/smbd/globals.c unsigned char *chartest = NULL;
NULL               79 source3/smbd/globals.c TDB_CONTEXT *tdb_mangled_cache = NULL;
NULL               91 source3/smbd/globals.c char *last_from = NULL;
NULL               92 source3/smbd/globals.c char *last_to = NULL;
NULL               94 source3/smbd/globals.c struct msg_state *smbd_msg_state = NULL;
NULL               98 source3/smbd/globals.c struct auth_context *negprot_global_auth_context = NULL;
NULL              104 source3/smbd/globals.c char *session_userlist = NULL;
NULL              106 source3/smbd/globals.c char *session_workgroup = NULL;
NULL              108 source3/smbd/globals.c user_struct *validated_users = NULL;
NULL              112 source3/smbd/globals.c char *my_yp_domain = NULL;
NULL              130 source3/smbd/globals.c char *orig_inbuf = NULL;
NULL              138 source3/smbd/globals.c struct pending_message_list *deferred_open_queue = NULL;
NULL              141 source3/smbd/globals.c struct smb_srv_trans_enc_ctx *partial_srv_trans_enc_ctx = NULL;
NULL              142 source3/smbd/globals.c struct smb_srv_trans_enc_ctx *srv_trans_enc_ctx = NULL;
NULL              151 source3/smbd/globals.c connection_struct *last_conn = NULL;
NULL              154 source3/smbd/globals.c struct db_context *session_db_ctx_ptr = NULL;
NULL              161 source3/smbd/globals.c struct pending_auth_data *pd_list = NULL;
NULL              169 source3/smbd/globals.c struct vfs_init_function_entry *backends = NULL;
NULL              170 source3/smbd/globals.c char *sparse_buf = NULL;
NULL              171 source3/smbd/globals.c char *LastDir = NULL;
NULL              177 source3/smbd/globals.c struct kernel_oplocks *koplocks = NULL;
NULL              179 source3/smbd/globals.c struct notify_mid_map *notify_changes_by_mid = NULL;
NULL              183 source3/smbd/globals.c struct event_context *smbd_event_ctx = NULL;
NULL              184 source3/smbd/globals.c struct messaging_context *smbd_msg_ctx = NULL;
NULL              185 source3/smbd/globals.c struct memcache *smbd_memcache_ctx = NULL;
NULL              190 source3/smbd/globals.c struct smbd_server_connection *smbd_server_conn = NULL;
NULL              230 source3/smbd/ipc.c 	if (state == NULL) {
NULL              243 source3/smbd/ipc.c 	if (state->data == NULL) {
NULL              252 source3/smbd/ipc.c 	if (subreq == NULL) {
NULL              282 source3/smbd/ipc.c 	if (state->data == NULL) {
NULL              289 source3/smbd/ipc.c 	if (subreq == NULL) {
NULL              334 source3/smbd/ipc.c 	send_trans_reply(req->conn, req, NULL, 0, (char *)state->data, nread,
NULL              354 source3/smbd/ipc.c 	send_trans_reply(conn, req, NULL, 0, NULL, 0, False);
NULL              372 source3/smbd/ipc.c 	send_trans_reply(conn, req, NULL, 0, NULL, 0, False);
NULL              391 source3/smbd/ipc.c 	send_trans_reply(conn, req, rparam, 4, NULL, 0, False);
NULL              434 source3/smbd/ipc.c 			send_trans_reply(conn, req, NULL, 0, NULL, 0, False);
NULL              545 source3/smbd/ipc.c 	if (local_machine_name == NULL) {
NULL              582 source3/smbd/ipc.c 		req->conn = NULL;
NULL              624 source3/smbd/ipc.c 	if ((state = TALLOC_P(conn, struct trans_state)) == NULL) {
NULL              636 source3/smbd/ipc.c 	state->setup = NULL;
NULL              638 source3/smbd/ipc.c 	state->param = NULL;
NULL              640 source3/smbd/ipc.c 	state->data = NULL;
NULL              664 source3/smbd/ipc.c 		if (state->data == NULL) {
NULL              688 source3/smbd/ipc.c 		if (state->param == NULL) {
NULL              722 source3/smbd/ipc.c 			    state, uint16, state->setup_count)) == NULL) {
NULL              795 source3/smbd/ipc.c 	for (state = conn->pending_trans; state != NULL;
NULL              802 source3/smbd/ipc.c 	if ((state == NULL) || (state->cmd != SMBtrans)) {
NULL               81 source3/smbd/lanman.c 	char *buf = NULL;
NULL              138 source3/smbd/lanman.c 	char *buf = NULL;
NULL              167 source3/smbd/lanman.c 	char *buf = NULL;
NULL              170 source3/smbd/lanman.c 		return NULL;
NULL              315 source3/smbd/lanman.c 	const char *str=NULL;
NULL              470 source3/smbd/lanman.c 	desc->subformat = NULL;
NULL              504 source3/smbd/lanman.c 	if (id1 == NULL || strcmp(desc->format,id1) != 0) {
NULL              509 source3/smbd/lanman.c 	if (desc->subformat && (id2 == NULL || strcmp(desc->subformat,id2) != 0)) {
NULL              622 source3/smbd/lanman.c 	NT_PRINTER_INFO_LEVEL *info = NULL;
NULL              625 source3/smbd/lanman.c 	get_a_printer (NULL, &info, 2, lp_servicename(snum));
NULL              626 source3/smbd/lanman.c 	if (info != NULL) {
NULL              649 source3/smbd/lanman.c 	NT_PRINTER_INFO_LEVEL 		*printer = NULL;
NULL              653 source3/smbd/lanman.c 	if ( !W_ERROR_IS_OK(get_a_printer( NULL, &printer, 2, lp_servicename(snum))) ) {
NULL              768 source3/smbd/lanman.c 		char *drivername = NULL;
NULL              776 source3/smbd/lanman.c 		PACKS(desc,"z",NULL);		/* pszParms */
NULL              777 source3/smbd/lanman.c 		PACKS(desc,"z",NULL);		/* pszComment - don't ask.... JRA */
NULL              810 source3/smbd/lanman.c 	NT_PRINTER_INFO_LEVEL 		*printer = NULL;
NULL              814 source3/smbd/lanman.c 	if ( !W_ERROR_IS_OK(get_a_printer( NULL, &printer, 2, lp_servicename(snum))) ) {
NULL              858 source3/smbd/lanman.c 	print_queue_struct *queue=NULL;
NULL              860 source3/smbd/lanman.c 	char* tmpdata=NULL;
NULL              985 source3/smbd/lanman.c 	print_queue_struct **queue = NULL;
NULL              986 source3/smbd/lanman.c 	print_status_struct *status = NULL;
NULL              987 source3/smbd/lanman.c 	int *subcntarr = NULL;
NULL             1025 source3/smbd/lanman.c 	if((queue = SMB_MALLOC_ARRAY(print_queue_struct*, queuecnt)) == NULL) {
NULL             1030 source3/smbd/lanman.c 	if((status = SMB_MALLOC_ARRAY(print_status_struct,queuecnt)) == NULL) {
NULL             1035 source3/smbd/lanman.c 	if((subcntarr = SMB_MALLOC_ARRAY(int,queuecnt)) == NULL) {
NULL             1157 source3/smbd/lanman.c 	lines = file_lines_load(cache_path(SERVER_LIST), NULL, 0, NULL);
NULL             1177 source3/smbd/lanman.c 		TALLOC_CTX *frame = NULL;
NULL             1198 source3/smbd/lanman.c 		if (!next_token_talloc(frame,&ptr,&p, NULL)) {
NULL             1205 source3/smbd/lanman.c 		if (!next_token_talloc(frame,&ptr, &p, NULL)) {
NULL             1212 source3/smbd/lanman.c 		if (!next_token_talloc(frame,&ptr, &p, NULL)) {
NULL             1220 source3/smbd/lanman.c 		if (!next_token_talloc(frame,&ptr,&p, NULL)) {
NULL             1380 source3/smbd/lanman.c 	struct srv_info_struct *servers=NULL;
NULL             1426 source3/smbd/lanman.c 		if (skip_string(param,tpscnt,p) == NULL) {
NULL             1446 source3/smbd/lanman.c 		char *lastname=NULL;
NULL             1481 source3/smbd/lanman.c 		char *lastname=NULL;
NULL             1891 source3/smbd/lanman.c 	char *pathname = NULL;
NULL             1914 source3/smbd/lanman.c 	if (skip_string(data,mdrcnt,data) == NULL) {
NULL             1940 source3/smbd/lanman.c 	if (skip_string(data,mdrcnt,data+offset) == NULL) {
NULL             1953 source3/smbd/lanman.c 	if (skip_string(data,mdrcnt,data+offset) == NULL) {
NULL             1986 source3/smbd/lanman.c 	if ((res = smbrun(command, NULL)) != 0) {
NULL             1995 source3/smbd/lanman.c 				 MSG_SMB_CONF_UPDATED, NULL, 0, NULL);
NULL             2200 source3/smbd/lanman.c 	char *endp = NULL;
NULL             2363 source3/smbd/lanman.c 	char *endp = NULL;
NULL             2509 source3/smbd/lanman.c 	time_t unixdate = time(NULL);
NULL             2567 source3/smbd/lanman.c 	char *p = NULL;
NULL             2580 source3/smbd/lanman.c 	if (skip_string(param,tpscnt,p) == NULL) {
NULL             2621 source3/smbd/lanman.c 		auth_serversupplied_info *server_info = NULL;
NULL             2627 source3/smbd/lanman.c 			if (NT_STATUS_IS_OK(change_oem_password(server_info->sam_account, pass1, pass2, False, NULL))) {
NULL             2648 source3/smbd/lanman.c 		struct samu *hnd = NULL;
NULL             2736 source3/smbd/lanman.c 	if (NT_STATUS_IS_OK(pass_oem_change(user, (uchar*) data, (uchar *)&data[516], NULL, NULL, NULL))) {
NULL             2861 source3/smbd/lanman.c 	if (skip_string(param,tpscnt,QueueName) == NULL) {
NULL             2906 source3/smbd/lanman.c 	desc->subformat = NULL;
NULL             2918 source3/smbd/lanman.c 	if (id == NULL || strcmp(desc->format,id) != 0) {
NULL             3089 source3/smbd/lanman.c 		srvstr_push(NULL, 0, p,global_myname(),16,
NULL             3094 source3/smbd/lanman.c 		struct srv_info_struct *servers=NULL;
NULL             3096 source3/smbd/lanman.c 		char *comment = NULL;
NULL             3469 source3/smbd/lanman.c 	if(vuser != NULL) {
NULL             3545 source3/smbd/lanman.c 		strlcpy(p2,((vuser != NULL)
NULL             3556 source3/smbd/lanman.c 		if (vuser != NULL) {
NULL             3637 source3/smbd/lanman.c 			strlcpy(p2,((vuser != NULL)
NULL             3725 source3/smbd/lanman.c 	if(vuser != NULL) {
NULL             3757 source3/smbd/lanman.c 	desc.subformat = NULL;
NULL             3825 source3/smbd/lanman.c 	if (skip_string(param,tpscnt,resource) == NULL) {
NULL             3871 source3/smbd/lanman.c 	print_queue_struct *queue=NULL;
NULL             3873 source3/smbd/lanman.c 	char *tmpdata=NULL;
NULL             3969 source3/smbd/lanman.c 	print_queue_struct *queue=NULL;
NULL             4047 source3/smbd/lanman.c 	desc->subformat = NULL;
NULL             4066 source3/smbd/lanman.c 	if (id == NULL || strcmp(desc->format,id) != 0) {
NULL             4124 source3/smbd/lanman.c 	char *tmpdata=NULL;
NULL             4640 source3/smbd/lanman.c 	{NULL,		-1,	api_Unsupported}
NULL             4659 source3/smbd/lanman.c 	char *rdata = NULL;
NULL             4660 source3/smbd/lanman.c 	char *rparam = NULL;
NULL             4661 source3/smbd/lanman.c 	const char *name1 = NULL;
NULL             4662 source3/smbd/lanman.c 	const char *name2 = NULL;
NULL               32 source3/smbd/mangle.c 	{ NULL, NULL }
NULL               74 source3/smbd/mangle.c 	mangle_fns = NULL;
NULL              285 source3/smbd/mangle_hash.c 	if ((f = strrchr(fname, '/')) == NULL)
NULL              333 source3/smbd/mangle_hash.c 	SMB_ASSERT(chartest != NULL);
NULL              365 source3/smbd/mangle_hash.c 	if (chartest == NULL) {
NULL              466 source3/smbd/mangle_hash.c 	char *saved_ext = NULL;
NULL              481 source3/smbd/mangle_hash.c 	if(data_val.dptr == NULL || data_val.dsize == 0) {
NULL              484 source3/smbd/mangle_hash.c 			if((saved_ext = talloc_strdup(ctx,ext_start)) == NULL) {
NULL              500 source3/smbd/mangle_hash.c 	if(data_val.dptr == NULL || data_val.dsize == 0) {
NULL              602 source3/smbd/mangle_hash.c 	smb_ucs2_t *name_ucs2 = NULL;
NULL              639 source3/smbd/mangle_hash.c 	smb_ucs2_t *in_ucs2 = NULL;
NULL              692 source3/smbd/mangle_hash.c 				(O_RDWR|O_CREAT), 0644, NULL, fast_string_hash);
NULL               94 source3/smbd/mangle_hash2.c   "LPT1", "LPT2", "LPT3", "NUL", "PRN", NULL };
NULL              138 source3/smbd/mangle_hash2.c 	if (str == NULL) {
NULL              157 source3/smbd/mangle_hash2.c 		return NULL;
NULL              360 source3/smbd/mangle_hash2.c 	*pp_out = NULL;
NULL              443 source3/smbd/mangle_hash2.c 	const char *dot_pos = NULL;
NULL              540 source3/smbd/mangle_hash2.c 				dot_p = NULL;
NULL              545 source3/smbd/mangle_hash2.c 			dot_p = NULL;
NULL               96 source3/smbd/map_username.c 		char *command = NULL;
NULL              118 source3/smbd/map_username.c 		qlines = fd_lines_load(fd, &numlines,0, NULL);
NULL              146 source3/smbd/map_username.c 	while((s=fgets_slash(buf,sizeof(buf),f))!=NULL) {
NULL              180 source3/smbd/map_username.c 		dosuserlist = str_list_make_v3(talloc_tos(), dosname, NULL);
NULL               43 source3/smbd/message.c 	char *name = NULL;
NULL               98 source3/smbd/message.c 	if (s == NULL) {
NULL              102 source3/smbd/message.c 	alpha_strcpy(alpha_buf, state->from, NULL, sizeof(alpha_buf));
NULL              105 source3/smbd/message.c 	if (s == NULL) {
NULL              109 source3/smbd/message.c 	alpha_strcpy(alpha_buf, state->to, NULL, sizeof(alpha_buf));
NULL              112 source3/smbd/message.c 	if (s == NULL) {
NULL              118 source3/smbd/message.c 	if (s == NULL) {
NULL              123 source3/smbd/message.c 	if (s == NULL) {
NULL              126 source3/smbd/message.c 	smbrun(s,NULL);
NULL              168 source3/smbd/message.c 	if (state->msg == NULL) {
NULL              203 source3/smbd/message.c 	smbd_msg_state = TALLOC_ZERO_P(NULL, struct msg_state);
NULL              205 source3/smbd/message.c 	if (smbd_msg_state == NULL) {
NULL              248 source3/smbd/message.c 	if (smbd_msg_state == NULL) {
NULL              263 source3/smbd/message.c 	if (tmp == NULL) {
NULL              112 source3/smbd/msdfs.c 	if(p == NULL) {
NULL              176 source3/smbd/msdfs.c 	if(p == NULL) {
NULL              229 source3/smbd/msdfs.c 	if (conn == NULL) {
NULL              257 source3/smbd/msdfs.c 	if (server_info != NULL) {
NULL              259 source3/smbd/msdfs.c 		if (conn->server_info == NULL) {
NULL              284 source3/smbd/msdfs.c 	if (oldcwd == NULL) {
NULL              330 source3/smbd/msdfs.c 	char *temp = NULL;
NULL              332 source3/smbd/msdfs.c 	char **alt_path = NULL;
NULL              354 source3/smbd/msdfs.c 	      ((alt_path[count] = strtok_r(NULL, ",", &saveptr)) != NULL)) {
NULL              363 source3/smbd/msdfs.c 		if(reflist == NULL) {
NULL              368 source3/smbd/msdfs.c 		reflist = *preflist = NULL;
NULL              422 source3/smbd/msdfs.c 	char *link_target = NULL;
NULL              436 source3/smbd/msdfs.c 	if (sbufp == NULL) {
NULL              488 source3/smbd/msdfs.c 					NULL,
NULL              516 source3/smbd/msdfs.c 	char *p = NULL;
NULL              517 source3/smbd/msdfs.c 	char *q = NULL;
NULL              520 source3/smbd/msdfs.c 	char *localpath = NULL;
NULL              521 source3/smbd/msdfs.c 	char *canon_dfspath = NULL; /* Canonicalized dfs path. (only '/'
NULL              540 source3/smbd/msdfs.c 			NULL, &sbuf);
NULL              548 source3/smbd/msdfs.c 	if (is_msdfs_link_internal(ctx, conn, localpath, pp_targetpath, NULL)) {
NULL              605 source3/smbd/msdfs.c 					localpath, pp_targetpath, NULL)) {
NULL              714 source3/smbd/msdfs.c 			search_wcard_flag, NULL, NULL);
NULL              757 source3/smbd/msdfs.c 	if((ref = TALLOC_ZERO_P(ctx, struct referral)) == NULL) {
NULL              784 source3/smbd/msdfs.c 	char *targetpath = NULL;
NULL              797 source3/smbd/msdfs.c 	status = parse_dfs_path(NULL, dfs_path, False, pdp, &dummy);
NULL              860 source3/smbd/msdfs.c 		if ((ref = TALLOC_ZERO_P(ctx, struct referral)) == NULL) {
NULL              899 source3/smbd/msdfs.c 				    NULL, &oldpath);
NULL              945 source3/smbd/msdfs.c 	smb_ucs2_t *uni_requestedpath = NULL;
NULL              957 source3/smbd/msdfs.c 	if (uni_requestedpath == NULL || requestedpathlen == 0) {
NULL              994 source3/smbd/msdfs.c 	if(pdata == NULL) {
NULL             1059 source3/smbd/msdfs.c 	smb_ucs2_t *uni_reqpath = NULL;
NULL             1070 source3/smbd/msdfs.c 	if (uni_reqpath == NULL || reqpathlen == 0) {
NULL             1093 source3/smbd/msdfs.c 	if(pdata == NULL) {
NULL             1159 source3/smbd/msdfs.c 	struct junction_map *junction = NULL;
NULL             1163 source3/smbd/msdfs.c 	char *pathnamep = NULL;
NULL             1164 source3/smbd/msdfs.c 	char *local_dfs_path = NULL;
NULL             1287 source3/smbd/msdfs.c 	status = parse_dfs_path(NULL, dfs_path, False, pdp, &dummy);
NULL             1339 source3/smbd/msdfs.c 				    lp_pathname(snum), NULL, oldpath);
NULL             1358 source3/smbd/msdfs.c 	char *path = NULL;
NULL             1360 source3/smbd/msdfs.c 	char *msdfs_link = NULL;
NULL             1431 source3/smbd/msdfs.c 	char *path = NULL;
NULL             1456 source3/smbd/msdfs.c 	SMB_STRUCT_DIR *dirp = NULL;
NULL             1457 source3/smbd/msdfs.c 	char *dname = NULL;
NULL             1473 source3/smbd/msdfs.c 				    NULL, &cwd);
NULL             1489 source3/smbd/msdfs.c 	dirp = SMB_VFS_OPENDIR(conn, ".", NULL, 0);
NULL             1494 source3/smbd/msdfs.c 	while ((dname = vfs_readdirname(conn, dirp, NULL)) != NULL) {
NULL             1497 source3/smbd/msdfs.c 				NULL)) {
NULL             1519 source3/smbd/msdfs.c 	SMB_STRUCT_DIR *dirp = NULL;
NULL             1520 source3/smbd/msdfs.c 	char *dname = NULL;
NULL             1525 source3/smbd/msdfs.c 	struct referral *ref = NULL;
NULL             1541 source3/smbd/msdfs.c 	status = create_conn_struct(ctx, &conn, snum, connect_path, NULL,
NULL             1562 source3/smbd/msdfs.c 	if (jucn[cnt].referral_list == NULL) {
NULL             1589 source3/smbd/msdfs.c 	dirp = SMB_VFS_OPENDIR(conn, ".", NULL, 0);
NULL             1594 source3/smbd/msdfs.c 	while ((dname = vfs_readdirname(conn, dirp, NULL)) != NULL) {
NULL             1595 source3/smbd/msdfs.c 		char *link_target = NULL;
NULL             1604 source3/smbd/msdfs.c 					NULL)) {
NULL             1638 source3/smbd/msdfs.c 	struct junction_map *jn = NULL;
NULL             1645 source3/smbd/msdfs.c 		return NULL;
NULL             1660 source3/smbd/msdfs.c 		return NULL;
NULL             1664 source3/smbd/msdfs.c 		return NULL;
NULL               88 source3/smbd/negprot.c 	time_t t = time(NULL);
NULL              132 source3/smbd/negprot.c 	time_t t = time(NULL);
NULL              181 source3/smbd/negprot.c 				   NULL};
NULL              182 source3/smbd/negprot.c 	const char *OIDs_plain[] = {OID_NTLMSSP, NULL};
NULL              224 source3/smbd/negprot.c 		char *host_princ_s = NULL;
NULL              251 source3/smbd/negprot.c 	time_t t = time(NULL);
NULL              372 source3/smbd/negprot.c 		if (spnego_blob.data == NULL) {
NULL              495 source3/smbd/negprot.c 	{NULL,NULL,NULL,0},
NULL              539 source3/smbd/negprot.c 	cliprotos = NULL;
NULL              547 source3/smbd/negprot.c 		if (tmp == NULL) {
NULL              652 source3/smbd/negprot.c 		NULL,"",FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL);
NULL               67 source3/smbd/notify.c 	uni_name.buffer = NULL;
NULL               84 source3/smbd/notify.c 		if (!convert_string_allocate(NULL, CH_UNIX, CH_UTF16LE,
NULL               86 source3/smbd/notify.c 			&namelen, True) || (uni_name.buffer == NULL)) {
NULL              166 source3/smbd/notify.c 	prs_init_empty(&ps, NULL, MARSHALL);
NULL              179 source3/smbd/notify.c 			prs_offset(&ps), NULL, 0);
NULL              202 source3/smbd/notify.c 	SMB_ASSERT(fsp->notify == NULL);
NULL              204 source3/smbd/notify.c 	if (!(fsp->notify = TALLOC_ZERO_P(NULL, struct notify_change_buf))) {
NULL              237 source3/smbd/notify.c 	struct notify_change_request *request = NULL;
NULL              238 source3/smbd/notify.c 	struct notify_mid_map *map = NULL;
NULL              243 source3/smbd/notify.c 	if (!(request = talloc(NULL, struct notify_change_request))
NULL              256 source3/smbd/notify.c 	request->backend_data = NULL;
NULL              281 source3/smbd/notify.c 	SMB_ASSERT(fsp->notify != NULL);
NULL              289 source3/smbd/notify.c 	if (req == NULL) {
NULL              312 source3/smbd/notify.c 	if (map == NULL) {
NULL              328 source3/smbd/notify.c 	if (fsp->notify == NULL) {
NULL              332 source3/smbd/notify.c 	while (fsp->notify->requests != NULL) {
NULL              361 source3/smbd/notify.c 	if (fsp->notify == NULL) {
NULL              373 source3/smbd/notify.c 	if ((fsp->notify->num_changes > 1000) || (name == NULL)) {
NULL              383 source3/smbd/notify.c 		if (fsp->notify->requests != NULL) {
NULL              422 source3/smbd/notify.c 	if (fsp->notify->requests == NULL) {
NULL              453 source3/smbd/notify.c 	char *result = NULL;
NULL              482 source3/smbd/notify.c 	if (result == NULL) return NULL;
NULL              497 source3/smbd/notify.c 		return NULL;
NULL              502 source3/smbd/notify.c 	ctx->private_data = NULL;
NULL              177 source3/smbd/notify_inotify.c 		if (e2 != NULL && e2->cookie == e->cookie) {
NULL              249 source3/smbd/notify_inotify.c 	if (e == NULL) return;
NULL              264 source3/smbd/notify_inotify.c 		struct inotify_event *e2 = NULL;
NULL              298 source3/smbd/notify_inotify.c 	in->watches = NULL;
NULL              353 source3/smbd/notify_inotify.c 	if (w == NULL) {
NULL              385 source3/smbd/notify_inotify.c 	if (ctx->private_data == NULL) {
NULL              415 source3/smbd/notify_inotify.c 	if (w == NULL) {
NULL              428 source3/smbd/notify_inotify.c 	if (w->path == NULL) {
NULL               66 source3/smbd/notify_internal.c 	if (notify->list != NULL) {
NULL               86 source3/smbd/notify_internal.c 		return NULL;
NULL               90 source3/smbd/notify_internal.c 	if (notify == NULL) {
NULL               91 source3/smbd/notify_internal.c 		return NULL;
NULL               97 source3/smbd/notify_internal.c 	if (notify->db == NULL) {
NULL               99 source3/smbd/notify_internal.c 		return NULL;
NULL              104 source3/smbd/notify_internal.c 	notify->list = NULL;
NULL              105 source3/smbd/notify_internal.c 	notify->array = NULL;
NULL              127 source3/smbd/notify_internal.c 	if (*rec == NULL) {
NULL              145 source3/smbd/notify_internal.c 	if (seqnum == notify->seqnum && notify->array != NULL) {
NULL              169 source3/smbd/notify_internal.c 		ndr_err = ndr_pull_struct_blob(&blob, notify->array, NULL, notify->array,
NULL              223 source3/smbd/notify_internal.c 	ndr_err = ndr_push_struct_blob(&blob, tmp_ctx, NULL, notify->array,
NULL              257 source3/smbd/notify_internal.c 	if (tmp_ctx == NULL) {
NULL              261 source3/smbd/notify_internal.c 	ndr_err = ndr_pull_struct_blob(data, tmp_ctx, NULL, &ev,
NULL              356 source3/smbd/notify_internal.c 	char *tmp_path = NULL;
NULL              363 source3/smbd/notify_internal.c 	if (notify == NULL) {
NULL              380 source3/smbd/notify_internal.c 		if (tmp_path == NULL) {
NULL              390 source3/smbd/notify_internal.c 	if (listel == NULL) {
NULL              401 source3/smbd/notify_internal.c 	if (notify->sys_notify_ctx != NULL) {
NULL              441 source3/smbd/notify_internal.c 	if (notify == NULL) {
NULL              451 source3/smbd/notify_internal.c 	if (listel == NULL) {
NULL              564 source3/smbd/notify_internal.c 	ndr_err = ndr_push_struct_blob(&data, tmp_ctx, NULL, &ev,
NULL              596 source3/smbd/notify_internal.c 	if (notify == NULL) {
NULL              601 source3/smbd/notify_internal.c 	status = notify_load(notify, NULL);
NULL              621 source3/smbd/notify_internal.c 		if (next_p != NULL) {
NULL              666 source3/smbd/notify_internal.c 			if (next_p != NULL) {
NULL              145 source3/smbd/ntquotas.c 	SMB_NTQUOTA_LIST *tmp_list = NULL;
NULL              150 source3/smbd/ntquotas.c 	for (tmp_list=qt_list;tmp_list!=NULL;tmp_list=tmp_list->next) {
NULL              162 source3/smbd/ntquotas.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              167 source3/smbd/ntquotas.c 	*qt_list = NULL;
NULL              169 source3/smbd/ntquotas.c 	if ((mem_ctx=talloc_init("SMB_USER_QUOTA_LIST"))==NULL) {
NULL              175 source3/smbd/ntquotas.c 	while ((usr = sys_getpwent()) != NULL) {
NULL              199 source3/smbd/ntquotas.c 		if ((tmp_list_ent=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_LIST))==NULL) {
NULL              201 source3/smbd/ntquotas.c 			*qt_list = NULL;
NULL              206 source3/smbd/ntquotas.c 		if ((tmp_list_ent->quotas=TALLOC_ZERO_P(mem_ctx,SMB_NTQUOTA_STRUCT))==NULL) {
NULL              208 source3/smbd/ntquotas.c 			*qt_list = NULL;
NULL              240 source3/smbd/ntquotas.c 	if (qt_handle==NULL) {
NULL              242 source3/smbd/ntquotas.c 		return NULL;
NULL               29 source3/smbd/nttrans.c 	if (ptr==NULL) {
NULL               34 source3/smbd/nttrans.c 	if(*ptr == NULL) {
NULL               35 source3/smbd/nttrans.c 		return NULL;
NULL              283 source3/smbd/nttrans.c 	if ((lastcomp = strrchr_m(fname, '/')) != NULL)
NULL              289 source3/smbd/nttrans.c 	if (strchr_m(lastcomp, ':') == NULL)
NULL              342 source3/smbd/nttrans.c 	char *fname = NULL;
NULL              344 source3/smbd/nttrans.c 	char *p = NULL;
NULL              416 source3/smbd/nttrans.c 	char *fname = NULL;
NULL              431 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL              432 source3/smbd/nttrans.c 	char *p = NULL;
NULL              525 source3/smbd/nttrans.c 		NULL,					/* sd */
NULL              526 source3/smbd/nttrans.c 		NULL,					/* ea_list */
NULL              667 source3/smbd/nttrans.c 	char *fname = NULL;
NULL              670 source3/smbd/nttrans.c 	char *p = NULL;
NULL              711 source3/smbd/nttrans.c 	if(params == NULL) {
NULL              760 source3/smbd/nttrans.c 	SEC_DESC *psd = NULL;
NULL              773 source3/smbd/nttrans.c 	if (psd->owner_sid == NULL) {
NULL              776 source3/smbd/nttrans.c 	if (psd->group_sid == NULL) {
NULL              802 source3/smbd/nttrans.c 	struct ea_list *ea_list_head = NULL;
NULL              806 source3/smbd/nttrans.c 		return NULL;
NULL              811 source3/smbd/nttrans.c 		struct ea_list *eal = read_ea_list_entry(ctx, pdata + offset + 4, data_size - offset - 4, NULL);
NULL              814 source3/smbd/nttrans.c 			return NULL;
NULL              838 source3/smbd/nttrans.c 	char *fname = NULL;
NULL              846 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL              847 source3/smbd/nttrans.c 	char *p = NULL;
NULL              855 source3/smbd/nttrans.c 	struct security_descriptor *sd = NULL;
NULL              861 source3/smbd/nttrans.c 	struct ea_list *ea_list = NULL;
NULL              966 source3/smbd/nttrans.c 		if (ea_list == NULL) {
NULL             1053 source3/smbd/nttrans.c 	if(params == NULL) {
NULL             1158 source3/smbd/nttrans.c 	char *oldname = NULL;
NULL             1159 source3/smbd/nttrans.c 	char *newname = NULL;
NULL             1160 source3/smbd/nttrans.c 	char *last_component_oldname = NULL;
NULL             1161 source3/smbd/nttrans.c 	char *last_component_newname = NULL;
NULL             1241 source3/smbd/nttrans.c 		NULL,					/* sd */
NULL             1242 source3/smbd/nttrans.c 		NULL,					/* ea_list */
NULL             1265 source3/smbd/nttrans.c 		NULL,					/* sd */
NULL             1266 source3/smbd/nttrans.c 		NULL,					/* ea_list */
NULL             1272 source3/smbd/nttrans.c 		close_file(NULL, fsp1, ERROR_CLOSE);
NULL             1286 source3/smbd/nttrans.c 	close_file(NULL, fsp1, NORMAL_CLOSE);
NULL             1291 source3/smbd/nttrans.c 	status = close_file(NULL, fsp2, NORMAL_CLOSE);
NULL             1296 source3/smbd/nttrans.c 	if (!parent_dirname(talloc_tos(), newname, &parent, NULL)) {
NULL             1320 source3/smbd/nttrans.c 	char *oldname = NULL;
NULL             1321 source3/smbd/nttrans.c 	char *newname = NULL;
NULL             1498 source3/smbd/nttrans.c 		if (!(filter_string = notify_filter_string(NULL, filter))) {
NULL             1515 source3/smbd/nttrans.c 	if (fsp->notify == NULL) {
NULL             1574 source3/smbd/nttrans.c 	char *new_name = NULL;
NULL             1575 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL             1601 source3/smbd/nttrans.c 	send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0, NULL, 0);
NULL             1617 source3/smbd/nttrans.c 	*ppsd = make_standard_sec_desc( mem_ctx, &global_sid_World, &global_sid_World, NULL, &sd_size);
NULL             1642 source3/smbd/nttrans.c 	SEC_DESC *psd = NULL;
NULL             1645 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL             1666 source3/smbd/nttrans.c 	if(params == NULL) {
NULL             1688 source3/smbd/nttrans.c 	if (psd->sacl == NULL &&
NULL             1691 source3/smbd/nttrans.c 	if (psd->dacl == NULL &&
NULL             1695 source3/smbd/nttrans.c 	sd_size = ndr_size_security_descriptor(psd, NULL, 0);
NULL             1717 source3/smbd/nttrans.c 	if(data == NULL) {
NULL             1754 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL             1763 source3/smbd/nttrans.c 	if((fsp = file_fsp(req, SVAL(params,0))) == NULL) {
NULL             1790 source3/smbd/nttrans.c 	send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0, NULL, 0);
NULL             1840 source3/smbd/nttrans.c 		send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0, NULL, 0);
NULL             1859 source3/smbd/nttrans.c 		if (pdata == NULL) {
NULL             1868 source3/smbd/nttrans.c 		send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0,
NULL             1903 source3/smbd/nttrans.c 		SHADOW_COPY_DATA *shadow_data = NULL;
NULL             1904 source3/smbd/nttrans.c 		TALLOC_CTX *shadow_mem_ctx = NULL;
NULL             1926 source3/smbd/nttrans.c 		if (shadow_mem_ctx == NULL) {
NULL             1933 source3/smbd/nttrans.c 		if (shadow_data == NULL) {
NULL             1977 source3/smbd/nttrans.c 		if (pdata == NULL) {
NULL             2013 source3/smbd/nttrans.c 		send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0,
NULL             2069 source3/smbd/nttrans.c 		send_nt_replies(conn, req, NT_STATUS_OK, NULL, 0, NULL, 0);
NULL             2106 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL             2113 source3/smbd/nttrans.c 	SMB_NTQUOTA_HANDLE *qt_handle = NULL;
NULL             2157 source3/smbd/nttrans.c 			if (qt_handle->quota_list!=NULL &&
NULL             2158 source3/smbd/nttrans.c 			    qt_handle->tmp_list==NULL) {
NULL             2166 source3/smbd/nttrans.c 				if(params == NULL) {
NULL             2181 source3/smbd/nttrans.c 			if (qt_handle->quota_list==NULL &&
NULL             2182 source3/smbd/nttrans.c 				qt_handle->tmp_list==NULL) {
NULL             2194 source3/smbd/nttrans.c 			if(params == NULL) {
NULL             2203 source3/smbd/nttrans.c 			if(pdata == NULL) {
NULL             2221 source3/smbd/nttrans.c 			for (;((tmp_list!=NULL)&&((qt_len +40+SID_MAX_SIZE)<max_data_count));
NULL             2225 source3/smbd/nttrans.c 					&tmp_list->quotas->sid, NULL, 0);
NULL             2310 source3/smbd/nttrans.c 			if(params == NULL) {
NULL             2316 source3/smbd/nttrans.c 			if(pdata == NULL) {
NULL             2380 source3/smbd/nttrans.c 	files_struct *fsp = NULL;
NULL             2666 source3/smbd/nttrans.c 	if ((state = TALLOC_P(conn, struct trans_state)) == NULL) {
NULL             2677 source3/smbd/nttrans.c 	state->data = NULL;
NULL             2679 source3/smbd/nttrans.c 	state->param = NULL;
NULL             2685 source3/smbd/nttrans.c 	state->setup = NULL;
NULL             2730 source3/smbd/nttrans.c 		if ((state->data = (char *)SMB_MALLOC(state->total_data)) == NULL) {
NULL             2751 source3/smbd/nttrans.c 		if ((state->param = (char *)SMB_MALLOC(state->total_param)) == NULL) {
NULL             2784 source3/smbd/nttrans.c 		if (state->setup == NULL) {
NULL             2848 source3/smbd/nttrans.c 	for (state = conn->pending_trans; state != NULL;
NULL             2855 source3/smbd/nttrans.c 	if ((state == NULL) || (state->cmd != SMBnttrans)) {
NULL              147 source3/smbd/open.c 			if (time((time_t *) NULL) > last_warned) {
NULL              152 source3/smbd/open.c 				last_warned = time((time_t *) NULL);
NULL              229 source3/smbd/open.c 	char *saved_dir = NULL;
NULL              574 source3/smbd/open.c 	fsp->wcp = NULL; /* Write cache pointer. */
NULL              888 source3/smbd/open.c 	struct share_mode_entry *exclusive = NULL;
NULL              914 source3/smbd/open.c 				SMB_ASSERT(exclusive == NULL);
NULL              919 source3/smbd/open.c 				SMB_ASSERT(exclusive == NULL);
NULL              925 source3/smbd/open.c 			SMB_ASSERT(exclusive == NULL);
NULL              934 source3/smbd/open.c 	if (exclusive != NULL) { /* Found an exclusive oplock */
NULL             1428 source3/smbd/open.c 	struct pending_message_list *pml = NULL;
NULL             1430 source3/smbd/open.c 	struct share_mode_lock *lck = NULL;
NULL             1477 source3/smbd/open.c 	if ((req == NULL) && ((oplock_request & INTERNAL_OPEN_ONLY) == 0)) {
NULL             1486 source3/smbd/open.c 	if ((req != NULL)
NULL             1487 source3/smbd/open.c 	    && ((pml = get_open_deferred_message(req->mid)) != NULL)) {
NULL             1498 source3/smbd/open.c 		lck = get_share_mode_lock(talloc_tos(), state->id, NULL, NULL,
NULL             1499 source3/smbd/open.c 					  NULL);
NULL             1500 source3/smbd/open.c 		if (lck == NULL) {
NULL             1734 source3/smbd/open.c 		if (lck == NULL) {
NULL             1740 source3/smbd/open.c 		if ((req != NULL)
NULL             1759 source3/smbd/open.c 			if ((req != NULL)
NULL             1785 source3/smbd/open.c 				if (req == NULL) {
NULL             1872 source3/smbd/open.c 				if ((req != NULL)
NULL             1898 source3/smbd/open.c 	SMB_ASSERT(!file_existed || (lck != NULL));
NULL             1924 source3/smbd/open.c 		if (lck != NULL) {
NULL             1953 source3/smbd/open.c 		if (lck == NULL) {
NULL             1961 source3/smbd/open.c 		if ((req != NULL)
NULL             1979 source3/smbd/open.c 			if ((req != NULL)
NULL             2004 source3/smbd/open.c 			if (req != NULL) {
NULL             2018 source3/smbd/open.c 	SMB_ASSERT(lck != NULL);
NULL             2197 source3/smbd/open.c 	if (req != NULL) {
NULL             2214 source3/smbd/open.c 	files_struct *fsp = NULL;
NULL             2228 source3/smbd/open.c 		NULL,					/* req */
NULL             2240 source3/smbd/open.c 		NULL,					/* sd */
NULL             2241 source3/smbd/open.c 		NULL,					/* ea_list */
NULL             2243 source3/smbd/open.c 		NULL,					/* pinfo */
NULL             2326 source3/smbd/open.c 				 file_attributes | aDIR, NULL,
NULL             2376 source3/smbd/open.c 	files_struct *fsp = NULL;
NULL             2378 source3/smbd/open.c 	struct share_mode_lock *lck = NULL;
NULL             2565 source3/smbd/open.c 	if (lck == NULL) {
NULL             2631 source3/smbd/open.c 		NULL,					/* sd */
NULL             2632 source3/smbd/open.c 		NULL,					/* ea_list */
NULL             2634 source3/smbd/open.c 		NULL,					/* pinfo */
NULL             2662 source3/smbd/open.c 	if (data->data == NULL
NULL             2728 source3/smbd/open.c 		return NULL;
NULL             2762 source3/smbd/open.c 	status = SMB_VFS_STREAMINFO(conn, NULL, fname, talloc_tos(),
NULL             2787 source3/smbd/open.c 	if (streams == NULL) {
NULL             2797 source3/smbd/open.c 			streams[i] = NULL;
NULL             2804 source3/smbd/open.c 		if (streamname == NULL) {
NULL             2812 source3/smbd/open.c 			 NULL,			/* req */
NULL             2824 source3/smbd/open.c 			 NULL,			/* sd */
NULL             2825 source3/smbd/open.c 			 NULL,			/* ea_list */
NULL             2827 source3/smbd/open.c 			 NULL,			/* pinfo */
NULL             2828 source3/smbd/open.c 			 NULL);			/* psbuf */
NULL             2844 source3/smbd/open.c 		if (streams[i] == NULL) {
NULL             2850 source3/smbd/open.c 		close_file(NULL, streams[i], NORMAL_CLOSE);
NULL             2881 source3/smbd/open.c 	files_struct *base_fsp = NULL;
NULL             2882 source3/smbd/open.c 	files_struct *fsp = NULL;
NULL             2908 source3/smbd/open.c 	if (req == NULL) {
NULL             2912 source3/smbd/open.c 	if (psbuf != NULL) {
NULL             2974 source3/smbd/open.c 			sd && (sd->sacl != NULL)) {
NULL             2992 source3/smbd/open.c 						&base, NULL);
NULL             3011 source3/smbd/open.c 		status = create_file_unixpath(conn, NULL, base, 0,
NULL             3016 source3/smbd/open.c 					      0, 0, 0, 0, NULL, NULL,
NULL             3017 source3/smbd/open.c 					      &base_fsp, NULL, NULL);
NULL             3090 source3/smbd/open.c 			fsp = NULL;
NULL             3138 source3/smbd/open.c 	if ((sd != NULL) && (info == FILE_WAS_CREATED)
NULL             3166 source3/smbd/open.c 	if ((ea_list != NULL) &&
NULL             3204 source3/smbd/open.c 	if (pinfo != NULL) {
NULL             3207 source3/smbd/open.c 	if (psbuf != NULL) {
NULL             3208 source3/smbd/open.c 		if ((fsp->fh == NULL) || (fsp->fh->fd == -1)) {
NULL             3220 source3/smbd/open.c 	if (fsp != NULL) {
NULL             3226 source3/smbd/open.c 			base_fsp = NULL;
NULL             3229 source3/smbd/open.c 		fsp = NULL;
NULL             3231 source3/smbd/open.c 	if (base_fsp != NULL) {
NULL             3233 source3/smbd/open.c 		base_fsp = NULL;
NULL             3247 source3/smbd/open.c 	char *parent_fname = NULL;
NULL             3255 source3/smbd/open.c 	if (dir_fsp == NULL) {
NULL             3288 source3/smbd/open.c 		if (parent_fname == NULL) {
NULL             3300 source3/smbd/open.c 		if (parent_fname == NULL) {
NULL             3321 source3/smbd/open.c 	if (*new_fname == NULL) {
NULL             3347 source3/smbd/open.c 	struct case_semantics_state *case_state = NULL;
NULL             3350 source3/smbd/open.c 	files_struct *fsp = NULL;
NULL             3373 source3/smbd/open.c 	if ((req != NULL) && (req->flags2 & FLAGS2_DFS_PATHNAMES)) {
NULL             3460 source3/smbd/open.c 				      &converted_fname, NULL, &sbuf);
NULL             3466 source3/smbd/open.c 		if (psbuf != NULL) {
NULL             3499 source3/smbd/open.c 	if (pinfo != NULL) {
NULL             3502 source3/smbd/open.c 	if (psbuf != NULL) {
NULL             3510 source3/smbd/open.c 	if (fsp != NULL) {
NULL             3512 source3/smbd/open.c 		fsp = NULL;
NULL              157 source3/smbd/oplock.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL              158 source3/smbd/oplock.c 				  NULL);
NULL              159 source3/smbd/oplock.c 	if (lck == NULL) {
NULL              183 source3/smbd/oplock.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL              184 source3/smbd/oplock.c 				  NULL);
NULL              185 source3/smbd/oplock.c 	if (lck == NULL) {
NULL              220 source3/smbd/oplock.c 	if (result == NULL) {
NULL              222 source3/smbd/oplock.c 		return NULL;
NULL              258 source3/smbd/oplock.c 	files_struct *fsp = NULL;
NULL              275 source3/smbd/oplock.c 	if(fsp == NULL) {
NULL              282 source3/smbd/oplock.c 		return NULL;
NULL              302 source3/smbd/oplock.c 		return NULL;
NULL              338 source3/smbd/oplock.c 	if (fsp->oplock_timeout != NULL) {
NULL              344 source3/smbd/oplock.c 		event_add_timed(smbd_event_context(), NULL,
NULL              348 source3/smbd/oplock.c 	if (fsp->oplock_timeout == NULL) {
NULL              382 source3/smbd/oplock.c 	break_msg = new_break_smb_message(NULL, fsp, OPLOCKLEVEL_NONE);
NULL              383 source3/smbd/oplock.c 	if (break_msg == NULL) {
NULL              394 source3/smbd/oplock.c 			NULL)) {
NULL              425 source3/smbd/oplock.c 	if (data->data == NULL) {
NULL              444 source3/smbd/oplock.c 	if (fsp == NULL) {
NULL              471 source3/smbd/oplock.c 	if (data->data == NULL) {
NULL              490 source3/smbd/oplock.c 	if (fsp == NULL) {
NULL              507 source3/smbd/oplock.c 		ADD_TO_ARRAY(NULL, struct share_mode_entry, msg,
NULL              532 source3/smbd/oplock.c 	break_msg = new_break_smb_message(NULL, fsp, break_to_level2 ?
NULL              534 source3/smbd/oplock.c 	if (break_msg == NULL) {
NULL              550 source3/smbd/oplock.c 			NULL)) {
NULL              562 source3/smbd/oplock.c 	ADD_TO_ARRAY(NULL, struct share_mode_entry, msg,
NULL              585 source3/smbd/oplock.c 	if (data->data == NULL) {
NULL              605 source3/smbd/oplock.c 	if (fsp == NULL) {
NULL              618 source3/smbd/oplock.c 	break_msg = new_break_smb_message(NULL, fsp, OPLOCKLEVEL_NONE);
NULL              619 source3/smbd/oplock.c 	if (break_msg == NULL) {
NULL              630 source3/smbd/oplock.c 			NULL)) {
NULL              671 source3/smbd/oplock.c 	if (fsp->oplock_timeout != NULL) {
NULL              674 source3/smbd/oplock.c 		fsp->oplock_timeout = NULL;
NULL              687 source3/smbd/oplock.c 	if (data->data == NULL) {
NULL              717 source3/smbd/oplock.c 	if (data->data == NULL) {
NULL              760 source3/smbd/oplock.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL              761 source3/smbd/oplock.c 				  NULL);
NULL              762 source3/smbd/oplock.c 	if (lck == NULL) {
NULL              913 source3/smbd/oplock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_BREAK_REQUEST,
NULL              915 source3/smbd/oplock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_ASYNC_LEVEL2_BREAK,
NULL              917 source3/smbd/oplock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_BREAK_RESPONSE,
NULL              919 source3/smbd/oplock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_KERNEL_BREAK,
NULL              921 source3/smbd/oplock.c 	messaging_register(msg_ctx, NULL, MSG_SMB_OPEN_RETRY,
NULL               43 source3/smbd/oplock_irix.c 	char *tmpname = NULL;
NULL              153 source3/smbd/oplock_irix.c 		return NULL;
NULL              170 source3/smbd/oplock_irix.c 			return NULL;
NULL              172 source3/smbd/oplock_irix.c 		return NULL;
NULL              185 source3/smbd/oplock_irix.c 	if ((fsp = file_find_di_first(fileid)) == NULL) {
NULL              189 source3/smbd/oplock_irix.c 		return NULL;
NULL              293 source3/smbd/oplock_irix.c 	.contend_level2_oplocks_begin	= NULL,
NULL              294 source3/smbd/oplock_irix.c 	.contend_level2_oplocks_end	= NULL,
NULL              304 source3/smbd/oplock_irix.c 		return NULL;
NULL              308 source3/smbd/oplock_irix.c 		return NULL;
NULL              314 source3/smbd/oplock_irix.c 		return NULL;
NULL              101 source3/smbd/oplock_linux.c 	if (fsp == NULL) {
NULL              188 source3/smbd/oplock_linux.c 	.contend_level2_oplocks_begin	= NULL,
NULL              189 source3/smbd/oplock_linux.c 	.contend_level2_oplocks_end	= NULL,
NULL              199 source3/smbd/oplock_linux.c 		return NULL;
NULL              205 source3/smbd/oplock_linux.c 		return NULL;
NULL              218 source3/smbd/oplock_linux.c 		return NULL;
NULL               69 source3/smbd/oplock_onefs.c 	if (r == NULL) {
NULL              135 source3/smbd/oplock_onefs.c 	if (rec == NULL) {
NULL              137 source3/smbd/oplock_onefs.c 		return NULL;
NULL              144 source3/smbd/oplock_onefs.c 		return NULL;
NULL              365 source3/smbd/oplock_onefs.c 	files_struct *fsp = NULL;
NULL              377 source3/smbd/oplock_onefs.c 	SMB_ASSERT(fsp->oplock_timeout == NULL);
NULL              667 source3/smbd/oplock_onefs.c 	struct kernel_oplocks *_ctx = NULL;
NULL              668 source3/smbd/oplock_onefs.c 	struct onefs_oplocks_context *ctx = NULL;
NULL              677 source3/smbd/oplock_onefs.c 		return NULL;
NULL              683 source3/smbd/oplock_onefs.c 		return NULL;
NULL              721 source3/smbd/oplock_onefs.c 	return NULL;
NULL               35 source3/smbd/password.c 		return NULL;
NULL               41 source3/smbd/password.c 					if (usp->server_info == NULL) {
NULL               46 source3/smbd/password.c 					if (usp->server_info != NULL) {
NULL               59 source3/smbd/password.c 	return NULL;
NULL               76 source3/smbd/password.c 	return (get_partial_auth_user_struct(vuid) != NULL);
NULL               95 source3/smbd/password.c 	user_struct *vuser = NULL;
NULL               99 source3/smbd/password.c 	if (vuser == NULL) {
NULL              125 source3/smbd/password.c 	while (validated_users != NULL) {
NULL              159 source3/smbd/password.c 	if((vuser = talloc_zero(NULL, user_struct)) == NULL) {
NULL              167 source3/smbd/password.c 			SERVER_ALLOCATED_REQUIRED_ANY) != NULL ) {
NULL              203 source3/smbd/password.c 	if ((pwd == NULL) || (pwd->pw_dir[0] == '\0')) {
NULL              335 source3/smbd/password.c 	if (pw == NULL) {
NULL              339 source3/smbd/password.c 	if (session_userlist == NULL) {
NULL              398 source3/smbd/password.c 	if (my_yp_domain == NULL)
NULL              401 source3/smbd/password.c 	if(my_yp_domain == NULL) {
NULL              409 source3/smbd/password.c 	if (innetgr(ngname, NULL, user, my_yp_domain)) {
NULL              425 source3/smbd/password.c 		if (innetgr(ngname, NULL, lowercase_user, my_yp_domain)) {
NULL              525 source3/smbd/password.c 	valid = invalid = NULL;
NULL              561 source3/smbd/password.c 			talloc_tos(), lp_username(snum), NULL);
NULL              612 source3/smbd/password.c 			char *member_list = NULL;
NULL              625 source3/smbd/password.c 				return NULL;
NULL              663 source3/smbd/password.c 			return NULL;
NULL              667 source3/smbd/password.c 	return(NULL);
NULL              704 source3/smbd/password.c 		char *user_list = NULL;
NULL              717 source3/smbd/password.c 		     auser = strtok_r(NULL, LIST_SEP, &saveptr)) {
NULL              757 source3/smbd/password.c 		     auser = strtok_r(NULL, LIST_SEP, &saveptr)) {
NULL              791 source3/smbd/password.c 		if (guest_pw != NULL) {
NULL               23 source3/smbd/perfcount.c struct smb_perfcount_handlers *g_smb_perfcount_handlers = NULL;
NULL               31 source3/smbd/perfcount.c struct smb_perfcount_module *modules = NULL;
NULL               57 source3/smbd/perfcount.c 	return NULL;
NULL               99 source3/smbd/perfcount.c 	char *module_path = NULL;
NULL              100 source3/smbd/perfcount.c 	char *module_name = NULL;
NULL              101 source3/smbd/perfcount.c 	char *module_param = NULL, *p;
NULL              139 source3/smbd/perfcount.c 		if (p != NULL) {
NULL               55 source3/smbd/pipes.c 	status = np_open(NULL, name, conn->client_address,
NULL               77 source3/smbd/pipes.c 	const char *fname = NULL;
NULL               78 source3/smbd/pipes.c 	char *pipe_name = NULL;
NULL              171 source3/smbd/pipes.c 	if (state == NULL) {
NULL              186 source3/smbd/pipes.c 	if (subreq == NULL) {
NULL              259 source3/smbd/pipes.c 	if (state == NULL) {
NULL              295 source3/smbd/pipes.c 	if (subreq == NULL) {
NULL              375 source3/smbd/pipes.c 	if (state == NULL) {
NULL              391 source3/smbd/pipes.c 	req->outbuf = NULL;
NULL              396 source3/smbd/pipes.c 	if (subreq == NULL) {
NULL              422 source3/smbd/pipes.c 	state->outbuf = NULL;
NULL              179 source3/smbd/posix_acls.c 	char *pai_buf = NULL;
NULL              180 source3/smbd/posix_acls.c 	canon_ace *ace_list = NULL;
NULL              181 source3/smbd/posix_acls.c 	char *entry_offset = NULL;
NULL              200 source3/smbd/posix_acls.c 		return NULL;
NULL              420 source3/smbd/posix_acls.c 			return NULL;
NULL              425 source3/smbd/posix_acls.c 			return NULL;
NULL              445 source3/smbd/posix_acls.c 	struct pai_val *paiv = NULL;
NULL              448 source3/smbd/posix_acls.c 		return NULL;
NULL              453 source3/smbd/posix_acls.c 		return NULL;
NULL              470 source3/smbd/posix_acls.c 	if (entry_offset == NULL) {
NULL              472 source3/smbd/posix_acls.c 		return NULL;
NULL              475 source3/smbd/posix_acls.c 	if (entry_offset == NULL) {
NULL              477 source3/smbd/posix_acls.c 		return NULL;
NULL              496 source3/smbd/posix_acls.c 			return NULL;
NULL              504 source3/smbd/posix_acls.c 			return NULL;
NULL              523 source3/smbd/posix_acls.c 	struct pai_val *paiv = NULL;
NULL              526 source3/smbd/posix_acls.c 		return NULL;
NULL              531 source3/smbd/posix_acls.c 		return NULL;
NULL              547 source3/smbd/posix_acls.c 	if (entry_offset == NULL) {
NULL              549 source3/smbd/posix_acls.c 		return NULL;
NULL              552 source3/smbd/posix_acls.c 	if (entry_offset == NULL) {
NULL              554 source3/smbd/posix_acls.c 		return NULL;
NULL              567 source3/smbd/posix_acls.c 		return NULL;
NULL              574 source3/smbd/posix_acls.c 		return NULL;
NULL              586 source3/smbd/posix_acls.c 	struct pai_val *paiv = NULL;
NULL              590 source3/smbd/posix_acls.c 		return NULL;
NULL              593 source3/smbd/posix_acls.c 	if ((pai_buf = (char *)SMB_MALLOC(pai_buf_size)) == NULL) {
NULL              594 source3/smbd/posix_acls.c 		return NULL;
NULL              614 source3/smbd/posix_acls.c 				return NULL; /* Limit malloc to 1mb. */
NULL              616 source3/smbd/posix_acls.c 			if ((pai_buf = (char *)SMB_MALLOC(pai_buf_size)) == NULL)
NULL              617 source3/smbd/posix_acls.c 				return NULL;
NULL              633 source3/smbd/posix_acls.c 		return NULL;
NULL              657 source3/smbd/posix_acls.c 	struct pai_val *paiv = NULL;
NULL              661 source3/smbd/posix_acls.c 		return NULL;
NULL              664 source3/smbd/posix_acls.c 	if ((pai_buf = (char *)SMB_MALLOC(pai_buf_size)) == NULL) {
NULL              665 source3/smbd/posix_acls.c 		return NULL;
NULL              681 source3/smbd/posix_acls.c 				return NULL; /* Limit malloc to 1mb. */
NULL              683 source3/smbd/posix_acls.c 			if ((pai_buf = (char *)SMB_MALLOC(pai_buf_size)) == NULL)
NULL              684 source3/smbd/posix_acls.c 				return NULL;
NULL              700 source3/smbd/posix_acls.c 		return NULL;
NULL              757 source3/smbd/posix_acls.c 	if (dst_ace == NULL)
NULL              758 source3/smbd/posix_acls.c 		return NULL;
NULL              761 source3/smbd/posix_acls.c 	dst_ace->prev = dst_ace->next = NULL;
NULL             1269 source3/smbd/posix_acls.c 	const char *u_name = NULL;
NULL             1331 source3/smbd/posix_acls.c 	canon_ace *pace_other = NULL;
NULL             1364 source3/smbd/posix_acls.c 		if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
NULL             1409 source3/smbd/posix_acls.c 		if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
NULL             1435 source3/smbd/posix_acls.c 		if ((pace = SMB_MALLOC_P(canon_ace)) == NULL) {
NULL             1516 source3/smbd/posix_acls.c 	canon_ace *file_ace = NULL;
NULL             1517 source3/smbd/posix_acls.c 	canon_ace *dir_ace = NULL;
NULL             1518 source3/smbd/posix_acls.c 	canon_ace *current_ace = NULL;
NULL             1523 source3/smbd/posix_acls.c 	*ppfile_ace = NULL;
NULL             1524 source3/smbd/posix_acls.c 	*ppdir_ace = NULL;
NULL             1605 source3/smbd/posix_acls.c 		if ((current_ace = SMB_MALLOC_P(canon_ace)) == NULL) {
NULL             1767 source3/smbd/posix_acls.c 					current_ace = NULL;
NULL             1804 source3/smbd/posix_acls.c 			current_ace = NULL;
NULL             1824 source3/smbd/posix_acls.c 		file_ace = NULL;
NULL             1825 source3/smbd/posix_acls.c 		dir_ace = NULL;
NULL             1954 source3/smbd/posix_acls.c 	canon_ace *curr_ace = NULL;
NULL             1955 source3/smbd/posix_acls.c 	canon_ace *curr_ace_next = NULL;
NULL             1992 source3/smbd/posix_acls.c 				prev_entry->next = NULL;
NULL             1995 source3/smbd/posix_acls.c 				ace_list = NULL;
NULL             2074 source3/smbd/posix_acls.c 		canon_ace *allow_everyone_p = NULL;
NULL             2171 source3/smbd/posix_acls.c 			     NULL )
NULL             2207 source3/smbd/posix_acls.c 	canon_ace *file_ace = NULL;
NULL             2208 source3/smbd/posix_acls.c 	canon_ace *dir_ace = NULL;
NULL             2210 source3/smbd/posix_acls.c 	*ppfile_ace = NULL;
NULL             2211 source3/smbd/posix_acls.c 	*ppdir_ace = NULL;
NULL             2233 source3/smbd/posix_acls.c 	if ((file_ace == NULL) && (dir_ace == NULL)) {
NULL             2330 source3/smbd/posix_acls.c 	canon_ace *owner_ace = NULL;
NULL             2331 source3/smbd/posix_acls.c 	canon_ace *other_ace = NULL;
NULL             2332 source3/smbd/posix_acls.c 	canon_ace *ace = NULL;
NULL             2377 source3/smbd/posix_acls.c 	canon_ace *l_head = NULL;
NULL             2378 source3/smbd/posix_acls.c 	canon_ace *ace = NULL;
NULL             2379 source3/smbd/posix_acls.c 	canon_ace *next_ace = NULL;
NULL             2411 source3/smbd/posix_acls.c 					if (puid == NULL) {
NULL             2441 source3/smbd/posix_acls.c 					if (pgid == NULL) {
NULL             2469 source3/smbd/posix_acls.c 		if ((ace = SMB_MALLOC_P(canon_ace)) == NULL)
NULL             2525 source3/smbd/posix_acls.c 	return NULL;
NULL             2595 source3/smbd/posix_acls.c 	if (the_acl == NULL) {
NULL             2812 source3/smbd/posix_acls.c 	if (the_acl != NULL) {
NULL             2844 source3/smbd/posix_acls.c 		return NULL;
NULL             2847 source3/smbd/posix_acls.c 		return NULL;
NULL             2863 source3/smbd/posix_acls.c 	canon_ace *owner_ace = NULL;
NULL             2864 source3/smbd/posix_acls.c 	canon_ace *group_ace = NULL;
NULL             2865 source3/smbd/posix_acls.c 	canon_ace *other_ace = NULL;
NULL             3049 source3/smbd/posix_acls.c 	SEC_ACL *psa = NULL;
NULL             3053 source3/smbd/posix_acls.c 	canon_ace *file_ace = NULL;
NULL             3054 source3/smbd/posix_acls.c 	canon_ace *dir_ace = NULL;
NULL             3055 source3/smbd/posix_acls.c 	SEC_ACE *nt_ace_list = NULL;
NULL             3058 source3/smbd/posix_acls.c 	SEC_DESC *psd = NULL;
NULL             3127 source3/smbd/posix_acls.c 				ace = canon_ace_entry_for(dir_ace, SMB_ACL_OTHER, NULL);
NULL             3132 source3/smbd/posix_acls.c 					ace = canon_ace_entry_for(file_ace, SMB_ACL_OTHER, NULL);
NULL             3149 source3/smbd/posix_acls.c 				ace = canon_ace_entry_for(dir_ace, SMB_ACL_GROUP_OBJ, NULL);
NULL             3156 source3/smbd/posix_acls.c 				ace = canon_ace_entry_for(file_ace, SMB_ACL_GROUP_OBJ, NULL);
NULL             3167 source3/smbd/posix_acls.c 			if ((nt_ace_list = SMB_MALLOC_ARRAY(SEC_ACE,num_acls + num_profile_acls + num_def_acls)) == NULL) {
NULL             3178 source3/smbd/posix_acls.c 			for (ace = file_ace; ace != NULL; ace = ace->next) {
NULL             3199 source3/smbd/posix_acls.c 			for (ace = dir_ace; ace != NULL; ace = ace->next) {
NULL             3249 source3/smbd/posix_acls.c 			if((psa = make_sec_acl( talloc_tos(), NT4_ACL_REVISION, num_aces, nt_ace_list)) == NULL) {
NULL             3257 source3/smbd/posix_acls.c 			(security_info & OWNER_SECURITY_INFORMATION) ? &owner_sid : NULL,
NULL             3258 source3/smbd/posix_acls.c 			(security_info & GROUP_SECURITY_INFORMATION) ? &group_sid : NULL,
NULL             3278 source3/smbd/posix_acls.c 	if (pal == NULL || !lp_map_acl_inherit(SNUM(conn))) {
NULL             3310 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
NULL             3313 source3/smbd/posix_acls.c 	*ppdesc = NULL;
NULL             3334 source3/smbd/posix_acls.c 				       posix_acl, NULL, security_info, ppdesc);
NULL             3341 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
NULL             3342 source3/smbd/posix_acls.c 	SMB_ACL_T def_acl = NULL;
NULL             3346 source3/smbd/posix_acls.c 	*ppdesc = NULL;
NULL             3451 source3/smbd/posix_acls.c 	if (!NT_STATUS_IS_OK(open_file_fchmod(NULL, conn, fname, &st, &fsp))) {
NULL             3460 source3/smbd/posix_acls.c 	close_file_fchmod(NULL, fsp);
NULL             3476 source3/smbd/posix_acls.c 	SEC_DESC *parent_sd = NULL;
NULL             3477 source3/smbd/posix_acls.c 	files_struct *parent_fsp = NULL;
NULL             3479 source3/smbd/posix_acls.c 	char *parent_name = NULL;
NULL             3480 source3/smbd/posix_acls.c 	SEC_ACE *new_ace = NULL;
NULL             3491 source3/smbd/posix_acls.c 	if (psd == NULL) {
NULL             3495 source3/smbd/posix_acls.c 	if (!parent_dirname(mem_ctx, fsp->fsp_name, &parent_name, NULL)) {
NULL             3501 source3/smbd/posix_acls.c 		NULL,					/* req */
NULL             3512 source3/smbd/posix_acls.c 		NULL,					/* sd */
NULL             3513 source3/smbd/posix_acls.c 		NULL,					/* ea_list */
NULL             3525 source3/smbd/posix_acls.c 	close_file(NULL, parent_fsp, NORMAL_CLOSE);
NULL             3546 source3/smbd/posix_acls.c 					num_aces)) == NULL) {
NULL             3675 source3/smbd/posix_acls.c 	canon_ace *file_ace_list = NULL;
NULL             3676 source3/smbd/posix_acls.c 	canon_ace *dir_ace_list = NULL;
NULL             3802 source3/smbd/posix_acls.c 	if(!(security_info_sent & DACL_SECURITY_INFORMATION) || (psd->dacl == NULL)) {
NULL             3958 source3/smbd/posix_acls.c 	if (posix_acl == (SMB_ACL_T)NULL)
NULL             4062 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
NULL             4065 source3/smbd/posix_acls.c 	if ((posix_acl = SMB_VFS_SYS_ACL_GET_FILE(conn, from, SMB_ACL_TYPE_ACCESS)) == NULL)
NULL             4100 source3/smbd/posix_acls.c 	if (def_acl != NULL && (SMB_VFS_SYS_ACL_GET_ENTRY(conn, def_acl, SMB_ACL_FIRST_ENTRY, &entry) == 1)) {
NULL             4132 source3/smbd/posix_acls.c 	SMB_ACL_T posix_acl = NULL;
NULL             4135 source3/smbd/posix_acls.c 	if ((posix_acl = SMB_VFS_SYS_ACL_GET_FD(fsp)) == NULL)
NULL             4222 source3/smbd/posix_acls.c 	if (the_acl == NULL) {
NULL             4223 source3/smbd/posix_acls.c 		return NULL;
NULL             4295 source3/smbd/posix_acls.c 	if (the_acl != NULL) {
NULL             4298 source3/smbd/posix_acls.c 	return NULL;
NULL             4311 source3/smbd/posix_acls.c 	SMB_ACL_T def_acl = NULL;
NULL             4333 source3/smbd/posix_acls.c 	if ((def_acl = create_posix_acl_from_wire(conn, num_def_acls, pdata)) == NULL) {
NULL             4359 source3/smbd/posix_acls.c 	SMB_ACL_T file_acl = NULL;
NULL             4365 source3/smbd/posix_acls.c 	SMB_ACL_ENTRY_T user_ent = NULL;
NULL             4366 source3/smbd/posix_acls.c 	SMB_ACL_ENTRY_T group_ent = NULL;
NULL             4367 source3/smbd/posix_acls.c 	SMB_ACL_ENTRY_T other_ent = NULL;
NULL             4369 source3/smbd/posix_acls.c 	if (new_file_acl == NULL) {
NULL             4415 source3/smbd/posix_acls.c 	if (file_acl == NULL) {
NULL             4495 source3/smbd/posix_acls.c 	SMB_ACL_T file_acl = NULL;
NULL             4502 source3/smbd/posix_acls.c 	if ((file_acl = create_posix_acl_from_wire(conn, num_acls, pdata)) == NULL) {
NULL             4546 source3/smbd/posix_acls.c 	if (conn == NULL) {
NULL             4548 source3/smbd/posix_acls.c 		return NULL;
NULL             4554 source3/smbd/posix_acls.c 		return NULL;
NULL             4564 source3/smbd/posix_acls.c 		return NULL;
NULL             4579 source3/smbd/posix_acls.c 		return NULL;
NULL              130 source3/smbd/process.c 	return read_fd_with_timeout(fd, buffer, len, len, timeout, NULL);
NULL              168 source3/smbd/process.c 		timeout, NULL);
NULL              207 source3/smbd/process.c 		if (*buffer == NULL) {
NULL              230 source3/smbd/process.c 	if (*buffer == NULL) {
NULL              294 source3/smbd/process.c 	if (*buffer == NULL) {
NULL              378 source3/smbd/process.c 	req->chain_fsp = NULL;
NULL              379 source3/smbd/process.c 	req->chain_outbuf = NULL;
NULL              400 source3/smbd/process.c 	req->outbuf = NULL;
NULL              420 source3/smbd/process.c 	if (inbuf == NULL) {
NULL              458 source3/smbd/process.c 	msg = TALLOC_ZERO_P(NULL, struct pending_message_list);
NULL              460 source3/smbd/process.c 	if(msg == NULL) {
NULL              466 source3/smbd/process.c 	if(msg->buf.data == NULL) {
NULL              480 source3/smbd/process.c 		if (msg->private_data.data == NULL) {
NULL              609 source3/smbd/process.c 	return NULL;
NULL              681 source3/smbd/process.c 	SMB_ASSERT(event->te != NULL);
NULL              696 source3/smbd/process.c 	if (result == NULL) {
NULL              698 source3/smbd/process.c 		return NULL;
NULL              708 source3/smbd/process.c 		return NULL;
NULL              714 source3/smbd/process.c 	if (result->te == NULL) {
NULL              717 source3/smbd/process.c 		return NULL;
NULL              742 source3/smbd/process.c 			       NULL);
NULL              768 source3/smbd/process.c 			       NULL);
NULL              805 source3/smbd/process.c 	if (run_events(smbd_event_context(), 0, NULL, NULL)) {
NULL              813 source3/smbd/process.c 		selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&to);
NULL              847 source3/smbd/process.c 	for (; list != NULL; list = list->next) {
NULL              908 source3/smbd/process.c /* 0x15 */ { NULL, NULL, 0 },
NULL              909 source3/smbd/process.c /* 0x16 */ { NULL, NULL, 0 },
NULL              910 source3/smbd/process.c /* 0x17 */ { NULL, NULL, 0 },
NULL              911 source3/smbd/process.c /* 0x18 */ { NULL, NULL, 0 },
NULL              912 source3/smbd/process.c /* 0x19 */ { NULL, NULL, 0 },
NULL              919 source3/smbd/process.c /* 0x20 */ { "SMBwritec", NULL,0},
NULL              920 source3/smbd/process.c /* 0x21 */ { NULL, NULL, 0 },
NULL              927 source3/smbd/process.c /* 0x28 */ { "SMBioctls", NULL,AS_USER},
NULL              929 source3/smbd/process.c /* 0x2a */ { "SMBmove", NULL,AS_USER | NEED_WRITE },
NULL              935 source3/smbd/process.c /* 0x30 */ { NULL, NULL, 0 },
NULL              936 source3/smbd/process.c /* 0x31 */ { NULL, NULL, 0 },
NULL              941 source3/smbd/process.c /* 0x36 */ { NULL, NULL, 0 },
NULL              942 source3/smbd/process.c /* 0x37 */ { NULL, NULL, 0 },
NULL              943 source3/smbd/process.c /* 0x38 */ { NULL, NULL, 0 },
NULL              944 source3/smbd/process.c /* 0x39 */ { NULL, NULL, 0 },
NULL              945 source3/smbd/process.c /* 0x3a */ { NULL, NULL, 0 },
NULL              946 source3/smbd/process.c /* 0x3b */ { NULL, NULL, 0 },
NULL              947 source3/smbd/process.c /* 0x3c */ { NULL, NULL, 0 },
NULL              948 source3/smbd/process.c /* 0x3d */ { NULL, NULL, 0 },
NULL              949 source3/smbd/process.c /* 0x3e */ { NULL, NULL, 0 },
NULL              950 source3/smbd/process.c /* 0x3f */ { NULL, NULL, 0 },
NULL              951 source3/smbd/process.c /* 0x40 */ { NULL, NULL, 0 },
NULL              952 source3/smbd/process.c /* 0x41 */ { NULL, NULL, 0 },
NULL              953 source3/smbd/process.c /* 0x42 */ { NULL, NULL, 0 },
NULL              954 source3/smbd/process.c /* 0x43 */ { NULL, NULL, 0 },
NULL              955 source3/smbd/process.c /* 0x44 */ { NULL, NULL, 0 },
NULL              956 source3/smbd/process.c /* 0x45 */ { NULL, NULL, 0 },
NULL              957 source3/smbd/process.c /* 0x46 */ { NULL, NULL, 0 },
NULL              958 source3/smbd/process.c /* 0x47 */ { NULL, NULL, 0 },
NULL              959 source3/smbd/process.c /* 0x48 */ { NULL, NULL, 0 },
NULL              960 source3/smbd/process.c /* 0x49 */ { NULL, NULL, 0 },
NULL              961 source3/smbd/process.c /* 0x4a */ { NULL, NULL, 0 },
NULL              962 source3/smbd/process.c /* 0x4b */ { NULL, NULL, 0 },
NULL              963 source3/smbd/process.c /* 0x4c */ { NULL, NULL, 0 },
NULL              964 source3/smbd/process.c /* 0x4d */ { NULL, NULL, 0 },
NULL              965 source3/smbd/process.c /* 0x4e */ { NULL, NULL, 0 },
NULL              966 source3/smbd/process.c /* 0x4f */ { NULL, NULL, 0 },
NULL              967 source3/smbd/process.c /* 0x50 */ { NULL, NULL, 0 },
NULL              968 source3/smbd/process.c /* 0x51 */ { NULL, NULL, 0 },
NULL              969 source3/smbd/process.c /* 0x52 */ { NULL, NULL, 0 },
NULL              970 source3/smbd/process.c /* 0x53 */ { NULL, NULL, 0 },
NULL              971 source3/smbd/process.c /* 0x54 */ { NULL, NULL, 0 },
NULL              972 source3/smbd/process.c /* 0x55 */ { NULL, NULL, 0 },
NULL              973 source3/smbd/process.c /* 0x56 */ { NULL, NULL, 0 },
NULL              974 source3/smbd/process.c /* 0x57 */ { NULL, NULL, 0 },
NULL              975 source3/smbd/process.c /* 0x58 */ { NULL, NULL, 0 },
NULL              976 source3/smbd/process.c /* 0x59 */ { NULL, NULL, 0 },
NULL              977 source3/smbd/process.c /* 0x5a */ { NULL, NULL, 0 },
NULL              978 source3/smbd/process.c /* 0x5b */ { NULL, NULL, 0 },
NULL              979 source3/smbd/process.c /* 0x5c */ { NULL, NULL, 0 },
NULL              980 source3/smbd/process.c /* 0x5d */ { NULL, NULL, 0 },
NULL              981 source3/smbd/process.c /* 0x5e */ { NULL, NULL, 0 },
NULL              982 source3/smbd/process.c /* 0x5f */ { NULL, NULL, 0 },
NULL              983 source3/smbd/process.c /* 0x60 */ { NULL, NULL, 0 },
NULL              984 source3/smbd/process.c /* 0x61 */ { NULL, NULL, 0 },
NULL              985 source3/smbd/process.c /* 0x62 */ { NULL, NULL, 0 },
NULL              986 source3/smbd/process.c /* 0x63 */ { NULL, NULL, 0 },
NULL              987 source3/smbd/process.c /* 0x64 */ { NULL, NULL, 0 },
NULL              988 source3/smbd/process.c /* 0x65 */ { NULL, NULL, 0 },
NULL              989 source3/smbd/process.c /* 0x66 */ { NULL, NULL, 0 },
NULL              990 source3/smbd/process.c /* 0x67 */ { NULL, NULL, 0 },
NULL              991 source3/smbd/process.c /* 0x68 */ { NULL, NULL, 0 },
NULL              992 source3/smbd/process.c /* 0x69 */ { NULL, NULL, 0 },
NULL              993 source3/smbd/process.c /* 0x6a */ { NULL, NULL, 0 },
NULL              994 source3/smbd/process.c /* 0x6b */ { NULL, NULL, 0 },
NULL              995 source3/smbd/process.c /* 0x6c */ { NULL, NULL, 0 },
NULL              996 source3/smbd/process.c /* 0x6d */ { NULL, NULL, 0 },
NULL              997 source3/smbd/process.c /* 0x6e */ { NULL, NULL, 0 },
NULL              998 source3/smbd/process.c /* 0x6f */ { NULL, NULL, 0 },
NULL             1005 source3/smbd/process.c /* 0x76 */ { NULL, NULL, 0 },
NULL             1006 source3/smbd/process.c /* 0x77 */ { NULL, NULL, 0 },
NULL             1007 source3/smbd/process.c /* 0x78 */ { NULL, NULL, 0 },
NULL             1008 source3/smbd/process.c /* 0x79 */ { NULL, NULL, 0 },
NULL             1009 source3/smbd/process.c /* 0x7a */ { NULL, NULL, 0 },
NULL             1010 source3/smbd/process.c /* 0x7b */ { NULL, NULL, 0 },
NULL             1011 source3/smbd/process.c /* 0x7c */ { NULL, NULL, 0 },
NULL             1012 source3/smbd/process.c /* 0x7d */ { NULL, NULL, 0 },
NULL             1013 source3/smbd/process.c /* 0x7e */ { NULL, NULL, 0 },
NULL             1014 source3/smbd/process.c /* 0x7f */ { NULL, NULL, 0 },
NULL             1020 source3/smbd/process.c /* 0x85 */ { NULL, NULL, 0 },
NULL             1021 source3/smbd/process.c /* 0x86 */ { NULL, NULL, 0 },
NULL             1022 source3/smbd/process.c /* 0x87 */ { NULL, NULL, 0 },
NULL             1023 source3/smbd/process.c /* 0x88 */ { NULL, NULL, 0 },
NULL             1024 source3/smbd/process.c /* 0x89 */ { NULL, NULL, 0 },
NULL             1025 source3/smbd/process.c /* 0x8a */ { NULL, NULL, 0 },
NULL             1026 source3/smbd/process.c /* 0x8b */ { NULL, NULL, 0 },
NULL             1027 source3/smbd/process.c /* 0x8c */ { NULL, NULL, 0 },
NULL             1028 source3/smbd/process.c /* 0x8d */ { NULL, NULL, 0 },
NULL             1029 source3/smbd/process.c /* 0x8e */ { NULL, NULL, 0 },
NULL             1030 source3/smbd/process.c /* 0x8f */ { NULL, NULL, 0 },
NULL             1031 source3/smbd/process.c /* 0x90 */ { NULL, NULL, 0 },
NULL             1032 source3/smbd/process.c /* 0x91 */ { NULL, NULL, 0 },
NULL             1033 source3/smbd/process.c /* 0x92 */ { NULL, NULL, 0 },
NULL             1034 source3/smbd/process.c /* 0x93 */ { NULL, NULL, 0 },
NULL             1035 source3/smbd/process.c /* 0x94 */ { NULL, NULL, 0 },
NULL             1036 source3/smbd/process.c /* 0x95 */ { NULL, NULL, 0 },
NULL             1037 source3/smbd/process.c /* 0x96 */ { NULL, NULL, 0 },
NULL             1038 source3/smbd/process.c /* 0x97 */ { NULL, NULL, 0 },
NULL             1039 source3/smbd/process.c /* 0x98 */ { NULL, NULL, 0 },
NULL             1040 source3/smbd/process.c /* 0x99 */ { NULL, NULL, 0 },
NULL             1041 source3/smbd/process.c /* 0x9a */ { NULL, NULL, 0 },
NULL             1042 source3/smbd/process.c /* 0x9b */ { NULL, NULL, 0 },
NULL             1043 source3/smbd/process.c /* 0x9c */ { NULL, NULL, 0 },
NULL             1044 source3/smbd/process.c /* 0x9d */ { NULL, NULL, 0 },
NULL             1045 source3/smbd/process.c /* 0x9e */ { NULL, NULL, 0 },
NULL             1046 source3/smbd/process.c /* 0x9f */ { NULL, NULL, 0 },
NULL             1050 source3/smbd/process.c /* 0xa3 */ { NULL, NULL, 0 },
NULL             1053 source3/smbd/process.c /* 0xa6 */ { NULL, NULL, 0 },
NULL             1054 source3/smbd/process.c /* 0xa7 */ { NULL, NULL, 0 },
NULL             1055 source3/smbd/process.c /* 0xa8 */ { NULL, NULL, 0 },
NULL             1056 source3/smbd/process.c /* 0xa9 */ { NULL, NULL, 0 },
NULL             1057 source3/smbd/process.c /* 0xaa */ { NULL, NULL, 0 },
NULL             1058 source3/smbd/process.c /* 0xab */ { NULL, NULL, 0 },
NULL             1059 source3/smbd/process.c /* 0xac */ { NULL, NULL, 0 },
NULL             1060 source3/smbd/process.c /* 0xad */ { NULL, NULL, 0 },
NULL             1061 source3/smbd/process.c /* 0xae */ { NULL, NULL, 0 },
NULL             1062 source3/smbd/process.c /* 0xaf */ { NULL, NULL, 0 },
NULL             1063 source3/smbd/process.c /* 0xb0 */ { NULL, NULL, 0 },
NULL             1064 source3/smbd/process.c /* 0xb1 */ { NULL, NULL, 0 },
NULL             1065 source3/smbd/process.c /* 0xb2 */ { NULL, NULL, 0 },
NULL             1066 source3/smbd/process.c /* 0xb3 */ { NULL, NULL, 0 },
NULL             1067 source3/smbd/process.c /* 0xb4 */ { NULL, NULL, 0 },
NULL             1068 source3/smbd/process.c /* 0xb5 */ { NULL, NULL, 0 },
NULL             1069 source3/smbd/process.c /* 0xb6 */ { NULL, NULL, 0 },
NULL             1070 source3/smbd/process.c /* 0xb7 */ { NULL, NULL, 0 },
NULL             1071 source3/smbd/process.c /* 0xb8 */ { NULL, NULL, 0 },
NULL             1072 source3/smbd/process.c /* 0xb9 */ { NULL, NULL, 0 },
NULL             1073 source3/smbd/process.c /* 0xba */ { NULL, NULL, 0 },
NULL             1074 source3/smbd/process.c /* 0xbb */ { NULL, NULL, 0 },
NULL             1075 source3/smbd/process.c /* 0xbc */ { NULL, NULL, 0 },
NULL             1076 source3/smbd/process.c /* 0xbd */ { NULL, NULL, 0 },
NULL             1077 source3/smbd/process.c /* 0xbe */ { NULL, NULL, 0 },
NULL             1078 source3/smbd/process.c /* 0xbf */ { NULL, NULL, 0 },
NULL             1083 source3/smbd/process.c /* 0xc4 */ { NULL, NULL, 0 },
NULL             1084 source3/smbd/process.c /* 0xc5 */ { NULL, NULL, 0 },
NULL             1085 source3/smbd/process.c /* 0xc6 */ { NULL, NULL, 0 },
NULL             1086 source3/smbd/process.c /* 0xc7 */ { NULL, NULL, 0 },
NULL             1087 source3/smbd/process.c /* 0xc8 */ { NULL, NULL, 0 },
NULL             1088 source3/smbd/process.c /* 0xc9 */ { NULL, NULL, 0 },
NULL             1089 source3/smbd/process.c /* 0xca */ { NULL, NULL, 0 },
NULL             1090 source3/smbd/process.c /* 0xcb */ { NULL, NULL, 0 },
NULL             1091 source3/smbd/process.c /* 0xcc */ { NULL, NULL, 0 },
NULL             1092 source3/smbd/process.c /* 0xcd */ { NULL, NULL, 0 },
NULL             1093 source3/smbd/process.c /* 0xce */ { NULL, NULL, 0 },
NULL             1094 source3/smbd/process.c /* 0xcf */ { NULL, NULL, 0 },
NULL             1096 source3/smbd/process.c /* 0xd1 */ { "SMBsendb", NULL,AS_GUEST},
NULL             1097 source3/smbd/process.c /* 0xd2 */ { "SMBfwdname", NULL,AS_GUEST},
NULL             1098 source3/smbd/process.c /* 0xd3 */ { "SMBcancelf", NULL,AS_GUEST},
NULL             1099 source3/smbd/process.c /* 0xd4 */ { "SMBgetmac", NULL,AS_GUEST},
NULL             1103 source3/smbd/process.c /* 0xd8 */ { NULL, NULL, 0 },
NULL             1104 source3/smbd/process.c /* 0xd9 */ { NULL, NULL, 0 },
NULL             1105 source3/smbd/process.c /* 0xda */ { NULL, NULL, 0 },
NULL             1106 source3/smbd/process.c /* 0xdb */ { NULL, NULL, 0 },
NULL             1107 source3/smbd/process.c /* 0xdc */ { NULL, NULL, 0 },
NULL             1108 source3/smbd/process.c /* 0xdd */ { NULL, NULL, 0 },
NULL             1109 source3/smbd/process.c /* 0xde */ { NULL, NULL, 0 },
NULL             1110 source3/smbd/process.c /* 0xdf */ { NULL, NULL, 0 },
NULL             1111 source3/smbd/process.c /* 0xe0 */ { NULL, NULL, 0 },
NULL             1112 source3/smbd/process.c /* 0xe1 */ { NULL, NULL, 0 },
NULL             1113 source3/smbd/process.c /* 0xe2 */ { NULL, NULL, 0 },
NULL             1114 source3/smbd/process.c /* 0xe3 */ { NULL, NULL, 0 },
NULL             1115 source3/smbd/process.c /* 0xe4 */ { NULL, NULL, 0 },
NULL             1116 source3/smbd/process.c /* 0xe5 */ { NULL, NULL, 0 },
NULL             1117 source3/smbd/process.c /* 0xe6 */ { NULL, NULL, 0 },
NULL             1118 source3/smbd/process.c /* 0xe7 */ { NULL, NULL, 0 },
NULL             1119 source3/smbd/process.c /* 0xe8 */ { NULL, NULL, 0 },
NULL             1120 source3/smbd/process.c /* 0xe9 */ { NULL, NULL, 0 },
NULL             1121 source3/smbd/process.c /* 0xea */ { NULL, NULL, 0 },
NULL             1122 source3/smbd/process.c /* 0xeb */ { NULL, NULL, 0 },
NULL             1123 source3/smbd/process.c /* 0xec */ { NULL, NULL, 0 },
NULL             1124 source3/smbd/process.c /* 0xed */ { NULL, NULL, 0 },
NULL             1125 source3/smbd/process.c /* 0xee */ { NULL, NULL, 0 },
NULL             1126 source3/smbd/process.c /* 0xef */ { NULL, NULL, 0 },
NULL             1127 source3/smbd/process.c /* 0xf0 */ { NULL, NULL, 0 },
NULL             1128 source3/smbd/process.c /* 0xf1 */ { NULL, NULL, 0 },
NULL             1129 source3/smbd/process.c /* 0xf2 */ { NULL, NULL, 0 },
NULL             1130 source3/smbd/process.c /* 0xf3 */ { NULL, NULL, 0 },
NULL             1131 source3/smbd/process.c /* 0xf4 */ { NULL, NULL, 0 },
NULL             1132 source3/smbd/process.c /* 0xf5 */ { NULL, NULL, 0 },
NULL             1133 source3/smbd/process.c /* 0xf6 */ { NULL, NULL, 0 },
NULL             1134 source3/smbd/process.c /* 0xf7 */ { NULL, NULL, 0 },
NULL             1135 source3/smbd/process.c /* 0xf8 */ { NULL, NULL, 0 },
NULL             1136 source3/smbd/process.c /* 0xf9 */ { NULL, NULL, 0 },
NULL             1137 source3/smbd/process.c /* 0xfa */ { NULL, NULL, 0 },
NULL             1138 source3/smbd/process.c /* 0xfb */ { NULL, NULL, 0 },
NULL             1139 source3/smbd/process.c /* 0xfc */ { NULL, NULL, 0 },
NULL             1140 source3/smbd/process.c /* 0xfd */ { NULL, NULL, 0 },
NULL             1141 source3/smbd/process.c /* 0xfe */ { NULL, NULL, 0 },
NULL             1142 source3/smbd/process.c /* 0xff */ { NULL, NULL, 0 }
NULL             1169 source3/smbd/process.c 	if (*outbuf == NULL) {
NULL             1204 source3/smbd/process.c 	char *fname = NULL;
NULL             1245 source3/smbd/process.c 	connection_struct *conn = NULL;
NULL             1258 source3/smbd/process.c 	if (smb_messages[type].fn == NULL) {
NULL             1262 source3/smbd/process.c 		return NULL;
NULL             1290 source3/smbd/process.c 		user_struct *vuser = NULL;
NULL             1319 source3/smbd/process.c 			return NULL;
NULL             1424 source3/smbd/process.c 	if (req->outbuf == NULL) {
NULL             1499 source3/smbd/process.c 	if (smb_messages[type].name == NULL)
NULL             1552 source3/smbd/process.c 	if (req->chain_outbuf == NULL) {
NULL             1570 source3/smbd/process.c 	req->outbuf = NULL;
NULL             1620 source3/smbd/process.c 	if (req->chain_outbuf == NULL) {
NULL             1633 source3/smbd/process.c 		if (req->chain_outbuf == NULL) {
NULL             1636 source3/smbd/process.c 		req->outbuf = NULL;
NULL             1756 source3/smbd/process.c 	if (req->outbuf == NULL) {
NULL             1861 source3/smbd/process.c 	uint8_t *inbuf = NULL;
NULL             1887 source3/smbd/process.c 	process_smb(conn, inbuf, inbuf_len, unread_bytes, encrypted, NULL);
NULL             1937 source3/smbd/process.c 	release_ip((char *)data->data, NULL);
NULL             2000 source3/smbd/process.c 	check_reload(time(NULL));
NULL             2059 source3/smbd/process.c 		(void)srv_send_smb(smbd_server_fd(),(char *)buf,false, NULL);
NULL             2093 source3/smbd/process.c 	messaging_register(smbd_messaging_context(), NULL,
NULL             2095 source3/smbd/process.c 	messaging_register(smbd_messaging_context(), NULL,
NULL             2097 source3/smbd/process.c 	messaging_register(smbd_messaging_context(), NULL,
NULL             2101 source3/smbd/process.c 	    && !(event_add_idle(smbd_event_context(), NULL,
NULL             2104 source3/smbd/process.c 				NULL))) {
NULL             2109 source3/smbd/process.c 	if (!(event_add_idle(smbd_event_context(), NULL,
NULL             2111 source3/smbd/process.c 			     "deadtime", deadtime_fn, NULL))) {
NULL             2116 source3/smbd/process.c 	if (!(event_add_idle(smbd_event_context(), NULL,
NULL             2118 source3/smbd/process.c 			     "housekeeping", housekeeping_fn, NULL))) {
NULL             2141 source3/smbd/process.c 				&srv, &clnt, release_ip, NULL);
NULL             2189 source3/smbd/process.c 	exit_server_cleanly(NULL);
NULL              232 source3/smbd/quotas.c 	if ((fp = setmntent(MOUNTED,"r")) == NULL)
NULL              326 source3/smbd/quotas.c 	if ((fd = setmntent(KMTAB)) == NULL) {
NULL              330 source3/smbd/quotas.c 	while ((mnt = getmntent(fd)) != NULL) {
NULL              491 source3/smbd/quotas.c 	if ((clnt = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp")) == NULL) {
NULL              594 source3/smbd/quotas.c 	char *name = NULL;
NULL              610 source3/smbd/quotas.c 	if ((fd = sys_fopen(MNTTAB, "r")) == NULL) {
NULL              637 source3/smbd/quotas.c 	if ((fd = setmntent(MOUNTED, "r")) == NULL) {
NULL              641 source3/smbd/quotas.c 	while ((mnt = getmntent(fd)) != NULL) {
NULL             1048 source3/smbd/quotas.c 	if ((clnt = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp")) == NULL) {
NULL              257 source3/smbd/reply.c 	*pp_dest = NULL;
NULL              379 source3/smbd/reply.c 	if (fsp->fake_file_handle == NULL) {
NULL              387 source3/smbd/reply.c 	if (fsp->fake_file_handle->private_data == NULL) {
NULL              500 source3/smbd/reply.c 	srv_send_smb(smbd_server_fd(), outbuf, false, NULL);
NULL              513 source3/smbd/reply.c 	char *service_buf = NULL;
NULL              514 source3/smbd/reply.c 	char *password = NULL;
NULL              515 source3/smbd/reply.c 	char *dev = NULL;
NULL              538 source3/smbd/reply.c 	if (service_buf == NULL || password == NULL || dev == NULL) {
NULL              583 source3/smbd/reply.c 	const char *service = NULL;
NULL              587 source3/smbd/reply.c 	char *client_devicetype = NULL;
NULL              592 source3/smbd/reply.c 	char *path = NULL;
NULL              610 source3/smbd/reply.c 		req->conn = NULL;
NULL              611 source3/smbd/reply.c 		conn = NULL;
NULL              640 source3/smbd/reply.c 	if (path == NULL) {
NULL              668 source3/smbd/reply.c 	if (client_devicetype == NULL) {
NULL              877 source3/smbd/reply.c 	char *name = NULL;
NULL              910 source3/smbd/reply.c 	status = unix_convert(ctx, conn, name, False, &name, NULL, &sbuf);
NULL              981 source3/smbd/reply.c 	char *fname = NULL;
NULL             1026 source3/smbd/reply.c 		status = unix_convert(ctx, conn, fname, False, &fname, NULL,&sbuf);
NULL             1092 source3/smbd/reply.c 	char *fname = NULL;
NULL             1133 source3/smbd/reply.c 	status = unix_convert(ctx, conn, fname, False, &fname, NULL, &sbuf);
NULL             1161 source3/smbd/reply.c 	status = smb_set_file_time(conn, NULL, fname,
NULL             1175 source3/smbd/reply.c 		if (file_set_dosmode(conn,fname,mode,&sbuf,NULL,false) != 0) {
NULL             1250 source3/smbd/reply.c 	const char *mask = NULL;
NULL             1251 source3/smbd/reply.c 	char *directory = NULL;
NULL             1252 source3/smbd/reply.c 	char *fname = NULL;
NULL             1262 source3/smbd/reply.c 	char *path = NULL;
NULL             1331 source3/smbd/reply.c 				&directory, NULL, &sbuf);
NULL             1346 source3/smbd/reply.c 		if ((p != NULL) && (*directory != '/')) {
NULL             1555 source3/smbd/reply.c 	char *path = NULL;
NULL             1609 source3/smbd/reply.c 	char *fname = NULL;
NULL             1669 source3/smbd/reply.c 		NULL,					/* sd */
NULL             1670 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             1729 source3/smbd/reply.c 	char *fname = NULL;
NULL             1817 source3/smbd/reply.c 		NULL,					/* sd */
NULL             1818 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             1928 source3/smbd/reply.c 	if(vuser == NULL) {
NULL             1935 source3/smbd/reply.c 	if ((vuser != NULL) && (lp_security() != SEC_SHARE)) {
NULL             1957 source3/smbd/reply.c 	char *fname = NULL;
NULL             2020 source3/smbd/reply.c 		NULL,					/* sd */
NULL             2021 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             2023 source3/smbd/reply.c 		NULL,					/* pinfo */
NULL             2072 source3/smbd/reply.c 	char *fname = NULL;
NULL             2130 source3/smbd/reply.c 	status = unix_convert(ctx, conn, fname, False, &fname, NULL, &sbuf);
NULL             2168 source3/smbd/reply.c 		NULL,					/* sd */
NULL             2169 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             2171 source3/smbd/reply.c 		NULL,					/* pinfo */
NULL             2389 source3/smbd/reply.c 		 NULL,			/* sd */
NULL             2390 source3/smbd/reply.c 		 NULL,			/* ea_list */
NULL             2392 source3/smbd/reply.c 		 NULL,			/* pinfo */
NULL             2418 source3/smbd/reply.c 	const char *directory = NULL;
NULL             2419 source3/smbd/reply.c 	char *mask = NULL;
NULL             2420 source3/smbd/reply.c 	char *name = NULL;
NULL             2421 source3/smbd/reply.c 	char *p = NULL;
NULL             2427 source3/smbd/reply.c 	status = unix_convert(ctx, conn, name_in, has_wild, &name, NULL, &sbuf);
NULL             2455 source3/smbd/reply.c 		char *new_mask = NULL;
NULL             2489 source3/smbd/reply.c 		struct smb_Dir *dir_hnd = NULL;
NULL             2509 source3/smbd/reply.c 		if (dir_hnd == NULL) {
NULL             2521 source3/smbd/reply.c 			char *fname = NULL;
NULL             2580 source3/smbd/reply.c 	char *name = NULL;
NULL             2795 source3/smbd/reply.c 	char *outbuf = NULL;
NULL             2806 source3/smbd/reply.c 	if ( !req_is_in_chain(req) && (nread > 0) && (fsp->base_fsp == NULL) &&
NULL             2807 source3/smbd/reply.c 	    (fsp->wcp == NULL) && lp_use_sendfile(SNUM(conn)) ) {
NULL             2868 source3/smbd/reply.c 	outbuf = TALLOC_ARRAY(NULL, char, nread+4);
NULL             3064 source3/smbd/reply.c 	struct byte_range_lock *br_lck = NULL;
NULL             3065 source3/smbd/reply.c 	char *p = NULL;
NULL             3114 source3/smbd/reply.c 			NULL,
NULL             3115 source3/smbd/reply.c 			NULL);
NULL             3323 source3/smbd/reply.c 	    !is_encrypted_packet(req->inbuf) && (fsp->base_fsp == NULL) &&
NULL             3324 source3/smbd/reply.c 	    lp_use_sendfile(SNUM(conn)) && (fsp->wcp == NULL) ) {
NULL             3582 source3/smbd/reply.c 	char *buf = NULL;
NULL             3588 source3/smbd/reply.c 	char *data=NULL;
NULL             3682 source3/smbd/reply.c 	buf = TALLOC_ARRAY(NULL, char, 65540);
NULL             4038 source3/smbd/reply.c 	connection_struct *conn = NULL;
NULL             4060 source3/smbd/reply.c 	if (conn == NULL) {
NULL             4448 source3/smbd/reply.c 	files_struct *fsp = NULL;
NULL             4620 source3/smbd/reply.c 	struct byte_range_lock *br_lck = NULL;
NULL             4652 source3/smbd/reply.c 			NULL,
NULL             4653 source3/smbd/reply.c 			NULL);
NULL             4743 source3/smbd/reply.c 	req->conn = NULL;
NULL             4848 source3/smbd/reply.c 	status = print_fsp_open(req, conn, NULL, req->vuid, fsp, &sbuf);
NULL             4955 source3/smbd/reply.c 		print_queue_struct *queue = NULL;
NULL             5074 source3/smbd/reply.c 	char *directory = NULL;
NULL             5105 source3/smbd/reply.c 	status = unix_convert(ctx, conn, directory, False, &directory, NULL, &sbuf);
NULL             5158 source3/smbd/reply.c 	const char *dname = NULL;
NULL             5163 source3/smbd/reply.c 					  NULL, 0);
NULL             5165 source3/smbd/reply.c 	if(dir_hnd == NULL)
NULL             5169 source3/smbd/reply.c 		char *fullname = NULL;
NULL             5259 source3/smbd/reply.c 						  directory, NULL, 0);
NULL             5261 source3/smbd/reply.c 		if(dir_hnd == NULL) {
NULL             5290 source3/smbd/reply.c 			char *fullname = NULL;
NULL             5351 source3/smbd/reply.c 	char *directory = NULL;
NULL             5383 source3/smbd/reply.c 			NULL, &sbuf);
NULL             5422 source3/smbd/reply.c 	char *name2_copy = NULL;
NULL             5423 source3/smbd/reply.c 	char *root1 = NULL;
NULL             5424 source3/smbd/reply.c 	char *root2 = NULL;
NULL             5425 source3/smbd/reply.c 	char *ext1 = NULL;
NULL             5426 source3/smbd/reply.c 	char *ext2 = NULL;
NULL             5663 source3/smbd/reply.c 	struct share_mode_lock *lck = NULL;
NULL             5694 source3/smbd/reply.c 		char *newname_modified_last_component = NULL;
NULL             5797 source3/smbd/reply.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL             5798 source3/smbd/reply.c 				  NULL);
NULL             5805 source3/smbd/reply.c 	SMB_ASSERT(lck != NULL);
NULL             5869 source3/smbd/reply.c 	char *directory = NULL;
NULL             5870 source3/smbd/reply.c 	char *mask = NULL;
NULL             5871 source3/smbd/reply.c 	char *last_component_src = NULL;
NULL             5872 source3/smbd/reply.c 	char *last_component_dest = NULL;
NULL             5873 source3/smbd/reply.c 	char *name = NULL;
NULL             5874 source3/smbd/reply.c 	char *newname = NULL;
NULL             5879 source3/smbd/reply.c 	struct smb_Dir *dir_hnd = NULL;
NULL             5936 source3/smbd/reply.c 		char *new_mask = NULL;
NULL             5980 source3/smbd/reply.c 			char *mod_newname = NULL;
NULL             6017 source3/smbd/reply.c 			NULL,				/* sd */
NULL             6018 source3/smbd/reply.c 			NULL,				/* ea_list */
NULL             6020 source3/smbd/reply.c 			NULL,				/* pinfo */
NULL             6055 source3/smbd/reply.c 	if (dir_hnd == NULL) {
NULL             6066 source3/smbd/reply.c 		files_struct *fsp = NULL;
NULL             6067 source3/smbd/reply.c 		char *fname = NULL;
NULL             6068 source3/smbd/reply.c 		char *destname = NULL;
NULL             6139 source3/smbd/reply.c 			NULL,				/* sd */
NULL             6140 source3/smbd/reply.c 			NULL,				/* ea_list */
NULL             6142 source3/smbd/reply.c 			NULL,				/* pinfo */
NULL             6188 source3/smbd/reply.c 	char *name = NULL;
NULL             6189 source3/smbd/reply.c 	char *newname = NULL;
NULL             6298 source3/smbd/reply.c 	char *dest = NULL;
NULL             6331 source3/smbd/reply.c 				NULL, NULL, &new_create_disposition, NULL)) {
NULL             6339 source3/smbd/reply.c 		NULL,					/* req */
NULL             6350 source3/smbd/reply.c 		NULL,					/* sd */
NULL             6351 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             6353 source3/smbd/reply.c 		NULL,					/* pinfo */
NULL             6368 source3/smbd/reply.c 		NULL,					/* req */
NULL             6379 source3/smbd/reply.c 		NULL,					/* sd */
NULL             6380 source3/smbd/reply.c 		NULL,					/* ea_list */
NULL             6382 source3/smbd/reply.c 		NULL,					/* pinfo */
NULL             6388 source3/smbd/reply.c 		close_file(NULL, fsp1, ERROR_CLOSE);
NULL             6407 source3/smbd/reply.c 	close_file(NULL, fsp1, NORMAL_CLOSE);
NULL             6418 source3/smbd/reply.c 	status = close_file(NULL, fsp2, NORMAL_CLOSE);
NULL             6438 source3/smbd/reply.c 	char *name = NULL;
NULL             6439 source3/smbd/reply.c 	char *newname = NULL;
NULL             6440 source3/smbd/reply.c 	char *directory = NULL;
NULL             6441 source3/smbd/reply.c 	const char *mask = NULL;
NULL             6530 source3/smbd/reply.c 			&name, NULL, &sbuf1);
NULL             6538 source3/smbd/reply.c 			&newname, NULL, &sbuf2);
NULL             6568 source3/smbd/reply.c 	if (p != NULL) {
NULL             6592 source3/smbd/reply.c 		char *new_mask = NULL;
NULL             6607 source3/smbd/reply.c 			char *mod_newname = NULL;
NULL             6642 source3/smbd/reply.c 		struct smb_Dir *dir_hnd = NULL;
NULL             6643 source3/smbd/reply.c 		const char *dname = NULL;
NULL             6658 source3/smbd/reply.c 		if (dir_hnd == NULL) {
NULL             6668 source3/smbd/reply.c 			char *destname = NULL;
NULL             6669 source3/smbd/reply.c 			char *fname = NULL;
NULL             7098 source3/smbd/reply.c 			struct blocking_lock_record *blr = NULL;
NULL             7113 source3/smbd/reply.c 				if (blr == NULL) {
NULL             7146 source3/smbd/reply.c 					NULL);
NULL              104 source3/smbd/seal.c 		ec->es->s.ntlmssp_state = NULL;
NULL              123 source3/smbd/seal.c 	char *host_princ_s = NULL;
NULL              161 source3/smbd/seal.c 				NULL,
NULL              162 source3/smbd/seal.c 				NULL);
NULL              242 source3/smbd/seal.c 	*pp_ec = NULL;
NULL              253 source3/smbd/seal.c 	*pp_ec = NULL;
NULL              384 source3/smbd/seal.c 	out_buf.value = NULL;
NULL              394 source3/smbd/seal.c 				NULL,
NULL              395 source3/smbd/seal.c 				NULL,		/* Ignore oids. */
NULL              398 source3/smbd/seal.c 				NULL,		/* Ingore time. */
NULL              399 source3/smbd/seal.c 				NULL);		/* Ignore delegated creds. */
NULL              427 source3/smbd/seal.c 	if ((*ppdata) == NULL && response.length > 0) {
NULL              469 source3/smbd/seal.c 	if ((*ppdata) == NULL && response.length > 0) {
NULL              493 source3/smbd/seal.c 	char *kerb_mech = NULL;
NULL              559 source3/smbd/seal.c 	if (!ec || !ec->es || ec->auth_ntlmssp_state == NULL || ec->es->smb_enc_type != SMB_TRANS_ENC_NTLM) {
NULL              582 source3/smbd/seal.c 	response = spnego_gen_auth_response(&auth_reply, status, NULL);
NULL              596 source3/smbd/seal.c 	if ((*ppdata) == NULL && response.length > 0)
NULL              630 source3/smbd/seal.c 	if (!ec || !ec->es || ec->auth_ntlmssp_state == NULL || ec->es->smb_enc_type != SMB_TRANS_ENC_NTLM) {
NULL              650 source3/smbd/seal.c 	if ((*ppdata) == NULL && response.length > 0)
NULL              741 source3/smbd/seal.c 	partial_srv_trans_enc_ctx = NULL;
NULL              139 source3/smbd/sec_ctx.c 	gid_t *groups = NULL;
NULL              142 source3/smbd/sec_ctx.c 	(*p_groups) = NULL;
NULL              156 source3/smbd/sec_ctx.c 	if((groups = SMB_MALLOC_ARRAY(gid_t, ngroups+1)) == NULL) {
NULL              212 source3/smbd/sec_ctx.c 	ctx_p->token = dup_nt_token(NULL,
NULL              215 source3/smbd/sec_ctx.c 	ctx_p->ut.ngroups = sys_getgroups(0, NULL);
NULL              226 source3/smbd/sec_ctx.c 		ctx_p->ut.groups = NULL;
NULL              334 source3/smbd/sec_ctx.c 		ctx_p->ut.groups = NULL;
NULL              338 source3/smbd/sec_ctx.c 		ctx_p->token = dup_nt_token(NULL, token);
NULL              343 source3/smbd/sec_ctx.c 		ctx_p->token = NULL;
NULL              366 source3/smbd/sec_ctx.c 	set_sec_ctx(0, 0, 0, NULL, NULL);
NULL              447 source3/smbd/sec_ctx.c 	ctx_p->token = NULL; /* Maps to guest user. */
NULL              459 source3/smbd/sec_ctx.c 	current_user.conn = NULL;
NULL              461 source3/smbd/sec_ctx.c 	current_user.nt_user_token = NULL;
NULL               61 source3/smbd/server.c 	if (smbd_msg_ctx == NULL) {
NULL               66 source3/smbd/server.c 	if (smbd_msg_ctx == NULL) {
NULL              147 source3/smbd/server.c 	exit_server_cleanly(NULL);
NULL              199 source3/smbd/server.c 	if (child == NULL) {
NULL              218 source3/smbd/server.c 				   MSG_SMB_BRL_VALIDATE, NULL, 0);
NULL              220 source3/smbd/server.c 				 MSG_SMB_UNLOCK, NULL, 0, NULL);
NULL              228 source3/smbd/server.c 	for (child = children; child != NULL; child = child->next) {
NULL              293 source3/smbd/server.c 			       NULL);
NULL              377 source3/smbd/server.c 		s = NULL;
NULL              452 source3/smbd/server.c 			       parent->sockets == NULL ? 0 : 2,
NULL              546 source3/smbd/server.c 			if (ifss == NULL) {
NULL              614 source3/smbd/server.c 	if (parent->sockets == NULL) {
NULL              625 source3/smbd/server.c 	claim_connection(NULL,"",
NULL              630 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              632 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              634 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              636 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              638 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              649 source3/smbd/server.c 	messaging_register(smbd_messaging_context(), NULL,
NULL              663 source3/smbd/server.c 		if (avahi_conn == NULL) {
NULL              715 source3/smbd/server.c 			if (is_printer_published(NULL, snum, NULL))
NULL              716 source3/smbd/server.c 				nt_printer_publish(NULL, snum, DSPRINT_UNPUBLISH);
NULL              770 source3/smbd/server.c 	set_current_service(NULL,0,True);
NULL              808 source3/smbd/server.c 	yield_connection(NULL,"");
NULL              921 source3/smbd/server.c 	char *ports = NULL;
NULL              922 source3/smbd/server.c 	char *profile_level = NULL;
NULL              935 source3/smbd/server.c 	{"daemon", 'D', POPT_ARG_NONE, NULL, OPT_DAEMON, "Become a daemon (default)" },
NULL              936 source3/smbd/server.c 	{"interactive", 'i', POPT_ARG_NONE, NULL, OPT_INTERACTIVE, "Run interactive (not a daemon)"},
NULL              937 source3/smbd/server.c 	{"foreground", 'F', POPT_ARG_NONE, NULL, OPT_FORK, "Run daemon in foreground (for daemontools, etc.)" },
NULL              938 source3/smbd/server.c 	{"no-process-group", '\0', POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" },
NULL              939 source3/smbd/server.c 	{"log-stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" },
NULL              940 source3/smbd/server.c 	{"build-options", 'b', POPT_ARG_NONE, NULL, 'b', "Print build options" },
NULL              947 source3/smbd/server.c 	struct smbd_parent_context *parent = NULL;
NULL             1022 source3/smbd/server.c 	generate_random_buffer(NULL, 0);
NULL             1084 source3/smbd/server.c 	if (smbd_messaging_context() == NULL)
NULL             1097 source3/smbd/server.c 	if (profile_level != NULL) {
NULL             1152 source3/smbd/server.c 	if (smbd_memcache() == NULL) {
NULL             1232 source3/smbd/server.c 		exit_server_cleanly(NULL);
NULL             1249 source3/smbd/server.c 	exit_server_cleanly(NULL);
NULL               29 source3/smbd/service.c 	char *resolved_name = SMB_VFS_REALPATH(conn,conn->connectpath,NULL);
NULL               59 source3/smbd/service.c 	if (connectpath == NULL || connectpath[0] == '\0') {
NULL              178 source3/smbd/service.c 		last_conn = NULL;
NULL              231 source3/smbd/service.c 	if ((servicename == NULL) || (*servicename == '\0')) {
NULL              487 source3/smbd/service.c 	if (groupname == NULL) {
NULL              500 source3/smbd/service.c 	if (groupname == NULL) {
NULL              508 source3/smbd/service.c 			 NULL, NULL, &group_sid, &type)) {
NULL              572 source3/smbd/service.c         if (vuid_serverinfo != NULL) {
NULL              601 source3/smbd/service.c 		if (result == NULL) {
NULL              658 source3/smbd/service.c 		return NULL;
NULL              665 source3/smbd/service.c 		return NULL;
NULL              671 source3/smbd/service.c 		conn, snum, vuser ? vuser->server_info : NULL, password,
NULL              679 source3/smbd/service.c 		return NULL;
NULL              692 source3/smbd/service.c 	conn->lastused = conn->lastused_count = time(NULL);
NULL              697 source3/smbd/service.c 	conn->dirptr = NULL;
NULL              713 source3/smbd/service.c 	conn->veto_list = NULL;
NULL              714 source3/smbd/service.c 	conn->hide_list = NULL;
NULL              715 source3/smbd/service.c 	conn->veto_oplock_list = NULL;
NULL              716 source3/smbd/service.c 	conn->aio_write_behind_list = NULL;
NULL              734 source3/smbd/service.c 		if (fuser == NULL) {
NULL              737 source3/smbd/service.c 			return NULL;
NULL              746 source3/smbd/service.c 			return NULL;
NULL              771 source3/smbd/service.c 			return NULL;
NULL              783 source3/smbd/service.c 	conn->vuid = (vuser != NULL) ? vuser->vuid : UID_FIELD_INVALID;
NULL              797 source3/smbd/service.c 			return NULL;
NULL              804 source3/smbd/service.c 			return NULL;
NULL              836 source3/smbd/service.c 				return NULL;
NULL              849 source3/smbd/service.c 		return NULL;
NULL              867 source3/smbd/service.c 			return NULL;
NULL              891 source3/smbd/service.c 		return NULL;
NULL              901 source3/smbd/service.c 		return NULL;
NULL              917 source3/smbd/service.c 		ret = smbrun(cmd,NULL);
NULL              925 source3/smbd/service.c 			return NULL;
NULL              936 source3/smbd/service.c 		return NULL;
NULL              955 source3/smbd/service.c 		ret = smbrun(cmd,NULL);
NULL             1079 source3/smbd/service.c 	return NULL;
NULL             1093 source3/smbd/service.c 	user_struct *vuser = NULL;
NULL             1111 source3/smbd/service.c 		return NULL;
NULL             1120 source3/smbd/service.c 			return NULL;
NULL             1142 source3/smbd/service.c 				return NULL;
NULL             1163 source3/smbd/service.c 				return make_connection_snum(snum, NULL,
NULL             1190 source3/smbd/service.c 			return NULL;
NULL             1198 source3/smbd/service.c 		return NULL;
NULL             1207 source3/smbd/service.c 		return NULL;
NULL             1255 source3/smbd/service.c 		smbrun(cmd,NULL);
NULL             1271 source3/smbd/service.c 		smbrun(cmd,NULL);
NULL               40 source3/smbd/session.c 	session_db_ctx_ptr = db_open(NULL, lock_path("sessionid.tdb"), 0,
NULL               48 source3/smbd/session.c 	if (session_db_ctx() == NULL) {
NULL               73 source3/smbd/session.c 	vuser->session_keystr = NULL;
NULL               87 source3/smbd/session.c 	data.dptr = NULL;
NULL              103 source3/smbd/session.c 			rec = ctx->fetch_locked(ctx, NULL, key);
NULL              105 source3/smbd/session.c 			if (rec == NULL) {
NULL              130 source3/smbd/session.c 			SMB_ASSERT(rec == NULL);
NULL              144 source3/smbd/session.c 		rec = ctx->fetch_locked(ctx, NULL, key);
NULL              146 source3/smbd/session.c 		if (rec == NULL) {
NULL              156 source3/smbd/session.c 	SMB_ASSERT(rec != NULL);
NULL              178 source3/smbd/session.c 	sessionid.connect_start = time(NULL);
NULL              235 source3/smbd/session.c 	if (!(rec = ctx->fetch_locked(ctx, NULL, key))) {
NULL              320 source3/smbd/session.c 	sesslist.sessions = NULL;
NULL              325 source3/smbd/session.c 		*session_list = NULL;
NULL               43 source3/smbd/sesssetup.c 			status = make_server_info_guest(NULL, server_info);
NULL               51 source3/smbd/sesssetup.c 			status = make_server_info_guest(NULL, server_info);
NULL              144 source3/smbd/sesssetup.c 	auth_usersupplied_info *user_info = NULL;
NULL              182 source3/smbd/sesssetup.c 	krb5_context context = NULL;
NULL              185 source3/smbd/sesssetup.c 	krb5_principal host_princ = NULL;
NULL              186 source3/smbd/sesssetup.c 	char *host_princ_s = NULL;
NULL              255 source3/smbd/sesssetup.c 	struct PAC_DATA *pac_data = NULL;
NULL              257 source3/smbd/sesssetup.c 	auth_serversupplied_info *server_info = NULL;
NULL              264 source3/smbd/sesssetup.c 	struct PAC_LOGON_INFO *logon_info = NULL;
NULL              275 source3/smbd/sesssetup.c 	if (mem_ctx == NULL) {
NULL              404 source3/smbd/sesssetup.c 		struct wbcDomainInfo *info = NULL;
NULL              480 source3/smbd/sesssetup.c 		make_server_info_guest(NULL, &server_info);
NULL              514 source3/smbd/sesssetup.c 		if (server_info->sam_account != NULL) {
NULL              614 source3/smbd/sesssetup.c 	struct auth_serversupplied_info *server_info = NULL;
NULL              653 source3/smbd/sesssetup.c 		(*auth_ntlmssp_state)->server_info = NULL;
NULL              707 source3/smbd/sesssetup.c 	*kerb_mechOID = NULL;
NULL              728 source3/smbd/sesssetup.c 		if (*kerb_mechOID == NULL) {
NULL              756 source3/smbd/sesssetup.c 	response = spnego_gen_auth_response(NULL,
NULL              774 source3/smbd/sesssetup.c 	char *kerb_mech = NULL;
NULL              867 source3/smbd/sesssetup.c 		char *kerb_mech = NULL;
NULL              934 source3/smbd/sesssetup.c 			     &auth_reply, status, NULL, true);
NULL              981 source3/smbd/sesssetup.c 	struct pending_auth_data *pad = NULL;
NULL             1026 source3/smbd/sesssetup.c 		tmp_blob = data_blob(NULL,
NULL             1069 source3/smbd/sesssetup.c 	data = asn1_init(NULL);
NULL             1070 source3/smbd/sesssetup.c 	if (data == NULL) {
NULL             1076 source3/smbd/sesssetup.c 	if (data->has_error || data->nesting == NULL) {
NULL             1127 source3/smbd/sesssetup.c 	if (pad->partial_data.data == NULL) {
NULL             1156 source3/smbd/sesssetup.c 	user_struct *vuser = NULL;
NULL             1390 source3/smbd/sesssetup.c 	auth_usersupplied_info *user_info = NULL;
NULL             1391 source3/smbd/sesssetup.c 	auth_serversupplied_info *server_info = NULL;
NULL             1541 source3/smbd/sesssetup.c 			char *pass = NULL;
NULL             1685 source3/smbd/sesssetup.c 		struct auth_context *plaintext_auth_context = NULL;
NULL               76 source3/smbd/share_access.c 	if (username != NULL) {
NULL               79 source3/smbd/share_access.c 	if (sharename != NULL) {
NULL               83 source3/smbd/share_access.c 	if (name == NULL) {
NULL               98 source3/smbd/share_access.c 				 NULL, NULL, &sid, &type)) {
NULL              114 source3/smbd/share_access.c 					 NULL, NULL, &sid, &type)) {
NULL              160 source3/smbd/share_access.c 	if (list == NULL) {
NULL              164 source3/smbd/share_access.c 	if ( (mem_ctx = talloc_new(NULL)) == NULL ) {
NULL              168 source3/smbd/share_access.c 	while (*list != NULL) {
NULL              197 source3/smbd/share_access.c 	if (lp_invalid_users(snum) != NULL) {
NULL              207 source3/smbd/share_access.c 	if (lp_valid_users(snum) != NULL) {
NULL              220 source3/smbd/share_access.c 		list[1] = NULL;
NULL              221 source3/smbd/share_access.c 		if ((list[0] == NULL) || (*list[0] == '\0')) {
NULL              225 source3/smbd/share_access.c 		if (!token_contains_name_in_list(NULL, domain,
NULL              261 source3/smbd/share_access.c 	if (lp_readlist(snum) != NULL) {
NULL              269 source3/smbd/share_access.c 	if (lp_writelist(snum) != NULL) {
NULL               59 source3/smbd/srvstr.c 	if (!(tmp = TALLOC_REALLOC_ARRAY(NULL, *outbuf, uint8,
NULL              179 source3/smbd/statcache.c 	*pp_dirpath = NULL;
NULL              307 source3/smbd/statcache.c 		if (name == NULL) {
NULL              340 source3/smbd/statcache.c 			NULL);
NULL               74 source3/smbd/trans2.c 		NULL
NULL              100 source3/smbd/trans2.c 	char *val = NULL;
NULL              134 source3/smbd/trans2.c 	if (pea->name == NULL) {
NULL              149 source3/smbd/trans2.c 	char *ea_namelist = NULL;
NULL              157 source3/smbd/trans2.c 		*pnames = NULL;
NULL              167 source3/smbd/trans2.c 	if (names == NULL) {
NULL              176 source3/smbd/trans2.c 		if (ea_namelist == NULL) {
NULL              208 source3/smbd/trans2.c 		*pnames = NULL;
NULL              232 source3/smbd/trans2.c 	if (tmp == NULL) {
NULL              260 source3/smbd/trans2.c 	struct ea_list *ea_list_head = NULL;
NULL              266 source3/smbd/trans2.c 		return NULL;
NULL              273 source3/smbd/trans2.c 		return NULL;
NULL              285 source3/smbd/trans2.c 		if (listp == NULL) {
NULL              286 source3/smbd/trans2.c 			return NULL;
NULL              292 source3/smbd/trans2.c 			return NULL;
NULL              372 source3/smbd/trans2.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              479 source3/smbd/trans2.c 	struct ea_list *ea_list_head = NULL;
NULL              496 source3/smbd/trans2.c 			return NULL;
NULL              504 source3/smbd/trans2.c 			return NULL;
NULL              527 source3/smbd/trans2.c 		return NULL;
NULL              531 source3/smbd/trans2.c 		return NULL;
NULL              539 source3/smbd/trans2.c 		return NULL;
NULL              544 source3/smbd/trans2.c 		return NULL;
NULL              551 source3/smbd/trans2.c 		return NULL;
NULL              554 source3/smbd/trans2.c 	eal->ea.value = data_blob_talloc(eal, NULL, (size_t)val_len + 1);
NULL              556 source3/smbd/trans2.c 		return NULL;
NULL              582 source3/smbd/trans2.c 	struct ea_list *ea_list_head = NULL;
NULL              590 source3/smbd/trans2.c 			return NULL;
NULL              881 source3/smbd/trans2.c 	char *fname = NULL;
NULL              888 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL              999 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             1026 source3/smbd/trans2.c 	if(*pparams == NULL ) {
NULL             1242 source3/smbd/trans2.c 	const char *mask = NULL;
NULL             1243 source3/smbd/trans2.c 	char *pathreal = NULL;
NULL             1244 source3/smbd/trans2.c 	char *fname = NULL;
NULL             1274 source3/smbd/trans2.c 	if(p != NULL) {
NULL             1314 source3/smbd/trans2.c 		pathreal = NULL;
NULL             1361 source3/smbd/trans2.c 				pathreal = NULL;
NULL             1416 source3/smbd/trans2.c 			allocation_size = SMB_VFS_GET_ALLOC_SIZE(conn,NULL,&sbuf);
NULL             1428 source3/smbd/trans2.c 				get_file_infos(fileid, NULL, &write_time_ts);
NULL             1511 source3/smbd/trans2.c 				unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);
NULL             1539 source3/smbd/trans2.c 			struct ea_list *file_list = NULL;
NULL             1558 source3/smbd/trans2.c 			file_list = get_ea_list_from_file(ctx, conn, NULL, pathreal, &ea_len);
NULL             1610 source3/smbd/trans2.c 				unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);
NULL             1684 source3/smbd/trans2.c 				unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);
NULL             1733 source3/smbd/trans2.c 				unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);
NULL             1766 source3/smbd/trans2.c 				unsigned int ea_size = estimate_ea_size(conn, NULL, pathreal);
NULL             1820 source3/smbd/trans2.c 							NULL, &sbuf);
NULL             1827 source3/smbd/trans2.c 							NULL, &sbuf);
NULL             1893 source3/smbd/trans2.c 	char *directory = NULL;
NULL             1894 source3/smbd/trans2.c 	char *mask = NULL;
NULL             1906 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL             1995 source3/smbd/trans2.c 	if(p == NULL) {
NULL             2047 source3/smbd/trans2.c 	if(*ppdata == NULL ) {
NULL             2056 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             2235 source3/smbd/trans2.c 	char *resume_name = NULL;
NULL             2236 source3/smbd/trans2.c 	const char *mask = NULL;
NULL             2237 source3/smbd/trans2.c 	const char *directory = NULL;
NULL             2238 source3/smbd/trans2.c 	char *p = NULL;
NULL             2246 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL             2353 source3/smbd/trans2.c 	if(*ppdata == NULL) {
NULL             2363 source3/smbd/trans2.c 	if(*pparams == NULL ) {
NULL             2379 source3/smbd/trans2.c 	if((p = dptr_wcard(dptr_num))== NULL) {
NULL             2426 source3/smbd/trans2.c 			char *new_resume_name = NULL;
NULL             2518 source3/smbd/trans2.c 	SMB_ASSERT(extended_info != NULL);
NULL             2609 source3/smbd/trans2.c 	if (*ppdata == NULL ) {
NULL             2860 source3/smbd/trans2.c 			if (vfs_get_ntquota(&fsp, SMB_USER_FS_QUOTA_TYPE, NULL, &quotas)!=0) {
NULL             3076 source3/smbd/trans2.c 					NULL, 
NULL             3099 source3/smbd/trans2.c 					NULL,
NULL             3292 source3/smbd/trans2.c 				files_struct *fsp = NULL;
NULL             3370 source3/smbd/trans2.c 				if (vfs_set_ntquota(fsp, SMB_USER_FS_QUOTA_TYPE, NULL, &quotas)!=0) {
NULL             3779 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             3787 source3/smbd/trans2.c 	if (*ppdata == NULL ) {
NULL             3836 source3/smbd/trans2.c 	char *dos_fname = NULL;
NULL             3837 source3/smbd/trans2.c 	char *fname = NULL;
NULL             3847 source3/smbd/trans2.c 	files_struct *fsp = NULL;
NULL             3849 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL             3850 source3/smbd/trans2.c 	char *lock_data = NULL;
NULL             3985 source3/smbd/trans2.c 		status = unix_convert(ctx, conn, fname, False, &fname, NULL, &sbuf);
NULL             4003 source3/smbd/trans2.c 							&base, NULL);
NULL             4030 source3/smbd/trans2.c 			get_file_infos(fileid, &delete_pending, NULL);
NULL             4139 source3/smbd/trans2.c 			if (fsp == NULL || fsp->fh->fd == -1) {
NULL             4163 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             4171 source3/smbd/trans2.c 	if (*ppdata == NULL ) {
NULL             4269 source3/smbd/trans2.c 			struct ea_list *ea_file_list = NULL;
NULL             4638 source3/smbd/trans2.c 				SMB_ACL_T file_acl = NULL;
NULL             4639 source3/smbd/trans2.c 				SMB_ACL_T def_acl = NULL;
NULL             4649 source3/smbd/trans2.c 				if (file_acl == NULL && no_acl_syscall_error(errno)) {
NULL             4826 source3/smbd/trans2.c 	char *last_component_oldname = NULL;
NULL             4827 source3/smbd/trans2.c 	char *last_component_newname = NULL;
NULL             4828 source3/smbd/trans2.c 	char *oldname = NULL;
NULL             4829 source3/smbd/trans2.c 	char *newname = NULL;
NULL             4959 source3/smbd/trans2.c 		if (fsp != NULL) {
NULL             5037 source3/smbd/trans2.c 		if(file_set_dosmode(conn, fname, dosmode, psbuf, NULL, false)) {
NULL             5058 source3/smbd/trans2.c 	files_struct *new_fsp = NULL;
NULL             5096 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             5097 source3/smbd/trans2.c 		NULL,					/* ea_list */
NULL             5099 source3/smbd/trans2.c 		NULL,					/* pinfo */
NULL             5128 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL             5129 source3/smbd/trans2.c 	TALLOC_CTX *ctx = NULL;
NULL             5180 source3/smbd/trans2.c 	if (fsp == NULL) {
NULL             5222 source3/smbd/trans2.c 	if (fsp == NULL) {
NULL             5273 source3/smbd/trans2.c 	char *link_target = NULL;
NULL             5315 source3/smbd/trans2.c 	char *oldname = NULL;
NULL             5358 source3/smbd/trans2.c 	char *newname = NULL;
NULL             5359 source3/smbd/trans2.c 	char *base_name = NULL;
NULL             5362 source3/smbd/trans2.c 	char *newname_last_component = NULL;
NULL             5557 source3/smbd/trans2.c 	if (fsp == NULL || fsp->fh->fd == -1) {
NULL             5634 source3/smbd/trans2.c 							NULL);
NULL             5785 source3/smbd/trans2.c 	files_struct *new_fsp = NULL;
NULL             5848 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             5849 source3/smbd/trans2.c 		NULL,					/* ea_list */
NULL             5851 source3/smbd/trans2.c 		NULL,					/* pinfo */
NULL             5988 source3/smbd/trans2.c 		if (!parent_dirname(talloc_tos(), fname, &parent, NULL)) {
NULL             6024 source3/smbd/trans2.c 	files_struct *all_fsps = NULL;
NULL             6287 source3/smbd/trans2.c 	files_struct *fsp = NULL;
NULL             6322 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             6323 source3/smbd/trans2.c 		NULL,					/* ea_list */
NULL             6344 source3/smbd/trans2.c 	if (*ppdata == NULL) {
NULL             6397 source3/smbd/trans2.c 	files_struct *fsp = NULL;
NULL             6499 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             6500 source3/smbd/trans2.c 		NULL,					/* ea_list */
NULL             6531 source3/smbd/trans2.c 	if (*ppdata == NULL) {
NULL             6584 source3/smbd/trans2.c 	files_struct *fsp = NULL;
NULL             6590 source3/smbd/trans2.c 	struct share_mode_lock *lck = NULL;
NULL             6629 source3/smbd/trans2.c 		NULL,					/* sd */
NULL             6630 source3/smbd/trans2.c 		NULL,					/* ea_list */
NULL             6644 source3/smbd/trans2.c 	lck = get_share_mode_lock(talloc_tos(), fsp->file_id, NULL, NULL,
NULL             6645 source3/smbd/trans2.c 				  NULL);
NULL             6646 source3/smbd/trans2.c 	if (lck == NULL) {
NULL             6705 source3/smbd/trans2.c 	char *fname = NULL;
NULL             6706 source3/smbd/trans2.c 	files_struct *fsp = NULL;
NULL             6821 source3/smbd/trans2.c 				&fname, NULL, &sbuf);
NULL             6867 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             7141 source3/smbd/trans2.c 	char *directory = NULL;
NULL             7144 source3/smbd/trans2.c 	struct ea_list *ea_list = NULL;
NULL             7182 source3/smbd/trans2.c 	status = unix_convert(ctx, conn, directory, False, &directory, NULL, &sbuf);
NULL             7241 source3/smbd/trans2.c 		status = set_ea(conn, NULL, directory, ea_list);
NULL             7250 source3/smbd/trans2.c 	if(*pparams == NULL) {
NULL             7296 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             7333 source3/smbd/trans2.c 	if (*pparams == NULL) {
NULL             7358 source3/smbd/trans2.c   	char *pathname = NULL;
NULL             7423 source3/smbd/trans2.c 		if (*ppdata == NULL) {
NULL             7728 source3/smbd/trans2.c 	if ((state = TALLOC_P(conn, struct trans_state)) == NULL) {
NULL             7740 source3/smbd/trans2.c 	state->setup = NULL;
NULL             7742 source3/smbd/trans2.c 	state->param = NULL;
NULL             7744 source3/smbd/trans2.c 	state->data = NULL;
NULL             7792 source3/smbd/trans2.c 		if (state->data == NULL) {
NULL             7814 source3/smbd/trans2.c 		if (state->param == NULL) {
NULL             7882 source3/smbd/trans2.c 	for (state = conn->pending_trans; state != NULL;
NULL             7889 source3/smbd/trans2.c 	if ((state == NULL) || (state->cmd != SMBtrans2)) {
NULL               45 source3/smbd/uid.c 	set_sec_ctx(pass->pw_uid, pass->pw_gid, 0, NULL, NULL);
NULL               47 source3/smbd/uid.c 	current_user.conn = NULL;
NULL              137 source3/smbd/uid.c 		NULL, server_info->ptok, lp_admin_users(snum));
NULL              156 source3/smbd/uid.c 		if (ent->server_info == NULL) {
NULL              209 source3/smbd/uid.c 				ent->server_info = NULL;
NULL              226 source3/smbd/uid.c 	const struct auth_serversupplied_info *server_info = NULL;
NULL              233 source3/smbd/uid.c 	gid_t *group_list = NULL;
NULL              253 source3/smbd/uid.c 		   (vuser != NULL) && (current_user.vuid == vuid) &&
NULL              370 source3/smbd/uid.c 	current_user.conn = NULL;
NULL              450 source3/smbd/uid.c 	ctx_p->conn = NULL;
NULL              215 source3/smbd/utmp.c 	char *dirname = NULL;
NULL              221 source3/smbd/utmp.c 			return NULL;
NULL              227 source3/smbd/utmp.c 	if ((dirname == NULL) || (strlen(dirname) == 0)) {
NULL              230 source3/smbd/utmp.c 			return NULL;
NULL              317 source3/smbd/utmp.c 	char *uname = NULL;
NULL              318 source3/smbd/utmp.c 	char *wname = NULL;
NULL              338 source3/smbd/utmp.c 	if (urc == NULL) {
NULL              418 source3/smbd/utmp.c 	char *uname = NULL;
NULL              419 source3/smbd/utmp.c 	char *wname = NULL;
NULL              454 source3/smbd/utmp.c 		if (uxrc == NULL) {
NULL              605 source3/smbd/utmp.c 	sys_utmp_update(&u, NULL, False);
NULL               54 source3/smbd/vfs.c 	return NULL;
NULL              113 source3/smbd/vfs.c 	char *module_path = NULL;
NULL              114 source3/smbd/vfs.c 	char *module_name = NULL;
NULL              115 source3/smbd/vfs.c 	char *module_param = NULL, *p;
NULL              158 source3/smbd/vfs.c 		if (p != NULL) {
NULL              170 source3/smbd/vfs.c 	 	if ((ops = entry->vfs_op_tuples) == NULL) {
NULL              191 source3/smbd/vfs.c  	for(i=0; ops[i].op != NULL; i++) {
NULL              237 source3/smbd/vfs.c 	if (ext == NULL) {
NULL              238 source3/smbd/vfs.c 		return NULL;
NULL              253 source3/smbd/vfs.c 	for (curr = fsp->vfs_extension, prev = NULL;
NULL              281 source3/smbd/vfs.c 	return NULL;
NULL              289 source3/smbd/vfs.c 	if (head != NULL) {
NULL              293 source3/smbd/vfs.c 	return NULL;
NULL              710 source3/smbd/vfs.c 	SMB_STRUCT_DIRENT *ptr= NULL;
NULL              714 source3/smbd/vfs.c 		return(NULL);
NULL              718 source3/smbd/vfs.c 		return(NULL);
NULL              724 source3/smbd/vfs.c 		return(NULL);
NULL              813 source3/smbd/vfs.c 		if (result == NULL) {
NULL              830 source3/smbd/vfs.c 		return NULL;
NULL              842 source3/smbd/vfs.c 	if (result == NULL) {
NULL              861 source3/smbd/vfs.c 	char *resolved_name = NULL;
NULL              863 source3/smbd/vfs.c 	char *p = NULL;
NULL              868 source3/smbd/vfs.c 	resolved_name = SMB_VFS_REALPATH(conn,fname,NULL);
NULL              881 source3/smbd/vfs.c 				char *tmp_fname = NULL;
NULL              882 source3/smbd/vfs.c 				char *last_component = NULL;
NULL              903 source3/smbd/vfs.c 				resolved_name = SMB_VFS_REALPATH(conn,tmp_fname,NULL);
NULL               57 source3/torture/cmd_vfs.c 	if (vfs->data == NULL) {
NULL               74 source3/torture/cmd_vfs.c 	if (vfs->data == NULL || vfs->data_size == 0) {
NULL              131 source3/torture/cmd_vfs.c 	vfs->currentdir = SMB_VFS_OPENDIR(vfs->conn, argv[1], NULL, 0);
NULL              132 source3/torture/cmd_vfs.c 	if (vfs->currentdir == NULL) {
NULL              145 source3/torture/cmd_vfs.c 	SMB_STRUCT_DIRENT *dent = NULL;
NULL              147 source3/torture/cmd_vfs.c 	if (vfs->currentdir == NULL) {
NULL              153 source3/torture/cmd_vfs.c 	if (dent == NULL) {
NULL              212 source3/torture/cmd_vfs.c 	if (vfs->currentdir == NULL) {
NULL              224 source3/torture/cmd_vfs.c 	vfs->currentdir = NULL;
NULL              311 source3/torture/cmd_vfs.c 	if (fsp == NULL) {
NULL              315 source3/torture/cmd_vfs.c 	if (fsp->fsp_name == NULL) {
NULL              320 source3/torture/cmd_vfs.c 	if (fsp->fh == NULL) {
NULL              382 source3/torture/cmd_vfs.c 	if (vfs->files[fd] == NULL) {
NULL              396 source3/torture/cmd_vfs.c 	vfs->files[fd] = NULL;
NULL              415 source3/torture/cmd_vfs.c 	if (vfs->data == NULL) {
NULL              444 source3/torture/cmd_vfs.c 	if (vfs->data == NULL) {
NULL              540 source3/torture/cmd_vfs.c 	struct passwd *pwd = NULL;
NULL              541 source3/torture/cmd_vfs.c 	struct group *grp = NULL;
NULL              556 source3/torture/cmd_vfs.c 	if (pwd != NULL) user = pwd->pw_name;
NULL              559 source3/torture/cmd_vfs.c 	if (grp != NULL) group = grp->gr_name;
NULL              597 source3/torture/cmd_vfs.c 	struct passwd *pwd = NULL;
NULL              598 source3/torture/cmd_vfs.c 	struct group *grp = NULL;
NULL              612 source3/torture/cmd_vfs.c 	if (vfs->files[fd] == NULL) {
NULL              623 source3/torture/cmd_vfs.c 	if (pwd != NULL) user = pwd->pw_name;
NULL              626 source3/torture/cmd_vfs.c 	if (grp != NULL) group = grp->gr_name;
NULL              662 source3/torture/cmd_vfs.c 	struct passwd *pwd = NULL;
NULL              663 source3/torture/cmd_vfs.c 	struct group *grp = NULL;
NULL              677 source3/torture/cmd_vfs.c 	if (pwd != NULL) user = pwd->pw_name;
NULL              680 source3/torture/cmd_vfs.c 	if (grp != NULL) group = grp->gr_name;
NULL              746 source3/torture/cmd_vfs.c 	if (vfs->files[fd] == NULL) {
NULL              799 source3/torture/cmd_vfs.c 	if (vfs->files[fd] == NULL) {
NULL              816 source3/torture/cmd_vfs.c 	if (SMB_VFS_GETWD(vfs->conn, buf) == NULL) {
NULL              861 source3/torture/cmd_vfs.c 	if (vfs->files[fd] == NULL) {
NULL             1053 source3/torture/cmd_vfs.c 	if (SMB_VFS_REALPATH(vfs->conn, argv[1], respath) == NULL) {
NULL             1102 source3/torture/cmd_vfs.c 	{ NULL }
NULL               39 source3/torture/denytest.c 		{-1, NULL}};
NULL               56 source3/torture/denytest.c 		{-1, NULL}};
NULL              152 source3/torture/locktest.c 	brl_forall(print_brl, NULL);
NULL              173 source3/torture/locktest.c 	if (!share) return NULL;
NULL              192 source3/torture/locktest.c 		return NULL;
NULL              198 source3/torture/locktest.c 		return NULL;
NULL              210 source3/torture/locktest.c 		return NULL;
NULL              220 source3/torture/locktest.c 		return NULL;
NULL              243 source3/torture/locktest.c 		return NULL;
NULL              265 source3/torture/locktest.c 		return NULL;
NULL              631 source3/torture/locktest.c 	seed = time(NULL);
NULL              658 source3/torture/locktest.c 			lock_range = strtol(optarg, NULL, 0);
NULL              661 source3/torture/locktest.c 			lock_base = strtol(optarg, NULL, 0);
NULL              664 source3/torture/locktest.c 			min_length = strtol(optarg, NULL, 0);
NULL              170 source3/torture/locktest2.c 	if (!share) return NULL;
NULL              185 source3/torture/locktest2.c 	nt_status = cli_full_connection(&c, myname, server_n, NULL, 0, share, "?????", 
NULL              187 source3/torture/locktest2.c 					Undefined, NULL);
NULL              191 source3/torture/locktest2.c 		return NULL;
NULL              267 source3/torture/locktest2.c 		if (showall) brl_forall(print_brl, NULL);
NULL              282 source3/torture/locktest2.c 		if (showall) brl_forall(print_brl, NULL);
NULL              298 source3/torture/locktest2.c 			brl_forall(print_brl, NULL);
NULL              515 source3/torture/locktest2.c 	seed = time(NULL);
NULL              174 source3/torture/mangle_test.c 	tdb = tdb_open(NULL, 100000, TDB_INTERNAL, 0, 0);
NULL              175 source3/torture/masktest.c 	if (!share) return NULL;
NULL              192 source3/torture/masktest.c 		return NULL;
NULL              198 source3/torture/masktest.c 		return NULL;
NULL              210 source3/torture/masktest.c 		return NULL;
NULL              220 source3/torture/masktest.c 		return NULL;
NULL              235 source3/torture/masktest.c 		return NULL;
NULL              257 source3/torture/masktest.c 		return NULL;
NULL              283 source3/torture/masktest.c 	*pp_long_name = NULL;
NULL              287 source3/torture/masktest.c 		cli_list_new(cli, "\\masktest\\*.*", aHIDDEN | aDIR, listfn, NULL);
NULL              289 source3/torture/masktest.c 		cli_list_new(cli, "\\masktest\\*", aHIDDEN | aDIR, listfn, NULL);
NULL              319 source3/torture/masktest.c 	char *long_name = NULL;
NULL              334 source3/torture/masktest.c 	f_info = NULL;
NULL              339 source3/torture/masktest.c 	f_info = NULL;
NULL              341 source3/torture/masktest.c 	cli_list(cli, mask, aHIDDEN | aDIR, listfn, NULL);
NULL              495 source3/torture/masktest.c 	seed = time(NULL);
NULL               55 source3/torture/msgtest.c 	if (!(evt_ctx = tevent_context_init(NULL)) ||
NULL               56 source3/torture/msgtest.c 	    !(msg_ctx = messaging_init(NULL, server_id_self(), evt_ctx))) {
NULL               70 source3/torture/msgtest.c 	messaging_register(msg_ctx, NULL, MSG_PONG, pong_message);
NULL              242 source3/torture/nbio.c 	cli_qpathinfo(c, fname, NULL, NULL, NULL, NULL, NULL);
NULL              249 source3/torture/nbio.c 	cli_qfileinfo(c, ftable[i].fd, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
NULL              266 source3/torture/nbio.c 	cli_list(c, mask, 0, find_fn, NULL);
NULL              295 source3/torture/nbio.c 		cli_list(c, s2, aDIR, delete_fn, NULL);
NULL              314 source3/torture/nbio.c 	cli_list(c, mask, aDIR, delete_fn, NULL);
NULL               51 source3/torture/nsstest.c 		return NULL;
NULL               76 source3/torture/nsstest.c 		return NULL;
NULL               80 source3/torture/nsstest.c 		return NULL;
NULL               84 source3/torture/nsstest.c 		return NULL;
NULL              100 source3/torture/nsstest.c 		return NULL;
NULL              104 source3/torture/nsstest.c 		return NULL;
NULL              108 source3/torture/nsstest.c 		return NULL;
NULL              124 source3/torture/nsstest.c 		return NULL;
NULL              128 source3/torture/nsstest.c 		return NULL;
NULL              132 source3/torture/nsstest.c 		return NULL;
NULL              180 source3/torture/nsstest.c 		return NULL;
NULL              191 source3/torture/nsstest.c 			return NULL;
NULL              197 source3/torture/nsstest.c 		return NULL;
NULL              202 source3/torture/nsstest.c 		return NULL;
NULL              219 source3/torture/nsstest.c 		return NULL;
NULL              229 source3/torture/nsstest.c 			return NULL;
NULL              235 source3/torture/nsstest.c 		return NULL;
NULL              240 source3/torture/nsstest.c 		return NULL;
NULL              257 source3/torture/nsstest.c 		return NULL;
NULL              268 source3/torture/nsstest.c 			return NULL;
NULL              274 source3/torture/nsstest.c 		return NULL;
NULL              279 source3/torture/nsstest.c 		return NULL;
NULL              368 source3/torture/nsstest.c 	gid_t *groups = NULL;
NULL               35 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
NULL               38 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
NULL               50 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
NULL               53 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
NULL               75 source3/torture/pdbtest.c 	if (d2_buf == NULL && d1_buf != NULL) {
NULL               78 source3/torture/pdbtest.c 	} else if (d1_buf == NULL) {
NULL               88 source3/torture/pdbtest.c 	if (d2_buf == NULL && d1_buf != NULL) {
NULL               90 source3/torture/pdbtest.c 	} else if (d1_buf == NULL) {
NULL              100 source3/torture/pdbtest.c 	if (d2_buf == NULL && d1_buf != NULL) {
NULL              102 source3/torture/pdbtest.c 	} else if (d1_buf == NULL) {
NULL              168 source3/torture/pdbtest.c 		if (d2_buf == NULL && d2_buf != NULL) {
NULL              171 source3/torture/pdbtest.c 		} else if (d1_buf == NULL) {
NULL              182 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
NULL              185 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
NULL              195 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
NULL              198 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
NULL              208 source3/torture/pdbtest.c 	if (s2_buf == NULL && s1_buf != NULL) {
NULL              211 source3/torture/pdbtest.c 	} else if (s1_buf == NULL) {
NULL              227 source3/torture/pdbtest.c 	struct samu *out = NULL;
NULL              228 source3/torture/pdbtest.c 	struct samu *in = NULL;
NULL              238 source3/torture/pdbtest.c 	static const char *backend = NULL;
NULL              263 source3/torture/pdbtest.c 	if (backend == NULL) {
NULL              280 source3/torture/pdbtest.c 	if ((pwd = getpwnam_alloc(ctx, unix_user)) == NULL) {
NULL              316 source3/torture/pdbtest.c 	pdb_set_pass_last_set_time(out, time(NULL), PDB_SET);
NULL              321 source3/torture/pdbtest.c 		pdb_set_pass_must_change_time(out, time(NULL)+expire, PDB_SET);
NULL              327 source3/torture/pdbtest.c 		pdb_set_pass_can_change_time(out, time(NULL)+min_age, PDB_SET);
NULL               71 source3/torture/rpc_open_tcp.c 	NULL
NULL               78 source3/torture/rpc_open_tcp.c 	struct rpc_pipe_client *rpc_pipe = NULL;
NULL               86 source3/torture/rpc_open_tcp.c 	for (table = tables; *table != NULL; table++) {
NULL               92 source3/torture/rpc_open_tcp.c 	if (*table == NULL) {
NULL               57 source3/torture/scanner.c 	char *rparam=NULL, *rdata=NULL;
NULL               60 source3/torture/scanner.c                             NULL,                           /* name */
NULL              260 source3/torture/scanner.c 	char *rparam=NULL, *rdata=NULL;
NULL              264 source3/torture/scanner.c 			       NULL, 0, 0,
NULL               96 source3/torture/smbiconv.c   static char *inbuf = NULL;
NULL               98 source3/torture/smbiconv.c   char *inptr = NULL;
NULL              128 source3/torture/smbiconv.c 	if (new_inbuf == NULL)
NULL              170 source3/torture/smbiconv.c 	const char *file = NULL;
NULL              173 source3/torture/smbiconv.c 	char *output = NULL;
NULL              174 source3/torture/smbiconv.c 	const char *preload_modules[] = {NULL, NULL};
NULL               10 source3/torture/t_asn1.c         {"\x02\x01\x00", 3, NULL},
NULL               11 source3/torture/t_asn1.c         {"\x02\x01\x7f", 3, NULL},
NULL               12 source3/torture/t_asn1.c         {"\x02\x02\x00\x80", 4, NULL},
NULL               13 source3/torture/t_asn1.c         {"\x02\x02\x01\x00", 4, NULL},
NULL               14 source3/torture/t_asn1.c         {"\x02\x01\x80", 3, NULL},
NULL               15 source3/torture/t_asn1.c         {"\x02\x02\xff\x7f", 4, NULL},
NULL               16 source3/torture/t_asn1.c         {"\x02\x01\xff", 3, NULL},
NULL               17 source3/torture/t_asn1.c         {"\x02\x02\xff\x01", 4, NULL},
NULL               18 source3/torture/t_asn1.c         {"\x02\x02\x00\xff", 4, NULL},
NULL               19 source3/torture/t_asn1.c         {"\x02\x04\x80\x00\x00\x00", 6, NULL},
NULL               20 source3/torture/t_asn1.c         {"\x02\x04\x7f\xff\xff\xff", 6, NULL},
NULL               21 source3/torture/t_asn1.c 	{NULL, 0, NULL}
NULL               33 source3/torture/t_asn1.c 	for (i=0; tests[i].data != NULL; i++) {
NULL               12 source3/torture/t_push_ucs2.c 	smb_ucs2_t *dest = NULL;
NULL               13 source3/torture/t_push_ucs2.c 	char *orig2 = NULL;
NULL               17 source3/torture/t_push_ucs2.c 	push_ucs2_talloc(NULL, &dest, orig, &converted_size);
NULL               18 source3/torture/t_push_ucs2.c 	pull_ucs2_talloc(NULL, &orig2, dest, &converted_size);
NULL               13 source3/torture/t_strappend.c 	char *string = NULL;
NULL               19 source3/torture/t_strappend.c 	if (mem_ctx == NULL) {
NULL               14 source3/torture/t_strstr.c 	const char *ret = NULL;
NULL               32 source3/torture/t_strstr.c 	if (ret == NULL)
NULL               87 source3/torture/torture.c 		return NULL;
NULL              167 source3/torture/torture.c 		return NULL;
NULL              175 source3/torture/torture.c 		return NULL;
NULL              192 source3/torture/torture.c 			return NULL;
NULL              201 source3/torture/torture.c 			return NULL;
NULL              217 source3/torture/torture.c 		return NULL;
NULL              231 source3/torture/torture.c 	return NULL;
NULL              242 source3/torture/torture.c 	*hostname = *sharename = NULL;
NULL              278 source3/torture/torture.c 				     hostname, NULL, port_to_use, 
NULL              301 source3/torture/torture.c 	char **unc_list = NULL;
NULL              307 source3/torture/torture.c 		unc_list = file_lines_load(multishare_conn_fname, &num_unc_names, 0, NULL);
NULL              314 source3/torture/torture.c 				      NULL, &h, &s)) {
NULL              783 source3/torture/torture.c 	if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NULL, NULL, NULL, NULL, NULL)) {
NULL              817 source3/torture/torture.c 	if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NULL, NULL, NULL, NULL, NULL)) {
NULL              837 source3/torture/torture.c 	if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NULL, NULL, NULL, NULL, NULL)) {
NULL              859 source3/torture/torture.c #define ival(s) strtol(s, NULL, 0)
NULL              902 source3/torture/torture.c 		while (params[i]) params[++i] = strtok_r(NULL, " ", &saveptr);
NULL             1038 source3/torture/torture.c 	t1 = time(NULL);
NULL             1046 source3/torture/torture.c 	t2 = time(NULL);
NULL             1297 source3/torture/torture.c 	static struct cli_state *cli1 = NULL;
NULL             1304 source3/torture/torture.c 				     host, NULL, port_to_use,
NULL             1305 source3/torture/torture.c 				     NULL, NULL,
NULL             1314 source3/torture/torture.c 	if (!tcon_devtest(cli1, "IPC$", "A:", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             1320 source3/torture/torture.c 	if (!tcon_devtest(cli1, "IPC$", "LPT:", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             1326 source3/torture/torture.c 	if (!tcon_devtest(cli1, "IPC$", "FOOBA", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             1335 source3/torture/torture.c 	if (!tcon_devtest(cli1, share, "LPT:", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             1338 source3/torture/torture.c 	if (!tcon_devtest(cli1, share, "IPC", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             1341 source3/torture/torture.c 	if (!tcon_devtest(cli1, share, "FOOBA", NULL, NT_STATUS_BAD_DEVICE_TYPE))
NULL             2375 source3/torture/torture.c 	char *rparam = NULL;
NULL             2376 source3/torture/torture.c 	char *rdata = NULL;
NULL             2400 source3/torture/torture.c 			NULL, 0, BUFFER_SIZE, 
NULL             2446 source3/torture/torture.c 			  browse_callback, NULL);
NULL             2451 source3/torture/torture.c 			  browse_callback, NULL);
NULL             2485 source3/torture/torture.c 	if (!cli_getatr(cli, fname, NULL, NULL, &t)) {
NULL             2490 source3/torture/torture.c 	if (abs(t - time(NULL)) > 60*60*24*10) {
NULL             2493 source3/torture/torture.c 		t = time(NULL);
NULL             2504 source3/torture/torture.c 	if (!cli_getatr(cli, fname, NULL, NULL, &t)) {
NULL             2553 source3/torture/torture.c 	if (!cli_qfileinfo(cli, fnum, NULL, &size, &c_time_ts, &a_time_ts, &w_time_ts,
NULL             2554 source3/torture/torture.c 			   &m_time_ts, NULL)) {
NULL             2583 source3/torture/torture.c 	if (!cli_qpathinfo(cli, fname, &c_time, &a_time, &m_time, &size, NULL)) {
NULL             2598 source3/torture/torture.c 		if (abs(m_time - time(NULL)) > 60*60*24*7) {
NULL             2610 source3/torture/torture.c 			    &m_time_ts, &size, NULL, NULL)) {
NULL             2632 source3/torture/torture.c 			    &m_time_ts, &size, NULL, NULL)) {
NULL             2642 source3/torture/torture.c 			    &m_time2_ts, &size, NULL, NULL)) {
NULL             2670 source3/torture/torture.c 	char *buf = NULL;
NULL             2970 source3/torture/torture.c 	struct cli_state *cli1 = NULL;
NULL             2971 source3/torture/torture.c 	struct cli_state *cli2 = NULL;
NULL             3002 source3/torture/torture.c                 uint32 *accinfo = NULL;
NULL             3869 source3/torture/torture.c 	if (!cli_getatr(cli1, fname, NULL, &fsize, NULL)) {
NULL             3893 source3/torture/torture.c 	if (!cli_getatr(cli1, fname, NULL, &fsize, NULL)) {
NULL             4403 source3/torture/torture.c 			if (!cli_getatr(cli1, fname, &attr, NULL, NULL)) {
NULL             4481 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "a*.*", 0, list_fn, NULL));
NULL             4482 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "b*.*", 0, list_fn, NULL));
NULL             4483 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "xyzabc", 0, list_fn, NULL));
NULL             4666 source3/torture/torture.c 	struct ea_struct *ea_list = NULL;
NULL             4821 source3/torture/torture.c 	num_seen = cli_list_old(cli, "\\LISTDIR\\*", aDIR, list_fn, NULL);
NULL             4830 source3/torture/torture.c 	num_seen = cli_list_old(cli, "\\LISTDIR\\*", (aDIR<<8)|aDIR, list_fn, NULL);
NULL             4835 source3/torture/torture.c 	num_seen = cli_list_old(cli, "\\LISTDIR\\*", (aARCH<<8)|aDIR, list_fn, NULL);
NULL             4846 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "a*.*", 0, list_fn, NULL));
NULL             4847 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "b*.*", 0, list_fn, NULL));
NULL             4848 source3/torture/torture.c 	printf("Matched %d\n", cli_list(cli, "xyzabc", 0, list_fn, NULL));
NULL             5102 source3/torture/torture.c 	struct event_context *evt = event_context_init(NULL);
NULL             5214 source3/torture/torture.c 	struct event_context *ev = event_context_init(NULL);
NULL             5225 source3/torture/torture.c 	if (req == NULL) {
NULL             5449 source3/torture/torture.c 	if (!gencache_set("foo", "bar", time(NULL) + 1000)) {
NULL             5485 source3/torture/torture.c 	tm = time(NULL);
NULL             5494 source3/torture/torture.c 	if (!gencache_get_data_blob("foo", &blob, NULL)) {
NULL             5518 source3/torture/torture.c 	if (gencache_get_data_blob("foo", &blob, NULL)) {
NULL             5547 source3/torture/torture.c 	if (rec == NULL) {
NULL             5559 source3/torture/torture.c 	if (rec == NULL) {
NULL             5581 source3/torture/torture.c 	db = db_open_rbt(NULL);
NULL             5583 source3/torture/torture.c 	if (db == NULL) {
NULL             5633 source3/torture/torture.c 	char *base = NULL;
NULL             5634 source3/torture/torture.c 	char *stream = NULL;
NULL             5645 source3/torture/torture.c 	if (base == NULL) goto error;
NULL             5649 source3/torture/torture.c 	if ((expected_stream != NULL) && (stream == NULL)) goto error;
NULL             5650 source3/torture/torture.c 	if ((expected_stream == NULL) && (stream != NULL)) goto error;
NULL             5652 source3/torture/torture.c 	if ((stream != NULL) && (strcmp(expected_stream, stream) != 0))
NULL             5677 source3/torture/torture.c 		"bla", "bla", NULL, NT_STATUS_OK);
NULL             5679 source3/torture/torture.c 		"bla::$DATA", "bla", NULL, NT_STATUS_OK);
NULL             5681 source3/torture/torture.c 		"bla:blub:", "bla", NULL, NT_STATUS_OBJECT_NAME_INVALID);
NULL             5683 source3/torture/torture.c 		"bla::", NULL, NULL, NT_STATUS_OBJECT_NAME_INVALID);
NULL             5685 source3/torture/torture.c 		"bla::123", "bla", NULL, NT_STATUS_OBJECT_NAME_INVALID);
NULL             5722 source3/torture/torture.c 	cache = memcache_init(NULL, 100);
NULL             5724 source3/torture/torture.c 	if (cache == NULL) {
NULL             5774 source3/torture/torture.c 	cache = memcache_init(NULL, 0);
NULL             5825 source3/torture/torture.c 	if (ev == NULL) {
NULL             5830 source3/torture/torture.c 	if (wb_ctx == NULL) {
NULL             5839 source3/torture/torture.c 		if (wb_ctx[i] == NULL) {
NULL             5846 source3/torture/torture.c 			if (req == NULL) {
NULL             5898 source3/torture/torture.c 			sys_srandom(((int)mypid) ^ ((int)time(NULL)));
NULL             6028 source3/torture/torture.c 	{NULL, NULL, 0}};
NULL             6132 source3/torture/torture.c 	int seed = time(NULL);
NULL             6137 source3/torture/torture.c 	setbuffer(stdout, NULL, 0);
NULL              161 source3/torture/utable.c 		if (!cli_qfileinfo(cli, fnum, NULL, &size, 
NULL              162 source3/torture/utable.c 				   NULL, NULL, NULL, NULL, NULL)) continue;
NULL               51 source3/torture/vfstest.c 		return NULL;
NULL               55 source3/torture/vfstest.c 		return NULL;
NULL               58 source3/torture/vfstest.c 	if (!matches) return NULL;
NULL               61 source3/torture/vfstest.c 	if (!matches[0]) return NULL;
NULL               75 source3/torture/vfstest.c 					return NULL;
NULL               88 source3/torture/vfstest.c 	matches[count] = NULL;
NULL               98 source3/torture/vfstest.c 		return NULL;
NULL              206 source3/torture/vfstest.c 	mem_ctx = NULL;
NULL              207 source3/torture/vfstest.c 	vfs->data = NULL;
NULL              233 source3/torture/vfstest.c 	{ NULL }
NULL              237 source3/torture/vfstest.c 	{ "---------------", NULL,	"----------------------" },
NULL              238 source3/torture/vfstest.c 	{ NULL }
NULL              246 source3/torture/vfstest.c 	NULL
NULL              267 source3/torture/vfstest.c 	char **argv = NULL;
NULL              390 source3/torture/vfstest.c 		if (file == NULL) {
NULL              397 source3/torture/vfstest.c 	while (fgets(command, 3 * PATH_MAX, file) != NULL) {
NULL              472 source3/torture/vfstest.c 	set_current_service(NULL,0,True);
NULL              481 source3/torture/vfstest.c 	if (!ctx && !(ctx = event_context_init(NULL))) {
NULL              491 source3/torture/vfstest.c 	if (!ctx && !(ctx = messaging_init(NULL, server_id_self(),
NULL              503 source3/torture/vfstest.c 	    && !(cache = memcache_init(NULL,
NULL              515 source3/torture/vfstest.c 	static char		*cmdstr = NULL;
NULL              519 source3/torture/vfstest.c 	static char		*filename = NULL;
NULL              567 source3/torture/vfstest.c 		vfs.files[i] = NULL;
NULL              583 source3/torture/vfstest.c 		while((cmd=next_command(frame, &p)) != NULL) {
NULL              594 source3/torture/vfstest.c 		char *line = NULL;
NULL              596 source3/torture/vfstest.c 		line = smb_readline("vfstest $> ", NULL, completion_fn);
NULL              598 source3/torture/vfstest.c 		if (line == NULL) {
NULL              130 source3/utils/dbwrap_tool.c 	ret = db->traverse(db, delete_fn, NULL);
NULL              165 source3/utils/dbwrap_tool.c 	ret = db->traverse_read(db, listkey_fn, NULL);
NULL              191 source3/utils/dbwrap_tool.c 	{ 0, 0, NULL },
NULL              284 source3/utils/dbwrap_tool.c 		value = (int32_t)strtol(valuestr, NULL, 10);
NULL              287 source3/utils/dbwrap_tool.c 		value = (int32_t)strtoul(valuestr, NULL, 10);
NULL              296 source3/utils/dbwrap_tool.c 	if (evt_ctx == NULL) {
NULL              302 source3/utils/dbwrap_tool.c 	if (msg_ctx == NULL) {
NULL              308 source3/utils/dbwrap_tool.c 	if (db == NULL) {
NULL              313 source3/utils/dbwrap_tool.c 	for (count = 0; dispatch_table[count].cmd != NULL; count++) {
NULL              118 source3/utils/eventlogadm.c 		if (fgets( linein, sizeof( linein ) - 1, f1 ) == NULL) {
NULL              181 source3/utils/log2pcaphex.c unsigned char *curpacket = NULL;
NULL              311 source3/utils/log2pcaphex.c 	pc = poptGetContext(NULL, argc, (const char **) argv, long_options,
NULL               98 source3/utils/net.c 	setvbuf(f, NULL, _IOLBF, 0);
NULL              149 source3/utils/net.c 	if(!initialize_password_db(false, NULL)) {
NULL              224 source3/utils/net.c 	if(!initialize_password_db(false, NULL)) {
NULL              267 source3/utils/net.c 	if (search == NULL) {
NULL              611 source3/utils/net.c 	{NULL, NULL, 0, NULL, NULL}
NULL              637 source3/utils/net.c 		{"encrypt",	'e', POPT_ARG_NONE,   NULL, 'e', "Encrypt SMB transport (UNIX extended servers only)" },
NULL              684 source3/utils/net.c 	pc = poptGetContext(NULL, argc, (const char **) argv, long_options,
NULL              731 source3/utils/net.c 		if (argv_new[i] == NULL) {
NULL               38 source3/utils/net_ads.c 	return NULL;
NULL              210 source3/utils/net_ads.c 	ADS_STRUCT *ads = NULL;
NULL              215 source3/utils/net_ads.c 	const char *realm = NULL;
NULL              223 source3/utils/net_ads.c 	*ads_ret = NULL;
NULL              308 source3/utils/net_ads.c 			ads = NULL;
NULL              338 source3/utils/net_ads.c 	if ( (ads = ads_init( realm, workgroup, host )) == NULL ) {
NULL              355 source3/utils/net_ads.c 	return net_ads_check_int(lp_realm(), lp_workgroup(), NULL);
NULL              360 source3/utils/net_ads.c 	return net_ads_check_int(NULL, c->opt_workgroup, c->opt_host);
NULL              443 source3/utils/net_ads.c 	LDAPMessage *res=NULL;
NULL              445 source3/utils/net_ads.c 	char *ou_str = NULL;
NULL              524 source3/utils/net_ads.c 	const char *attrs[] = {"memberOf", NULL};
NULL              525 source3/utils/net_ads.c 	char *searchstring=NULL;
NULL              583 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL              643 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL              647 source3/utils/net_ads.c 	const char *shortattrs[] = {"sAMAccountName", NULL};
NULL              648 source3/utils/net_ads.c 	const char *longattrs[] = {"sAMAccountName", "description", NULL};
NULL              649 source3/utils/net_ads.c 	char *disp_fields[2] = {NULL, NULL};
NULL              690 source3/utils/net_ads.c 	LDAPMessage *res=NULL;
NULL              692 source3/utils/net_ads.c 	char *ou_str = NULL;
NULL              742 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL              794 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL              798 source3/utils/net_ads.c 	const char *shortattrs[] = {"sAMAccountName", NULL};
NULL              799 source3/utils/net_ads.c 	const char *longattrs[] = {"sAMAccountName", "description", NULL};
NULL              800 source3/utils/net_ads.c 	char *disp_fields[2] = {NULL, NULL};
NULL              876 source3/utils/net_ads.c 	struct libnet_UnjoinCtx *r = NULL;
NULL              961 source3/utils/net_ads.c 	ADS_STRUCT *ads = NULL;
NULL             1050 source3/utils/net_ads.c 	struct dns_rr_ns *nameservers = NULL;
NULL             1055 source3/utils/net_ads.c 	const char *dnsdomain = NULL;
NULL             1056 source3/utils/net_ads.c 	char *root_domain = NULL;
NULL             1058 source3/utils/net_ads.c 	if ( (dnsdomain = strchr_m( machine_name, '.')) == NULL ) {
NULL             1072 source3/utils/net_ads.c 		const char *rootname_attrs[] = 	{ "rootDomainNamingContext", NULL };
NULL             1073 source3/utils/net_ads.c 		LDAPMessage *msg = NULL;
NULL             1136 source3/utils/net_ads.c 	struct sockaddr_storage *iplist = NULL;
NULL             1189 source3/utils/net_ads.c 	TALLOC_CTX *ctx = NULL;
NULL             1190 source3/utils/net_ads.c 	struct libnet_JoinCtx *r = NULL;
NULL             1194 source3/utils/net_ads.c 	const char *machineupn = NULL;
NULL             1195 source3/utils/net_ads.c 	const char *create_in_ou = NULL;
NULL             1197 source3/utils/net_ads.c 	const char *os_name = NULL;
NULL             1198 source3/utils/net_ads.c 	const char *os_version = NULL;
NULL             1236 source3/utils/net_ads.c 			if ( (create_in_ou = get_string_param(argv[i])) == NULL ) {
NULL             1243 source3/utils/net_ads.c 			if ( (os_name = get_string_param(argv[i])) == NULL ) {
NULL             1250 source3/utils/net_ads.c 			if ( (os_version = get_string_param(argv[i])) == NULL ) {
NULL             1313 source3/utils/net_ads.c 		ADS_STRUCT *ads_dns = NULL;
NULL             1315 source3/utils/net_ads.c 		if ( (ads_dns = ads_init( lp_realm(), NULL, NULL )) != NULL ) {
NULL             1323 source3/utils/net_ads.c 				r->out.netbios_domain_name, NULL, NULL );
NULL             1452 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1485 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             1525 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             1588 source3/utils/net_ads.c 	char *srv_cn_escaped = NULL, *printername_escaped = NULL;
NULL             1589 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             1624 source3/utils/net_ads.c 					Undefined, NULL);
NULL             1713 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             1800 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1812 source3/utils/net_ads.c 	char *realm = NULL;
NULL             1813 source3/utils/net_ads.c 	char *new_password = NULL;
NULL             1826 source3/utils/net_ads.c 	if (c->opt_user_name == NULL || c->opt_password == NULL) {
NULL             1977 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             2038 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             2097 source3/utils/net_ads.c 	LDAPMessage *res = NULL;
NULL             2203 source3/utils/net_ads.c 	const char *keytab = NULL;
NULL             2256 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL             2278 source3/utils/net_ads.c 	ret = smb_krb5_renew_ticket(NULL, NULL, NULL, NULL);
NULL             2288 source3/utils/net_ads.c 	struct PAC_DATA *pac = NULL;
NULL             2289 source3/utils/net_ads.c 	struct PAC_LOGON_INFO *info = NULL;
NULL             2290 source3/utils/net_ads.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             2312 source3/utils/net_ads.c 				     NULL,
NULL             2313 source3/utils/net_ads.c 				     NULL,
NULL             2314 source3/utils/net_ads.c 				     NULL,
NULL             2340 source3/utils/net_ads.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             2361 source3/utils/net_ads.c 					  NULL,
NULL             2362 source3/utils/net_ads.c 					  NULL,
NULL             2363 source3/utils/net_ads.c 					  NULL,
NULL             2403 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL             2564 source3/utils/net_ads.c 		{NULL, NULL, 0, NULL, NULL}
NULL               30 source3/utils/net_ads_gpo.c 	const char *dn = NULL;
NULL               31 source3/utils/net_ads_gpo.c 	struct GROUP_POLICY_OBJECT *gpo_list = NULL;
NULL               32 source3/utils/net_ads_gpo.c 	struct GROUP_POLICY_OBJECT *read_list = NULL;
NULL               37 source3/utils/net_ads_gpo.c 	struct nt_user_token *token = NULL;
NULL               50 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              204 source3/utils/net_ads_gpo.c 	LDAPMessage *res = NULL;
NULL              206 source3/utils/net_ads_gpo.c 	LDAPMessage *msg = NULL;
NULL              219 source3/utils/net_ads_gpo.c 		NULL
NULL              230 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              260 source3/utils/net_ads_gpo.c 		if ((dn = ads_get_dn(ads, mem_ctx, msg)) == NULL) {
NULL              288 source3/utils/net_ads_gpo.c 	LDAPMessage *res = NULL;
NULL              290 source3/utils/net_ads_gpo.c 	const char *dn = NULL;
NULL              294 source3/utils/net_ads_gpo.c 	struct nt_user_token *token = NULL;
NULL              306 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              360 source3/utils/net_ads_gpo.c 	const char *dn = NULL;
NULL              364 source3/utils/net_ads_gpo.c 	struct nt_user_token *token = NULL;
NULL              365 source3/utils/net_ads_gpo.c 	const char *filter = NULL;
NULL              377 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              456 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              500 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              544 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              584 source3/utils/net_ads_gpo.c 	if (mem_ctx == NULL) {
NULL              594 source3/utils/net_ads_gpo.c 		status = ads_get_gpo(ads, mem_ctx, argv[0], NULL, NULL, &gpo);
NULL              596 source3/utils/net_ads_gpo.c 		status = ads_get_gpo(ads, mem_ctx, NULL, argv[0], NULL, &gpo);
NULL              687 source3/utils/net_ads_gpo.c 		{NULL, NULL, 0, NULL, NULL}
NULL               77 source3/utils/net_afs.c 	if (token == NULL) {
NULL              110 source3/utils/net_afs.c 		{NULL, NULL, 0, NULL, NULL}
NULL               40 source3/utils/net_cache.c 	char *alloc_str = NULL;
NULL               41 source3/utils/net_cache.c 	time_t now_t = time(NULL);
NULL               96 source3/utils/net_cache.c 	char sign = '\0', *number = NULL, unit = '\0';
NULL              134 source3/utils/net_cache.c 	case '!': timeout = time(NULL) - timeout; break;
NULL              136 source3/utils/net_cache.c 	default:  timeout += time(NULL); break;
NULL              219 source3/utils/net_cache.c 	char* valuestr = NULL;
NULL              228 source3/utils/net_cache.c 		print_cache_entry(keystr, valuestr, timeout, NULL);
NULL              255 source3/utils/net_cache.c 	gencache_iterate(print_cache_entry, NULL, pattern);
NULL              277 source3/utils/net_cache.c 	gencache_iterate(print_cache_entry, NULL, pattern);
NULL              299 source3/utils/net_cache.c 	gencache_iterate(delete_cache_entry, NULL, pattern);
NULL              369 source3/utils/net_cache.c 		{NULL, NULL, 0, NULL, NULL}
NULL              160 source3/utils/net_conf.c 	char **includes = NULL;
NULL              165 source3/utils/net_conf.c 		if (service->name != NULL) {
NULL              195 source3/utils/net_conf.c 			if (includes == NULL) {
NULL              201 source3/utils/net_conf.c 			if (includes[num_includes] == NULL) {
NULL              240 source3/utils/net_conf.c 	struct smbconf_service **shares = NULL;
NULL              258 source3/utils/net_conf.c 		if (shares[share_count]->name != NULL) {
NULL              285 source3/utils/net_conf.c 	const char *filename = NULL;
NULL              286 source3/utils/net_conf.c 	const char *servicename = NULL;
NULL              287 source3/utils/net_conf.c 	char *conf_source = NULL;
NULL              304 source3/utils/net_conf.c 			if (servicename == NULL) {
NULL              317 source3/utils/net_conf.c 	if (conf_source == NULL) {
NULL              334 source3/utils/net_conf.c 	if (servicename != NULL) {
NULL              335 source3/utils/net_conf.c 		struct smbconf_service *service = NULL;
NULL              356 source3/utils/net_conf.c 		struct smbconf_service **services = NULL;
NULL              442 source3/utils/net_conf.c 	char **share_names = NULL;
NULL              500 source3/utils/net_conf.c 	const char *sharename = NULL;
NULL              503 source3/utils/net_conf.c 	struct smbconf_service *service = NULL;
NULL              513 source3/utils/net_conf.c 	if (sharename == NULL) {
NULL              551 source3/utils/net_conf.c 	char *sharename = NULL;
NULL              552 source3/utils/net_conf.c 	const char *path = NULL;
NULL              553 source3/utils/net_conf.c 	const char *comment = NULL;
NULL              612 source3/utils/net_conf.c 			if (sharename == NULL) {
NULL              694 source3/utils/net_conf.c 	if (comment != NULL) {
NULL              731 source3/utils/net_conf.c 	const char *sharename = NULL;
NULL              740 source3/utils/net_conf.c 	if (sharename == NULL) {
NULL              763 source3/utils/net_conf.c 	char *service = NULL;
NULL              764 source3/utils/net_conf.c 	char *param = NULL;
NULL              765 source3/utils/net_conf.c 	const char *value_str = NULL;
NULL              773 source3/utils/net_conf.c 	if (service == NULL) {
NULL              778 source3/utils/net_conf.c 	if (param == NULL) {
NULL              835 source3/utils/net_conf.c 	char *service = NULL;
NULL              836 source3/utils/net_conf.c 	char *param = NULL;
NULL              837 source3/utils/net_conf.c 	char *valstr = NULL;
NULL              847 source3/utils/net_conf.c 	if (service == NULL) {
NULL              852 source3/utils/net_conf.c 	if (param == NULL) {
NULL              888 source3/utils/net_conf.c 	char *service = NULL;
NULL              889 source3/utils/net_conf.c 	char *param = NULL;
NULL              897 source3/utils/net_conf.c 	if (service == NULL) {
NULL              902 source3/utils/net_conf.c 	if (param == NULL) {
NULL              940 source3/utils/net_conf.c 	char **includes = NULL;
NULL              950 source3/utils/net_conf.c 	if (service == NULL) {
NULL              990 source3/utils/net_conf.c 	if (service == NULL) {
NULL              997 source3/utils/net_conf.c 		includes = NULL;
NULL             1030 source3/utils/net_conf.c 	if (service == NULL) {
NULL             1244 source3/utils/net_conf.c 		{NULL, NULL, 0, NULL, NULL}
NULL              123 source3/utils/net_dns.c 				      "gss.microsoft.com", time(NULL), 3600);
NULL              149 source3/utils/net_dns.c 	struct sockaddr_storage *list = NULL;
NULL              161 source3/utils/net_dns.c 	if ( (list = SMB_MALLOC_ARRAY( struct sockaddr_storage, n )) == NULL ) {
NULL              166 source3/utils/net_dns.c 		const struct sockaddr_storage *nic_sa_storage = NULL;
NULL              168 source3/utils/net_dns.c 		if ((nic_sa_storage = iface_n_sockaddr_storage(i)) == NULL)
NULL              195 source3/utils/net_dns.c 	err = dns_open_connection(server, DNS_UDP, NULL, &conn);
NULL               41 source3/utils/net_dom.c 	const char *server_name = NULL;
NULL               42 source3/utils/net_dom.c 	const char *account = NULL;
NULL               43 source3/utils/net_dom.c 	const char *password = NULL;
NULL               47 source3/utils/net_dom.c 	struct cli_state *cli = NULL;
NULL               82 source3/utils/net_dom.c 						      server_name, NULL, 0,
NULL              128 source3/utils/net_dom.c 	const char *server_name = NULL;
NULL              129 source3/utils/net_dom.c 	const char *domain_name = NULL;
NULL              130 source3/utils/net_dom.c 	const char *account_ou = NULL;
NULL              131 source3/utils/net_dom.c 	const char *Account = NULL;
NULL              132 source3/utils/net_dom.c 	const char *password = NULL;
NULL              135 source3/utils/net_dom.c 	struct cli_state *cli = NULL;
NULL              186 source3/utils/net_dom.c 						      server_name, NULL, 0,
NULL              234 source3/utils/net_dom.c 	const char *server_name = NULL;
NULL              235 source3/utils/net_dom.c 	const char *account = NULL;
NULL              236 source3/utils/net_dom.c 	const char *password = NULL;
NULL              237 source3/utils/net_dom.c 	const char *newname = NULL;
NULL              239 source3/utils/net_dom.c 	struct cli_state *cli = NULL;
NULL              280 source3/utils/net_dom.c 						      server_name, NULL, 0,
NULL              363 source3/utils/net_dom.c 		{NULL, NULL, 0, NULL, NULL}
NULL               56 source3/utils/net_eventlog.c 	ndr_err = ndr_pull_struct_blob(&blob, ctx, NULL, &evt,
NULL               94 source3/utils/net_eventlog.c 	ELOG_TDB *etdb = NULL;
NULL              111 source3/utils/net_eventlog.c 	ndr_err = ndr_pull_struct_blob(&blob, ctx, NULL, &evt_header,
NULL              123 source3/utils/net_eventlog.c 	ndr_err = ndr_pull_struct_blob(&blob, ctx, NULL, &evt,
NULL              187 source3/utils/net_eventlog.c 	ELOG_TDB *etdb = NULL;
NULL              257 source3/utils/net_eventlog.c 	{ NULL, NULL, 0, NULL, NULL }
NULL              143 source3/utils/net_groupmap.c 		GROUP_MAP *map=NULL;
NULL              145 source3/utils/net_groupmap.c 		if (!pdb_enum_group_mapping(NULL, SID_NAME_UNKNOWN, &map, &entries, ENUM_ALL_MAPPED))
NULL              531 source3/utils/net_groupmap.c 	const char *ntgroup = NULL;
NULL              532 source3/utils/net_groupmap.c 	struct group *grp = NULL;
NULL              552 source3/utils/net_groupmap.c 		if (grp == NULL) {
NULL              571 source3/utils/net_groupmap.c 		if (grp == NULL) {
NULL              622 source3/utils/net_groupmap.c 	if ((c->opt_comment != NULL) && (strlen(c->opt_comment) > 0)) {
NULL              626 source3/utils/net_groupmap.c 	if ((c->opt_newntname != NULL) && (strlen(c->opt_newntname) > 0)) {
NULL              630 source3/utils/net_groupmap.c 	if (grp != NULL)
NULL              643 source3/utils/net_groupmap.c 	GROUP_MAP *map = NULL;
NULL              653 source3/utils/net_groupmap.c 	if (!pdb_enum_group_mapping(NULL, SID_NAME_UNKNOWN, &map, &entries,
NULL              732 source3/utils/net_groupmap.c 	members = NULL;
NULL              756 source3/utils/net_groupmap.c 	alias_rids = NULL;
NULL              790 source3/utils/net_groupmap.c 	if (mem_ctx == NULL) {
NULL              797 source3/utils/net_groupmap.c 	if ((domain_sid == NULL) || (builtin_sid == NULL)) {
NULL              897 source3/utils/net_groupmap.c 		{NULL, NULL, 0, NULL, NULL}
NULL               37 source3/utils/net_help.c 	for (i=0; table[i].funcname != NULL; i++) {
NULL               72 source3/utils/net_idmap.c 	if (idmap_tdb == NULL) {
NULL               77 source3/utils/net_idmap.c 	tdb_traverse(idmap_tdb, net_idmap_dump_one_entry, NULL);
NULL              107 source3/utils/net_idmap.c 	ctx = talloc_new(NULL);
NULL              124 source3/utils/net_idmap.c 		if (fgets(line, 127, input) == NULL)
NULL              231 source3/utils/net_idmap.c 	char *opt = NULL;
NULL              247 source3/utils/net_idmap.c 	ctx = talloc_new(NULL);
NULL              251 source3/utils/net_idmap.c 		domain = NULL;
NULL              272 source3/utils/net_idmap.c 		dn = lp_parm_const_string(-1, opt, "ldap_user_dn", NULL);
NULL              281 source3/utils/net_idmap.c 		dn = lp_parm_const_string(-1, "idmap alloc config", "ldap_user_dn", NULL);
NULL              288 source3/utils/net_idmap.c 		ret = idmap_store_secret("ldap", true, NULL, dn, secret);
NULL              435 source3/utils/net_idmap.c 		{NULL, NULL, 0, NULL, NULL}
NULL               96 source3/utils/net_lookup.c 	struct dns_rr_srv *dcs = NULL;
NULL              111 source3/utils/net_lookup.c 	if ( (ctx = talloc_init("net_lookup_ldap")) == NULL ) {
NULL              137 source3/utils/net_lookup.c 			NULL, 0,
NULL              178 source3/utils/net_lookup.c 	char *pdc_str = NULL;
NULL              179 source3/utils/net_lookup.c 	const char *domain = NULL;
NULL              180 source3/utils/net_lookup.c 	char *sitename = NULL;
NULL              224 source3/utils/net_lookup.c 	char *pdc_str = NULL;
NULL              273 source3/utils/net_lookup.c 	char *realm=NULL;
NULL              274 source3/utils/net_lookup.c 	char *sitename=NULL;
NULL              284 source3/utils/net_lookup.c 		realm = talloc_strdup(NULL, argv[0]);
NULL              325 source3/utils/net_lookup.c 				  NULL, &hints, &out);
NULL              335 source3/utils/net_lookup.c                                                     NULL, 0, NI_NUMERICHOST);
NULL              375 source3/utils/net_lookup.c 		rc = krb5_get_host_realm(ctx, NULL, &realms);
NULL              453 source3/utils/net_lookup.c 	const char *domain_name = NULL;
NULL              454 source3/utils/net_lookup.c 	const char *site_name = NULL;
NULL              456 source3/utils/net_lookup.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              458 source3/utils/net_lookup.c 	char *s = NULL;
NULL              484 source3/utils/net_lookup.c 	status = dsgetdcname(mem_ctx, NULL, domain_name, NULL, site_name,
NULL              517 source3/utils/net_lookup.c 		{NULL, NULL}
NULL               96 source3/utils/net_lua.c 	{NULL, NULL}
NULL              105 source3/utils/net_lua.c 	{NULL, 0},
NULL              114 source3/utils/net_lua.c 	{NULL, 0},
NULL              125 source3/utils/net_lua.c 	while (socket_domains[i].name != NULL) {
NULL              131 source3/utils/net_lua.c 	if (socket_domains[i].name == NULL) {
NULL              137 source3/utils/net_lua.c 	while (socket_types[i].name != NULL) {
NULL              143 source3/utils/net_lua.c 	if (socket_types[i].name == NULL) {
NULL              167 source3/utils/net_lua.c 	{NULL, NULL}
NULL              176 source3/utils/net_lua.c 	luaL_register(L, NULL, sock_methods);
NULL              224 source3/utils/net_lua.c 	if (result == NULL) {
NULL              225 source3/utils/net_lua.c 		return NULL;
NULL              277 source3/utils/net_lua.c 	if (ref == NULL) {
NULL              285 source3/utils/net_lua.c 	if (te == NULL) {
NULL              311 source3/utils/net_lua.c 	{NULL, NULL}
NULL              320 source3/utils/net_lua.c 	result->ev = event_context_init(NULL);
NULL              321 source3/utils/net_lua.c 	if (result->ev == NULL) {
NULL              332 source3/utils/net_lua.c 	{NULL, NULL}
NULL              341 source3/utils/net_lua.c 	luaL_register(L, NULL, evt_methods);
NULL              351 source3/utils/net_lua.c 	if (state == NULL) {
NULL              361 source3/utils/net_lua.c 		char *line = NULL;
NULL              363 source3/utils/net_lua.c 		line = smb_readline("lua> ", NULL, NULL);
NULL              364 source3/utils/net_lua.c 		if (line == NULL) {
NULL              117 source3/utils/net_rap.c 	ret = cli_NetFileEnum(cli, argv[0], NULL, file_fn);
NULL              153 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              176 source3/utils/net_rap.c 		ret = cli_NetFileEnum(cli, NULL, NULL, file_fn);
NULL              241 source3/utils/net_rap.c 	if (p == NULL) {
NULL              293 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              316 source3/utils/net_rap.c 			ret = cli_RNetShareEnum(cli, long_share_fn, NULL);
NULL              318 source3/utils/net_rap.c 			ret = cli_RNetShareEnum(cli, share_fn, NULL);
NULL              458 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              513 source3/utils/net_rap.c 	if (!cli_get_server_name(NULL, cli, &name)) {
NULL              547 source3/utils/net_rap.c 				display_server_func,NULL);
NULL              571 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              605 source3/utils/net_rap.c 				display_server_func,NULL);
NULL              742 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              827 source3/utils/net_rap.c 	userinfo.home_dir = NULL;
NULL              828 source3/utils/net_rap.c 	userinfo.logon_script = NULL;
NULL              847 source3/utils/net_rap.c 	ret = cli_NetUserGetGroups(cli, argv[0], group_member_fn, NULL);
NULL              881 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL              899 source3/utils/net_rap.c 			ret = cli_RNetUserEnum(cli, long_user_fn, NULL);
NULL              903 source3/utils/net_rap.c 		ret = cli_RNetUserEnum0(cli, user_fn, NULL);
NULL              991 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1010 source3/utils/net_rap.c 			ret = cli_RNetGroupEnum(cli, long_group_fn, NULL);
NULL             1014 source3/utils/net_rap.c 		ret = cli_RNetGroupEnum0(cli, group_fn, NULL);
NULL             1080 source3/utils/net_rap.c 	ret = cli_NetGroupGetUsers(cli, argv[0], group_member_fn, NULL );
NULL             1112 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1182 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1202 source3/utils/net_rap.c 			ret = cli_RNetServiceEnum(cli, long_group_fn, NULL);
NULL             1204 source3/utils/net_rap.c 		ret = cli_RNetServiceEnum(cli, service_fn, NULL);
NULL             1363 source3/utils/net_rap.c 		{NULL, NULL, 0, NULL, NULL}
NULL               42 source3/utils/net_registry.c 	NT_USER_TOKEN *token = NULL;
NULL               43 source3/utils/net_registry.c 	char *hivename = NULL;
NULL               44 source3/utils/net_registry.c 	char *tmp_subkeyname = NULL;
NULL               47 source3/utils/net_registry.c 	if ((hive == NULL) || (subkeyname == NULL)) {
NULL               57 source3/utils/net_registry.c 	if (*subkeyname == NULL) {
NULL               84 source3/utils/net_registry.c 	char *subkey_name = NULL;
NULL               85 source3/utils/net_registry.c 	struct registry_key *hive = NULL;
NULL               88 source3/utils/net_registry.c 	if ((path == NULL) || (key == NULL)) {
NULL              122 source3/utils/net_registry.c 	struct registry_key *key = NULL;
NULL              127 source3/utils/net_registry.c 	char *valname = NULL;
NULL              128 source3/utils/net_registry.c 	struct registry_value *valvalue = NULL;
NULL              178 source3/utils/net_registry.c 	struct registry_key *hivekey = NULL;
NULL              179 source3/utils/net_registry.c 	struct registry_key *subkey = NULL;
NULL              231 source3/utils/net_registry.c 	struct registry_key *hivekey = NULL;
NULL              271 source3/utils/net_registry.c 	struct registry_key *key = NULL;
NULL              272 source3/utils/net_registry.c 	struct registry_value *value = NULL;
NULL              320 source3/utils/net_registry.c 	struct registry_key *key = NULL;
NULL              337 source3/utils/net_registry.c 		value.v.dword = strtoul(argv[3], NULL, 10);
NULL              375 source3/utils/net_registry.c 	struct registry_key *key = NULL;
NULL              410 source3/utils/net_registry.c 	struct registry_key *key = NULL;
NULL              411 source3/utils/net_registry.c 	struct security_descriptor *secdesc = NULL;
NULL              525 source3/utils/net_registry.c 	{ NULL, NULL, 0, NULL, NULL }
NULL              108 source3/utils/net_registry_util.c 	if ((path == NULL) || (hivename == NULL) || (subkeyname == NULL)) {
NULL              117 source3/utils/net_registry_util.c 	if (*hivename == NULL) {
NULL              123 source3/utils/net_registry_util.c 	while ((p != NULL) && (p[1] == '\0')) {
NULL              130 source3/utils/net_registry_util.c 	if ((p == NULL) || (*p == '\0')) {
NULL              138 source3/utils/net_registry_util.c 	if (*subkeyname == NULL) {
NULL               57 source3/utils/net_rpc.c 	struct rpc_pipe_client *lsa_pipe = NULL;
NULL               60 source3/utils/net_rpc.c 	union lsa_PolicyInformation *info = NULL;
NULL              117 source3/utils/net_rpc.c 	struct cli_state *cli = NULL;
NULL              118 source3/utils/net_rpc.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL              264 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id,
NULL              322 source3/utils/net_rpc.c 		sec_channel_type = get_sec_channel_type(NULL);
NULL              365 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id,
NULL              476 source3/utils/net_rpc.c 	union samr_DomainInfo *info = NULL;
NULL              536 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id,
NULL              596 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id,
NULL              740 source3/utils/net_rpc.c 	char *prompt = NULL;
NULL              786 source3/utils/net_rpc.c 	struct GROUP_USERS_INFO_0 *u0 = NULL;
NULL              839 source3/utils/net_rpc.c 	struct NET_DISPLAY_USER *info = NULL;
NULL              840 source3/utils/net_rpc.c 	void *buffer = NULL;
NULL              937 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1012 source3/utils/net_rpc.c 				     argv[0], NULL, NULL, &sid, &type);
NULL             1081 source3/utils/net_rpc.c 	union samr_UserInfo *info = NULL;
NULL             1134 source3/utils/net_rpc.c 	union samr_UserInfo *info = NULL;
NULL             1221 source3/utils/net_rpc.c 	union samr_UserInfo *info = NULL;
NULL             1291 source3/utils/net_rpc.c 		{ "fullname", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1294 source3/utils/net_rpc.c 		{ "homedir", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1297 source3/utils/net_rpc.c 		{ "homedrive", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1300 source3/utils/net_rpc.c 		{ "logonscript", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1303 source3/utils/net_rpc.c 		{ "profilepath", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1306 source3/utils/net_rpc.c 		{ "description", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_str_edit,
NULL             1309 source3/utils/net_rpc.c 		{ "disabled", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_flag_edit,
NULL             1312 source3/utils/net_rpc.c 		{ "autolock", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_flag_edit,
NULL             1315 source3/utils/net_rpc.c 		{ "pwnotreq", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_flag_edit,
NULL             1318 source3/utils/net_rpc.c 		{ "pwnoexp", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_flag_edit,
NULL             1321 source3/utils/net_rpc.c 		{ NULL, NULL, 0, NULL, NULL }
NULL             1333 source3/utils/net_rpc.c 		{ "list", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_list,
NULL             1336 source3/utils/net_rpc.c 		{ "info", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_info,
NULL             1339 source3/utils/net_rpc.c 		{ "show", NULL, &ndr_table_samr.syntax_id, rpc_sh_user_show,
NULL             1342 source3/utils/net_rpc.c 		{ "edit", net_rpc_user_edit_cmds, 0, NULL,
NULL             1345 source3/utils/net_rpc.c 		{ NULL, NULL, 0, NULL, NULL }
NULL             1394 source3/utils/net_rpc.c 	struct samr_RidTypeArray *rids = NULL;
NULL             1401 source3/utils/net_rpc.c 	union samr_UserInfo *info = NULL;
NULL             1577 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             1659 source3/utils/net_rpc.c 	DOM_SID *sids = NULL;
NULL             1660 source3/utils/net_rpc.c 	enum lsa_SidType *types = NULL;
NULL             1661 source3/utils/net_rpc.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             1679 source3/utils/net_rpc.c 				      &name, NULL, 1, &sids, &types);
NULL             1911 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             2110 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             2143 source3/utils/net_rpc.c 	struct samr_SamArray *groups = NULL;
NULL             2229 source3/utils/net_rpc.c 			const char *group = NULL;
NULL             2230 source3/utils/net_rpc.c 			const char *desc = NULL;
NULL             2259 source3/utils/net_rpc.c 			const char *description = NULL;
NULL             2264 source3/utils/net_rpc.c 				union samr_AliasInfo *info = NULL;
NULL             2281 source3/utils/net_rpc.c 			if (description != NULL) {
NULL             2318 source3/utils/net_rpc.c 			const char *description = NULL;
NULL             2323 source3/utils/net_rpc.c 				union samr_AliasInfo *info = NULL;
NULL             2340 source3/utils/net_rpc.c 			if (description != NULL) {
NULL             2356 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             2373 source3/utils/net_rpc.c 	struct samr_RidTypeArray *rids = NULL;
NULL             2642 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             2753 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             2776 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             2808 source3/utils/net_rpc.c 	char *password=NULL; /* don't allow a share password */
NULL             2816 source3/utils/net_rpc.c 	if ((sharename = talloc_strdup(c, argv[0])) == NULL) {
NULL             2985 source3/utils/net_rpc.c 	struct SHARE_INFO_1 *i1 = NULL;
NULL             3088 source3/utils/net_rpc.c 	struct rpc_pipe_client *srvsvc_pipe = NULL;
NULL             3089 source3/utils/net_rpc.c 	struct cli_state *cli_dst = NULL;
NULL             3179 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3299 source3/utils/net_rpc.c 	char *targetpath = NULL;
NULL             3303 source3/utils/net_rpc.c 	if ( !cli_resolve_path(talloc_tos(), "", NULL, cp_clistate->cli_share_src,
NULL             3392 source3/utils/net_rpc.c 	char *dst = NULL;
NULL             3395 source3/utils/net_rpc.c 	if (dst == NULL) {
NULL             3436 source3/utils/net_rpc.c 		cp_clistate.cli_share_src = NULL;
NULL             3437 source3/utils/net_rpc.c 		cp_clistate.cli_share_dst = NULL;
NULL             3438 source3/utils/net_rpc.c 		cp_clistate.cwd = NULL;
NULL             3454 source3/utils/net_rpc.c 						       NULL, dst, info502.name, "A:");
NULL             3503 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3538 source3/utils/net_rpc.c 	struct rpc_pipe_client *srvsvc_pipe = NULL;
NULL             3539 source3/utils/net_rpc.c 	struct cli_state *cli_dst = NULL;
NULL             3626 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3662 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3667 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3672 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             3720 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             3742 source3/utils/net_rpc.c 	if (server_aliases == NULL)
NULL             3760 source3/utils/net_rpc.c 	struct samr_SamArray *groups = NULL;
NULL             3811 source3/utils/net_rpc.c 			alias.members = NULL;
NULL             4037 source3/utils/net_rpc.c 	char *sid_str = NULL;
NULL             4040 source3/utils/net_rpc.c 	gid_t *groups = NULL;
NULL             4073 source3/utils/net_rpc.c 	sid_str = NULL;
NULL             4108 source3/utils/net_rpc.c 		sid_str = NULL;
NULL             4128 source3/utils/net_rpc.c 	TALLOC_CTX *frame = NULL;
NULL             4131 source3/utils/net_rpc.c 	    (c->opt_target_workgroup == NULL)) {
NULL             4139 source3/utils/net_rpc.c 	wbc_status = wbcListUsers(NULL, &num_users, &users);
NULL             4148 source3/utils/net_rpc.c 	if (result == NULL) {
NULL             4165 source3/utils/net_rpc.c 		if (p == NULL) {
NULL             4191 source3/utils/net_rpc.c 	struct user_token *token = NULL;
NULL             4196 source3/utils/net_rpc.c 		if (fgets(line, sizeof(line)-1, f) == NULL) {
NULL             4213 source3/utils/net_rpc.c 			if (token == NULL) {
NULL             4226 source3/utils/net_rpc.c 		if (*tokens == NULL) {
NULL             4235 source3/utils/net_rpc.c 		token->token.user_sids = NULL;
NULL             4254 source3/utils/net_rpc.c 	SEC_DESC *share_sd = NULL;
NULL             4255 source3/utils/net_rpc.c 	SEC_DESC *root_sd = NULL;
NULL             4277 source3/utils/net_rpc.c 	if (share_sd == NULL) {
NULL             4297 source3/utils/net_rpc.c 		if (share_sd != NULL) {
NULL             4309 source3/utils/net_rpc.c 		if (root_sd == NULL) {
NULL             4384 source3/utils/net_rpc.c 	struct user_token *tokens = NULL;
NULL             4395 source3/utils/net_rpc.c 	if (f == NULL) {
NULL             4414 source3/utils/net_rpc.c 	share_list.shares = NULL;
NULL             4457 source3/utils/net_rpc.c 	result = run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             4463 source3/utils/net_rpc.c 	result = run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL             4469 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_srvsvc.syntax_id, 0,
NULL             4477 source3/utils/net_rpc.c 	struct user_token *tokens = NULL;
NULL             4562 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             4624 source3/utils/net_rpc.c 	i2.shi2_passwd		= NULL;
NULL             4687 source3/utils/net_rpc.c 	{ "list", NULL, &ndr_table_srvsvc.syntax_id, rpc_sh_share_list,
NULL             4690 source3/utils/net_rpc.c 	{ "add", NULL, &ndr_table_srvsvc.syntax_id, rpc_sh_share_add,
NULL             4693 source3/utils/net_rpc.c 	{ "delete", NULL, &ndr_table_srvsvc.syntax_id, rpc_sh_share_delete,
NULL             4696 source3/utils/net_rpc.c 	{ "info", NULL, &ndr_table_srvsvc.syntax_id, rpc_sh_share_info,
NULL             4699 source3/utils/net_rpc.c 	{ NULL, NULL, 0, NULL, NULL }
NULL             4757 source3/utils/net_rpc.c 	const char *username=NULL;
NULL             4761 source3/utils/net_rpc.c 	struct FILE_INFO_3 *i3 = NULL;
NULL             4773 source3/utils/net_rpc.c 			     NULL,
NULL             4837 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             4893 source3/utils/net_rpc.c 	result = rpccli_initshutdown_Abort(pipe_hnd, mem_ctx, NULL, NULL);
NULL             4932 source3/utils/net_rpc.c 	result = rpccli_winreg_AbortSystemShutdown(pipe_hnd, mem_ctx, NULL, NULL);
NULL             4965 source3/utils/net_rpc.c 	rc = run_rpc_command(c, NULL, &ndr_table_initshutdown.syntax_id, 0,
NULL             4973 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL             5019 source3/utils/net_rpc.c 	result = rpccli_initshutdown_Init(pipe_hnd, mem_ctx, NULL,
NULL             5021 source3/utils/net_rpc.c 			NULL);
NULL             5074 source3/utils/net_rpc.c 	result = rpccli_winreg_InitiateSystemShutdown(pipe_hnd, mem_ctx, NULL,
NULL             5112 source3/utils/net_rpc.c 	rc = run_rpc_command(c, NULL, &ndr_table_initshutdown.syntax_id, 0,
NULL             5117 source3/utils/net_rpc.c 		rc = run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL             5275 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             5327 source3/utils/net_rpc.c 	if (acct_name == NULL)
NULL             5428 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_samr.syntax_id, 0,
NULL             5442 source3/utils/net_rpc.c 	char *dc_name = NULL;
NULL             5443 source3/utils/net_rpc.c 	const char *buffer = NULL;
NULL             5469 source3/utils/net_rpc.c 				       NULL);
NULL             5496 source3/utils/net_rpc.c 	struct cli_state *cli = NULL;
NULL             5498 source3/utils/net_rpc.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             5507 source3/utils/net_rpc.c 	union lsa_PolicyInformation *info = NULL;
NULL             5740 source3/utils/net_rpc.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             5741 source3/utils/net_rpc.c 	char *cleartextpwd = NULL;
NULL             5766 source3/utils/net_rpc.c 	if (cleartextpwd == NULL) {
NULL             5796 source3/utils/net_rpc.c 	struct cli_state *cli = NULL;
NULL             5797 source3/utils/net_rpc.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             5799 source3/utils/net_rpc.c 	const char *domain_name = NULL;
NULL             5802 source3/utils/net_rpc.c 	union lsa_PolicyInformation *info = NULL;
NULL             5947 source3/utils/net_rpc.c 	struct cli_state *cli = NULL, *remote_cli = NULL;
NULL             5948 source3/utils/net_rpc.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL             5950 source3/utils/net_rpc.c 	const char *domain_name = NULL;
NULL             5954 source3/utils/net_rpc.c 	union lsa_PolicyInformation *info = NULL;
NULL             5964 source3/utils/net_rpc.c 	struct samr_SamArray *trusts = NULL;
NULL             6278 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             6295 source3/utils/net_rpc.c 	char *server_name = NULL;
NULL             6299 source3/utils/net_rpc.c 	if (!net_find_server(c, NULL, flags, &server_ss, &server_name))
NULL             6302 source3/utils/net_rpc.c 	if ((cli = cli_initialise()) == NULL) {
NULL             6333 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id,
NULL             6367 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             6378 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id,
NULL             6419 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6425 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6431 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6436 source3/utils/net_rpc.c 	ret = run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6442 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6473 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6503 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6533 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6563 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6593 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6663 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             6689 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6714 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6739 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6763 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6788 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6813 source3/utils/net_rpc.c 	return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6866 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             6878 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             6970 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL             6981 source3/utils/net_rpc.c 		return run_rpc_command(c, NULL, &ndr_table_spoolss.syntax_id, 0,
NULL             7180 source3/utils/net_rpc.c 		{NULL, NULL, 0, NULL, NULL}
NULL               46 source3/utils/net_rpc_audit.c 	if (policy == NULL) {
NULL               49 source3/utils/net_rpc_audit.c 	if (value == NULL) {
NULL               75 source3/utils/net_rpc_audit.c 	union lsa_PolicyInformation *info = NULL;
NULL              109 source3/utils/net_rpc_audit.c 		const char *val = NULL, *policy = NULL;
NULL              143 source3/utils/net_rpc_audit.c 	union lsa_PolicyInformation *info = NULL;
NULL              229 source3/utils/net_rpc_audit.c 	union lsa_PolicyInformation *info = NULL;
NULL              313 source3/utils/net_rpc_audit.c 	union lsa_PolicyInformation *info = NULL;
NULL              376 source3/utils/net_rpc_audit.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              392 source3/utils/net_rpc_audit.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              408 source3/utils/net_rpc_audit.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              424 source3/utils/net_rpc_audit.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              440 source3/utils/net_rpc_audit.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              490 source3/utils/net_rpc_audit.c 		{NULL, NULL, 0, NULL, NULL}
NULL               50 source3/utils/net_rpc_join.c 	struct cli_state *cli = NULL;
NULL               51 source3/utils/net_rpc_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL               52 source3/utils/net_rpc_join.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL              141 source3/utils/net_rpc_join.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL              151 source3/utils/net_rpc_join.c 	char *clear_trust_password = NULL;
NULL              160 source3/utils/net_rpc_join.c 	const char *domain = NULL;
NULL              165 source3/utils/net_rpc_join.c 	union lsa_PolicyInformation *info = NULL;
NULL              173 source3/utils/net_rpc_join.c 		sec_channel_type = get_sec_channel_type(NULL);
NULL              263 source3/utils/net_rpc_join.c 	if ((acct_name = talloc_asprintf(mem_ctx, "%s$", global_myname())) == NULL) {
NULL              495 source3/utils/net_rpc_join.c 	nt_status = net_rpc_join_ok(c, c->opt_target_workgroup, NULL, NULL);
NULL               33 source3/utils/net_rpc_printer.c 	{NULL,                   "",		-1 }
NULL               63 source3/utils/net_rpc_printer.c 	for (i=0; r->dependent_files[i] != NULL; i++) {
NULL              104 source3/utils/net_rpc_printer.c 		if (!W_ERROR_IS_OK(reg_pull_multi_sz(NULL, value.data_p,
NULL              153 source3/utils/net_rpc_printer.c 	SEC_DESC *sd = NULL;
NULL              194 source3/utils/net_rpc_printer.c 		if (!cli_getattrE(cli_share_src, fnum_src, &attr, NULL,
NULL              309 source3/utils/net_rpc_printer.c 	char *data = NULL;
NULL              316 source3/utils/net_rpc_printer.c 	if (cli_share_src == NULL || cli_share_dst == NULL)
NULL              594 source3/utils/net_rpc_printer.c 	if (r == NULL) {
NULL              622 source3/utils/net_rpc_printer.c 	for (i=0; r->dependent_files[i] != NULL; i++) {
NULL             1052 source3/utils/net_rpc_printer.c 		if (!net_spoolss_enum_printers(pipe_hnd, mem_ctx, NULL,
NULL             1068 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd, NULL);
NULL             1072 source3/utils/net_rpc_printer.c 	rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd, NULL);
NULL             1169 source3/utils/net_rpc_printer.c         for (i=0; archi_table[i].long_archi!=NULL; i++) {
NULL             1301 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd, NULL);
NULL             1426 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd, NULL);
NULL             1465 source3/utils/net_rpc_printer.c 	struct rpc_pipe_client *pipe_hnd_dst = NULL;
NULL             1468 source3/utils/net_rpc_printer.c 	struct cli_state *cli_dst = NULL;
NULL             1538 source3/utils/net_rpc_printer.c 		info_dst.info2.devmode = NULL;
NULL             1552 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1556 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1566 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1570 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1611 source3/utils/net_rpc_printer.c 	struct rpc_pipe_client *pipe_hnd_dst = NULL;
NULL             1617 source3/utils/net_rpc_printer.c 	struct cli_state *cli_dst = NULL;
NULL             1716 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1720 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1729 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1732 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1773 source3/utils/net_rpc_printer.c 	struct rpc_pipe_client *pipe_hnd_dst = NULL;
NULL             1778 source3/utils/net_rpc_printer.c 	struct cli_state *cli_dst = NULL;
NULL             1779 source3/utils/net_rpc_printer.c 	struct cli_state *cli_share_src = NULL;
NULL             1780 source3/utils/net_rpc_printer.c 	struct cli_state *cli_share_dst = NULL;
NULL             1781 source3/utils/net_rpc_printer.c 	const char *drivername = NULL;
NULL             1860 source3/utils/net_rpc_printer.c 	        for (i=0; archi_table[i].long_archi!=NULL; i++) {
NULL             1917 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1922 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1931 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             1934 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             1983 source3/utils/net_rpc_printer.c 	struct cli_state *cli_dst = NULL;
NULL             1986 source3/utils/net_rpc_printer.c 	struct rpc_pipe_client *pipe_hnd_dst = NULL;
NULL             2041 source3/utils/net_rpc_printer.c 				rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             2080 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             2084 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             2092 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             2095 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             2139 source3/utils/net_rpc_printer.c 	struct rpc_pipe_client *pipe_hnd_dst = NULL;
NULL             2144 source3/utils/net_rpc_printer.c 	struct cli_state *cli_dst = NULL;
NULL             2145 source3/utils/net_rpc_printer.c 	char *devicename = NULL, *unc_name = NULL, *url = NULL;
NULL             2147 source3/utils/net_rpc_printer.c 	const char **keylist = NULL;
NULL             2186 source3/utils/net_rpc_printer.c 		uint8_t *buffer = NULL;
NULL             2187 source3/utils/net_rpc_printer.c 		const char *value_name = NULL;
NULL             2246 source3/utils/net_rpc_printer.c 		if (info_enum[i].info2.devmode != NULL) {
NULL             2253 source3/utils/net_rpc_printer.c 			info_dst.info2.secdesc = NULL;
NULL             2363 source3/utils/net_rpc_printer.c 		if (keylist == NULL)
NULL             2366 source3/utils/net_rpc_printer.c 		for (i=0; keylist && keylist[i] != NULL; i++) {
NULL             2442 source3/utils/net_rpc_printer.c 						value.data_p = NULL;
NULL             2492 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             2496 source3/utils/net_rpc_printer.c 			rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL             2509 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd, mem_ctx, &hnd_src, NULL);
NULL             2512 source3/utils/net_rpc_printer.c 		rpccli_spoolss_ClosePrinter(pipe_hnd_dst, mem_ctx, &hnd_dst, NULL);
NULL               30 source3/utils/net_rpc_registry.c 	char *hivename = NULL;
NULL               31 source3/utils/net_rpc_registry.c 	char *tmp_keyname = NULL;
NULL               41 source3/utils/net_rpc_registry.c 	if (*key_name == NULL) {
NULL              101 source3/utils/net_rpc_registry.c 				       access_mask, key_hnd, NULL);
NULL              103 source3/utils/net_rpc_registry.c 		rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, hive_hnd, NULL);
NULL              135 source3/utils/net_rpc_registry.c 		&max_valbufsize, &secdescsize, &last_changed_time, NULL );
NULL              185 source3/utils/net_rpc_registry.c 		classes[i] = NULL;
NULL              249 source3/utils/net_rpc_registry.c 		&max_valbufsize, &secdescsize, &last_changed_time, NULL );
NULL              270 source3/utils/net_rpc_registry.c 		uint8 *data = NULL;
NULL              301 source3/utils/net_rpc_registry.c 		if (name_buf.name == NULL) {
NULL              342 source3/utils/net_rpc_registry.c 					    sec_info, sd, NULL);
NULL              367 source3/utils/net_rpc_registry.c 					blob.data, blob.length, NULL);
NULL              401 source3/utils/net_rpc_registry.c 		value.v.dword = strtoul(argv[3], NULL, 10);
NULL              423 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &key_hnd, NULL);
NULL              424 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
NULL              438 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              469 source3/utils/net_rpc_registry.c 					   valuename, NULL);
NULL              476 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &key_hnd, NULL);
NULL              477 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
NULL              491 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              509 source3/utils/net_rpc_registry.c 	struct registry_value *value = NULL;
NULL              511 source3/utils/net_rpc_registry.c 	uint8_t *data = NULL;
NULL              540 source3/utils/net_rpc_registry.c 					  NULL);
NULL              557 source3/utils/net_rpc_registry.c 					  NULL);
NULL              575 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, tmp_ctx, &key_hnd, NULL);
NULL              576 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, tmp_ctx, &hive_hnd, NULL);
NULL              606 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              633 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              670 source3/utils/net_rpc_registry.c 					 keyclass, 0, REG_KEY_READ, NULL,
NULL              671 source3/utils/net_rpc_registry.c 					 &key_hnd, &action, NULL);
NULL              675 source3/utils/net_rpc_registry.c 		rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
NULL              691 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &key_hnd, NULL);
NULL              692 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
NULL              705 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              736 source3/utils/net_rpc_registry.c 	status = rpccli_winreg_DeleteKey(pipe_hnd, mem_ctx, &hive_hnd, key, NULL);
NULL              737 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &hive_hnd, NULL);
NULL              754 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              774 source3/utils/net_rpc_registry.c 	char **names = NULL, **classes = NULL;
NULL              775 source3/utils/net_rpc_registry.c 	NTTIME **modtimes = NULL;
NULL              777 source3/utils/net_rpc_registry.c 	struct registry_value **values = NULL;
NULL              817 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_key, NULL);
NULL              818 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_hive, NULL);
NULL              829 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              864 source3/utils/net_rpc_registry.c 	status = rpccli_winreg_SaveKey( pipe_hnd, mem_ctx, &pol_key, &filename, NULL, NULL);
NULL              871 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_key, NULL);
NULL              872 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_hive, NULL);
NULL              882 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL              893 source3/utils/net_rpc_registry.c 	char *data_str = NULL;
NULL              973 source3/utils/net_rpc_registry.c 	REGVAL_CTR *values = NULL;
NULL              974 source3/utils/net_rpc_registry.c 	struct regsubkey_ctr *subkeys = NULL;
NULL              976 source3/utils/net_rpc_registry.c 	char *path = NULL;
NULL             1052 source3/utils/net_rpc_registry.c 	if ((nk = regfio_rootkey( registry )) == NULL) {
NULL             1078 source3/utils/net_rpc_registry.c 	REGF_FILE   *infile = NULL, *outfile = NULL;
NULL             1103 source3/utils/net_rpc_registry.c 	if ((nk = regfio_rootkey( infile )) == NULL) {
NULL             1109 source3/utils/net_rpc_registry.c 	write_registry_tree( infile, nk, NULL, outfile, "" );
NULL             1145 source3/utils/net_rpc_registry.c 	struct KeySecurityData *sd = NULL;
NULL             1192 source3/utils/net_rpc_registry.c 	ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, &sec_desc,
NULL             1203 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_key, NULL);
NULL             1204 source3/utils/net_rpc_registry.c 	rpccli_winreg_CloseKey(pipe_hnd, mem_ctx, &pol_hive, NULL);
NULL             1212 source3/utils/net_rpc_registry.c 	return run_rpc_command(c, NULL, &ndr_table_winreg.syntax_id, 0,
NULL             1310 source3/utils/net_rpc_registry.c 		{NULL, NULL, 0, NULL, NULL}
NULL               32 source3/utils/net_rpc_rights.c 	enum lsa_SidType *sid_types = NULL;
NULL               34 source3/utils/net_rpc_rights.c 	char **domains = NULL, **names = NULL;
NULL               79 source3/utils/net_rpc_rights.c 					 NULL, 1, &sids, &sid_types);
NULL              102 source3/utils/net_rpc_rights.c 	struct lsa_StringLarge *description = NULL;
NULL              325 source3/utils/net_rpc_rights.c 	struct lsa_StringLarge *description = NULL;
NULL              346 source3/utils/net_rpc_rights.c 		if (argv[1] == NULL) {
NULL              351 source3/utils/net_rpc_rights.c 		while ( argv[i] != NULL ) {
NULL              388 source3/utils/net_rpc_rights.c 		if (argv[1] == NULL) {
NULL              393 source3/utils/net_rpc_rights.c 		while (argv[i] != NULL) {
NULL              578 source3/utils/net_rpc_rights.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              599 source3/utils/net_rpc_rights.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              620 source3/utils/net_rpc_rights.c 	return run_rpc_command(c, NULL, &ndr_table_lsarpc.syntax_id, 0,
NULL              654 source3/utils/net_rpc_rights.c 		{NULL, NULL, 0, NULL, NULL}
NULL              697 source3/utils/net_rpc_rights.c 	{ "list", NULL, &ndr_table_lsarpc.syntax_id, rpc_sh_rights_list,
NULL              700 source3/utils/net_rpc_rights.c 	{ "grant", NULL, &ndr_table_lsarpc.syntax_id, rpc_sh_rights_grant,
NULL              703 source3/utils/net_rpc_rights.c 	{ "revoke", NULL, &ndr_table_lsarpc.syntax_id, rpc_sh_rights_revoke,
NULL              706 source3/utils/net_rpc_rights.c 	{ NULL, NULL, 0, NULL, NULL }
NULL              114 source3/utils/net_rpc_samsync.c 	struct samsync_context *ctx = NULL;
NULL              183 source3/utils/net_rpc_samsync.c 	struct samsync_context *ctx = NULL;
NULL              260 source3/utils/net_rpc_samsync.c 	return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id, 0,
NULL              274 source3/utils/net_rpc_samsync.c 	struct samsync_context *ctx = NULL;
NULL              341 source3/utils/net_rpc_samsync.c 	return run_rpc_command(c, NULL, &ndr_table_netlogon.syntax_id, 0,
NULL              356 source3/utils/net_rpc_samsync.c 	struct samsync_context *ctx = NULL;
NULL              416 source3/utils/net_rpc_samsync.c 	struct dssync_context *ctx = NULL;
NULL              474 source3/utils/net_rpc_samsync.c 	struct cli_state *cli = NULL;
NULL               36 source3/utils/net_rpc_service.c 	{ 0,                          NULL }
NULL               95 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              185 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              203 source3/utils/net_rpc_service.c 	struct ENUM_SERVICE_STATUSW *services = NULL;
NULL              208 source3/utils/net_rpc_service.c 	uint8_t *buffer = NULL;
NULL              221 source3/utils/net_rpc_service.c 					      NULL,
NULL              273 source3/utils/net_rpc_service.c 			ndr = ndr_pull_init_blob(&blob, mem_ctx, NULL);
NULL              274 source3/utils/net_rpc_service.c 			if (ndr == NULL) {
NULL              295 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              328 source3/utils/net_rpc_service.c 					      NULL,
NULL              418 source3/utils/net_rpc_service.c         rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              419 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              451 source3/utils/net_rpc_service.c 					      NULL,
NULL              463 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              495 source3/utils/net_rpc_service.c 					      NULL,
NULL              507 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              539 source3/utils/net_rpc_service.c 					      NULL,
NULL              551 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              581 source3/utils/net_rpc_service.c 					      NULL,
NULL              609 source3/utils/net_rpc_service.c 					     NULL,
NULL              625 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              626 source3/utils/net_rpc_service.c 	rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              655 source3/utils/net_rpc_service.c 					      NULL,
NULL              696 source3/utils/net_rpc_service.c 		rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              699 source3/utils/net_rpc_service.c 		rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              732 source3/utils/net_rpc_service.c 					      NULL,
NULL              757 source3/utils/net_rpc_service.c 					      NULL, /* LoadOrderGroupKey */
NULL              758 source3/utils/net_rpc_service.c 					      NULL, /* TagId */
NULL              759 source3/utils/net_rpc_service.c 					      NULL, /* dependencies */
NULL              761 source3/utils/net_rpc_service.c 					      NULL, /* service_start_name */
NULL              762 source3/utils/net_rpc_service.c 					      NULL, /* password */
NULL              777 source3/utils/net_rpc_service.c 		rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hService, NULL);
NULL              780 source3/utils/net_rpc_service.c 		rpccli_svcctl_CloseServiceHandle(pipe_hnd, mem_ctx, &hSCM, NULL);
NULL              798 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              814 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              830 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              846 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              862 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              878 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              894 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              910 source3/utils/net_rpc_service.c 	return run_rpc_command(c, NULL, &ndr_table_svcctl.syntax_id, 0,
NULL              985 source3/utils/net_rpc_service.c 		{NULL, NULL, 0, NULL, NULL}
NULL               43 source3/utils/net_rpc_sh_acct.c 	union samr_DomainInfo *info1 = NULL;
NULL               44 source3/utils/net_rpc_sh_acct.c 	union samr_DomainInfo *info3 = NULL;
NULL               45 source3/utils/net_rpc_sh_acct.c 	union samr_DomainInfo *info12 = NULL;
NULL              432 source3/utils/net_rpc_sh_acct.c 		{ "show", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_pol_show,
NULL              434 source3/utils/net_rpc_sh_acct.c 		{ "badpw", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_badpw,
NULL              436 source3/utils/net_rpc_sh_acct.c 		{ "lockduration", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_lockduration,
NULL              438 source3/utils/net_rpc_sh_acct.c 		{ "resetduration", NULL, &ndr_table_samr.syntax_id,
NULL              441 source3/utils/net_rpc_sh_acct.c 		{ "minpwage", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_minpwage,
NULL              443 source3/utils/net_rpc_sh_acct.c 		{ "maxpwage", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_maxpwage,
NULL              445 source3/utils/net_rpc_sh_acct.c 		{ "minpwlen", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_minpwlen,
NULL              447 source3/utils/net_rpc_sh_acct.c 		{ "pwhistlen", NULL, &ndr_table_samr.syntax_id, rpc_sh_acct_set_pwhistlen,
NULL              449 source3/utils/net_rpc_sh_acct.c 		{ NULL, NULL, 0, NULL, NULL }
NULL               38 source3/utils/net_rpc_shell.c 	char **cmds = NULL;
NULL               43 source3/utils/net_rpc_shell.c 		return NULL;
NULL               46 source3/utils/net_rpc_shell.c 	ADD_TO_ARRAY(NULL, char *, SMB_STRDUP(text), &cmds, &n_cmds);
NULL               48 source3/utils/net_rpc_shell.c 	for (c = this_ctx->cmds; c->name != NULL; c++) {
NULL               52 source3/utils/net_rpc_shell.c 			ADD_TO_ARRAY(NULL, char *, SMB_STRDUP(c->name),
NULL               63 source3/utils/net_rpc_shell.c 	ADD_TO_ARRAY(NULL, char *, NULL, &cmds, &n_cmds);
NULL               76 source3/utils/net_rpc_shell.c 	if (mem_ctx == NULL) {
NULL              114 source3/utils/net_rpc_shell.c 		    (this_ctx->parent != NULL)) {
NULL              127 source3/utils/net_rpc_shell.c 		for (cmd = ctx->cmds; cmd->name != NULL; cmd++) {
NULL              136 source3/utils/net_rpc_shell.c 	for (cmd = ctx->cmds; cmd->name != NULL; cmd++) {
NULL              142 source3/utils/net_rpc_shell.c 	if (cmd->name == NULL) {
NULL              149 source3/utils/net_rpc_shell.c 	if (new_ctx == NULL) {
NULL              158 source3/utils/net_rpc_shell.c 	if (cmd->sub != NULL) {
NULL              161 source3/utils/net_rpc_shell.c 		new_ctx->cmds = NULL;
NULL              171 source3/utils/net_rpc_shell.c 	if (cmd->sub != NULL) {
NULL              191 source3/utils/net_rpc_shell.c 	{ "info", NULL, &ndr_table_samr.syntax_id, rpc_sh_info,
NULL              194 source3/utils/net_rpc_shell.c 	{ "rights", net_rpc_rights_cmds, 0, NULL,
NULL              197 source3/utils/net_rpc_shell.c 	{ "share", net_rpc_share_cmds, 0, NULL,
NULL              200 source3/utils/net_rpc_shell.c 	{ "user", net_rpc_user_cmds, 0, NULL,
NULL              203 source3/utils/net_rpc_shell.c 	{ "account", net_rpc_acct_cmds, 0, NULL,
NULL              206 source3/utils/net_rpc_shell.c 	{ NULL, NULL, 0, NULL, NULL }
NULL              229 source3/utils/net_rpc_shell.c 	ctx = TALLOC_P(NULL, struct rpc_sh_ctx);
NULL              230 source3/utils/net_rpc_shell.c 	if (ctx == NULL) {
NULL              244 source3/utils/net_rpc_shell.c 	ctx->parent = NULL;
NULL              258 source3/utils/net_rpc_shell.c 		char *prompt = NULL;
NULL              259 source3/utils/net_rpc_shell.c 		char *line = NULL;
NULL              266 source3/utils/net_rpc_shell.c 		line = smb_readline(prompt, NULL, completion_fn);
NULL              269 source3/utils/net_rpc_shell.c 		if (line == NULL) {
NULL               33 source3/utils/net_sam.c 	struct samu *sam_acct = NULL;
NULL               57 source3/utils/net_sam.c 	if ( !(sam_acct = samu_new( NULL )) ) {
NULL              135 source3/utils/net_sam.c 	struct samu *sam_acct = NULL;
NULL              162 source3/utils/net_sam.c 	if ( !(sam_acct = samu_new( NULL )) ) {
NULL              227 source3/utils/net_sam.c 	struct samu *sam_acct = NULL;
NULL              252 source3/utils/net_sam.c 	if ( !(sam_acct = samu_new( NULL )) ) {
NULL              265 source3/utils/net_sam.c 		pdb_set_pass_last_set_time(sam_acct, time(NULL), PDB_CHANGED);
NULL              440 source3/utils/net_sam.c 		{NULL, NULL, 0, NULL, NULL}
NULL              452 source3/utils/net_sam.c 	const char *account_policy = NULL;
NULL              520 source3/utils/net_sam.c 	const char *account_policy = NULL;
NULL              615 source3/utils/net_sam.c                 {NULL, NULL, 0, NULL, NULL}
NULL              778 source3/utils/net_sam.c 		{NULL, NULL, 0, NULL, NULL}
NULL              802 source3/utils/net_sam.c 			&dom, &name, NULL, NULL)) {
NULL              813 source3/utils/net_sam.c 			NULL, NULL, NULL, NULL)) {
NULL              854 source3/utils/net_sam.c 	if (grp == NULL) {
NULL              888 source3/utils/net_sam.c                         NULL, NULL, NULL, NULL)) {
NULL              916 source3/utils/net_sam.c 	if (grp == NULL) {
NULL             1036 source3/utils/net_sam.c 	if ( !lookup_name(talloc_tos(), groupname, LOOKUP_NAME_ALL, NULL,
NULL             1037 source3/utils/net_sam.c 			  NULL, &sid, &type)) {
NULL             1138 source3/utils/net_sam.c 	const char *memberdomain = NULL;
NULL             1139 source3/utils/net_sam.c 	const char *membername = NULL;
NULL             1156 source3/utils/net_sam.c 			 &memberdomain, &membername, &member, NULL)) {
NULL             1180 source3/utils/net_sam.c 	if (membername != NULL) {
NULL             1215 source3/utils/net_sam.c 		DOM_SID *members = NULL;
NULL             1231 source3/utils/net_sam.c 				       &dom, &name, NULL)) {
NULL             1262 source3/utils/net_sam.c 	if (search == NULL) {
NULL             1374 source3/utils/net_sam.c 		{NULL, NULL, 0, NULL, NULL}
NULL             1418 source3/utils/net_sam.c 	char *ldap_uri = NULL;
NULL             1427 source3/utils/net_sam.c 	const char *rfc2307bis_str = NULL; /* for lp_parm_string return value */
NULL             1436 source3/utils/net_sam.c 	tc = talloc_new(NULL);
NULL             1442 source3/utils/net_sam.c 	if ((ldap_bk = talloc_strdup(tc, lp_passdb_backend())) == NULL) {
NULL             1475 source3/utils/net_sam.c 	if (!NT_STATUS_IS_OK(smbldap_init(tc, NULL, ldap_uri, &ls))) {
NULL             1482 source3/utils/net_sam.c 	rfc2307bis_str = lp_parm_const_string(-1,"ldapsam","editposix_rfc2307bis",NULL); /* get option */
NULL             1488 source3/utils/net_sam.c 		LDAPMod **mods = NULL;
NULL             1551 source3/utils/net_sam.c 		LDAPMod **mods = NULL;
NULL             1618 source3/utils/net_sam.c 		LDAPMod **mods = NULL;
NULL             1695 source3/utils/net_sam.c 		LDAPMod **mods = NULL;
NULL             1711 source3/utils/net_sam.c 			if ((pwd = talloc(tc, struct passwd)) == NULL) {
NULL             1747 source3/utils/net_sam.c 		if ((pwd->pw_dir != NULL) && (pwd->pw_dir[0] != '\0')) {
NULL             1750 source3/utils/net_sam.c 		if ((pwd->pw_shell != NULL) && (pwd->pw_shell[0] != '\0')) {
NULL             1785 source3/utils/net_sam.c 		LDAPMod **mods = NULL;
NULL             1970 source3/utils/net_sam.c 		{NULL, NULL, 0, NULL, NULL}
NULL               89 source3/utils/net_status.c 	db = db_open(NULL, lock_path("sessionid.tdb"), 0,
NULL               91 source3/utils/net_status.c 	if (db == NULL) {
NULL              192 source3/utils/net_status.c 	ids.entries = NULL;
NULL              194 source3/utils/net_status.c 	db = db_open(NULL, lock_path("sessionid.tdb"), 0,
NULL              196 source3/utils/net_status.c 	if (db == NULL) {
NULL              229 source3/utils/net_status.c 		connections_forall(show_share, NULL);
NULL              262 source3/utils/net_status.c 		{NULL, NULL, 0, NULL, NULL}
NULL               29 source3/utils/net_time.c 	struct cli_state *cli = NULL;
NULL               75 source3/utils/net_time.c 			      c->opt_have_ip? &c->opt_dest_ip : NULL, zone);
NULL              110 source3/utils/net_time.c 	time_t t = nettime(c, NULL);
NULL              144 source3/utils/net_time.c 	t = nettime(c, NULL);
NULL              212 source3/utils/net_time.c 		{NULL, NULL, 0, NULL, NULL}
NULL              236 source3/utils/net_time.c 	t = cli_servertime(c->opt_host, c->opt_have_ip? &c->opt_dest_ip : NULL,
NULL              237 source3/utils/net_time.c 			   NULL);
NULL               40 source3/utils/net_usershare.c 	{NULL,(enum usershare_err)-1}
NULL               48 source3/utils/net_usershare.c 	while (us_errs[idx].us_errstr != NULL) {
NULL               57 source3/utils/net_usershare.c 	SMB_ASSERT(result != NULL);
NULL              136 source3/utils/net_usershare.c 		return NULL;
NULL              157 source3/utils/net_usershare.c 	if ((sharename = strdup_lower(argv[0])) == NULL) {
NULL              209 source3/utils/net_usershare.c 	struct file_list *fl = NULL;
NULL              317 source3/utils/net_usershare.c 	char **lines = NULL;
NULL              323 source3/utils/net_usershare.c 	SEC_DESC *psd = NULL;
NULL              325 source3/utils/net_usershare.c 	char *sharepath = NULL;
NULL              326 source3/utils/net_usershare.c 	char *comment = NULL;
NULL              374 source3/utils/net_usershare.c 	lines = fd_lines_load(fd, &numlines, 10240, NULL);
NULL              377 source3/utils/net_usershare.c 	if (lines == NULL) {
NULL              785 source3/utils/net_usershare.c 		if (pcolon == NULL) {
NULL              818 source3/utils/net_usershare.c 		if ((name = talloc_strndup(ctx, pacl, pcolon - pacl)) == NULL) {
NULL              938 source3/utils/net_usershare.c 		my_argv[1] = NULL;
NULL             1049 source3/utils/net_usershare.c 		{NULL, NULL, 0, NULL, NULL}
NULL               64 source3/utils/net_util.c 	if (ret_domain != NULL) {
NULL               67 source3/utils/net_util.c 	if (ret_name != NULL) {
NULL               70 source3/utils/net_util.c 	if (ret_sid != NULL) {
NULL               73 source3/utils/net_util.c 	if (ret_type != NULL) {
NULL              110 source3/utils/net_util.c 	nt_status = cli_full_connection(cli_ctx, NULL, server_name,
NULL              114 source3/utils/net_util.c 					c->opt_password, flags, Undefined, NULL);
NULL              160 source3/utils/net_util.c 			*cli_ctx = NULL;
NULL              195 source3/utils/net_util.c 					"", 0, Undefined, NULL);
NULL              211 source3/utils/net_util.c 	char *user_and_realm = NULL;
NULL              214 source3/utils/net_util.c 		return NULL;
NULL              220 source3/utils/net_util.c 			user_and_realm = NULL;
NULL              236 source3/utils/net_util.c 	char *user_and_realm = NULL;
NULL              249 source3/utils/net_util.c 	nt_status = cli_full_connection(cli_ctx, NULL, server_name,
NULL              255 source3/utils/net_util.c 					Undefined, NULL);
NULL              272 source3/utils/net_util.c 			*cli_ctx = NULL;
NULL              294 source3/utils/net_util.c 	struct cli_state *cli_tmp = NULL;
NULL              295 source3/utils/net_util.c 	struct rpc_pipe_client *pipe_hnd = NULL;
NULL              297 source3/utils/net_util.c 	if (server_name == NULL) {
NULL              303 source3/utils/net_util.c 		if ((server_name = SMB_STRDUP(c->opt_destination)) == NULL) {
NULL              309 source3/utils/net_util.c 	nt_status = connect_to_ipc(c, &cli_tmp, NULL, server_name);
NULL              337 source3/utils/net_util.c 	char *user_name = NULL;
NULL              345 source3/utils/net_util.c 				c->opt_target_workgroup, NULL, NULL);
NULL              359 source3/utils/net_util.c 	char *user_name = NULL;
NULL              367 source3/utils/net_util.c 				c->opt_target_workgroup, NULL, NULL);
NULL              480 source3/utils/net_util.c 	return net_make_ipc_connection_ex(c, c->opt_workgroup, NULL, NULL, flags, pcli);
NULL              488 source3/utils/net_util.c 	char *server_name = NULL;
NULL              490 source3/utils/net_util.c 	struct cli_state *cli = NULL;
NULL              523 source3/utils/net_util.c 		cli = NULL;
NULL              529 source3/utils/net_util.c 	if (pcli != NULL) {
NULL              540 source3/utils/net_util.c 	char *prompt = NULL;
NULL              541 source3/utils/net_util.c 	const char *pass = NULL;
NULL              548 source3/utils/net_util.c 		return NULL;
NULL              552 source3/utils/net_util.c 		return NULL;
NULL              556 source3/utils/net_util.c 		return NULL;
NULL              571 source3/utils/net_util.c 		for (i=0; table[i].funcname != NULL; i++) {
NULL              582 source3/utils/net_util.c 	for (i=0; table[i].funcname != NULL; i++) {
NULL              596 source3/utils/net_util.c 	for (i=0; table[i].funcname != NULL; i++) {
NULL              617 source3/utils/net_util.c 	struct rpc_pipe_client *dssetup_pipe = NULL;
NULL              632 source3/utils/net_util.c 								  NULL);
NULL               48 source3/utils/netlookup.c 	cs = NULL;
NULL               66 source3/utils/netlookup.c 		return NULL;
NULL               72 source3/utils/netlookup.c 			return NULL;
NULL               80 source3/utils/netlookup.c 		return NULL;
NULL              111 source3/utils/netlookup.c 					NULL);
NULL              118 source3/utils/netlookup.c 		return NULL;
NULL              130 source3/utils/netlookup.c 		return NULL;
NULL              142 source3/utils/netlookup.c 		return NULL;
NULL              163 source3/utils/netlookup.c 	struct con_struct *csp = NULL;
NULL              168 source3/utils/netlookup.c 	*ppdomain = NULL;
NULL              169 source3/utils/netlookup.c 	*ppname = NULL;
NULL              172 source3/utils/netlookup.c 	if (csp == NULL) {
NULL              203 source3/utils/netlookup.c 	struct con_struct *csp = NULL;
NULL              204 source3/utils/netlookup.c 	DOM_SID *sids = NULL;
NULL              205 source3/utils/netlookup.c 	enum lsa_SidType *types = NULL;
NULL              208 source3/utils/netlookup.c 	if (csp == NULL) {
NULL              216 source3/utils/netlookup.c 					        NULL, 1,
NULL              157 source3/utils/nmblookup.c 	struct sockaddr_storage *ip_list=NULL;
NULL              165 source3/utils/nmblookup.c 				     &bcast_addr, &count, &flags, NULL);
NULL              185 source3/utils/nmblookup.c 					     &bcast_ss,&count, &flags, NULL);
NULL              205 source3/utils/nmblookup.c 					NULL, 0,
NULL              224 source3/utils/nmblookup.c 	return (ip_list != NULL);
NULL              243 source3/utils/nmblookup.c 		{ "broadcast", 'B', POPT_ARG_STRING, NULL, 'B', "Specify address to use for broadcasts", "BROADCAST-ADDRESS" },
NULL              244 source3/utils/nmblookup.c 		{ "flags", 'f', POPT_ARG_NONE, NULL, 'f', "List the NMB flags returned" },
NULL              245 source3/utils/nmblookup.c 		{ "unicast", 'U', POPT_ARG_STRING, NULL, 'U', "Specify address to use for unicast" },
NULL              246 source3/utils/nmblookup.c 		{ "master-browser", 'M', POPT_ARG_NONE, NULL, 'M', "Search for a master browser" },
NULL              247 source3/utils/nmblookup.c 		{ "recursion", 'R', POPT_ARG_NONE, NULL, 'R', "Set recursion desired in package" },
NULL              248 source3/utils/nmblookup.c 		{ "status", 'S', POPT_ARG_NONE, NULL, 'S', "Lookup node status as well" },
NULL              249 source3/utils/nmblookup.c 		{ "translate", 'T', POPT_ARG_NONE, NULL, 'T', "Translate IP addresses into names" },
NULL              250 source3/utils/nmblookup.c 		{ "root-port", 'r', POPT_ARG_NONE, NULL, 'r', "Use root port 137 (Win95 only replies to this)" },
NULL              251 source3/utils/nmblookup.c 		{ "lookup-by-ip", 'A', POPT_ARG_NONE, NULL, 'A', "Do a node status on <name> as an IP Address" },
NULL              111 source3/utils/ntlm_auth.c 	{ NUM_HELPER_MODES, NULL, NULL}
NULL              141 source3/utils/ntlm_auth.c 	if (winbindd_request_response(WINBINDD_INFO, NULL, &response) !=
NULL              171 source3/utils/ntlm_auth.c 	if (winbindd_request_response(WINBINDD_DOMAIN_NAME, NULL, &response) !=
NULL              197 source3/utils/ntlm_auth.c 	if (winbindd_request_response(WINBINDD_NETBIOS_NAME, NULL, &response) !=
NULL              215 source3/utils/ntlm_auth.c 	chal = data_blob(NULL, 8);
NULL              387 source3/utils/ntlm_auth.c 			if (request.extra_data.data == NULL) {
NULL              466 source3/utils/ntlm_auth.c 	if(username != NULL)
NULL              468 source3/utils/ntlm_auth.c 	if(domain != NULL)
NULL              526 source3/utils/ntlm_auth.c 	char *error_string = NULL;
NULL              529 source3/utils/ntlm_auth.c 	char *unix_name = NULL;
NULL              542 source3/utils/ntlm_auth.c 			*lm_session_key = data_blob(NULL, 16);
NULL              558 source3/utils/ntlm_auth.c 		ntlmssp_state->auth_context = NULL;
NULL              577 source3/utils/ntlm_auth.c 					NULL, NULL,
NULL              592 source3/utils/ntlm_auth.c 		ntlmssp_state->auth_context = NULL;
NULL              600 source3/utils/ntlm_auth.c 	if ( (opt_username == NULL) || (opt_domain == NULL) ) {
NULL              694 source3/utils/ntlm_auth.c 		if (wb_request.extra_data.data == NULL) {
NULL              715 source3/utils/ntlm_auth.c 				reply->data == NULL) {
NULL              758 source3/utils/ntlm_auth.c 		if (opt_password == NULL) {
NULL              893 source3/utils/ntlm_auth.c 		if (opt_password == NULL) {
NULL              909 source3/utils/ntlm_auth.c 		nt_status = do_ccache_ntlm_auth(empty_blob, empty_blob, NULL);
NULL              916 source3/utils/ntlm_auth.c 	if (opt_password == NULL && !use_cached_creds) {
NULL             1088 source3/utils/ntlm_auth.c 	spnego.negTokenInit.mechTypes[2] = NULL;
NULL             1091 source3/utils/ntlm_auth.c 	spnego.negTokenInit.mechTypes[1] = NULL;
NULL             1119 source3/utils/ntlm_auth.c 	static NTLMSSP_STATE *ntlmssp_state = NULL;
NULL             1126 source3/utils/ntlm_auth.c 	char *user = NULL;
NULL             1127 source3/utils/ntlm_auth.c 	char *domain = NULL;
NULL             1131 source3/utils/ntlm_auth.c 	char *reply_argument = NULL;
NULL             1182 source3/utils/ntlm_auth.c 		if ( (request.negTokenInit.mechTypes == NULL) ||
NULL             1183 source3/utils/ntlm_auth.c 		     (request.negTokenInit.mechTypes[0] == NULL) ) {
NULL             1193 source3/utils/ntlm_auth.c 			if ( request.negTokenInit.mechToken.data == NULL ) {
NULL             1200 source3/utils/ntlm_auth.c 			if ( ntlmssp_state != NULL ) {
NULL             1235 source3/utils/ntlm_auth.c 			struct PAC_DATA *pac_data = NULL;
NULL             1237 source3/utils/ntlm_auth.c 			if ( request.negTokenInit.mechToken.data == NULL ) {
NULL             1261 source3/utils/ntlm_auth.c 				if (domain == NULL) {
NULL             1283 source3/utils/ntlm_auth.c 		if ( (request.negTokenTarg.supportedMech == NULL) ||
NULL             1294 source3/utils/ntlm_auth.c 		if (request.negTokenTarg.responseToken.data == NULL) {
NULL             1362 source3/utils/ntlm_auth.c static NTLMSSP_STATE *client_ntlmssp_state = NULL;
NULL             1370 source3/utils/ntlm_auth.c 	const char *my_mechs[] = {OID_NTLMSSP, NULL};
NULL             1374 source3/utils/ntlm_auth.c 	if (client_ntlmssp_state != NULL) {
NULL             1388 source3/utils/ntlm_auth.c 	if (opt_password == NULL) {
NULL             1435 source3/utils/ntlm_auth.c 	if (client_ntlmssp_state == NULL) {
NULL             1495 source3/utils/ntlm_auth.c 	const char *my_mechs[] = {OID_KERBEROS5_OLD, NULL};
NULL             1498 source3/utils/ntlm_auth.c 	if ( (spnego.negTokenInit.mechListMIC.data == NULL) ||
NULL             1507 source3/utils/ntlm_auth.c 	if (principal == NULL) {
NULL             1516 source3/utils/ntlm_auth.c 	retval = cli_krb5_get_ticket(principal, 0, &tkt, &session_key_krb5, 0, NULL, NULL);
NULL             1519 source3/utils/ntlm_auth.c 		char *user = NULL;
NULL             1524 source3/utils/ntlm_auth.c 		if (opt_password == NULL) {
NULL             1535 source3/utils/ntlm_auth.c 		if ((retval = kerberos_kinit_password(user, opt_password, 0, NULL))) {
NULL             1540 source3/utils/ntlm_auth.c 		retval = cli_krb5_get_ticket(principal, 0, &tkt, &session_key_krb5, 0, NULL, NULL);
NULL             1625 source3/utils/ntlm_auth.c 		if (opt_password == NULL) {
NULL             1664 source3/utils/ntlm_auth.c 		while (*mechType != NULL) {
NULL             1689 source3/utils/ntlm_auth.c 		if (spnego.negTokenTarg.supportedMech == NULL) {
NULL             1774 source3/utils/ntlm_auth.c 			char *error_string = NULL;
NULL             1814 source3/utils/ntlm_auth.c 							      NULL))) {
NULL             1828 source3/utils/ntlm_auth.c 					hex_lm_key = hex_encode_talloc(NULL,
NULL             1838 source3/utils/ntlm_auth.c 					hex_user_session_key = hex_encode_talloc(NULL,
NULL             1892 source3/utils/ntlm_auth.c 		challenge = strhex_to_data_blob(NULL, parameter);
NULL             1900 source3/utils/ntlm_auth.c 		nt_response = strhex_to_data_blob(NULL, parameter);
NULL             1908 source3/utils/ntlm_auth.c 		lm_response = strhex_to_data_blob(NULL, parameter);
NULL             1940 source3/utils/ntlm_auth.c 	static char *full_username = NULL;
NULL             1941 source3/utils/ntlm_auth.c 	static char *username = NULL;
NULL             1942 source3/utils/ntlm_auth.c 	static char *domain = NULL;
NULL             1943 source3/utils/ntlm_auth.c 	static char *newpswd =  NULL;
NULL             1944 source3/utils/ntlm_auth.c 	static char *oldpswd = NULL;
NULL             1953 source3/utils/ntlm_auth.c 			new_nt_pswd = data_blob(NULL, 516);
NULL             1954 source3/utils/ntlm_auth.c 			old_nt_hash_enc = data_blob(NULL, 16);
NULL             1975 source3/utils/ntlm_auth.c 				new_lm_pswd = data_blob(NULL, 516);
NULL             1976 source3/utils/ntlm_auth.c 				old_lm_hash_enc = data_blob(NULL, 16);
NULL             1984 source3/utils/ntlm_auth.c 				new_lm_pswd.data = NULL;
NULL             1986 source3/utils/ntlm_auth.c 				old_lm_hash_enc.data = NULL;
NULL             2005 source3/utils/ntlm_auth.c 			char *error_string = NULL;
NULL             2091 source3/utils/ntlm_auth.c 		new_nt_pswd = strhex_to_data_blob(NULL, parameter);
NULL             2100 source3/utils/ntlm_auth.c 		old_nt_hash_enc = strhex_to_data_blob(NULL, parameter);
NULL             2109 source3/utils/ntlm_auth.c 		new_lm_pswd = strhex_to_data_blob(NULL, parameter);
NULL             2119 source3/utils/ntlm_auth.c 		old_lm_hash_enc = strhex_to_data_blob(NULL, parameter);
NULL             2162 source3/utils/ntlm_auth.c 		if (fgets(tmp, sizeof(tmp)-1, stdin) == NULL) {
NULL             2184 source3/utils/ntlm_auth.c 	} while (c == NULL);
NULL             2208 source3/utils/ntlm_auth.c 	x_setbuf(x_stdout, NULL);
NULL             2209 source3/utils/ntlm_auth.c 	x_setbuf(x_stderr, NULL);
NULL             2247 source3/utils/ntlm_auth.c 	x_setbuf(x_stdout, NULL);
NULL             2265 source3/utils/ntlm_auth.c 					      &error_string, NULL);
NULL             2278 source3/utils/ntlm_auth.c 		hex_lm_key = hex_encode_talloc(NULL, (const unsigned char *)lm_key,
NULL             2286 source3/utils/ntlm_auth.c 		hex_user_session_key = hex_encode_talloc(NULL, (const unsigned char *)user_session_key, 
NULL             2382 source3/utils/ntlm_auth.c 	pc = poptGetContext(NULL, argc, (const char **)argv, long_options, 
NULL             2388 source3/utils/ntlm_auth.c 			opt_challenge = strhex_to_data_blob(NULL, hex_challenge);
NULL             2397 source3/utils/ntlm_auth.c 			opt_lm_response = strhex_to_data_blob(NULL, hex_lm_response);
NULL             2407 source3/utils/ntlm_auth.c 			opt_nt_response = strhex_to_data_blob(NULL, hex_nt_response);
NULL             2444 source3/utils/ntlm_auth.c 	if (opt_domain == NULL) {
NULL             2448 source3/utils/ntlm_auth.c 	if (opt_workstation == NULL) {
NULL               52 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB lm_response = data_blob(NULL, 24);
NULL               53 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB nt_response = data_blob(NULL, 24);
NULL               54 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB session_key = data_blob(NULL, 16);
NULL               75 source3/utils/ntlm_auth_diagnostics.c 	SMBsesskeygen_ntv1(nt_hash, NULL, session_key.data);
NULL              102 source3/utils/ntlm_auth_diagnostics.c 					      &error_string, NULL);
NULL              176 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB nt_response = data_blob(NULL, 24);
NULL              197 source3/utils/ntlm_auth_diagnostics.c 					      NULL,
NULL              201 source3/utils/ntlm_auth_diagnostics.c 					      &error_string, NULL);
NULL              242 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB nt_response = data_blob(NULL, 24);
NULL              243 source3/utils/ntlm_auth_diagnostics.c 	DATA_BLOB session_key = data_blob(NULL, 16);
NULL              260 source3/utils/ntlm_auth_diagnostics.c 	SMBsesskeygen_ntv1(nt_hash, NULL, session_key.data);
NULL              272 source3/utils/ntlm_auth_diagnostics.c 					      &error_string, NULL);
NULL              361 source3/utils/ntlm_auth_diagnostics.c 					      NULL, 
NULL              363 source3/utils/ntlm_auth_diagnostics.c 					      &error_string, NULL);
NULL              471 source3/utils/ntlm_auth_diagnostics.c 	if ((password = strdup_upper(opt_password)) == NULL) {
NULL              476 source3/utils/ntlm_auth_diagnostics.c 	if (!convert_string_allocate(NULL, CH_UNIX,
NULL              514 source3/utils/ntlm_auth_diagnostics.c 					      &error_string, NULL);
NULL              590 source3/utils/ntlm_auth_diagnostics.c 	{NULL, NULL}
NULL               45 source3/utils/passwd_util.c 	if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
NULL               91 source3/utils/pdbedit.c 	if (u_search == NULL) {
NULL              109 source3/utils/pdbedit.c 		if ((username != NULL)
NULL              118 source3/utils/pdbedit.c 		if (user == NULL) {
NULL              134 source3/utils/pdbedit.c 		account = samu_new(NULL);
NULL              135 source3/utils/pdbedit.c 		if (account == NULL) {
NULL              173 source3/utils/pdbedit.c 	GROUP_MAP *maps = NULL;
NULL              202 source3/utils/pdbedit.c 	for (i=1; decode_account_policy_name(i) != NULL; i++) {
NULL              226 source3/utils/pdbedit.c 	for ( i=1; decode_account_policy_name(i) != NULL; i++ ) {
NULL              347 source3/utils/pdbedit.c 	struct samu *sam_pwent = NULL;
NULL              351 source3/utils/pdbedit.c 	sam_pwent = samu_new(NULL);
NULL              398 source3/utils/pdbedit.c 		if (sam_pwent == NULL) {
NULL              457 source3/utils/pdbedit.c 		if (sam_pwent == NULL) {
NULL              508 source3/utils/pdbedit.c 	sam_pwent = samu_new(NULL);
NULL              596 source3/utils/pdbedit.c 	struct samu *sam_pwent = NULL;
NULL              687 source3/utils/pdbedit.c 	char *pwd1 = NULL, *pwd2 = NULL;
NULL              688 source3/utils/pdbedit.c 	char *err = NULL, *msg = NULL;
NULL              689 source3/utils/pdbedit.c 	struct samu *sam_pwent = NULL;
NULL              781 source3/utils/pdbedit.c 	char *err = NULL, *msg = NULL;
NULL              782 source3/utils/pdbedit.c 	struct samu *sam_pwent = NULL;
NULL              881 source3/utils/pdbedit.c 	samaccount = samu_new(NULL);
NULL              910 source3/utils/pdbedit.c 	struct samu *samaccount = NULL;
NULL              918 source3/utils/pdbedit.c 	samaccount = samu_new(NULL);
NULL              962 source3/utils/pdbedit.c 	static char *full_name = NULL;
NULL              963 source3/utils/pdbedit.c 	static char *acct_desc = NULL;
NULL              964 source3/utils/pdbedit.c 	static const char *user_name = NULL;
NULL              965 source3/utils/pdbedit.c 	static char *home_dir = NULL;
NULL              966 source3/utils/pdbedit.c 	static char *home_drive = NULL;
NULL              967 source3/utils/pdbedit.c 	static const char *backend = NULL;
NULL              968 source3/utils/pdbedit.c 	static char *backend_in = NULL;
NULL              969 source3/utils/pdbedit.c 	static char *backend_out = NULL;
NULL              974 source3/utils/pdbedit.c 	static char *logon_script = NULL;
NULL              975 source3/utils/pdbedit.c 	static char *profile_path = NULL;
NULL              976 source3/utils/pdbedit.c 	static char *user_domain = NULL;
NULL              977 source3/utils/pdbedit.c 	static char *account_control = NULL;
NULL              978 source3/utils/pdbedit.c 	static char *account_policy = NULL;
NULL              979 source3/utils/pdbedit.c 	static char *user_sid = NULL;
NULL              980 source3/utils/pdbedit.c 	static char *machine_sid = NULL;
NULL              985 source3/utils/pdbedit.c 	static char *pwd_time_format = NULL;
NULL              993 source3/utils/pdbedit.c 		{"list",	'L', POPT_ARG_NONE, &list_users, 0, "list all users", NULL},
NULL              994 source3/utils/pdbedit.c 		{"verbose",	'v', POPT_ARG_NONE, &verbose, 0, "be verbose", NULL },
NULL              995 source3/utils/pdbedit.c 		{"smbpasswd-style",	'w',POPT_ARG_NONE, &spstyle, 0, "give output in smbpasswd style", NULL},
NULL              997 source3/utils/pdbedit.c 		{"account-desc",	'N', POPT_ARG_STRING, &acct_desc, 0, "set account description", NULL},
NULL              998 source3/utils/pdbedit.c 		{"fullname",	'f', POPT_ARG_STRING, &full_name, 0, "set full name", NULL},
NULL              999 source3/utils/pdbedit.c 		{"homedir",	'h', POPT_ARG_STRING, &home_dir, 0, "set home directory", NULL},
NULL             1000 source3/utils/pdbedit.c 		{"drive",	'D', POPT_ARG_STRING, &home_drive, 0, "set home drive", NULL},
NULL             1001 source3/utils/pdbedit.c 		{"script",	'S', POPT_ARG_STRING, &logon_script, 0, "set logon script", NULL},
NULL             1002 source3/utils/pdbedit.c 		{"profile",	'p', POPT_ARG_STRING, &profile_path, 0, "set profile path", NULL},
NULL             1003 source3/utils/pdbedit.c 		{"domain",	'I', POPT_ARG_STRING, &user_domain, 0, "set a users' domain", NULL},
NULL             1004 source3/utils/pdbedit.c 		{"user SID",	'U', POPT_ARG_STRING, &user_sid, 0, "set user SID or RID", NULL},
NULL             1005 source3/utils/pdbedit.c 		{"machine SID",	'M', POPT_ARG_STRING, &machine_sid, 0, "set machine SID or RID", NULL},
NULL             1006 source3/utils/pdbedit.c 		{"create",	'a', POPT_ARG_NONE, &add_user, 0, "create user", NULL},
NULL             1007 source3/utils/pdbedit.c 		{"modify",	'r', POPT_ARG_NONE, &modify_user, 0, "modify user", NULL},
NULL             1008 source3/utils/pdbedit.c 		{"machine",	'm', POPT_ARG_NONE, &machine, 0, "account is a machine account", NULL},
NULL             1009 source3/utils/pdbedit.c 		{"delete",	'x', POPT_ARG_NONE, &delete_user, 0, "delete user", NULL},
NULL             1010 source3/utils/pdbedit.c 		{"backend",	'b', POPT_ARG_STRING, &backend, 0, "use different passdb backend as default backend", NULL},
NULL             1011 source3/utils/pdbedit.c 		{"import",	'i', POPT_ARG_STRING, &backend_in, 0, "import user accounts from this backend", NULL},
NULL             1012 source3/utils/pdbedit.c 		{"export",	'e', POPT_ARG_STRING, &backend_out, 0, "export user accounts to this backend", NULL},
NULL             1013 source3/utils/pdbedit.c 		{"group",	'g', POPT_ARG_NONE, &transfer_groups, 0, "use -i and -e for groups", NULL},
NULL             1014 source3/utils/pdbedit.c 		{"policies",	'y', POPT_ARG_NONE, &transfer_account_policies, 0, "use -i and -e to move account policies between backends", NULL},
NULL             1015 source3/utils/pdbedit.c 		{"policies-reset",	0, POPT_ARG_NONE, &reset_account_policies, 0, "restore default policies", NULL},
NULL             1016 source3/utils/pdbedit.c 		{"account-policy",	'P', POPT_ARG_STRING, &account_policy, 0,"value of an account policy (like maximum password age)",NULL},
NULL             1017 source3/utils/pdbedit.c 		{"value",       'C', POPT_ARG_LONG, &account_policy_value, 'C',"set the account policy to this value", NULL},
NULL             1018 source3/utils/pdbedit.c 		{"account-control",	'c', POPT_ARG_STRING, &account_control, 0, "Values of account control", NULL},
NULL             1019 source3/utils/pdbedit.c 		{"force-initialized-passwords", 0, POPT_ARG_NONE, &force_initialised_password, 0, "Force initialization of corrupt password strings in a passdb backend", NULL},
NULL             1020 source3/utils/pdbedit.c 		{"bad-password-count-reset", 'z', POPT_ARG_NONE, &badpw_reset, 0, "reset bad password count", NULL},
NULL             1021 source3/utils/pdbedit.c 		{"logon-hours-reset", 'Z', POPT_ARG_NONE, &hours_reset, 0, "reset logon hours", NULL},
NULL             1022 source3/utils/pdbedit.c 		{"time-format", 0, POPT_ARG_STRING, &pwd_time_format, 0, "The time format for time parameters", NULL },
NULL             1023 source3/utils/pdbedit.c 		{"password-from-stdin", 't', POPT_ARG_NONE, &pw_from_stdin, 0, "get password from standard in", NULL},
NULL             1028 source3/utils/pdbedit.c 	bin = bout = NULL;
NULL             1034 source3/utils/pdbedit.c 	pc = poptGetContext(NULL, argc, (const char **) argv, long_options,
NULL             1047 source3/utils/pdbedit.c 	if (user_name == NULL)
NULL             1093 source3/utils/pdbedit.c 	if (!initialize_password_db(False, NULL)) {
NULL             1196 source3/utils/pdbedit.c 				(checkparms & BIT_USER) ? user_name : NULL);
NULL               38 source3/utils/profiles.c 	char *var = NULL;
NULL              136 source3/utils/profiles.c 	werr = regsubkey_ctr_init(NULL, &subkeys);
NULL              201 source3/utils/profiles.c 		{ "change-sid", 'c', POPT_ARG_STRING, NULL, 'c', "Provides SID to change" },
NULL              202 source3/utils/profiles.c 		{ "new-sid", 'n', POPT_ARG_STRING, NULL, 'n', "Provides SID to change to" },
NULL              216 source3/utils/profiles.c 	x_setbuf( x_stderr, NULL );
NULL              286 source3/utils/profiles.c 	if ((nk = regfio_rootkey( infile )) == NULL) {
NULL              291 source3/utils/profiles.c 	if (!copy_registry_tree( infile, nk, NULL, outfile, "")) {
NULL               47 source3/utils/rpccheck.c 		if (strlen(s)==2 && strchr_m(filter, *s)!=NULL && strchr_m(filter, *(s+1))!=NULL) {
NULL               48 source3/utils/rpccheck.c 			d=strtol(s, NULL, 16);
NULL               50 source3/utils/sharesec.c 	{ NULL, 0 },
NULL               60 source3/utils/sharesec.c 	{ NULL, 0 },
NULL              299 source3/utils/sharesec.c 	SEC_DESC *sd = NULL;
NULL              307 source3/utils/sharesec.c 		return NULL;
NULL              313 source3/utils/sharesec.c 		return NULL;
NULL              323 source3/utils/sharesec.c 			return NULL;
NULL              330 source3/utils/sharesec.c 		return NULL;
NULL              333 source3/utils/sharesec.c 		NULL, NULL, NULL, theacl, sd_size);
NULL              344 source3/utils/sharesec.c 		return (((*the_acl) = make_sec_acl(mem_ctx, 3, 1, ace)) != NULL);
NULL              409 source3/utils/sharesec.c 	SEC_DESC *sd = NULL;
NULL              410 source3/utils/sharesec.c 	SEC_DESC *old = NULL;
NULL              517 source3/utils/sharesec.c 	static char *the_acl = NULL;
NULL              529 source3/utils/sharesec.c 		{ "delete", 'D', POPT_ARG_NONE, NULL, 'D', "Delete the entire security descriptor" },
NULL              530 source3/utils/sharesec.c 		{ "view", 'v', POPT_ARG_NONE, NULL, 'v', "View current share permissions" },
NULL              531 source3/utils/sharesec.c 		{ "machine-sid", 'M', POPT_ARG_NONE, NULL, 'M', "Initialize the machine SID" },
NULL              532 source3/utils/sharesec.c 		{ "force", 'F', POPT_ARG_NONE, NULL, 'F', "Force storing the ACL", "ACLS" },
NULL              534 source3/utils/sharesec.c 		{ NULL }
NULL              546 source3/utils/sharesec.c 	x_setbuf( x_stderr, NULL );
NULL               52 source3/utils/smbcacls.c 	{ NULL, 0 },
NULL               59 source3/utils/smbcacls.c 	{ NULL, 0 },
NULL              146 source3/utils/smbcacls.c 					 NULL, 1, &sids, &types);
NULL              166 source3/utils/smbcacls.c 	char *domain = NULL;
NULL              167 source3/utils/smbcacls.c 	char *name = NULL;
NULL              206 source3/utils/smbcacls.c 	char *str = talloc_strdup(NULL, "");
NULL              534 source3/utils/smbcacls.c 			!= NULL);
NULL              553 source3/utils/smbcacls.c 	SEC_DESC *ret = NULL;
NULL              555 source3/utils/smbcacls.c 	DOM_SID *grp_sid=NULL, *owner_sid=NULL;
NULL              556 source3/utils/smbcacls.c 	SEC_ACL *dacl=NULL;
NULL              561 source3/utils/smbcacls.c 			revision = strtol(tok+9, NULL, 16);
NULL              610 source3/utils/smbcacls.c 			    NULL, dacl, &sd_size);
NULL              727 source3/utils/smbcacls.c 				(change_mode == REQUEST_CHOWN) ? &sid : NULL,
NULL              728 source3/utils/smbcacls.c 				(change_mode == REQUEST_CHGRP) ? &sid : NULL,
NULL              729 source3/utils/smbcacls.c 			   NULL, NULL, &sd_size);
NULL              931 source3/utils/smbcacls.c 			   NULL, old->dacl, &sd_size);
NULL              959 source3/utils/smbcacls.c 	struct cli_state *c = NULL;
NULL              973 source3/utils/smbcacls.c 		return NULL;
NULL              986 source3/utils/smbcacls.c 				NULL);
NULL              989 source3/utils/smbcacls.c 		return NULL;
NULL             1000 source3/utils/smbcacls.c 			c = NULL;
NULL             1015 source3/utils/smbcacls.c 	static char *the_acl = NULL;
NULL             1019 source3/utils/smbcacls.c 	char *filename = NULL;
NULL             1023 source3/utils/smbcacls.c 		{ "delete", 'D', POPT_ARG_STRING, NULL, 'D', "Delete an acl", "ACL" },
NULL             1024 source3/utils/smbcacls.c 		{ "modify", 'M', POPT_ARG_STRING, NULL, 'M', "Modify an acl", "ACL" },
NULL             1025 source3/utils/smbcacls.c 		{ "add", 'a', POPT_ARG_STRING, NULL, 'a', "Add an acl", "ACL" },
NULL             1026 source3/utils/smbcacls.c 		{ "set", 'S', POPT_ARG_STRING, NULL, 'S', "Set acls", "ACLS" },
NULL             1027 source3/utils/smbcacls.c 		{ "chown", 'C', POPT_ARG_STRING, NULL, 'C', "Change ownership of a file", "USERNAME" },
NULL             1028 source3/utils/smbcacls.c 		{ "chgrp", 'G', POPT_ARG_STRING, NULL, 'G', "Change group ownership of a file", "GROUPNAME" },
NULL             1050 source3/utils/smbcacls.c 	x_setbuf( x_stderr, NULL );
NULL             1058 source3/utils/smbcacls.c 	if (auth_info == NULL) {
NULL               86 source3/utils/smbcontrol.c 	if (!(te = tevent_add_timer(messaging_event_context(msg_ctx), NULL,
NULL              174 source3/utils/smbcontrol.c 	if ((fp = fopen(path, "r")) == NULL) {
NULL              175 source3/utils/smbcontrol.c 		return NULL;
NULL              186 source3/utils/smbcontrol.c 	void *		    pinfo = NULL;
NULL              187 source3/utils/smbcontrol.c 	unw_addr_space_t    aspace = NULL;
NULL              196 source3/utils/smbcontrol.c 	if (ptrace(PTRACE_ATTACH, pid, NULL, NULL) < 0) {
NULL              204 source3/utils/smbcontrol.c 	waitpid(pid, NULL, 0);
NULL              206 source3/utils/smbcontrol.c 	if (((pinfo = _UPT_create(pid)) == NULL) ||
NULL              207 source3/utils/smbcontrol.c 	    ((aspace = unw_create_addr_space(&_UPT_accessors, 0)) == NULL)) {
NULL              259 source3/utils/smbcontrol.c 	ptrace(PTRACE_DETACH, pid, NULL, NULL);
NULL              366 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_FORCE_ELECTION, NULL, 0);
NULL              377 source3/utils/smbcontrol.c 	char *src_string = procid_str(NULL, &pid);
NULL              394 source3/utils/smbcontrol.c 	if (!send_message(msg_ctx, pid, MSG_PING, NULL, 0))
NULL              397 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_PONG, pong_cb);
NULL              406 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_PONG, NULL);
NULL              507 source3/utils/smbcontrol.c 	if (!send_message(msg_ctx, pid, MSG_REQ_PROFILELEVEL, NULL, 0))
NULL              510 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_PROFILELEVEL, profilelevel_cb);
NULL              511 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_REQ_PROFILELEVEL,
NULL              521 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_PROFILE, NULL);
NULL              539 source3/utils/smbcontrol.c 	if (!send_message(msg_ctx, pid, MSG_REQ_DEBUGLEVEL, NULL, 0))
NULL              542 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_DEBUGLEVEL, print_pid_string_cb);
NULL              551 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_DEBUGLEVEL, NULL);
NULL              724 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SMB_UNLOCK, NULL, 0);
NULL              738 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SMB_BRL_VALIDATE, NULL, 0);
NULL              752 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SMB_SAM_SYNC, NULL, 0);
NULL              766 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SMB_SAM_REPL, NULL, 0);
NULL              780 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_POOL_USAGE, print_string_cb);
NULL              784 source3/utils/smbcontrol.c 	if (!send_message(msg_ctx, pid, MSG_REQ_POOL_USAGE, NULL, 0))
NULL              794 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_POOL_USAGE, NULL);
NULL              810 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_REQ_DMALLOC_MARK, NULL, 0);
NULL              826 source3/utils/smbcontrol.c 			    NULL, 0);
NULL              840 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SHUTDOWN, NULL, 0);
NULL              883 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_WINBIND_ONLINE, NULL, 0);
NULL              926 source3/utils/smbcontrol.c 		SIVAL(buf, 0, time(NULL));
NULL              933 source3/utils/smbcontrol.c 				   NULL, 0);
NULL              964 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_WINBIND_ONLINESTATUS,
NULL              978 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_WINBIND_ONLINESTATUS, NULL);
NULL              996 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_DUMP_EVENT_LIST, NULL, 0);
NULL             1003 source3/utils/smbcontrol.c 	const char *domain = NULL;
NULL             1006 source3/utils/smbcontrol.c 	uint8_t *buf = NULL;
NULL             1022 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_WINBIND_DUMP_DOMAIN_LIST,
NULL             1050 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_WINBIND_DUMP_DOMAIN_LIST, NULL);
NULL             1061 source3/utils/smbcontrol.c 	char *src_string = procid_str(NULL, &pid);
NULL             1079 source3/utils/smbcontrol.c 	messaging_register(msg_ctx, NULL, MSG_WINBIND_VALIDATE_CACHE,
NULL             1093 source3/utils/smbcontrol.c 	messaging_deregister(msg_ctx, MSG_WINBIND_VALIDATE_CACHE, NULL);
NULL             1107 source3/utils/smbcontrol.c 	return send_message(msg_ctx, pid, MSG_SMB_CONF_UPDATED, NULL, 0);
NULL             1199 source3/utils/smbcontrol.c 	{ NULL }
NULL             1314 source3/utils/smbcontrol.c 	{ NULL, '\0', POPT_ARG_CALLBACK, (void *)&smbcontrol_help, '\0',
NULL             1315 source3/utils/smbcontrol.c 	  NULL, NULL },
NULL             1316 source3/utils/smbcontrol.c 	{ "help", '?', 0, NULL, '?', "Show this help message", NULL },
NULL             1317 source3/utils/smbcontrol.c 	{ "usage", '\0', 0, NULL, 'u', "Display brief usage message", NULL },
NULL             1318 source3/utils/smbcontrol.c 	{ NULL }
NULL             1332 source3/utils/smbcontrol.c 		{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, help_options,
NULL             1333 source3/utils/smbcontrol.c 		                        0, "Help options:", NULL },
NULL             1375 source3/utils/smbcontrol.c 	if (argv != NULL) {
NULL             1376 source3/utils/smbcontrol.c 		while (argv[argc] != NULL) {
NULL             1390 source3/utils/smbcontrol.c 	if (!(evt_ctx = tevent_context_init(NULL)) ||
NULL             1391 source3/utils/smbcontrol.c 	    !(msg_ctx = messaging_init(NULL, server_id_self(), evt_ctx))) {
NULL               82 source3/utils/smbcquotas.c 	char **domains = NULL;
NULL               83 source3/utils/smbcquotas.c 	char **names = NULL;
NULL               84 source3/utils/smbcquotas.c 	enum lsa_SidType *types = NULL;
NULL              111 source3/utils/smbcquotas.c 	enum lsa_SidType *types = NULL;
NULL              112 source3/utils/smbcquotas.c 	DOM_SID *sids = NULL;
NULL              121 source3/utils/smbcquotas.c 						  &pol, 1, &str, NULL, 1, &sids, 
NULL              153 source3/utils/smbcquotas.c 	*pp_username_str = NULL;
NULL              159 source3/utils/smbcquotas.c 		if ((p2=strstr(p,":"))==NULL) {
NULL              192 source3/utils/smbcquotas.c 				if ((p2=strstr(p,"/"))==NULL) {
NULL              234 source3/utils/smbcquotas.c 	SMB_NTQUOTA_LIST *qtl = NULL;
NULL              308 source3/utils/smbcquotas.c 					dump_ntquota(&qt,True,numeric,NULL);
NULL              328 source3/utils/smbcquotas.c 					dump_ntquota(&qt,True,numeric,NULL);
NULL              347 source3/utils/smbcquotas.c 					dump_ntquota(&qt,True,numeric,NULL);
NULL              379 source3/utils/smbcquotas.c 		return NULL;
NULL              398 source3/utils/smbcquotas.c 					    NULL);
NULL              401 source3/utils/smbcquotas.c 		return NULL;
NULL              412 source3/utils/smbcquotas.c 			return NULL;
NULL              428 source3/utils/smbcquotas.c 	char *username_str = NULL;
NULL              429 source3/utils/smbcquotas.c 	char *path = NULL;
NULL              430 source3/utils/smbcquotas.c 	char *set_str = NULL;
NULL              441 source3/utils/smbcquotas.c 		{ "user", 'u', POPT_ARG_STRING, NULL, 'u', "Show quotas for user", "user" },
NULL              442 source3/utils/smbcquotas.c 		{ "list", 'L', POPT_ARG_NONE, NULL, 'L', "List user quotas" },
NULL              443 source3/utils/smbcquotas.c 		{ "fs", 'F', POPT_ARG_NONE, NULL, 'F', "Show filesystem quotas" },
NULL              444 source3/utils/smbcquotas.c 		{ "set", 'S', POPT_ARG_STRING, NULL, 'S', "Set acls\n\
NULL              449 source3/utils/smbcquotas.c 		{ "numeric", 'n', POPT_ARG_NONE, NULL, 'n', "Don't resolve sids or limits to names" },
NULL              450 source3/utils/smbcquotas.c 		{ "verbose", 'v', POPT_ARG_NONE, NULL, 'v', "be verbose" },
NULL              451 source3/utils/smbcquotas.c 		{ "test-args", 't', POPT_ARG_NONE, NULL, 'r', "Test arguments"},
NULL              454 source3/utils/smbcquotas.c 		{ NULL }
NULL              465 source3/utils/smbcquotas.c 	x_setbuf( x_stderr, NULL );
NULL              469 source3/utils/smbcquotas.c 	fault_setup(NULL);
NULL              475 source3/utils/smbcquotas.c 	if (smbcquotas_auth_info == NULL) {
NULL              598 source3/utils/smbcquotas.c 			result = do_quota(cli,SMB_USER_FS_QUOTA_TYPE, QUOTA_GET, username_str, NULL);
NULL              601 source3/utils/smbcquotas.c 			result = do_quota(cli,SMB_USER_QUOTA_TYPE, QUOTA_LIST, username_str, NULL);
NULL              604 source3/utils/smbcquotas.c 			result = do_quota(cli,SMB_USER_QUOTA_TYPE, QUOTA_GET, username_str, NULL);
NULL               96 source3/utils/smbfilter.c 				if (mangled != NULL) {
NULL              176 source3/utils/smbfilter.c 		num = sys_select_intr(MAX(s+1, c+1),&fds,NULL,NULL,NULL);
NULL              249 source3/utils/smbfilter.c 		num = sys_select_intr(s+1,&fds,NULL,NULL,NULL);
NULL               48 source3/utils/smbget.c static const char *username = NULL, *password = NULL, *workgroup = NULL;
NULL               94 source3/utils/smbget.c 		if (fgets(tmp, sizeof(tmp), stdin) == NULL) {
NULL              132 source3/utils/smbget.c 		if(errno == ENOTDIR) return smb_download_file(base, name, 1, resume, NULL);
NULL              162 source3/utils/smbget.c 			smb_download_file(base, newname, 1, resume, NULL);
NULL              263 source3/utils/smbget.c 	time_t start_time = time(NULL);
NULL              267 source3/utils/smbget.c 	char *readbuf = NULL;
NULL              453 source3/utils/smbget.c 			print_progress(newpath, start_time, time(NULL), start_offset, curpos, remotestat.st_size);
NULL              493 source3/utils/smbget.c 		(unsigned long)(time(NULL) - total_start_time));
NULL              562 source3/utils/smbget.c 	const char *file = NULL;
NULL              563 source3/utils/smbget.c 	char *rcfile = NULL;
NULL              568 source3/utils/smbget.c 		{"guest", 'a', POPT_ARG_NONE, NULL, 'a', "Work as user guest" },	
NULL              569 source3/utils/smbget.c 		{"encrypt", 'e', POPT_ARG_NONE, NULL, 'e', "Encrypt SMB transport (UNIX extended servers only)" },	
NULL              585 source3/utils/smbget.c 		{"rcfile", 'f', POPT_ARG_STRING, NULL, 'f', "Use specified rc file"},
NULL              643 source3/utils/smbget.c 		SMBCCTX *smb_ctx = smbc_set_context(NULL);
NULL              651 source3/utils/smbget.c 	total_start_time = time(NULL);
NULL               34 source3/utils/smbpasswd.c static char *new_passwd = NULL;
NULL               35 source3/utils/smbpasswd.c static const char *remote_machine = NULL;
NULL               76 source3/utils/smbpasswd.c 	setvbuf(f, NULL, _IOLBF, 0);
NULL              225 source3/utils/smbpasswd.c 		return NULL;
NULL              241 source3/utils/smbpasswd.c 	char *err_str = NULL;
NULL              242 source3/utils/smbpasswd.c 	char *msg_str = NULL;
NULL              244 source3/utils/smbpasswd.c 	if (remote_mach != NULL) {
NULL              297 source3/utils/smbpasswd.c 	char *old_passwd = NULL;
NULL              318 source3/utils/smbpasswd.c 	if(!initialize_password_db(False, NULL)) {
NULL              333 source3/utils/smbpasswd.c 		(remote_machine != NULL))) {
NULL              382 source3/utils/smbpasswd.c 		if ((local_flags & LOCAL_ADD_USER) && (new_passwd == NULL)) {
NULL              399 source3/utils/smbpasswd.c 		if (remote_machine != NULL) {
NULL              415 source3/utils/smbpasswd.c 				struct samu *sampass = NULL;
NULL              417 source3/utils/smbpasswd.c 				sampass = samu_new( NULL );
NULL              428 source3/utils/smbpasswd.c 				if(pdb_get_nt_passwd(sampass) == NULL) {
NULL              435 source3/utils/smbpasswd.c 		if((local_flags & LOCAL_SET_PASSWORD) && (new_passwd == NULL)) {
NULL              455 source3/utils/smbpasswd.c 		struct samu *sampass = NULL;
NULL              457 source3/utils/smbpasswd.c 		sampass = samu_new( NULL );
NULL              492 source3/utils/smbpasswd.c 	struct passwd  *pwd = NULL;
NULL              494 source3/utils/smbpasswd.c 	char *old_pw = NULL;
NULL              495 source3/utils/smbpasswd.c 	char *new_pw = NULL;
NULL              521 source3/utils/smbpasswd.c 	if (remote_machine == NULL) {
NULL              525 source3/utils/smbpasswd.c 	if (remote_machine != NULL) {
NULL               82 source3/utils/smbtree.c 	char *master_workgroup = NULL;
NULL              160 source3/utils/smbtree.c 	mem_ctx = talloc_new(NULL);
NULL              161 source3/utils/smbtree.c 	if (mem_ctx == NULL) {
NULL              211 source3/utils/smbtree.c         if (!(cli = get_ipc_connect(server_name, NULL, user_info)))
NULL              239 source3/utils/smbtree.c                 servers = NULL;
NULL              253 source3/utils/smbtree.c                         shares = NULL;
NULL              297 source3/utils/smbtree.c 	if (auth_info == NULL) {
NULL               48 source3/utils/status.c const char *username = NULL;
NULL              204 source3/utils/status.c 	share_mode = fetch_share_mode_unlocked(NULL, id, "__unspecified__", "__unspecified__");
NULL              284 source3/utils/status.c 		{"processes",	'p', POPT_ARG_NONE,	NULL, 'p', "Show processes only" },
NULL              285 source3/utils/status.c 		{"verbose",	'v', POPT_ARG_NONE, 	NULL, 'v', "Be verbose" },
NULL              286 source3/utils/status.c 		{"locks",	'L', POPT_ARG_NONE,	NULL, 'L', "Show locks only" },
NULL              287 source3/utils/status.c 		{"shares",	'S', POPT_ARG_NONE,	NULL, 'S', "Show shares only" },
NULL              289 source3/utils/status.c 		{"brief",	'b', POPT_ARG_NONE, 	NULL, 'b', "Be brief" },
NULL              290 source3/utils/status.c 		{"profile",     'P', POPT_ARG_NONE, NULL, 'P', "Do profiling" },
NULL              291 source3/utils/status.c 		{"profile-rates", 'R', POPT_ARG_NONE, NULL, 'R', "Show call rates" },
NULL              292 source3/utils/status.c 		{"byterange",	'B', POPT_ARG_NONE,	NULL, 'B', "Include byte range locks"},
NULL              293 source3/utils/status.c 		{"numeric",	'n', POPT_ARG_NONE,	NULL, 'n', "Numeric uid/gid"},
NULL              314 source3/utils/status.c 	pc = poptGetContext(NULL, argc, (const char **) argv, long_options, 
NULL              377 source3/utils/status.c 		msg_ctx = messaging_init(NULL, procid_self(),
NULL              378 source3/utils/status.c 					 event_context_init(NULL));
NULL              379 source3/utils/status.c 		if (msg_ctx == NULL) {
NULL              406 source3/utils/status.c 		db = db_open(NULL, lock_path("sessionid.tdb"), 0,
NULL              419 source3/utils/status.c 			db->traverse_read(db, traverse_sessionid, NULL);
NULL              440 source3/utils/status.c 		connections_forall(traverse_fn1, NULL);
NULL              452 source3/utils/status.c 		db = db_open(NULL, lock_path("locking.tdb"), 0,
NULL              471 source3/utils/status.c 		result = share_mode_forall(print_share_mode, NULL);
NULL              482 source3/utils/status.c 			brl_forall(print_brl, NULL);
NULL               49 source3/utils/status_profile.c 	if (!profile_setup(NULL, True)) {
NULL              487 source3/utils/status_profile.c 	if (!profile_setup(NULL, True)) {
NULL              132 source3/utils/testparm.c 			if((lp_passwd_program() == NULL) ||
NULL              140 source3/utils/testparm.c 				char *truncated_prog = NULL;
NULL              147 source3/utils/testparm.c 						&truncated_prog, NULL);
NULL              159 source3/utils/testparm.c 		if(lp_passwd_chat() == NULL) {
NULL              165 source3/utils/testparm.c 		if ((lp_passwd_program() != NULL) &&
NULL              169 source3/utils/testparm.c 			if(strstr_m(lp_passwd_program(), "%u") == NULL) {
NULL              181 source3/utils/testparm.c 			if(strstr_m( lp_passwd_chat(), "%o")!=NULL) {
NULL              300 source3/utils/testparm.c 	static char *parameter_name = NULL;
NULL              301 source3/utils/testparm.c 	static const char *section_name = NULL;
NULL              302 source3/utils/testparm.c 	static char *new_local_machine = NULL;
NULL              333 source3/utils/testparm.c 	pc = poptGetContext(NULL, argc, argv, long_options, 
NULL               50 source3/web/cgi.c 	char *ret = NULL;
NULL              169 source3/web/cgi.c 		     tok=strtok_r(NULL, "&;", &saveptr)) {
NULL              205 source3/web/cgi.c 		char *dest = NULL;
NULL              214 source3/web/cgi.c 		dest = NULL;
NULL              240 source3/web/cgi.c 	return NULL;
NULL              341 source3/web/cgi.c 	struct passwd *pass = NULL;
NULL              377 source3/web/cgi.c 		      strlen(user_pass), NULL, False)) {
NULL              492 source3/web/cgi.c 		   http_timestring(talloc_tos(), time(NULL)+EXPIRY_TIME));
NULL              523 source3/web/cgi.c 	char *url=NULL;
NULL              610 source3/web/cgi.c 	printf("Date: %s\r\n", http_timestring(talloc_tos(), time(NULL)));
NULL               49 source3/web/diagnose.c 					  &count, &flags, NULL)) != NULL) {
NULL               73 source3/web/diagnose.c 	if ((cli = cli_initialise()) == NULL)
NULL               31 source3/web/neg_lang.c 	char *p = NULL;
NULL               28 source3/web/startstop.c 	char *binfile = NULL;
NULL               40 source3/web/startstop.c 		execl(binfile, binfile, "-D", NULL);
NULL               48 source3/web/startstop.c 	char *binfile = NULL;
NULL               60 source3/web/startstop.c 		execl(binfile, binfile, "-D", NULL);
NULL               68 source3/web/startstop.c 	char *binfile = NULL;
NULL               80 source3/web/startstop.c 		execl(binfile, binfile, NULL);
NULL               48 source3/web/statuspage.c 		for (p = pidmap; p != NULL; p = next) {
NULL               55 source3/web/statuspage.c 		pidmap = NULL;
NULL               66 source3/web/statuspage.c 		if ((newmap = SMB_MALLOC_P(PIDMAP)) == NULL) {
NULL               87 source3/web/statuspage.c 		for (map = pidmap; map != NULL; map = map->next) {
NULL               89 source3/web/statuspage.c 				if (map->machine == NULL)	/* no machine name */
NULL              325 source3/web/statuspage.c 	connections_forall(traverse_fn1, NULL);
NULL              415 source3/web/statuspage.c 	connections_forall(traverse_fn2, NULL);
NULL              424 source3/web/statuspage.c 	connections_forall(traverse_fn3, NULL);
NULL              434 source3/web/statuspage.c 	share_mode_forall(print_share_mode, NULL);
NULL               82 source3/web/swat.c 	char *newstring = NULL;
NULL               83 source3/web/swat.c 	char *p = NULL;
NULL              359 source3/web/swat.c 	const char *heading = NULL;
NULL              360 source3/web/swat.c 	const char *last_heading = NULL;
NULL              533 source3/web/swat.c 			if ((v = cgi_variable(label)) != NULL) {
NULL              919 source3/web/swat.c 		share = NULL;
NULL             1010 source3/web/swat.c 	char *err_str = NULL;
NULL             1011 source3/web/swat.c 	char *msg_str = NULL;
NULL             1018 source3/web/swat.c 	if (remote_machine != NULL) {
NULL             1021 source3/web/swat.c 		if (err_str != NULL)
NULL             1027 source3/web/swat.c 	if(!initialize_password_db(True, NULL)) {
NULL             1099 source3/web/swat.c 		host = NULL;
NULL             1275 source3/web/swat.c 		share = NULL;
NULL             1401 source3/web/swat.c 	fault_setup(NULL);
NULL               41 source3/winbindd/idmap.c static struct idmap_backend *backends = NULL;
NULL               52 source3/winbindd/idmap.c static struct idmap_alloc_backend *alloc_backends = NULL;
NULL               62 source3/winbindd/idmap.c static struct idmap_alloc_context *idmap_alloc_ctx = NULL;
NULL               81 source3/winbindd/idmap.c static struct idmap_domain **idmap_domains = NULL;
NULL               94 source3/winbindd/idmap.c 	return NULL;
NULL              107 source3/winbindd/idmap.c 	return NULL;
NULL              146 source3/winbindd/idmap.c 	for (entry = backends; entry != NULL; entry = entry->next) {
NULL              154 source3/winbindd/idmap.c 	entry = talloc(NULL, struct idmap_backend);
NULL              205 source3/winbindd/idmap.c 	entry = talloc(NULL, struct idmap_alloc_backend);
NULL              248 source3/winbindd/idmap.c 	if (modulename == NULL) {
NULL              253 source3/winbindd/idmap.c 	if (args == NULL) {
NULL              255 source3/winbindd/idmap.c 		*pargs = NULL;
NULL              262 source3/winbindd/idmap.c 	if (args == NULL) {
NULL              289 source3/winbindd/idmap.c 	if (result == NULL) {
NULL              291 source3/winbindd/idmap.c 		return NULL;
NULL              295 source3/winbindd/idmap.c 	if (result->name == NULL) {
NULL              301 source3/winbindd/idmap.c 	if (result->methods == NULL) {
NULL              313 source3/winbindd/idmap.c 	if (result->methods == NULL) {
NULL              331 source3/winbindd/idmap.c 	return NULL;
NULL              356 source3/winbindd/idmap.c 		return NULL;
NULL              362 source3/winbindd/idmap.c 	if (result == NULL) {
NULL              374 source3/winbindd/idmap.c 	return NULL;
NULL              390 source3/winbindd/idmap.c 	struct idmap_domain *result = NULL;
NULL              396 source3/winbindd/idmap.c 	if (config_option == NULL) {
NULL              401 source3/winbindd/idmap.c 	backend = lp_parm_const_string(-1, config_option, "backend", NULL);
NULL              402 source3/winbindd/idmap.c 	if (backend == NULL) {
NULL              407 source3/winbindd/idmap.c 	result = idmap_init_domain(mem_ctx, domname, backend, NULL);
NULL              408 source3/winbindd/idmap.c 	if (result == NULL) {
NULL              418 source3/winbindd/idmap.c 	return NULL;
NULL              431 source3/winbindd/idmap.c 	if (passdb_idmap_domain != NULL) {
NULL              435 source3/winbindd/idmap.c 	passdb_idmap_domain = idmap_init_domain(NULL, get_global_sam_name(),
NULL              436 source3/winbindd/idmap.c 						"passdb", NULL);
NULL              437 source3/winbindd/idmap.c 	if (passdb_idmap_domain == NULL) {
NULL              470 source3/winbindd/idmap.c 	if (default_idmap_domain == NULL) {
NULL              471 source3/winbindd/idmap.c 		default_idmap_domain = idmap_init_default_domain(NULL);
NULL              473 source3/winbindd/idmap.c 	if (default_idmap_domain == NULL) {
NULL              474 source3/winbindd/idmap.c 		return NULL;
NULL              477 source3/winbindd/idmap.c 	if ((domname == NULL) || (domname[0] == '\0')) {
NULL              487 source3/winbindd/idmap.c 	if (idmap_domains == NULL) {
NULL              491 source3/winbindd/idmap.c 		idmap_domains = TALLOC_ARRAY(NULL, struct idmap_domain *, 1);
NULL              494 source3/winbindd/idmap.c 	if (idmap_domains == NULL) {
NULL              496 source3/winbindd/idmap.c 		return NULL;
NULL              500 source3/winbindd/idmap.c 	if (result == NULL) {
NULL              516 source3/winbindd/idmap.c                 idmap_alloc_ctx->methods = NULL;
NULL              518 source3/winbindd/idmap.c         alloc_backends = NULL;
NULL              541 source3/winbindd/idmap.c 	if (idmap_alloc_ctx != NULL) {
NULL              546 source3/winbindd/idmap.c 	idmap_alloc_ctx = talloc(NULL, struct idmap_alloc_context);
NULL              547 source3/winbindd/idmap.c 	if (idmap_alloc_ctx == NULL) {
NULL              553 source3/winbindd/idmap.c 	if ((backend == NULL) || (backend[0] == '\0')) {
NULL              557 source3/winbindd/idmap.c 	if (backend == NULL) {
NULL              571 source3/winbindd/idmap.c 	if (idmap_alloc_ctx->methods == NULL) {
NULL              579 source3/winbindd/idmap.c 	if (idmap_alloc_ctx->methods == NULL) {
NULL              668 source3/winbindd/idmap.c 	dom = idmap_find_domain(NULL);
NULL              669 source3/winbindd/idmap.c 	if (dom == NULL) {
NULL              673 source3/winbindd/idmap.c 	if (dom->methods->set_mapping == NULL) {
NULL              713 source3/winbindd/idmap.c 		ids[1] = NULL;
NULL              738 source3/winbindd/idmap.c 	maps[1] = NULL;
NULL              744 source3/winbindd/idmap.c 	dom = idmap_init_passdb_domain(NULL);
NULL              745 source3/winbindd/idmap.c 	if ((dom != NULL)
NULL              752 source3/winbindd/idmap.c 	if (dom == NULL) {
NULL              768 source3/winbindd/idmap.c 	maps[1] = NULL;
NULL              773 source3/winbindd/idmap.c 		dom = idmap_init_passdb_domain(NULL);
NULL              774 source3/winbindd/idmap.c 		if (dom == NULL) {
NULL              781 source3/winbindd/idmap.c 	if (dom == NULL) {
NULL              792 source3/winbindd/idmap.c 	dom = idmap_find_domain(NULL);
NULL              793 source3/winbindd/idmap.c 	if (dom == NULL) {
NULL              797 source3/winbindd/idmap.c 	if (dom->methods->set_mapping == NULL) {
NULL              809 source3/winbindd/idmap.c 	dom = idmap_find_domain(NULL);
NULL              810 source3/winbindd/idmap.c 	if (dom == NULL) {
NULL              814 source3/winbindd/idmap.c 	if (dom->methods->remove_mapping == NULL) {
NULL               66 source3/winbindd/idmap_ad.c 	char *ldap_server = NULL;
NULL               67 source3/winbindd/idmap_ad.c 	char *realm = NULL;
NULL               75 source3/winbindd/idmap_ad.c 	if (ctx->ads != NULL) {
NULL               78 source3/winbindd/idmap_ad.c 		time_t now = time(NULL);
NULL               88 source3/winbindd/idmap_ad.c 		if ( ads->config.realm && (expire > time(NULL))) {
NULL               96 source3/winbindd/idmap_ad.c 			ctx->ads = NULL;
NULL              115 source3/winbindd/idmap_ad.c 	if (wb_dom == NULL) {
NULL              118 source3/winbindd/idmap_ad.c 		realm = NULL;
NULL              125 source3/winbindd/idmap_ad.c 	if ( (ads = ads_init(realm, dom->name, ldap_server)) == NULL ) {
NULL              132 source3/winbindd/idmap_ad.c 	ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              183 source3/winbindd/idmap_ad.c 		status = ads_check_posix_schema_mapping(NULL, ctx->ads, ctx->ad_map_type, &ctx->ad_schema);
NULL              200 source3/winbindd/idmap_ad.c 	const char *range = NULL;
NULL              201 source3/winbindd/idmap_ad.c 	const char *schema_mode = NULL;	
NULL              203 source3/winbindd/idmap_ad.c 	if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_ad_context)) == NULL ) {
NULL              208 source3/winbindd/idmap_ad.c 	if ( (config_option = talloc_asprintf(ctx, "idmap config %s", dom->name)) == NULL ) {
NULL              215 source3/winbindd/idmap_ad.c 	range = lp_parm_const_string(-1, config_option, "range", NULL);
NULL              229 source3/winbindd/idmap_ad.c 	schema_mode = lp_parm_const_string(-1, config_option, "schema_mode", NULL);
NULL              263 source3/winbindd/idmap_ad.c 	return NULL;	
NULL              280 source3/winbindd/idmap_ad.c 	return NULL;	
NULL              294 source3/winbindd/idmap_ad.c 				NULL, /* uidnumber */
NULL              295 source3/winbindd/idmap_ad.c 				NULL, /* gidnumber */
NULL              296 source3/winbindd/idmap_ad.c 				NULL };
NULL              297 source3/winbindd/idmap_ad.c 	LDAPMessage *res = NULL;
NULL              298 source3/winbindd/idmap_ad.c 	LDAPMessage *entry = NULL;
NULL              299 source3/winbindd/idmap_ad.c 	char *filter = NULL;
NULL              304 source3/winbindd/idmap_ad.c 	char *u_filter = NULL;
NULL              305 source3/winbindd/idmap_ad.c 	char *g_filter = NULL;
NULL              319 source3/winbindd/idmap_ad.c 	if ( (memctx = talloc_new(ctx)) == NULL ) {
NULL              512 source3/winbindd/idmap_ad.c 				NULL, /* attr_uidnumber */
NULL              513 source3/winbindd/idmap_ad.c 				NULL, /* attr_gidnumber */
NULL              514 source3/winbindd/idmap_ad.c 				NULL };
NULL              515 source3/winbindd/idmap_ad.c 	LDAPMessage *res = NULL;
NULL              516 source3/winbindd/idmap_ad.c 	LDAPMessage *entry = NULL;
NULL              517 source3/winbindd/idmap_ad.c 	char *filter = NULL;
NULL              536 source3/winbindd/idmap_ad.c 	if ( (memctx = talloc_new(ctx)) == NULL ) {		
NULL              549 source3/winbindd/idmap_ad.c 	if (ctx->ad_schema == NULL) {
NULL              702 source3/winbindd/idmap_ad.c 	if (ctx->ads != NULL) {
NULL              706 source3/winbindd/idmap_ad.c 		ctx->ads = NULL;
NULL              753 source3/winbindd/idmap_ad.c 	if (e->state != NULL) {
NULL              757 source3/winbindd/idmap_ad.c 		if (dom == NULL) {
NULL              764 source3/winbindd/idmap_ad.c 	if (e->domain != NULL) {
NULL              766 source3/winbindd/idmap_ad.c 		if (dom->name == NULL) {
NULL              772 source3/winbindd/idmap_ad.c 	if (dom->private_data != NULL) {
NULL              777 source3/winbindd/idmap_ad.c 		if (ctx == NULL) {
NULL              830 source3/winbindd/idmap_ad.c 	const char *attrs[] = {NULL, /* attr_homedir */
NULL              831 source3/winbindd/idmap_ad.c 			       NULL, /* attr_shell */
NULL              832 source3/winbindd/idmap_ad.c 			       NULL, /* attr_gecos */
NULL              833 source3/winbindd/idmap_ad.c 			       NULL, /* attr_gidnumber */
NULL              834 source3/winbindd/idmap_ad.c 			       NULL };
NULL              835 source3/winbindd/idmap_ad.c 	char *filter = NULL;
NULL              836 source3/winbindd/idmap_ad.c 	LDAPMessage *msg_internal = NULL;
NULL              839 source3/winbindd/idmap_ad.c 	char *sidstr = NULL;
NULL              939 source3/winbindd/idmap_ad.c 	const char *attrs[] = {NULL, /* attr_uid */
NULL              940 source3/winbindd/idmap_ad.c 			       NULL };
NULL              941 source3/winbindd/idmap_ad.c 	char *filter = NULL;
NULL              942 source3/winbindd/idmap_ad.c 	LDAPMessage *msg = NULL;
NULL              946 source3/winbindd/idmap_ad.c 	struct idmap_ad_context *ctx = NULL;
NULL             1019 source3/winbindd/idmap_ad.c 			       NULL };
NULL             1020 source3/winbindd/idmap_ad.c 	char *filter = NULL;
NULL             1021 source3/winbindd/idmap_ad.c 	LDAPMessage *msg = NULL;
NULL             1026 source3/winbindd/idmap_ad.c 	struct idmap_ad_context *ctx = NULL;
NULL               44 source3/winbindd/idmap_adex/cell_util.c 			return NULL;
NULL               48 source3/winbindd/idmap_adex/cell_util.c 	return NULL;
NULL              104 source3/winbindd/idmap_adex/cell_util.c 	struct gc_info *gc = NULL;
NULL              110 source3/winbindd/idmap_adex/cell_util.c 	if ((gc = TALLOC_ZERO_P(NULL, struct gc_info)) == NULL) {
NULL              142 source3/winbindd/idmap_adex/cell_util.c 	struct likewise_cell *cell = NULL;
NULL              151 source3/winbindd/idmap_adex/cell_util.c 	if ((cell = cell_new()) == NULL) {
NULL              214 source3/winbindd/idmap_adex/cell_util.c 	char *domain = NULL;
NULL              215 source3/winbindd/idmap_adex/cell_util.c 	char *dns_name = NULL;
NULL              217 source3/winbindd/idmap_adex/cell_util.c 	char *buffer = NULL;
NULL               33 source3/winbindd/idmap_adex/domain_util.c static struct dc_info *_dc_server_list = NULL;
NULL               50 source3/winbindd/idmap_adex/domain_util.c 	struct dc_info *dc = NULL;
NULL               72 source3/winbindd/idmap_adex/domain_util.c 	dc = TALLOC_ZERO_P(NULL, struct dc_info);
NULL              120 source3/winbindd/idmap_adex/domain_util.c 	struct winbindd_tdc_domain *domains = NULL;
NULL              124 source3/winbindd/idmap_adex/domain_util.c 	if (_dc_server_list != NULL) {
NULL              192 source3/winbindd/idmap_adex/domain_util.c 		return NULL;
NULL              202 source3/winbindd/idmap_adex/domain_util.c 	return NULL;
NULL              216 source3/winbindd/idmap_adex/domain_util.c 	const char *attrs[] = { "*", NULL };
NULL              217 source3/winbindd/idmap_adex/domain_util.c 	struct dc_info *dc = NULL;
NULL              218 source3/winbindd/idmap_adex/domain_util.c 	const char *base = NULL;
NULL              228 source3/winbindd/idmap_adex/domain_util.c 	if ((dc = dc_find_domain(dns_domain)) == NULL) {
NULL              261 source3/winbindd/idmap_adex/domain_util.c 		const char *sid_str = NULL;
NULL              262 source3/winbindd/idmap_adex/domain_util.c 		char *filter = NULL;
NULL               27 source3/winbindd/idmap_adex/gc_util.c static struct gc_info *_gc_server_list = NULL;
NULL              101 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT *ads = NULL;
NULL              113 source3/winbindd/idmap_adex/gc_util.c 	ads = ads_init(domain, NULL, NULL);
NULL              153 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = NULL;
NULL              154 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *find_gc = NULL;
NULL              156 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT *ads = NULL;
NULL              157 source3/winbindd/idmap_adex/gc_util.c 	struct likewise_cell *primary_cell = NULL;
NULL              180 source3/winbindd/idmap_adex/gc_util.c 	if ((gc = TALLOC_ZERO_P(NULL, struct gc_info)) == NULL) {
NULL              256 source3/winbindd/idmap_adex/gc_util.c 		cell_set_connection(gc->forest_cell, NULL);
NULL              292 source3/winbindd/idmap_adex/gc_util.c 	_gc_server_list = NULL;
NULL              305 source3/winbindd/idmap_adex/gc_util.c 	struct winbindd_tdc_domain *domains = NULL;
NULL              309 source3/winbindd/idmap_adex/gc_util.c 	if (_gc_server_list != NULL) {
NULL              419 source3/winbindd/idmap_adex/gc_util.c 	const char *attrs[] = {"*", NULL};
NULL              420 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage *m = NULL;
NULL              459 source3/winbindd/idmap_adex/gc_util.c 	struct gc_info *gc = NULL;
NULL              462 source3/winbindd/idmap_adex/gc_util.c 	*ads_list = NULL;
NULL              463 source3/winbindd/idmap_adex/gc_util.c 	*msg_list = NULL;
NULL              466 source3/winbindd/idmap_adex/gc_util.c 	if ((gc = gc_search_start()) == NULL) {
NULL              472 source3/winbindd/idmap_adex/gc_util.c 		LDAPMessage *m = NULL;
NULL              514 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT **ads_list = NULL;
NULL              515 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage **msg_list = NULL;
NULL              555 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT *ads = NULL;
NULL              556 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage *msg = NULL;
NULL              557 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage *e = NULL;
NULL              558 source3/winbindd/idmap_adex/gc_util.c 	char *dn = NULL;
NULL              559 source3/winbindd/idmap_adex/gc_util.c 	char *dns_domain = NULL;
NULL              560 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT **ads_list = NULL;
NULL              561 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage **msg_list = NULL;
NULL              568 source3/winbindd/idmap_adex/gc_util.c 	if ((p = strchr_m( name, '\\' )) == NULL)
NULL              653 source3/winbindd/idmap_adex/gc_util.c 	char *sam_name = NULL;
NULL              654 source3/winbindd/idmap_adex/gc_util.c 	struct winbindd_tdc_domain *domain_rec = NULL;
NULL              655 source3/winbindd/idmap_adex/gc_util.c 	char *dns_domain = NULL;
NULL              656 source3/winbindd/idmap_adex/gc_util.c 	char *dn = NULL;
NULL              691 source3/winbindd/idmap_adex/gc_util.c 		*name = NULL;
NULL              713 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT *ads = NULL;
NULL              714 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage *msg = NULL;
NULL              717 source3/winbindd/idmap_adex/gc_util.c 	*name = NULL;
NULL              752 source3/winbindd/idmap_adex/gc_util.c 	ADS_STRUCT **ads_tmp = NULL;
NULL              753 source3/winbindd/idmap_adex/gc_util.c 	LDAPMessage **msg_tmp = NULL;
NULL              770 source3/winbindd/idmap_adex/gc_util.c 		ads_tmp = TALLOC_ARRAY(NULL, ADS_STRUCT*, 1);
NULL              773 source3/winbindd/idmap_adex/gc_util.c 		msg_tmp = TALLOC_ARRAY(NULL, LDAPMessage*, 1);
NULL               44 source3/winbindd/idmap_adex/idmap_adex.c 	ADS_STRUCT *ads = NULL;
NULL               76 source3/winbindd/idmap_adex/idmap_adex.c 	if ((ads = ads_init(lp_realm(), lp_workgroup(), NULL)) == NULL) {
NULL               82 source3/winbindd/idmap_adex/idmap_adex.c 	    secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              167 source3/winbindd/idmap_adex/idmap_adex.c 	nt_status = _idmap_adex_init(dom, NULL);
NULL              171 source3/winbindd/idmap_adex/idmap_adex.c 	if ((cell = cell_list_head()) == NULL) {
NULL              220 source3/winbindd/idmap_adex/idmap_adex.c 	nt_status = _idmap_adex_init(dom, NULL);
NULL              224 source3/winbindd/idmap_adex/idmap_adex.c 	if ((cell = cell_list_head()) == NULL) {
NULL              309 source3/winbindd/idmap_adex/idmap_adex.c 	return _idmap_adex_init(NULL, NULL);
NULL              327 source3/winbindd/idmap_adex/idmap_adex.c 	nt_status = _idmap_adex_init(NULL, NULL);
NULL              331 source3/winbindd/idmap_adex/idmap_adex.c 	if ((cell = cell_list_head()) == NULL) {
NULL              347 source3/winbindd/idmap_adex/idmap_adex.c         struct likewise_cell *cell = NULL;
NULL              349 source3/winbindd/idmap_adex/idmap_adex.c 	nt_status = _idmap_adex_init(NULL, NULL);
NULL              352 source3/winbindd/idmap_adex/idmap_adex.c 	if ((cell = cell_list_head()) == NULL) {
NULL              378 source3/winbindd/idmap_adex/idmap_adex.c         struct likewise_cell *cell = NULL;
NULL              380 source3/winbindd/idmap_adex/idmap_adex.c 	nt_status = _idmap_adex_init(NULL, NULL);
NULL              383 source3/winbindd/idmap_adex/idmap_adex.c 	if ((cell = cell_list_head()) == NULL) {
NULL               76 source3/winbindd/idmap_adex/idmap_adex.h 		if ((p) == NULL ) {			\
NULL               27 source3/winbindd/idmap_adex/likewise_cell.c static struct likewise_cell *_lw_cell_list = NULL;
NULL               69 source3/winbindd/idmap_adex/likewise_cell.c 	_lw_cell_list = NULL;
NULL               84 source3/winbindd/idmap_adex/likewise_cell.c 	c = TALLOC_ZERO_P(NULL, struct likewise_cell);
NULL               87 source3/winbindd/idmap_adex/likewise_cell.c 		return NULL;
NULL              170 source3/winbindd/idmap_adex/likewise_cell.c 		c->dn = NULL;
NULL              194 source3/winbindd/idmap_adex/likewise_cell.c 		return NULL;
NULL              226 source3/winbindd/idmap_adex/likewise_cell.c 		return NULL;
NULL              237 source3/winbindd/idmap_adex/likewise_cell.c 		return NULL;
NULL              251 source3/winbindd/idmap_adex/likewise_cell.c 	ADS_STRUCT *ads = NULL;
NULL              268 source3/winbindd/idmap_adex/likewise_cell.c 		c->conn = NULL;
NULL              273 source3/winbindd/idmap_adex/likewise_cell.c 	ads = ads_init(c->dns_domain, NULL, NULL);
NULL              277 source3/winbindd/idmap_adex/likewise_cell.c 	    secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              305 source3/winbindd/idmap_adex/likewise_cell.c 		c->conn = NULL;
NULL              317 source3/winbindd/idmap_adex/likewise_cell.c 	struct likewise_cell *new_cell = NULL;
NULL              318 source3/winbindd/idmap_adex/likewise_cell.c 	char *dns_domain = NULL;
NULL              325 source3/winbindd/idmap_adex/likewise_cell.c 	if ((new_cell = cell_new()) == NULL) {
NULL              388 source3/winbindd/idmap_adex/likewise_cell.c 		*msg = NULL;
NULL              393 source3/winbindd/idmap_adex/likewise_cell.c 				LDAPMessage *e = NULL;
NULL              400 source3/winbindd/idmap_adex/likewise_cell.c 				     e!=NULL;
NULL               54 source3/winbindd/idmap_adex/provider_unified.c 	char *filter = NULL;
NULL               93 source3/winbindd/idmap_adex/provider_unified.c 		return NULL;
NULL              124 source3/winbindd/idmap_adex/provider_unified.c 	char *filter = NULL;
NULL              178 source3/winbindd/idmap_adex/provider_unified.c 	char *filter = NULL;
NULL              179 source3/winbindd/idmap_adex/provider_unified.c 	const char *base = NULL;
NULL              181 source3/winbindd/idmap_adex/provider_unified.c         const char *attrs[] = { "*", NULL };
NULL              285 source3/winbindd/idmap_adex/provider_unified.c 	char *p = NULL;
NULL              286 source3/winbindd/idmap_adex/provider_unified.c 	char *q = NULL;
NULL              287 source3/winbindd/idmap_adex/provider_unified.c 	char *dns_domain = NULL;
NULL              294 source3/winbindd/idmap_adex/provider_unified.c 	if ((p = strstr_m(dn, ADEX_CELL_RDN)) == NULL) {
NULL              302 source3/winbindd/idmap_adex/provider_unified.c 	if ((q = strchr_m(p, ',')) == NULL) {
NULL              347 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT *ads = NULL;
NULL              348 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL              350 source3/winbindd/idmap_adex/provider_unified.c 	char *entry_dn = NULL;
NULL              358 source3/winbindd/idmap_adex/provider_unified.c 	*dn = NULL;
NULL              460 source3/winbindd/idmap_adex/provider_unified.c 	char *filter = NULL;
NULL              461 source3/winbindd/idmap_adex/provider_unified.c 	char *dn = NULL;
NULL              462 source3/winbindd/idmap_adex/provider_unified.c 	struct gc_info *gc = NULL;
NULL              463 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT **ads_list = NULL;
NULL              464 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage **msg_list = NULL;
NULL              468 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *domain_cell = NULL;
NULL              470 source3/winbindd/idmap_adex/provider_unified.c 	if ((gc = gc_search_start()) == NULL) {
NULL              476 source3/winbindd/idmap_adex/provider_unified.c 		char *sid_binstr = NULL;
NULL              479 source3/winbindd/idmap_adex/provider_unified.c 		m = NULL;
NULL              548 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell = NULL;
NULL              549 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL              550 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *result_cell = NULL;
NULL              552 source3/winbindd/idmap_adex/provider_unified.c 	if ((cell = cell_list_head()) == NULL) {
NULL              560 source3/winbindd/idmap_adex/provider_unified.c 		cell->gc_search_cell = NULL;
NULL              586 source3/winbindd/idmap_adex/provider_unified.c 		msg = NULL;
NULL              614 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT *ads = NULL;
NULL              662 source3/winbindd/idmap_adex/provider_unified.c 	char **oc_list = NULL;
NULL              665 source3/winbindd/idmap_adex/provider_unified.c 	char *s = NULL;
NULL              666 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT *ads = NULL;
NULL              736 source3/winbindd/idmap_adex/provider_unified.c 	char **keywords = NULL;
NULL              739 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT *ads = NULL;
NULL              752 source3/winbindd/idmap_adex/provider_unified.c 		char *s = NULL;
NULL              765 source3/winbindd/idmap_adex/provider_unified.c 		num = strtoll(s, NULL, 10);
NULL              847 source3/winbindd/idmap_adex/provider_unified.c 	char **keywords = NULL;
NULL              850 source3/winbindd/idmap_adex/provider_unified.c 	ADS_STRUCT *ads = NULL;
NULL              852 source3/winbindd/idmap_adex/provider_unified.c 	*string = NULL;
NULL              863 source3/winbindd/idmap_adex/provider_unified.c 		char *s = NULL;
NULL              931 source3/winbindd/idmap_adex/provider_unified.c 	const char *attr = NULL;
NULL              965 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell = NULL;
NULL              966 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL              993 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell = NULL;
NULL              994 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL             1027 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell = NULL;
NULL             1028 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL             1067 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell = NULL;
NULL             1068 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg = NULL;
NULL             1112 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell_alias = NULL;
NULL             1113 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg_alias = NULL;
NULL             1114 source3/winbindd/idmap_adex/provider_unified.c 	struct likewise_cell *cell_sid = NULL;
NULL             1115 source3/winbindd/idmap_adex/provider_unified.c 	LDAPMessage *msg_sid = NULL;
NULL             1117 source3/winbindd/idmap_adex/provider_unified.c 	char *canonical_name = NULL;
NULL               32 source3/winbindd/idmap_hash/idmap_hash.c struct sid_hash_table *hashed_domains = NULL;
NULL              109 source3/winbindd/idmap_hash/idmap_hash.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL              128 source3/winbindd/idmap_hash/idmap_hash.c 	hashed_domains = TALLOC_ZERO_ARRAY(NULL, struct sid_hash_table, 4096);
NULL              168 source3/winbindd/idmap_hash/idmap_hash.c 	nt_status = be_init(dom, NULL);
NULL              219 source3/winbindd/idmap_hash/idmap_hash.c 	nt_status = be_init(dom, NULL);
NULL              268 source3/winbindd/idmap_hash/idmap_hash.c 	return be_init(NULL, NULL);
NULL              300 source3/winbindd/idmap_hash/idmap_hash.c 	*gecos   = NULL;
NULL               35 source3/winbindd/idmap_hash/idmap_hash.h 		if ((p) == NULL ) {			\
NULL               26 source3/winbindd/idmap_hash/mapfile.c XFILE *lw_map_file = NULL;
NULL               33 source3/winbindd/idmap_hash/mapfile.c 	const char *mapfile_name = NULL;
NULL               41 source3/winbindd/idmap_hash/mapfile.c 	mapfile_name = lp_parm_const_string(-1, "idmap_hash", "name_map", NULL);
NULL               68 source3/winbindd/idmap_hash/mapfile.c 	if ((p = x_fgets(buffer, sizeof(buffer)-1, lw_map_file)) == NULL) {
NULL               80 source3/winbindd/idmap_hash/mapfile.c 	if ((p = strchr_m(buffer, '=')) == NULL ) {
NULL              110 source3/winbindd/idmap_hash/mapfile.c 		lw_map_file = NULL;
NULL               49 source3/winbindd/idmap_ldap.c 		return NULL;
NULL              101 source3/winbindd/idmap_ldap.c 	char *secret = NULL;
NULL              102 source3/winbindd/idmap_ldap.c 	const char *tmp = NULL;
NULL              103 source3/winbindd/idmap_ldap.c 	char *user_dn = NULL;
NULL              108 source3/winbindd/idmap_ldap.c 	tmp = lp_parm_const_string(-1, config_option, "ldap_user_dn", NULL);
NULL              114 source3/winbindd/idmap_ldap.c 						    NULL, tmp);
NULL              123 source3/winbindd/idmap_ldap.c 				  tmp, (dom==NULL)?"ALLOC":dom->name));
NULL              159 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL              160 source3/winbindd/idmap_ldap.c 	LDAPMod **mods = NULL;
NULL              260 source3/winbindd/idmap_ldap.c 	idmap_alloc_ldap = TALLOC_ZERO_P(NULL, struct idmap_ldap_alloc_context);
NULL              296 source3/winbindd/idmap_ldap.c 					   "ldap_url", NULL);
NULL              309 source3/winbindd/idmap_ldap.c 				   "ldap_base_dn", NULL);
NULL              333 source3/winbindd/idmap_ldap.c 			       "idmap alloc config", NULL,
NULL              362 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL              363 source3/winbindd/idmap_ldap.c 	LDAPMessage *entry = NULL;
NULL              364 source3/winbindd/idmap_ldap.c 	LDAPMod **mods = NULL;
NULL              367 source3/winbindd/idmap_ldap.c 	char *filter = NULL;
NULL              368 source3/winbindd/idmap_ldap.c 	const char *dn = NULL;
NULL              453 source3/winbindd/idmap_ldap.c 	xid->id = strtoul(id_str, NULL, 10);
NULL              489 source3/winbindd/idmap_ldap.c 	if (mods == NULL) {
NULL              524 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL              525 source3/winbindd/idmap_ldap.c 	LDAPMessage *entry = NULL;
NULL              527 source3/winbindd/idmap_ldap.c 	char *filter = NULL;
NULL              604 source3/winbindd/idmap_ldap.c 	xid->id	= strtoul(id_str, NULL, 10);
NULL              621 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL              622 source3/winbindd/idmap_ldap.c 	LDAPMessage *entry = NULL;
NULL              623 source3/winbindd/idmap_ldap.c 	LDAPMod **mods = NULL;
NULL              625 source3/winbindd/idmap_ldap.c 	char *filter = NULL;
NULL              626 source3/winbindd/idmap_ldap.c 	const char *dn = NULL;
NULL              707 source3/winbindd/idmap_ldap.c 	if (mods == NULL) {
NULL              766 source3/winbindd/idmap_ldap.c 	struct idmap_ldap_context *ctx = NULL;
NULL              767 source3/winbindd/idmap_ldap.c 	char *config_option = NULL;
NULL              768 source3/winbindd/idmap_ldap.c 	const char *tmp = NULL;
NULL              811 source3/winbindd/idmap_ldap.c 		const char *range = NULL;
NULL              821 source3/winbindd/idmap_ldap.c 		range = lp_parm_const_string(-1, config_option, "range", NULL);
NULL              840 source3/winbindd/idmap_ldap.c 	if (params != NULL) {
NULL              844 source3/winbindd/idmap_ldap.c 		tmp = lp_parm_const_string(-1, config_option, "ldap_url", NULL);
NULL              856 source3/winbindd/idmap_ldap.c         tmp = lp_parm_const_string(-1, config_option, "ldap_base_dn", NULL);
NULL              916 source3/winbindd/idmap_ldap.c 		if (maps[i] == NULL) { /* end of the run */
NULL              917 source3/winbindd/idmap_ldap.c 			return NULL;
NULL              924 source3/winbindd/idmap_ldap.c 	return NULL;
NULL              933 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL              934 source3/winbindd/idmap_ldap.c 	LDAPMessage *entry = NULL;
NULL              938 source3/winbindd/idmap_ldap.c 	char *filter = NULL;
NULL             1022 source3/winbindd/idmap_ldap.c 		char *sidstr = NULL;
NULL             1023 source3/winbindd/idmap_ldap.c 	       	char *tmp = NULL;
NULL             1071 source3/winbindd/idmap_ldap.c 		id = strtoul(tmp, NULL, 10);
NULL             1117 source3/winbindd/idmap_ldap.c 		result = NULL;
NULL             1148 source3/winbindd/idmap_ldap.c 		if (maps[i] == NULL) { /* end of the run */
NULL             1149 source3/winbindd/idmap_ldap.c 			return NULL;
NULL             1156 source3/winbindd/idmap_ldap.c 	return NULL;
NULL             1162 source3/winbindd/idmap_ldap.c        	LDAPMessage *entry = NULL;
NULL             1166 source3/winbindd/idmap_ldap.c 	LDAPMessage *result = NULL;
NULL             1170 source3/winbindd/idmap_ldap.c 	char *filter = NULL;
NULL             1256 source3/winbindd/idmap_ldap.c 		char *sidstr = NULL;
NULL             1257 source3/winbindd/idmap_ldap.c 		char *tmp = NULL;
NULL             1320 source3/winbindd/idmap_ldap.c 		id = strtoul(tmp, NULL, 10);
NULL             1354 source3/winbindd/idmap_ldap.c 		result = NULL;
NULL             1387 source3/winbindd/idmap_ldap.c 	LDAPMessage *entry = NULL;
NULL             1388 source3/winbindd/idmap_ldap.c 	LDAPMod **mods = NULL;
NULL             1461 source3/winbindd/idmap_ldap.c 		char *ld_error = NULL;
NULL             1499 source3/winbindd/idmap_ldap.c 		dom->private_data = NULL;
NULL              152 source3/winbindd/idmap_nss.c 		const char *dom_name = NULL;
NULL              153 source3/winbindd/idmap_nss.c 		const char *name = NULL;
NULL               44 source3/winbindd/idmap_rid.c 	char *config_option = NULL;
NULL               51 source3/winbindd/idmap_rid.c 	if ( (ctx = TALLOC_ZERO_P(dom, struct idmap_rid_context)) == NULL ) {
NULL               63 source3/winbindd/idmap_rid.c 	range = lp_parm_const_string(-1, config_option, "range", NULL);
NULL              119 source3/winbindd/idmap_rid.c 	if ( (domain = find_domain_from_name_noinit(ctx->domain_name)) == NULL ) {
NULL               81 source3/winbindd/idmap_tdb.c 	if (domain == NULL) {
NULL              247 source3/winbindd/idmap_tdb.c 	char *tdbfile = NULL;
NULL              248 source3/winbindd/idmap_tdb.c 	struct db_context *db = NULL;
NULL              338 source3/winbindd/idmap_tdb.c 	status = idmap_tdb_open_db(NULL, true, &idmap_alloc_db);
NULL              633 source3/winbindd/idmap_tdb.c 		char *config_option = NULL;
NULL              643 source3/winbindd/idmap_tdb.c 		range = lp_parm_const_string(-1, config_option, "range", NULL);
NULL              714 source3/winbindd/idmap_tdb.c 	data.dptr = NULL;
NULL              716 source3/winbindd/idmap_tdb.c 	if (keystr == NULL) {
NULL              725 source3/winbindd/idmap_tdb.c 	data = dbwrap_fetch_bystring(ctx->db, NULL, keystr);
NULL              762 source3/winbindd/idmap_tdb.c 	if (keystr == NULL) {
NULL              912 source3/winbindd/idmap_tdb.c 	ksidstr = kidstr = NULL;
NULL              935 source3/winbindd/idmap_tdb.c 	if (kidstr == NULL) {
NULL              942 source3/winbindd/idmap_tdb.c 		     ctx, "%s", sid_to_fstring(tmp, map->sid))) == NULL) {
NULL             1007 source3/winbindd/idmap_tdb.c 	ksidstr = kidstr = NULL;
NULL             1008 source3/winbindd/idmap_tdb.c 	data.dptr = NULL;
NULL             1031 source3/winbindd/idmap_tdb.c 	if (kidstr == NULL) {
NULL             1038 source3/winbindd/idmap_tdb.c 		     ctx, "%s", sid_to_fstring(tmp, map->sid))) == NULL) {
NULL             1055 source3/winbindd/idmap_tdb.c 	data = dbwrap_fetch(ctx->db, NULL, ksid);
NULL             1140 source3/winbindd/idmap_tdb.c 		maps = talloc_realloc(NULL, *data->maps, struct id_map, num_maps+1);
NULL              106 source3/winbindd/idmap_tdb2.c 	db_path = lp_parm_talloc_string(-1, "tdb", "idmap2.tdb", NULL);
NULL              107 source3/winbindd/idmap_tdb2.c 	if (db_path == NULL) {
NULL              110 source3/winbindd/idmap_tdb2.c 		db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", lp_private_dir());
NULL              115 source3/winbindd/idmap_tdb2.c 	idmap_tdb2 = db_open(NULL, db_path, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0644);
NULL              118 source3/winbindd/idmap_tdb2.c 	if (idmap_tdb2 == NULL) {
NULL              139 source3/winbindd/idmap_tdb2.c 							     "script", NULL);
NULL              401 source3/winbindd/idmap_tdb2.c 		char *config_option = NULL;
NULL              410 source3/winbindd/idmap_tdb2.c 		range = lp_parm_const_string(-1, config_option, "range", NULL);
NULL              470 source3/winbindd/idmap_tdb2.c 	if (p == NULL) {
NULL              474 source3/winbindd/idmap_tdb2.c 	if (fgets(line, sizeof(line)-1, p) == NULL) {
NULL              546 source3/winbindd/idmap_tdb2.c 	data.dptr = NULL;
NULL              548 source3/winbindd/idmap_tdb2.c 	if (keystr == NULL) {
NULL              563 source3/winbindd/idmap_tdb2.c 		if (idmap_tdb2_state.idmap_script == NULL) {
NULL              618 source3/winbindd/idmap_tdb2.c 	if (keystr == NULL) {
NULL              633 source3/winbindd/idmap_tdb2.c 		if (idmap_tdb2_state.idmap_script == NULL) {
NULL              787 source3/winbindd/idmap_tdb2.c 	ksidstr = kidstr = NULL;
NULL              808 source3/winbindd/idmap_tdb2.c 	if (kidstr == NULL) {
NULL               25 source3/winbindd/nss_info.c static struct nss_function_entry *backends = NULL;
NULL               26 source3/winbindd/nss_info.c static struct nss_function_entry *default_backend = NULL;
NULL               27 source3/winbindd/nss_info.c static struct nss_domain_entry *nss_domain_list = NULL;
NULL               42 source3/winbindd/nss_info.c 	return NULL;
NULL               93 source3/winbindd/nss_info.c 	*backend = *domain = NULL;
NULL              104 source3/winbindd/nss_info.c 		return (*backend != NULL);
NULL              114 source3/winbindd/nss_info.c 	if ( (q = SMB_MALLOC_ARRAY( char, len )) == NULL ) {
NULL              183 source3/winbindd/nss_info.c 	if ( (nss_backend = nss_get_backend( "template" )) == NULL ) {
NULL              203 source3/winbindd/nss_info.c 		if ( (nss_backend = nss_get_backend( backend )) == NULL ) {
NULL              211 source3/winbindd/nss_info.c 			if ( (nss_backend = nss_get_backend( backend )) == NULL ) {
NULL              222 source3/winbindd/nss_info.c 		if ((domain == NULL) && (default_backend == NULL)) {
NULL              264 source3/winbindd/nss_info.c 		return NULL;
NULL              276 source3/winbindd/nss_info.c 			return NULL;
NULL              281 source3/winbindd/nss_info.c 			return NULL;
NULL              314 source3/winbindd/nss_info.c 	if ( (p = find_nss_domain( domain )) == NULL ) {
NULL              335 source3/winbindd/nss_info.c 	if ( (p = find_nss_domain( domain )) == NULL ) {
NULL              356 source3/winbindd/nss_info.c 	if ( (p = find_nss_domain( domain )) == NULL ) {
NULL               52 source3/winbindd/nss_info_template.c 	*gecos   = NULL;
NULL               40 source3/winbindd/winbindd.c 	if (!ctx && !(ctx = event_context_init(NULL))) {
NULL               50 source3/winbindd/winbindd.c 	if (ctx == NULL) {
NULL               51 source3/winbindd/winbindd.c 		ctx = messaging_init(NULL, server_id_self(),
NULL               54 source3/winbindd/winbindd.c 	if (ctx == NULL) {
NULL              173 source3/winbindd/winbindd.c 		char *path = NULL;
NULL              282 source3/winbindd/winbindd.c 	char *file = NULL;
NULL              313 source3/winbindd/winbindd.c 	while ((pid = sys_waitpid(-1, NULL, WNOHANG)) > 0) {
NULL              326 source3/winbindd/winbindd.c 			       NULL);
NULL              352 source3/winbindd/winbindd.c 			       NULL);
NULL              531 source3/winbindd/winbindd.c 	{ WINBINDD_NUM_CMDS, NULL, "NONE" }
NULL              549 source3/winbindd/winbindd.c 	if (state->mem_ctx == NULL)
NULL              578 source3/winbindd/winbindd.c static struct winbindd_fd_event *fd_events = NULL;
NULL              794 source3/winbindd/winbindd.c 		state->request.extra_data.data = NULL;
NULL              803 source3/winbindd/winbindd.c 		state->request.extra_data.data = NULL;
NULL              811 source3/winbindd/winbindd.c 	if (state->request.extra_data.data == NULL) {
NULL              861 source3/winbindd/winbindd.c 	if ((state = TALLOC_ZERO_P(NULL, struct winbindd_cli_state)) == NULL) {
NULL              868 source3/winbindd/winbindd.c 	state->last_access = time(NULL);	
NULL              893 source3/winbindd/winbindd.c 	if (state == NULL) {
NULL              934 source3/winbindd/winbindd.c 	struct winbindd_cli_state *state, *remove_state = NULL;
NULL              995 source3/winbindd/winbindd.c 	struct winbindd_listen_state *pub_state = NULL;
NULL              996 source3/winbindd/winbindd.c 	struct winbindd_listen_state *priv_state = NULL;
NULL             1063 source3/winbindd/winbindd.c 	if (run_events(winbind_event_context(), 0, NULL, NULL)) {
NULL             1100 source3/winbindd/winbindd.c 	selret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, &timeout);
NULL             1124 source3/winbindd/winbindd.c 	while (ev != NULL) {
NULL             1145 source3/winbindd/winbindd.c 	winbindd_check_cache_size(time(NULL));
NULL             1175 source3/winbindd/winbindd.c 		{ "stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" },
NULL             1176 source3/winbindd/winbindd.c 		{ "foreground", 'F', POPT_ARG_NONE, NULL, OPT_FORK, "Daemon in foreground mode" },
NULL             1177 source3/winbindd/winbindd.c 		{ "no-process-group", 0, POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" },
NULL             1178 source3/winbindd/winbindd.c 		{ "daemon", 'D', POPT_ARG_NONE, NULL, OPT_DAEMON, "Become a daemon (default)" },
NULL             1179 source3/winbindd/winbindd.c 		{ "interactive", 'i', POPT_ARG_NONE, NULL, 'i', "Interactive mode" },
NULL             1180 source3/winbindd/winbindd.c 		{ "no-caching", 'n', POPT_ARG_NONE, NULL, 'n', "Disable caching" },
NULL             1265 source3/winbindd/winbindd.c 		char *lfile = NULL;
NULL             1285 source3/winbindd/winbindd.c 	if (winbind_messaging_context() == NULL) {
NULL             1289 source3/winbindd/winbindd.c 	if (!reload_services_file(NULL)) {
NULL             1358 source3/winbindd/winbindd.c 	if (!winbindd_setup_sig_hup_handler(NULL))
NULL             1376 source3/winbindd/winbindd.c 	claim_connection(NULL,"",FLAG_MSG_GENERAL|FLAG_MSG_DBWRAP);
NULL             1380 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1382 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1386 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1388 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1390 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1393 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1396 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1400 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1405 source3/winbindd/winbindd.c 	messaging_register(winbind_messaging_context(), NULL,
NULL               50 source3/winbindd/winbindd_ads.c 		time_t now = time(NULL);
NULL               68 source3/winbindd/winbindd_ads.c 			domain->private_data = NULL;
NULL               75 source3/winbindd/winbindd_ads.c 	ads = ads_init(domain->alt_name, domain->name, NULL);
NULL               78 source3/winbindd/winbindd_ads.c 		return NULL;
NULL               92 source3/winbindd/winbindd_ads.c 			return NULL;
NULL              100 source3/winbindd/winbindd_ads.c 		ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
NULL              138 source3/winbindd/winbindd_ads.c 		return NULL;
NULL              158 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL              159 source3/winbindd/winbindd_ads.c 	const char *attrs[] = { "*", NULL };
NULL              162 source3/winbindd/winbindd_ads.c 	LDAPMessage *res = NULL;
NULL              163 source3/winbindd/winbindd_ads.c 	LDAPMessage *msg = NULL;
NULL              204 source3/winbindd/winbindd_ads.c 		char *name, *gecos = NULL;
NULL              205 source3/winbindd/winbindd_ads.c 		char *homedir = NULL;
NULL              206 source3/winbindd/winbindd_ads.c 		char *shell = NULL;
NULL              226 source3/winbindd/winbindd_ads.c 		if (gecos == NULL) {
NULL              267 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL              269 source3/winbindd/winbindd_ads.c 			       "name", "objectSid", NULL};
NULL              272 source3/winbindd/winbindd_ads.c 	LDAPMessage *res = NULL;
NULL              273 source3/winbindd/winbindd_ads.c 	LDAPMessage *msg = NULL;
NULL              315 source3/winbindd/winbindd_ads.c 	if (filter == NULL) {
NULL              456 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL              457 source3/winbindd/winbindd_ads.c 	const char *attrs[] = { "*", NULL };
NULL              460 source3/winbindd/winbindd_ads.c 	LDAPMessage *msg = NULL;
NULL              465 source3/winbindd/winbindd_ads.c 	struct netr_SamInfo3 *user = NULL;
NULL              469 source3/winbindd/winbindd_ads.c 	info->homedir = NULL;
NULL              470 source3/winbindd/winbindd_ads.c 	info->shell = NULL;
NULL              475 source3/winbindd/winbindd_ads.c 	if ( (user = netsamlogon_cache_get( mem_ctx, sid )) != NULL ) 
NULL              487 source3/winbindd/winbindd_ads.c 		nss_get_info_cached( domain, sid, mem_ctx, NULL, NULL, 
NULL              512 source3/winbindd/winbindd_ads.c 		nss_get_info_cached( domain, sid, mem_ctx, NULL, NULL, 
NULL              522 source3/winbindd/winbindd_ads.c 	if ( (ads = ads_cached_connection(domain)) == NULL ) {
NULL              554 source3/winbindd/winbindd_ads.c 	if (info->full_name == NULL) {
NULL              588 source3/winbindd/winbindd_ads.c 	LDAPMessage *res = NULL;
NULL              589 source3/winbindd/winbindd_ads.c 	LDAPMessage *msg = NULL;
NULL              592 source3/winbindd/winbindd_ads.c 	const char *group_attrs[] = {"objectSid", NULL};
NULL              639 source3/winbindd/winbindd_ads.c 	*user_sids = NULL;
NULL              674 source3/winbindd/winbindd_ads.c 	status = (user_sids != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL              696 source3/winbindd/winbindd_ads.c 	const char *attrs[] = {"memberOf", NULL};
NULL              698 source3/winbindd/winbindd_ads.c 	DOM_SID *group_sids = NULL;
NULL              700 source3/winbindd/winbindd_ads.c 	char **strings = NULL;
NULL              729 source3/winbindd/winbindd_ads.c 	*user_sids = NULL;
NULL              785 source3/winbindd/winbindd_ads.c 	status = (*user_sids != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL              804 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL              805 source3/winbindd/winbindd_ads.c 	const char *attrs[] = {"tokenGroups", "primaryGroupID", NULL};
NULL              808 source3/winbindd/winbindd_ads.c 	LDAPMessage *msg = NULL;
NULL              809 source3/winbindd/winbindd_ads.c 	char *user_dn = NULL;
NULL              869 source3/winbindd/winbindd_ads.c 	if (user_dn == NULL) {
NULL              916 source3/winbindd/winbindd_ads.c 	*user_sids = NULL;
NULL              940 source3/winbindd/winbindd_ads.c 	status = (*user_sids != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL              972 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL              976 source3/winbindd/winbindd_ads.c 	char **members = NULL;
NULL              980 source3/winbindd/winbindd_ads.c 	DOM_SID *sid_mem_nocache = NULL;
NULL              981 source3/winbindd/winbindd_ads.c 	char **names_nocache = NULL;
NULL              982 source3/winbindd/winbindd_ads.c 	enum lsa_SidType *name_types_nocache = NULL;
NULL              983 source3/winbindd/winbindd_ads.c 	char **domains_nocache = NULL;     /* only needed for rpccli_lsa_lookup_sids */
NULL              985 source3/winbindd/winbindd_ads.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL             1012 source3/winbindd/winbindd_ads.c 	if ((sidbinstr = sid_binstring(group_sid)) == NULL) {
NULL             1061 source3/winbindd/winbindd_ads.c 		if ((members == NULL) || (*sid_mem == NULL) ||
NULL             1062 source3/winbindd/winbindd_ads.c 		    (*names == NULL) || (*name_types == NULL) ||
NULL             1063 source3/winbindd/winbindd_ads.c 		    (sid_mem_nocache == NULL))
NULL             1071 source3/winbindd/winbindd_ads.c 		(*sid_mem) = NULL;
NULL             1072 source3/winbindd/winbindd_ads.c 		(*names) = NULL;
NULL             1073 source3/winbindd/winbindd_ads.c 		(*name_types) = NULL;
NULL             1155 source3/winbindd/winbindd_ads.c 				if (((names_nocache)[i] != NULL) &&
NULL             1200 source3/winbindd/winbindd_ads.c 	ADS_STRUCT *ads = NULL;
NULL             1208 source3/winbindd/winbindd_ads.c 		*seq = time(NULL);		
NULL             1232 source3/winbindd/winbindd_ads.c 			domain->private_data = NULL;
NULL             1273 source3/winbindd/winbindd_ads.c 	*alt_names   = NULL;
NULL             1274 source3/winbindd/winbindd_ads.c 	*names       = NULL;
NULL             1275 source3/winbindd/winbindd_ads.c 	*dom_sids    = NULL;
NULL             1304 source3/winbindd/winbindd_ads.c 						      NULL);
NULL             1383 source3/winbindd/winbindd_ads.c 				struct winbindd_tdc_domain *exist = NULL;
NULL             1386 source3/winbindd/winbindd_ads.c 				    wcache_tdc_fetch_domain(NULL, trusts.array[i].netbios_name);
NULL             1408 source3/winbindd/winbindd_ads.c 				struct winbindd_tdc_domain *parent = NULL;
NULL             1415 source3/winbindd/winbindd_ads.c 				parent = wcache_tdc_fetch_domain(NULL, domain->name);
NULL               70 source3/winbindd/winbindd_async.c 	if (state == NULL) {
NULL               72 source3/winbindd/winbindd_async.c 		cont(mem_ctx, False, NULL, c, private_data);
NULL               97 source3/winbindd/winbindd_async.c 	if (state == NULL) {
NULL               99 source3/winbindd/winbindd_async.c 		cont(mem_ctx, False, NULL, c, private_data);
NULL              133 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              139 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              161 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              172 source3/winbindd/winbindd_async.c 			cont(s->caller_private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              203 source3/winbindd/winbindd_async.c 	if (domain == NULL) {
NULL              206 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              214 source3/winbindd/winbindd_async.c 	if ( (s = TALLOC_ZERO_P(mem_ctx, struct lookupsid_state)) == NULL ) {
NULL              216 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, NULL, SID_NAME_UNKNOWN);
NULL              291 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              297 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              304 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              329 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              340 source3/winbindd/winbindd_async.c 			cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              359 source3/winbindd/winbindd_async.c 		cont(s->caller_private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              385 source3/winbindd/winbindd_async.c 	if ( (domain = find_lookup_domain_from_name(dom_name)) == NULL ) {
NULL              387 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              397 source3/winbindd/winbindd_async.c 	if ( (s = TALLOC_ZERO_P(mem_ctx, struct lookupname_state)) == NULL ) {
NULL              399 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              406 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, SID_NAME_UNKNOWN);
NULL              466 source3/winbindd/winbindd_async.c 		cont(private_data, False, response->data.name.dom_name, NULL);
NULL              502 source3/winbindd/winbindd_async.c 	char *extra_data = NULL;
NULL              534 source3/winbindd/winbindd_async.c 		if (info[i].acct_name == NULL)
NULL              561 source3/winbindd/winbindd_async.c 	char *extra_data = NULL;
NULL              621 source3/winbindd/winbindd_async.c 	*result = NULL;
NULL              628 source3/winbindd/winbindd_async.c 	if ((num_sids != 0) && (*result == NULL)) {
NULL              641 source3/winbindd/winbindd_async.c 	if (p == NULL)
NULL              647 source3/winbindd/winbindd_async.c 		if (q == NULL) {
NULL              673 source3/winbindd/winbindd_async.c 	if (p == NULL)
NULL              693 source3/winbindd/winbindd_async.c 	uint32 *rids = NULL;
NULL              731 source3/winbindd/winbindd_async.c 	result = NULL;
NULL              740 source3/winbindd/winbindd_async.c 	if (result != NULL) {
NULL              759 source3/winbindd/winbindd_async.c 	DOM_SID *sids = NULL;
NULL              764 source3/winbindd/winbindd_async.c 		cont(private_data, success, NULL, 0);
NULL              770 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, 0);
NULL              776 source3/winbindd/winbindd_async.c 	if (aliases_str == NULL) {
NULL              778 source3/winbindd/winbindd_async.c 		cont(private_data, True, NULL, 0);
NULL              784 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, 0);
NULL              803 source3/winbindd/winbindd_async.c 	char *sidstr = NULL;
NULL              807 source3/winbindd/winbindd_async.c 		cont(private_data, True, NULL, 0);
NULL              812 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, 0);
NULL              855 source3/winbindd/winbindd_async.c 	if (state == NULL) {
NULL              857 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, 0);
NULL              870 source3/winbindd/winbindd_async.c 	if (domain == NULL) {
NULL              873 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, 0);
NULL              882 source3/winbindd/winbindd_async.c 			NULL, state);
NULL              895 source3/winbindd/winbindd_async.c 		state->cont(state->private_data, False, NULL, 0);
NULL              901 source3/winbindd/winbindd_async.c 	if (sids_str == NULL) {
NULL              907 source3/winbindd/winbindd_async.c 			state->cont(state->private_data, True, NULL, 0);
NULL              912 source3/winbindd/winbindd_async.c 	state->sids = NULL;
NULL              919 source3/winbindd/winbindd_async.c 		state->cont(state->private_data, False, NULL, 0);
NULL              926 source3/winbindd/winbindd_async.c 		state->cont(state->private_data, False, NULL, 0);
NULL              932 source3/winbindd/winbindd_async.c 	if (state->alias_domain == NULL) {
NULL              953 source3/winbindd/winbindd_async.c 		state->cont(state->private_data, False, NULL, 0);
NULL              964 source3/winbindd/winbindd_async.c 			state->cont(state->private_data, False, NULL, 0);
NULL              969 source3/winbindd/winbindd_async.c 	if (state->local_alias_domain != NULL) {
NULL              972 source3/winbindd/winbindd_async.c 		state->local_alias_domain = NULL;
NULL              979 source3/winbindd/winbindd_async.c 	if (state->builtin_domain != NULL) {
NULL              982 source3/winbindd/winbindd_async.c 		state->builtin_domain = NULL;
NULL             1004 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, NULL, NULL, NULL, -1, -1);
NULL             1010 source3/winbindd/winbindd_async.c 		cont(private_data, False, NULL, NULL, NULL, NULL, -1, -1);
NULL               54 source3/winbindd/winbindd_cache.c 	NULL
NULL               65 source3/winbindd/winbindd_cache.c 	if (kbuf.dptr == NULL || kbuf.dsize == 0) {
NULL               68 source3/winbindd/winbindd_cache.c 	for (i = 0; non_centry_keys[i] != NULL; i++) {
NULL              114 source3/winbindd/winbindd_cache.c 	if (wcache == NULL || wcache->tdb == NULL) {
NULL              302 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              332 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              336 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              355 source3/winbindd/winbindd_cache.c 	if ((sid_string == NULL) || (!string_to_sid(sid, sid_string))) {
NULL              470 source3/winbindd/winbindd_cache.c 	time_t t = time(NULL);
NULL              515 source3/winbindd/winbindd_cache.c 		domain->sequence_number = time(NULL);
NULL              530 source3/winbindd/winbindd_cache.c 	domain->last_seq_check = time(NULL);
NULL              598 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              610 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              635 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              645 source3/winbindd/winbindd_cache.c 	if (centry == NULL) {
NULL              647 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              657 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              813 source3/winbindd/winbindd_cache.c 		return NULL;
NULL              977 source3/winbindd/winbindd_cache.c 	if ( (centry = centry_start(domain, status)) == NULL )
NULL              998 source3/winbindd/winbindd_cache.c 	if ( (centry = centry_start(domain, status)) == NULL )
NULL             1020 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1030 source3/winbindd/winbindd_cache.c 	if ( (upper_name = SMB_STRDUP(name)) == NULL )
NULL             1095 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1105 source3/winbindd/winbindd_cache.c 	if ( (upper_name = SMB_STRDUP(alias)) == NULL )
NULL             1210 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1247 source3/winbindd/winbindd_cache.c 	if (*cached_nt_pass == NULL) {
NULL             1265 source3/winbindd/winbindd_cache.c 		*cached_salt = NULL;
NULL             1310 source3/winbindd/winbindd_cache.c 	centry_put_time(centry, time(NULL));
NULL             1335 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1375 source3/winbindd/winbindd_cache.c 	*info = NULL;
NULL             1452 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1489 source3/winbindd/winbindd_cache.c 	*info = NULL;
NULL             1526 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1573 source3/winbindd/winbindd_cache.c 	*info = NULL;
NULL             1613 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1686 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1712 source3/winbindd/winbindd_cache.c 	*name = NULL;
NULL             1713 source3/winbindd/winbindd_cache.c 	*domain_name = NULL;
NULL             1756 source3/winbindd/winbindd_cache.c 	*domain_name = NULL;
NULL             1757 source3/winbindd/winbindd_cache.c 	*names = NULL;
NULL             1758 source3/winbindd/winbindd_cache.c 	*types = NULL;
NULL             1771 source3/winbindd/winbindd_cache.c 	if ((*names == NULL) || (*types == NULL)) {
NULL             1803 source3/winbindd/winbindd_cache.c 			if (*domain_name == NULL) {
NULL             1903 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             1975 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2025 source3/winbindd/winbindd_cache.c 	(*user_gids) = NULL;
NULL             2064 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2074 source3/winbindd/winbindd_cache.c 		*alias_rids = NULL;
NULL             2085 source3/winbindd/winbindd_cache.c 		if (sidlist == NULL)
NULL             2095 source3/winbindd/winbindd_cache.c 	*alias_rids = NULL;
NULL             2100 source3/winbindd/winbindd_cache.c 		if ((*alias_rids) == NULL) {
NULL             2105 source3/winbindd/winbindd_cache.c 		(*alias_rids) = NULL;
NULL             2121 source3/winbindd/winbindd_cache.c 	(*alias_rids) = NULL;
NULL             2156 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2199 source3/winbindd/winbindd_cache.c 	(*sid_mem) = NULL;
NULL             2200 source3/winbindd/winbindd_cache.c 	(*names) = NULL;
NULL             2201 source3/winbindd/winbindd_cache.c 	(*name_types) = NULL;
NULL             2253 source3/winbindd/winbindd_cache.c  	struct cache_entry *centry = NULL;
NULL             2277 source3/winbindd/winbindd_cache.c 		(*names) = NULL;
NULL             2278 source3/winbindd/winbindd_cache.c 		(*alt_names) = NULL;
NULL             2279 source3/winbindd/winbindd_cache.c 		(*dom_sids) = NULL;
NULL             2300 source3/winbindd/winbindd_cache.c 	(*dom_sids) = NULL;
NULL             2301 source3/winbindd/winbindd_cache.c 	(*names) = NULL;
NULL             2302 source3/winbindd/winbindd_cache.c 	(*alt_names) = NULL;
NULL             2358 source3/winbindd/winbindd_cache.c  	struct cache_entry *centry = NULL;
NULL             2407 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2520 source3/winbindd/winbindd_cache.c 				tdb_traverse(cache->tdb, traverse_fn, NULL);
NULL             2547 source3/winbindd/winbindd_cache.c 				tdb_traverse(cache->tdb, traverse_fn, NULL);
NULL             2558 source3/winbindd/winbindd_cache.c 	if (wcache == NULL) {
NULL             2563 source3/winbindd/winbindd_cache.c 	if (wcache->tdb != NULL)
NULL             2572 source3/winbindd/winbindd_cache.c 	if (wcache->tdb == NULL) {
NULL             2608 source3/winbindd/winbindd_cache.c 		wcache->tdb = NULL;
NULL             2631 source3/winbindd/winbindd_cache.c 	wcache->tdb = NULL;
NULL             2642 source3/winbindd/winbindd_cache.c 		wcache->tdb = NULL;
NULL             2699 source3/winbindd/winbindd_cache.c 	if (data.dptr == NULL)
NULL             2709 source3/winbindd/winbindd_cache.c 		response->extra_data.data = NULL;
NULL             2721 source3/winbindd/winbindd_cache.c 	if (data.dptr == NULL) {
NULL             2761 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2766 source3/winbindd/winbindd_cache.c 	if (domain == NULL) {
NULL             2772 source3/winbindd/winbindd_cache.c 	if (cache->tdb == NULL) {
NULL             2778 source3/winbindd/winbindd_cache.c 	if (centry == NULL) {
NULL             2801 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL             2807 source3/winbindd/winbindd_cache.c 	if (domain == NULL) {
NULL             2813 source3/winbindd/winbindd_cache.c 	if (cache->tdb == NULL) {
NULL             2828 source3/winbindd/winbindd_cache.c 	if (centry == NULL) {
NULL             2888 source3/winbindd/winbindd_cache.c 		wcache->tdb = NULL;
NULL             2905 source3/winbindd/winbindd_cache.c 	tdb_traverse(wcache->tdb, traverse_fn_cleanup, NULL);
NULL             2954 source3/winbindd/winbindd_cache.c 		if (cred == NULL) {
NULL             2975 source3/winbindd/winbindd_cache.c 	struct cred_list *cred, *oldest = NULL;
NULL             2995 source3/winbindd/winbindd_cache.c 	ret = tdb_traverse(cache->tdb, traverse_fn_get_credlist, NULL);
NULL             2998 source3/winbindd/winbindd_cache.c 	} else if ((ret == -1) || (wcache_cred_list == NULL)) {
NULL             3022 source3/winbindd/winbindd_cache.c 			if (oldest == NULL) {
NULL             3060 source3/winbindd/winbindd_cache.c 	if (wcache == NULL || wcache->tdb == NULL) {
NULL             3130 source3/winbindd/winbindd_cache.c 		return NULL;
NULL             3141 source3/winbindd/winbindd_cache.c 		return NULL;
NULL             3645 source3/winbindd/winbindd_cache.c 	{NULL, NULL}
NULL             3725 source3/winbindd/winbindd_cache.c 	TDB_CONTEXT *tdb = NULL;
NULL             3772 source3/winbindd/winbindd_cache.c 	if (wcache == NULL || wcache->tdb == NULL) {
NULL             3810 source3/winbindd/winbindd_cache.c 	struct winbindd_tdc_domain *list = NULL;
NULL             3833 source3/winbindd/winbindd_cache.c 			list = TALLOC_ARRAY( NULL, struct winbindd_tdc_domain, 1 );
NULL             3879 source3/winbindd/winbindd_cache.c 	char *keystr = NULL;
NULL             3880 source3/winbindd/winbindd_cache.c 	TDB_DATA key = { NULL, 0 };
NULL             3903 source3/winbindd/winbindd_cache.c         unsigned char *buffer = NULL;
NULL             3942 source3/winbindd/winbindd_cache.c 		if ( (buffer = SMB_MALLOC_ARRAY(unsigned char, len)) == NULL ) {
NULL             3968 source3/winbindd/winbindd_cache.c 	struct winbindd_tdc_domain *list = NULL;
NULL             3977 source3/winbindd/winbindd_cache.c 	list = TALLOC_ARRAY( NULL, struct winbindd_tdc_domain, num_domains );
NULL             4025 source3/winbindd/winbindd_cache.c 	TDB_DATA data = { NULL, 0 };
NULL             4060 source3/winbindd/winbindd_cache.c 	TDB_DATA data = { NULL, 0 };
NULL             4062 source3/winbindd/winbindd_cache.c 	*domains = NULL;	
NULL             4090 source3/winbindd/winbindd_cache.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL             4136 source3/winbindd/winbindd_cache.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL             4139 source3/winbindd/winbindd_cache.c 	struct winbindd_tdc_domain *d = NULL;	
NULL             4187 source3/winbindd/winbindd_cache.c 	wcache_tdc_store_list( NULL, 0 );
NULL             4207 source3/winbindd/winbindd_cache.c 	if ( (centry = centry_start(domain, status)) == NULL )
NULL             4230 source3/winbindd/winbindd_cache.c 	struct cache_entry *centry = NULL;
NULL               52 source3/winbindd/winbindd_ccache_access.c 	NTLMSSP_STATE *ntlmssp_state = NULL;
NULL              174 source3/winbindd/winbindd_ccache_access.c 	if (domain == NULL) {
NULL              233 source3/winbindd/winbindd_ccache_access.c 	if (entry == NULL || entry->nt_hash == NULL || entry->lm_hash == NULL) {
NULL               93 source3/winbindd/winbindd_cm.c 	if (data->data == NULL || data->length == 0) {
NULL              132 source3/winbindd/winbindd_cm.c 	if (data->data == NULL || data->length == 0) {
NULL              171 source3/winbindd/winbindd_cm.c 	struct dc_name_ip *dcs = NULL;
NULL              173 source3/winbindd/winbindd_cm.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              175 source3/winbindd/winbindd_cm.c 	char *lfile = NULL;
NULL              203 source3/winbindd/winbindd_cm.c 		messaging_register(winbind_messaging_context(), NULL,
NULL              206 source3/winbindd/winbindd_cm.c 		messaging_register(winbind_messaging_context(), NULL,
NULL              364 source3/winbindd/winbindd_cm.c 						NULL,
NULL              436 source3/winbindd/winbindd_cm.c 			domain->backend = NULL;
NULL              446 source3/winbindd/winbindd_cm.c 			     MSG_WINBIND_TRY_TO_GO_ONLINE, NULL);
NULL              448 source3/winbindd/winbindd_cm.c 			     MSG_WINBIND_FAILED_TO_GO_ONLINE, NULL);
NULL              514 source3/winbindd/winbindd_cm.c 						     NULL,
NULL              554 source3/winbindd/winbindd_cm.c 	*username = (char *)secrets_fetch(SECRETS_AUTH_USER, NULL);
NULL              555 source3/winbindd/winbindd_cm.c 	*domain = (char *)secrets_fetch(SECRETS_AUTH_DOMAIN, NULL);
NULL              556 source3/winbindd/winbindd_cm.c 	*password = (char *)secrets_fetch(SECRETS_AUTH_PASSWORD, NULL);
NULL              581 source3/winbindd/winbindd_cm.c 	struct winbindd_domain *our_domain = NULL;
NULL              582 source3/winbindd/winbindd_cm.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL              587 source3/winbindd/winbindd_cm.c 	const char *tmp = NULL;
NULL              603 source3/winbindd/winbindd_cm.c 	if ((mem_ctx = talloc_init("get_dc_name_via_netlogon")) == NULL) {
NULL              619 source3/winbindd/winbindd_cm.c 		struct netr_DsRGetDCNameInfo *domain_info = NULL;
NULL              625 source3/winbindd/winbindd_cm.c 						  NULL,
NULL              626 source3/winbindd/winbindd_cm.c 						  NULL,
NULL              633 source3/winbindd/winbindd_cm.c 			if (tmp == NULL) {
NULL              697 source3/winbindd/winbindd_cm.c 	const char *name = NULL;
NULL              713 source3/winbindd/winbindd_cm.c 				&account_name, NULL))
NULL              718 source3/winbindd/winbindd_cm.c 	if ((machine_account != NULL) &&
NULL              726 source3/winbindd/winbindd_cm.c 	if (machine_krb5_principal != NULL)
NULL              757 source3/winbindd/winbindd_cm.c 	char *machine_password = NULL;
NULL              758 source3/winbindd/winbindd_cm.c 	char *machine_krb5_principal = NULL;
NULL              759 source3/winbindd/winbindd_cm.c 	char *machine_account = NULL;
NULL              760 source3/winbindd/winbindd_cm.c 	char *ipc_username = NULL;
NULL              761 source3/winbindd/winbindd_cm.c 	char *ipc_domain = NULL;
NULL              762 source3/winbindd/winbindd_cm.c 	char *ipc_password = NULL;
NULL              780 source3/winbindd/winbindd_cm.c 	if (mutex == NULL) {
NULL              787 source3/winbindd/winbindd_cm.c 	if ((*cli = cli_initialise()) == NULL) {
NULL              888 source3/winbindd/winbindd_cm.c 						      NULL);
NULL              944 source3/winbindd/winbindd_cm.c 	if (NT_STATUS_IS_OK(cli_session_setup(*cli, "", NULL, 0,
NULL              945 source3/winbindd/winbindd_cm.c 					      NULL, 0, ""))) {
NULL             1005 source3/winbindd/winbindd_cm.c 		if ((*cli) != NULL) {
NULL             1007 source3/winbindd/winbindd_cm.c 			*cli = NULL;
NULL             1047 source3/winbindd/winbindd_cm.c 	if (*dcs == NULL)
NULL             1062 source3/winbindd/winbindd_cm.c 	if (*addrs == NULL) {
NULL             1129 source3/winbindd/winbindd_cm.c 									NULL,
NULL             1152 source3/winbindd/winbindd_cm.c 		const char *dc_name = NULL;
NULL             1158 source3/winbindd/winbindd_cm.c 						   &dc_name, NULL)) {
NULL             1193 source3/winbindd/winbindd_cm.c 	struct  ip_service *ip_list = NULL;
NULL             1215 source3/winbindd/winbindd_cm.c 		char *sitename = NULL;
NULL             1257 source3/winbindd/winbindd_cm.c 		get_sorted_dc_list(domain->alt_name, NULL, &ip_list,
NULL             1278 source3/winbindd/winbindd_cm.c 		get_sorted_dc_list(domain->name, NULL, &ip_list, &iplist_size,
NULL             1315 source3/winbindd/winbindd_cm.c 	struct dc_name_ip *dcs = NULL;
NULL             1318 source3/winbindd/winbindd_cm.c 	const char **dcnames = NULL;
NULL             1321 source3/winbindd/winbindd_cm.c 	struct sockaddr_storage *addrs = NULL;
NULL             1356 source3/winbindd/winbindd_cm.c 	if ((addrs == NULL) || (dcnames == NULL))
NULL             1414 source3/winbindd/winbindd_cm.c 	if ((mem_ctx = talloc_init("cm_open_connection")) == NULL) {
NULL             1468 source3/winbindd/winbindd_cm.c 			struct sockaddr_storage *addrs = NULL;
NULL             1500 source3/winbindd/winbindd_cm.c 		new_conn->cli = NULL;
NULL             1538 source3/winbindd/winbindd_cm.c 	if (conn->samr_pipe != NULL) {
NULL             1546 source3/winbindd/winbindd_cm.c 	if (conn->lsa_pipe != NULL) {
NULL             1554 source3/winbindd/winbindd_cm.c 	if (conn->lsa_pipe_tcp != NULL) {
NULL             1562 source3/winbindd/winbindd_cm.c 	if (conn->netlogon_pipe != NULL) {
NULL             1574 source3/winbindd/winbindd_cm.c 	conn->cli = NULL;
NULL             1582 source3/winbindd/winbindd_cm.c 		if (domain->conn.cli == NULL)
NULL             1595 source3/winbindd/winbindd_cm.c 	if (domain->conn.cli == NULL) {
NULL             1677 source3/winbindd/winbindd_cm.c 	TALLOC_CTX *mem_ctx = NULL;
NULL             1712 source3/winbindd/winbindd_cm.c 	if ( (mem_ctx = talloc_init("set_dc_type_and_flags_trustinfo")) == NULL ) {
NULL             1721 source3/winbindd/winbindd_cm.c 						      NULL);
NULL             1782 source3/winbindd/winbindd_cm.c 	TALLOC_CTX              *mem_ctx = NULL;
NULL             1783 source3/winbindd/winbindd_cm.c 	struct rpc_pipe_client  *cli = NULL;
NULL             1786 source3/winbindd/winbindd_cm.c 	union lsa_PolicyInformation *lsa_info = NULL;
NULL             2008 source3/winbindd/winbindd_cm.c 	char *machine_password = NULL;
NULL             2009 source3/winbindd/winbindd_cm.c 	char *machine_account = NULL;
NULL             2010 source3/winbindd/winbindd_cm.c 	char *domain_name = NULL;
NULL             2019 source3/winbindd/winbindd_cm.c 	if (conn->samr_pipe != NULL) {
NULL             2033 source3/winbindd/winbindd_cm.c 	    (conn->cli->password == NULL || conn->cli->password[0] == '\0'))
NULL             2036 source3/winbindd/winbindd_cm.c 					 &machine_account, NULL);
NULL             2246 source3/winbindd/winbindd_cm.c 	if (conn->lsa_pipe != NULL) {
NULL             2252 source3/winbindd/winbindd_cm.c 	    (conn->cli->password == NULL || conn->cli->password[0] == '\0')) {
NULL             2366 source3/winbindd/winbindd_cm.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL             2368 source3/winbindd/winbindd_cm.c 	*cli = NULL;
NULL             2377 source3/winbindd/winbindd_cm.c 	if (conn->netlogon_pipe != NULL) {
NULL               47 source3/winbindd/winbindd_cred_cache.c #define KRB5_EVENT_REFRESH_TIME(x) ((x) - (((x) - time(NULL))/2))
NULL               62 source3/winbindd/winbindd_cred_cache.c 	return NULL;
NULL              125 source3/winbindd/winbindd_cred_cache.c 	if (entry->renew_until < time(NULL)) {
NULL              140 source3/winbindd/winbindd_cred_cache.c 							  NULL);
NULL              160 source3/winbindd/winbindd_cred_cache.c 					new_start = time(NULL) + 30;
NULL              162 source3/winbindd/winbindd_cred_cache.c 					new_start = time(NULL) +
NULL              178 source3/winbindd/winbindd_cred_cache.c 			new_start = time(NULL) + 30;
NULL              204 source3/winbindd/winbindd_cred_cache.c 	new_start = time(NULL) + 30;
NULL              234 source3/winbindd/winbindd_cred_cache.c 			new_start = time(NULL) + 30;
NULL              236 source3/winbindd/winbindd_cred_cache.c 			new_start = time(NULL) +
NULL              302 source3/winbindd/winbindd_cred_cache.c 	struct winbindd_domain *domain = NULL;
NULL              318 source3/winbindd/winbindd_cred_cache.c 	if ((domain = find_domain_from_name(entry->realm)) == NULL) {
NULL              338 source3/winbindd/winbindd_cred_cache.c 					  NULL);
NULL              360 source3/winbindd/winbindd_cred_cache.c  	t = timeval_set(time(NULL) + 30, 0);
NULL              371 source3/winbindd/winbindd_cred_cache.c 	t = timeval_set(time(NULL) + 30, 0);
NULL              449 source3/winbindd/winbindd_cred_cache.c 	return (entry != NULL);
NULL              491 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_CCACHE_ENTRY *entry = NULL;
NULL              498 source3/winbindd/winbindd_cred_cache.c 	if ((username == NULL && princ_name == NULL) ||
NULL              499 source3/winbindd/winbindd_cred_cache.c 	    ccname == NULL || uid < 0) {
NULL              557 source3/winbindd/winbindd_cred_cache.c 				t = timeval_set(time(NULL)+30, 0);
NULL              590 source3/winbindd/winbindd_cred_cache.c 	entry = TALLOC_P(NULL, struct WINBINDD_CCACHE_ENTRY);
NULL              641 source3/winbindd/winbindd_cred_cache.c 		t = timeval_set(time(NULL)+30, 0);
NULL              757 source3/winbindd/winbindd_cred_cache.c 	return NULL;
NULL              841 source3/winbindd/winbindd_cred_cache.c 	memcredp->nt_hash = NULL;
NULL              842 source3/winbindd/winbindd_cred_cache.c 	memcredp->lm_hash = NULL;
NULL              843 source3/winbindd/winbindd_cred_cache.c 	memcredp->pass = NULL;
NULL              876 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_MEMORY_CREDS *memcredp = NULL;
NULL              902 source3/winbindd/winbindd_cred_cache.c 	memcredp = TALLOC_ZERO_P(NULL, struct WINBINDD_MEMORY_CREDS);
NULL              949 source3/winbindd/winbindd_cred_cache.c 		struct WINBINDD_MEMORY_CREDS *memcredp = NULL;
NULL              965 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_MEMORY_CREDS *memcredp = NULL;
NULL              966 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_CCACHE_ENTRY *entry = NULL;
NULL             1001 source3/winbindd/winbindd_cred_cache.c 		entry->cred_ptr = NULL;
NULL             1014 source3/winbindd/winbindd_cred_cache.c 	struct WINBINDD_MEMORY_CREDS *memcredp = NULL;
NULL               45 source3/winbindd/winbindd_creds.c 	if (info == NULL) {
NULL               66 source3/winbindd/winbindd_creds.c 	if (info3 != NULL) {
NULL               74 source3/winbindd/winbindd_creds.c 	} else if (user_sid != NULL) {
NULL               78 source3/winbindd/winbindd_creds.c 	} else if (user != NULL) {
NULL              128 source3/winbindd/winbindd_creds.c 	if (info3 != NULL && user != NULL) {
NULL              143 source3/winbindd/winbindd_creds.c 	return winbindd_store_creds(domain, mem_ctx, user, pass, info3, NULL);
NULL              151 source3/winbindd/winbindd_creds.c 	return winbindd_store_creds(domain, mem_ctx, NULL, pass, NULL, sid);
NULL              159 source3/winbindd/winbindd_creds.c 	return winbindd_store_creds(domain, mem_ctx, user, pass, NULL, NULL);
NULL              121 source3/winbindd/winbindd_domain.c 		.name		= NULL,
NULL               58 source3/winbindd/winbindd_dual.c 		state->request.extra_data.data = NULL;
NULL               67 source3/winbindd/winbindd_dual.c 	if (state->request.extra_data.data == NULL) {
NULL              121 source3/winbindd/winbindd_dual.c 	SMB_ASSERT(continuation != NULL);
NULL              125 source3/winbindd/winbindd_dual.c 		   (child->domain != NULL) ? child->domain->name : "''"));
NULL              129 source3/winbindd/winbindd_dual.c 	if (state == NULL) {
NULL              137 source3/winbindd/winbindd_dual.c 	state->reply_timeout_event = NULL;
NULL              248 source3/winbindd/winbindd_dual.c 							NULL,
NULL              294 source3/winbindd/winbindd_dual.c 	if (request == NULL) {
NULL              318 source3/winbindd/winbindd_dual.c 		while (request != NULL) {
NULL              365 source3/winbindd/winbindd_dual.c 	if (state == NULL) {
NULL              478 source3/winbindd/winbindd_dual.c 	child->domain = NULL;
NULL              482 source3/winbindd/winbindd_dual.c struct winbindd_child *children = NULL;
NULL              488 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              494 source3/winbindd/winbindd_dual.c 	if (child == NULL) {
NULL              551 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              596 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              672 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              707 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              733 source3/winbindd/winbindd_dual.c 	for (child = children; child != NULL; child = child->next) {
NULL              740 source3/winbindd/winbindd_dual.c 				   NULL, 0);
NULL              752 source3/winbindd/winbindd_dual.c 	const char *message = NULL;
NULL              753 source3/winbindd/winbindd_dual.c 	struct server_id *sender = NULL;
NULL              754 source3/winbindd/winbindd_dual.c 	const char *domain = NULL;
NULL              755 source3/winbindd/winbindd_dual.c 	char *s = NULL;
NULL              757 source3/winbindd/winbindd_dual.c 	struct winbindd_domain *dom = NULL;
NULL              834 source3/winbindd/winbindd_dual.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              866 source3/winbindd/winbindd_dual.c 	child->lockout_policy_event = event_add_timed(winbind_event_context(), NULL,
NULL              888 source3/winbindd/winbindd_dual.c 					    NULL);
NULL              890 source3/winbindd/winbindd_dual.c 	if (pw == NULL) {
NULL              903 source3/winbindd/winbindd_dual.c 	if (time(NULL) < (pass_last_set_time + timeout)) {
NULL              925 source3/winbindd/winbindd_dual.c 	struct rpc_pipe_client *netlogon_pipe = NULL;
NULL              970 source3/winbindd/winbindd_dual.c 	child->machine_password_change_event = event_add_timed(winbind_event_context(), NULL,
NULL              985 source3/winbindd/winbindd_dual.c 	struct winbindd_domain *primary_domain = NULL;
NULL              988 source3/winbindd/winbindd_dual.c 	if (data->data == NULL || data->length == 0) {
NULL             1028 source3/winbindd/winbindd_dual.c 	struct winbindd_domain *primary_domain = NULL;
NULL             1031 source3/winbindd/winbindd_dual.c 	if (data->data == NULL || data->length == 0) {
NULL             1075 source3/winbindd/winbindd_dual.c 	char *buf = NULL;
NULL             1079 source3/winbindd/winbindd_dual.c 				   "Offline":"Online")) == NULL) {
NULL             1080 source3/winbindd/winbindd_dual.c 		return NULL;
NULL             1087 source3/winbindd/winbindd_dual.c 						  "Online":"Offline")) == NULL) {
NULL             1088 source3/winbindd/winbindd_dual.c 			return NULL;
NULL             1118 source3/winbindd/winbindd_dual.c 	if (mem_ctx == NULL) {
NULL             1123 source3/winbindd/winbindd_dual.c 	if (message == NULL) {
NULL             1166 source3/winbindd/winbindd_dual.c 	if (!winbindd_setup_sig_hup_handler(override_logfile ? NULL :
NULL             1172 source3/winbindd/winbindd_dual.c 			     MSG_SMB_CONF_UPDATED, NULL);
NULL             1174 source3/winbindd/winbindd_dual.c 			     MSG_SHUTDOWN, NULL);
NULL             1176 source3/winbindd/winbindd_dual.c 			     MSG_WINBIND_OFFLINE, NULL);
NULL             1178 source3/winbindd/winbindd_dual.c 			     MSG_WINBIND_ONLINE, NULL);
NULL             1180 source3/winbindd/winbindd_dual.c 			     MSG_WINBIND_ONLINESTATUS, NULL);
NULL             1182 source3/winbindd/winbindd_dual.c 			     MSG_DUMP_EVENT_LIST, NULL);
NULL             1184 source3/winbindd/winbindd_dual.c 			     MSG_WINBIND_DUMP_DOMAIN_LIST, NULL);
NULL             1186 source3/winbindd/winbindd_dual.c 			     MSG_DEBUG, NULL);
NULL             1204 source3/winbindd/winbindd_dual.c 	for (cl = children; cl != NULL; cl = cl->next) {
NULL             1245 source3/winbindd/winbindd_dual.c 	struct winbindd_domain *primary_domain = NULL;
NULL             1273 source3/winbindd/winbindd_dual.c 		child->next = child->prev = NULL;
NULL             1296 source3/winbindd/winbindd_dual.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1298 source3/winbindd/winbindd_dual.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1300 source3/winbindd/winbindd_dual.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1302 source3/winbindd/winbindd_dual.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1304 source3/winbindd/winbindd_dual.c 	messaging_register(winbind_messaging_context(), NULL,
NULL             1309 source3/winbindd/winbindd_dual.c 	if (primary_domain == NULL) {
NULL             1317 source3/winbindd/winbindd_dual.c 		child->domain->startup_time = time(NULL);
NULL             1325 source3/winbindd/winbindd_dual.c 				primary_domain->startup_time = time(NULL);
NULL             1358 source3/winbindd/winbindd_dual.c 			winbind_event_context(), NULL, timeval_zero(),
NULL             1372 source3/winbindd/winbindd_dual.c 				winbind_event_context(), NULL, next_change,
NULL             1389 source3/winbindd/winbindd_dual.c 		if (run_events(winbind_event_context(), 0, NULL, NULL)) {
NULL             1417 source3/winbindd/winbindd_dual.c 		ret = sys_select(maxfd + 1, &r_fds, &w_fds, NULL, tp);
NULL               36 source3/winbindd/winbindd_group.c 	if (domain != NULL) {
NULL               59 source3/winbindd/winbindd_group.c 	char *domain_name = NULL;
NULL               60 source3/winbindd/winbindd_group.c 	char *name = NULL;
NULL               72 source3/winbindd/winbindd_group.c 	if (mem_ctx == NULL) {
NULL               82 source3/winbindd/winbindd_group.c 	if (domain == NULL) {
NULL              114 source3/winbindd/winbindd_group.c 	if (domain == NULL) {
NULL              141 source3/winbindd/winbindd_group.c 		add_member(NULL, names[i], pp_members, p_num_members);
NULL              157 source3/winbindd/winbindd_group.c 	*gr_mem = NULL;
NULL              170 source3/winbindd/winbindd_group.c 	if (*gr_mem != NULL) {
NULL              189 source3/winbindd/winbindd_group.c 	char *mapped_name = NULL;
NULL              239 source3/winbindd/winbindd_group.c 	DOM_SID *pquerying_user_sid = NULL;
NULL              241 source3/winbindd/winbindd_group.c 	DOM_SID *user_sids = NULL;
NULL              246 source3/winbindd/winbindd_group.c 	char *buf = NULL;
NULL              302 source3/winbindd/winbindd_group.c 		char *domainname = NULL;
NULL              303 source3/winbindd/winbindd_group.c 		char *username = NULL;
NULL              305 source3/winbindd/winbindd_group.c 		char *mapped_name = NULL;
NULL              307 source3/winbindd/winbindd_group.c 		struct winbindd_domain *target_domain = NULL;
NULL              405 source3/winbindd/winbindd_group.c 	char **new_list = NULL;
NULL              414 source3/winbindd/winbindd_group.c         if ( *list == NULL ) {
NULL              415 source3/winbindd/winbindd_group.c 		if ((new_list = TALLOC_ARRAY(ctx, char *, n_names)) == NULL) {
NULL              451 source3/winbindd/winbindd_group.c 	uint32 *name_types = NULL;
NULL              452 source3/winbindd/winbindd_group.c 	char **names = NULL;
NULL              453 source3/winbindd/winbindd_group.c 	DOM_SID *sid_mem = NULL;
NULL              454 source3/winbindd/winbindd_group.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              455 source3/winbindd/winbindd_group.c 	DOM_SID *new_groups = NULL;
NULL              458 source3/winbindd/winbindd_group.c 	*members = NULL;
NULL              460 source3/winbindd/winbindd_group.c 	*new_glist = NULL;
NULL              533 source3/winbindd/winbindd_group.c 	char **names = NULL, *buf = NULL;
NULL              537 source3/winbindd/winbindd_group.c 	DOM_SID *glist = NULL;
NULL              538 source3/winbindd/winbindd_group.c 	DOM_SID *new_glist = NULL;
NULL              590 source3/winbindd/winbindd_group.c 	if ( (glist = TALLOC_ARRAY(mem_ctx, DOM_SID, 1 )) == NULL ) {
NULL              600 source3/winbindd/winbindd_group.c 		char **members = NULL;
NULL              619 source3/winbindd/winbindd_group.c 			char *mapped_name = NULL;
NULL              621 source3/winbindd/winbindd_group.c 			struct winbindd_domain *target_domain = NULL;
NULL              659 source3/winbindd/winbindd_group.c 		if (new_glist == NULL)
NULL              801 source3/winbindd/winbindd_group.c 	if ((domain = find_domain_from_name_noinit(name_domain)) == NULL) {
NULL              860 source3/winbindd/winbindd_group.c 	if ( (domain = find_domain_from_name_noinit(dom_name)) == NULL ) {
NULL              892 source3/winbindd/winbindd_group.c 	char *mapped_name = NULL;
NULL              944 source3/winbindd/winbindd_group.c 	if (s->group_name == NULL) {
NULL              960 source3/winbindd/winbindd_group.c 	if ( (s = TALLOC_ZERO_P(state->mem_ctx, struct getgrsid_state)) == NULL ) {
NULL              968 source3/winbindd/winbindd_group.c 	if ( (s->domain = find_domain_from_sid_noinit(&group_sid)) == NULL ) {
NULL             1005 source3/winbindd/winbindd_group.c 	    lookup_sid(state->mem_ctx, &group_sid, NULL, NULL, &name_type) &&
NULL             1052 source3/winbindd/winbindd_group.c 	if (state->getgrent_state != NULL) {
NULL             1054 source3/winbindd/winbindd_group.c 		state->getgrent_state = NULL;
NULL             1059 source3/winbindd/winbindd_group.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL             1109 source3/winbindd/winbindd_group.c 	state->getgrent_state = NULL;
NULL             1121 source3/winbindd/winbindd_group.c 	struct acct_info *name_list = NULL;
NULL             1124 source3/winbindd/winbindd_group.c 	struct acct_info *sam_grp_entries = NULL;
NULL             1255 source3/winbindd/winbindd_group.c 	struct winbindd_gr *group_list = NULL;
NULL             1257 source3/winbindd/winbindd_group.c 	char *gr_mem_list = NULL;
NULL             1299 source3/winbindd/winbindd_group.c 		struct acct_info *name_list = NULL;
NULL             1403 source3/winbindd/winbindd_group.c 			gr_mem = NULL;
NULL             1414 source3/winbindd/winbindd_group.c 					NULL,
NULL             1544 source3/winbindd/winbindd_group.c 	char *real_name = NULL;
NULL             1557 source3/winbindd/winbindd_group.c 	if (s == NULL) {
NULL             1608 source3/winbindd/winbindd_group.c 	if (s->domain == NULL) {
NULL             1667 source3/winbindd/winbindd_group.c 	s->token_gids = NULL;
NULL             1734 source3/winbindd/winbindd_group.c 	if (user_sid == NULL) {
NULL             1756 source3/winbindd/winbindd_group.c 	char *ret = NULL;
NULL             1810 source3/winbindd/winbindd_group.c 	if ((domain = find_domain_from_sid_noinit(&user_sid)) == NULL) {
NULL             1848 source3/winbindd/winbindd_group.c 		state->response.extra_data.data = NULL;
NULL             1885 source3/winbindd/winbindd_group.c 	if ((domain = find_domain_from_sid_noinit(&domain_sid)) == NULL) {
NULL             1898 source3/winbindd/winbindd_group.c 	DOM_SID *sids = NULL;
NULL             1900 source3/winbindd/winbindd_group.c 	char *sidstr = NULL;
NULL             1910 source3/winbindd/winbindd_group.c 	if (sidstr == NULL) {
NULL             1926 source3/winbindd/winbindd_group.c 	alias_rids = NULL;
NULL             1941 source3/winbindd/winbindd_group.c 	sids = NULL;
NULL             1942 source3/winbindd/winbindd_group.c 	sidstr = NULL;
NULL             1961 source3/winbindd/winbindd_group.c 		state->response.extra_data.data = NULL;
NULL             1965 source3/winbindd/winbindd_group.c 	state->response.extra_data.data = NULL;
NULL              266 source3/winbindd/winbindd_idmap.c 	if (domain != NULL) {
NULL              277 source3/winbindd/winbindd_idmap.c 	if ((domain != NULL) && (domain->have_idmap_config)) {
NULL              344 source3/winbindd/winbindd_idmap.c 	if ((domain != NULL) && (domain->have_idmap_config)) {
NULL              396 source3/winbindd/winbindd_idmap.c 		cont(private_data, False, NULL);
NULL              402 source3/winbindd/winbindd_idmap.c 		cont(private_data, False, NULL);
NULL              420 source3/winbindd/winbindd_idmap.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              464 source3/winbindd/winbindd_idmap.c 		cont(private_data, False, NULL);
NULL              470 source3/winbindd/winbindd_idmap.c 		cont(private_data, False, NULL);
NULL              488 source3/winbindd/winbindd_idmap.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              564 source3/winbindd/winbindd_idmap.c 		.name		= NULL,
NULL              105 source3/winbindd/winbindd_locator.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL              107 source3/winbindd/winbindd_locator.c 	struct GUID guid, *guid_ptr = NULL;
NULL              108 source3/winbindd/winbindd_locator.c 	const char *guid_str = NULL;
NULL              164 source3/winbindd/winbindd_locator.c 		.name		= NULL,
NULL              135 source3/winbindd/winbindd_misc.c 	if (ent_state == NULL) {
NULL              145 source3/winbindd/winbindd_misc.c 	ent_state->extra_data = NULL;
NULL              280 source3/winbindd/winbindd_misc.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL              281 source3/winbindd/winbindd_misc.c 	struct winbindd_tdc_domain *d = NULL;
NULL              284 source3/winbindd/winbindd_misc.c 	char *extra_data = NULL;
NULL              332 source3/winbindd/winbindd_misc.c 	if (extra_data != NULL) {
NULL              407 source3/winbindd/winbindd_misc.c 	if (extra_data != NULL) {
NULL              442 source3/winbindd/winbindd_misc.c 	const char *dcname_slash = NULL;
NULL              533 source3/winbindd/winbindd_misc.c 		if (domain == NULL) {
NULL              544 source3/winbindd/winbindd_misc.c 	if (seq == NULL) {
NULL              553 source3/winbindd/winbindd_misc.c 	if (seq->domain == NULL) {
NULL              564 source3/winbindd/winbindd_misc.c 	if ((seq->request == NULL) || (seq->response == NULL) ||
NULL              565 source3/winbindd/winbindd_misc.c 	    (seq->extra_data == NULL)) {
NULL              605 source3/winbindd/winbindd_misc.c 	if (state->domain == NULL) {
NULL              658 source3/winbindd/winbindd_misc.c 	if (domain == NULL) {
NULL              669 source3/winbindd/winbindd_misc.c 		if (istate == NULL) {
NULL               89 source3/winbindd/winbindd_ndr.c 	if (r == NULL) {
NULL              130 source3/winbindd/winbindd_pam.c 	ndr_err = ndr_push_struct_blob(&blob, mem_ctx, NULL, info3,
NULL              193 source3/winbindd/winbindd_pam.c 	char *afsname = NULL;
NULL              197 source3/winbindd/winbindd_pam.c 	if (afsname == NULL) {
NULL              220 source3/winbindd/winbindd_pam.c 	if (afsname == NULL) {
NULL              230 source3/winbindd/winbindd_pam.c 	if (cell == NULL) {
NULL              242 source3/winbindd/winbindd_pam.c 	if (state->response.extra_data.data != NULL) {
NULL              272 source3/winbindd/winbindd_pam.c 	TALLOC_CTX *frame = NULL;
NULL              288 source3/winbindd/winbindd_pam.c 	require_membership_of_sid = NULL;
NULL              354 source3/winbindd/winbindd_pam.c 		if (domain == NULL) {
NULL              366 source3/winbindd/winbindd_pam.c 		return NULL;
NULL              372 source3/winbindd/winbindd_pam.c 		if (domain == NULL) {
NULL              479 source3/winbindd/winbindd_pam.c 	const char *gen_cc = NULL;
NULL              507 source3/winbindd/winbindd_pam.c   	if (gen_cc == NULL) {
NULL              509 source3/winbindd/winbindd_pam.c 		return NULL;
NULL              564 source3/winbindd/winbindd_pam.c 	const char *cc = NULL;
NULL              565 source3/winbindd/winbindd_pam.c 	const char *principal_s = NULL;
NULL              566 source3/winbindd/winbindd_pam.c 	const char *service = NULL;
NULL              567 source3/winbindd/winbindd_pam.c 	char *realm = NULL;
NULL              578 source3/winbindd/winbindd_pam.c 	*info3 = NULL;
NULL              592 source3/winbindd/winbindd_pam.c 	if (cc == NULL) {
NULL              615 source3/winbindd/winbindd_pam.c 	if (principal_s == NULL) {
NULL              620 source3/winbindd/winbindd_pam.c 	if (service == NULL) {
NULL              671 source3/winbindd/winbindd_pam.c 					    time(NULL),
NULL              814 source3/winbindd/winbindd_pam.c 	char *mapped = NULL;
NULL              857 source3/winbindd/winbindd_pam.c 	if (domain == NULL) {
NULL              890 source3/winbindd/winbindd_pam.c 	struct winbindd_tdc_domain *tdc_domain = NULL;
NULL              893 source3/winbindd/winbindd_pam.c 	*info3 = NULL;
NULL              987 source3/winbindd/winbindd_pam.c 		if (kickoff_time != 0 && time(NULL) > kickoff_time) {
NULL              992 source3/winbindd/winbindd_pam.c 		if (must_change_time != 0 && must_change_time < time(NULL)) {
NULL             1001 source3/winbindd/winbindd_pam.c 		    ((tdc_domain = wcache_tdc_fetch_domain(state->mem_ctx, name_domain)) != NULL) &&
NULL             1007 source3/winbindd/winbindd_pam.c 			const char *cc = NULL;
NULL             1008 source3/winbindd/winbindd_pam.c 			char *realm = NULL;
NULL             1009 source3/winbindd/winbindd_pam.c 			const char *principal_s = NULL;
NULL             1010 source3/winbindd/winbindd_pam.c 			const char *service = NULL;
NULL             1023 source3/winbindd/winbindd_pam.c 			if (cc == NULL) {
NULL             1031 source3/winbindd/winbindd_pam.c 			if (principal_s == NULL) {
NULL             1036 source3/winbindd/winbindd_pam.c 			if (service == NULL) {
NULL             1050 source3/winbindd/winbindd_pam.c 							    time(NULL),
NULL             1051 source3/winbindd/winbindd_pam.c 							    time(NULL) + lp_winbind_cache_time(),
NULL             1052 source3/winbindd/winbindd_pam.c 							    time(NULL) + WINBINDD_PAM_AUTH_KRB5_RENEW_TIME,
NULL             1067 source3/winbindd/winbindd_pam.c 		unix_to_nt_time(&my_info3->base.last_logon, time(NULL));
NULL             1121 source3/winbindd/winbindd_pam.c 						NULL,
NULL             1164 source3/winbindd/winbindd_pam.c 		if (contact_domain == NULL) {
NULL             1219 source3/winbindd/winbindd_pam.c 	struct netr_SamInfo3 *my_info3 = NULL;
NULL             1221 source3/winbindd/winbindd_pam.c 	*info3 = NULL;
NULL             1250 source3/winbindd/winbindd_pam.c 				      &lm_response, &nt_response, NULL)) {
NULL             1403 source3/winbindd/winbindd_pam.c 		union samr_UserInfo *info = NULL;
NULL             1467 source3/winbindd/winbindd_pam.c 	struct netr_SamInfo3 *info3 = NULL;
NULL             1679 source3/winbindd/winbindd_pam.c 						      info3, NULL);
NULL             1742 source3/winbindd/winbindd_pam.c 	struct winbindd_domain *domain = NULL;
NULL             1743 source3/winbindd/winbindd_pam.c 	const char *domain_name = NULL;
NULL             1752 source3/winbindd/winbindd_pam.c 		char *error_string = NULL;
NULL             1787 source3/winbindd/winbindd_pam.c 	if (domain_name != NULL)
NULL             1790 source3/winbindd/winbindd_pam.c 	if (domain != NULL) {
NULL             1813 source3/winbindd/winbindd_pam.c 	struct netr_SamInfo3 *info3 = NULL;
NULL             1815 source3/winbindd/winbindd_pam.c 	const char *name_user = NULL;
NULL             1816 source3/winbindd/winbindd_pam.c 	const char *name_domain = NULL;
NULL             1906 source3/winbindd/winbindd_pam.c 		netlogon_pipe = NULL;
NULL             2071 source3/winbindd/winbindd_pam.c 	char *newpass = NULL;
NULL             2075 source3/winbindd/winbindd_pam.c 	struct samr_DomInfo1 *info = NULL;
NULL             2076 source3/winbindd/winbindd_pam.c 	struct samr_ChangeReject *reject = NULL;
NULL             2247 source3/winbindd/winbindd_pam.c 	if ((domain = find_auth_domain(state, name_domain)) == NULL) {
NULL             2352 source3/winbindd/winbindd_pam.c 	struct winbindd_domain *domain = NULL;
NULL             2353 source3/winbindd/winbindd_pam.c 	const char *domain_name = NULL;
NULL             2372 source3/winbindd/winbindd_pam.c 	if (domain_name != NULL)
NULL             2375 source3/winbindd/winbindd_pam.c 	if (domain != NULL) {
NULL               48 source3/winbindd/winbindd_passdb.c 	if (search == NULL) goto done;
NULL               58 source3/winbindd/winbindd_passdb.c 	if (*info == NULL) {
NULL              111 source3/winbindd/winbindd_passdb.c 	if (domain_name && domain_name[0] && strchr_m(name, '\\') == NULL) {
NULL              114 source3/winbindd/winbindd_passdb.c 		if (fullname == NULL) {
NULL              123 source3/winbindd/winbindd_passdb.c 	if ( !lookup_name( mem_ctx, fullname, flags, NULL, NULL, sid, type ) ) {
NULL              186 source3/winbindd/winbindd_passdb.c 	*domain_name = NULL;
NULL              187 source3/winbindd/winbindd_passdb.c 	*names = NULL;
NULL              188 source3/winbindd/winbindd_passdb.c 	*types = NULL;
NULL              211 source3/winbindd/winbindd_passdb.c 	if ((*names == NULL) || (*types == NULL)) {
NULL              219 source3/winbindd/winbindd_passdb.c 		const char *dom = NULL, *nam = NULL;
NULL              236 source3/winbindd/winbindd_passdb.c 		if (*domain_name == NULL) {
NULL              260 source3/winbindd/winbindd_passdb.c 	DOM_SID *groups = NULL;
NULL              261 source3/winbindd/winbindd_passdb.c 	gid_t *gids = NULL;
NULL              265 source3/winbindd/winbindd_passdb.c 	if ( (user = samu_new(mem_ctx)) == NULL ) {
NULL              331 source3/winbindd/winbindd_passdb.c 	if ((p = TALLOC_ZERO_P(mem_ctx, struct samr_DomInfo1)) == NULL) {
NULL              382 source3/winbindd/winbindd_passdb.c 	*info = NULL;
NULL              396 source3/winbindd/winbindd_passdb.c 	*info = NULL;
NULL              416 source3/winbindd/winbindd_passdb.c 	*sid_mem = NULL;
NULL              417 source3/winbindd/winbindd_passdb.c 	*names = NULL;
NULL              431 source3/winbindd/winbindd_passdb.c 	*names = NULL;
NULL              432 source3/winbindd/winbindd_passdb.c 	*alt_names = NULL;
NULL              433 source3/winbindd/winbindd_passdb.c 	*dom_sids = NULL;
NULL              460 source3/winbindd/winbindd_passdb.c 	struct samr_displayentry *entries = NULL;
NULL              464 source3/winbindd/winbindd_passdb.c 	*info = NULL;
NULL              485 source3/winbindd/winbindd_passdb.c 		(*info)[i].homedir = NULL;
NULL              486 source3/winbindd/winbindd_passdb.c 		(*info)[i].shell = NULL;
NULL              511 source3/winbindd/winbindd_passdb.c 	struct samu *sampass = NULL;
NULL              531 source3/winbindd/winbindd_passdb.c 	if (pdb_get_group_sid(sampass) == NULL) {
NULL              592 source3/winbindd/winbindd_passdb.c 		*sid_mem = NULL;
NULL              593 source3/winbindd/winbindd_passdb.c 		*names = NULL;
NULL              594 source3/winbindd/winbindd_passdb.c 		*name_types = NULL;
NULL              604 source3/winbindd/winbindd_passdb.c 	if (((*sid_mem) == NULL) || ((*names) == NULL) ||
NULL              605 source3/winbindd/winbindd_passdb.c 	    ((*name_types) == NULL) || (sids == NULL)) {
NULL              669 source3/winbindd/winbindd_passdb.c 	*names = NULL;
NULL              670 source3/winbindd/winbindd_passdb.c 	*alt_names = NULL;
NULL              671 source3/winbindd/winbindd_passdb.c 	*dom_sids = NULL;
NULL              688 source3/winbindd/winbindd_passdb.c 		if ((*alt_names == NULL) || (*names == NULL) || (*dom_sids == NULL)) {
NULL              693 source3/winbindd/winbindd_passdb.c 		*names = NULL;
NULL              694 source3/winbindd/winbindd_passdb.c 		*alt_names = NULL;
NULL              695 source3/winbindd/winbindd_passdb.c 		*dom_sids = NULL;
NULL              699 source3/winbindd/winbindd_passdb.c 		(*alt_names)[i] = NULL;
NULL               49 source3/winbindd/winbindd_rpc.c 	*info = NULL;
NULL              106 source3/winbindd/winbindd_rpc.c 			(*info)[i].homedir = NULL;
NULL              107 source3/winbindd/winbindd_rpc.c 			(*info)[i].shell = NULL;
NULL              139 source3/winbindd/winbindd_rpc.c 	*info = NULL;
NULL              154 source3/winbindd/winbindd_rpc.c 		struct samr_SamArray *sam_array = NULL;
NULL              209 source3/winbindd/winbindd_rpc.c 	*info = NULL;
NULL              224 source3/winbindd/winbindd_rpc.c 		struct samr_SamArray *sam_array = NULL;
NULL              277 source3/winbindd/winbindd_rpc.c 	DOM_SID *sids = NULL;
NULL              278 source3/winbindd/winbindd_rpc.c 	enum lsa_SidType *types = NULL;
NULL              279 source3/winbindd/winbindd_rpc.c 	char *full_name = NULL;
NULL              281 source3/winbindd/winbindd_rpc.c 	char *mapped_name = NULL;
NULL              283 source3/winbindd/winbindd_rpc.c 	if (name == NULL || *name=='\0') {
NULL              285 source3/winbindd/winbindd_rpc.c 	} else if (domain_name == NULL || *domain_name == '\0') {
NULL              312 source3/winbindd/winbindd_rpc.c 				       (const char **)&full_name, NULL,
NULL              337 source3/winbindd/winbindd_rpc.c 	enum lsa_SidType *types = NULL;
NULL              340 source3/winbindd/winbindd_rpc.c 	char *mapped_name = NULL;
NULL              396 source3/winbindd/winbindd_rpc.c 		if (sids == NULL) {
NULL              400 source3/winbindd/winbindd_rpc.c 		sids = NULL;
NULL              425 source3/winbindd/winbindd_rpc.c 		char *mapped_name = NULL;
NULL              453 source3/winbindd/winbindd_rpc.c 	union samr_UserInfo *info = NULL;
NULL              463 source3/winbindd/winbindd_rpc.c 	user_info->homedir = NULL;
NULL              464 source3/winbindd/winbindd_rpc.c 	user_info->shell = NULL;
NULL              469 source3/winbindd/winbindd_rpc.c 	if ( (user = netsamlogon_cache_get( mem_ctx, user_sid )) != NULL ) 
NULL              541 source3/winbindd/winbindd_rpc.c 	user_info->homedir = NULL;
NULL              542 source3/winbindd/winbindd_rpc.c 	user_info->shell = NULL;
NULL              557 source3/winbindd/winbindd_rpc.c 	struct samr_RidWithAttributeArray *rid_array = NULL;
NULL              568 source3/winbindd/winbindd_rpc.c 	*user_grpsids = NULL;
NULL              646 source3/winbindd/winbindd_rpc.c 	*alias_rids = NULL;
NULL              673 source3/winbindd/winbindd_rpc.c 			if (sid_array.sids == NULL) {
NULL              677 source3/winbindd/winbindd_rpc.c 			sid_array.sids = NULL;
NULL              697 source3/winbindd/winbindd_rpc.c 			*alias_rids = NULL;
NULL              738 source3/winbindd/winbindd_rpc.c 	uint32 *rid_mem = NULL;
NULL              743 source3/winbindd/winbindd_rpc.c 	struct samr_RidTypeArray *rids = NULL;
NULL              793 source3/winbindd/winbindd_rpc.c 		names = NULL;
NULL              794 source3/winbindd/winbindd_rpc.c 		name_types = NULL;
NULL              795 source3/winbindd/winbindd_rpc.c 		sid_mem = NULL;
NULL              872 source3/winbindd/winbindd_rpc.c 	const char *attrs[] = {"highestCommittedUSN", NULL};
NULL              873 source3/winbindd/winbindd_rpc.c 	LDAPMessage *res = NULL;
NULL              874 source3/winbindd/winbindd_rpc.c 	char **values = NULL;
NULL              875 source3/winbindd/winbindd_rpc.c 	LDAP *ldp = NULL;
NULL              885 source3/winbindd/winbindd_rpc.c 	if (ldp == NULL)
NULL              942 source3/winbindd/winbindd_rpc.c 	union samr_DomainInfo *info = NULL;
NULL              953 source3/winbindd/winbindd_rpc.c 		*seq = time(NULL);
NULL             1050 source3/winbindd/winbindd_rpc.c 	*names = NULL;
NULL             1051 source3/winbindd/winbindd_rpc.c 	*alt_names = NULL;
NULL             1052 source3/winbindd/winbindd_rpc.c 	*dom_sids = NULL;
NULL             1083 source3/winbindd/winbindd_rpc.c 		if ((*names == NULL) || (*dom_sids == NULL) ||
NULL             1084 source3/winbindd/winbindd_rpc.c 		    (*alt_names == NULL))
NULL             1104 source3/winbindd/winbindd_rpc.c 	union samr_DomainInfo *info = NULL;
NULL             1145 source3/winbindd/winbindd_rpc.c 	union samr_DomainInfo *info = NULL;
NULL             1196 source3/winbindd/winbindd_rpc.c 	struct rpc_pipe_client *cli = NULL;
NULL             1261 source3/winbindd/winbindd_rpc.c 	struct rpc_pipe_client *cli = NULL;
NULL               96 source3/winbindd/winbindd_sid.c 	} else if ((p = strchr(state->request.data.name.name, '@')) != NULL) {
NULL              150 source3/winbindd/winbindd_sid.c 	if (domain == NULL) {
NULL               40 source3/winbindd/winbindd_user.c 	if (out == NULL)
NULL               50 source3/winbindd/winbindd_user.c 		templ = talloc_sub_specified(NULL, in,
NULL               54 source3/winbindd/winbindd_user.c 		templ = talloc_sub_specified(NULL, lp_template,
NULL               76 source3/winbindd/winbindd_user.c 	char *mapped_name = NULL;
NULL               77 source3/winbindd/winbindd_user.c 	struct winbindd_domain *domain = NULL;
NULL               84 source3/winbindd/winbindd_user.c 	if (domain == NULL) {
NULL              226 source3/winbindd/winbindd_user.c 	if (s == NULL) {
NULL              233 source3/winbindd/winbindd_user.c 	if (s->domain == NULL) {
NULL              273 source3/winbindd/winbindd_user.c 		char *domain_name = NULL;
NULL              275 source3/winbindd/winbindd_user.c 		char *user_name = NULL;
NULL              276 source3/winbindd/winbindd_user.c 		struct winbindd_domain *domain = NULL;
NULL              279 source3/winbindd/winbindd_user.c 		if (domain == NULL) {
NULL              425 source3/winbindd/winbindd_user.c 	char *mapped_user = NULL;
NULL              462 source3/winbindd/winbindd_user.c 	if (domain == NULL) {
NULL              465 source3/winbindd/winbindd_user.c 		if ( (domain = find_our_domain()) == NULL ) {
NULL              596 source3/winbindd/winbindd_user.c 	if (state->getpwent_state != NULL) {
NULL              598 source3/winbindd/winbindd_user.c 		state->getpwent_state = NULL;
NULL              603 source3/winbindd/winbindd_user.c 	for(domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              653 source3/winbindd/winbindd_user.c 	state->getpwent_state = NULL;
NULL              667 source3/winbindd/winbindd_user.c 	struct getpwent_user *name_list = NULL;
NULL              803 source3/winbindd/winbindd_user.c 		struct getpwent_user *name_list = NULL;
NULL               46 source3/winbindd/winbindd_util.c static struct winbindd_domain *_domain_list = NULL;
NULL               84 source3/winbindd/winbindd_util.c 	if (sid == NULL)
NULL               95 source3/winbindd/winbindd_util.c 	if (sid == NULL)
NULL              111 source3/winbindd/winbindd_util.c 	const char *alternative_name = NULL;
NULL              116 source3/winbindd/winbindd_util.c 	ignored_domains = lp_parm_string_list(-1, "winbind", "ignore domains", NULL);
NULL              120 source3/winbindd/winbindd_util.c 			return NULL;
NULL              172 source3/winbindd/winbindd_util.c 	if ((domain = SMB_MALLOC_P(struct winbindd_domain)) == NULL)
NULL              173 source3/winbindd/winbindd_util.c 		return NULL;
NULL              185 source3/winbindd/winbindd_util.c 	domain->backend = NULL;
NULL              204 source3/winbindd/winbindd_util.c 	if (idmap_config_option == NULL) {
NULL              209 source3/winbindd/winbindd_util.c 	param = lp_parm_const_string(-1, idmap_config_option, "range", NULL);
NULL              214 source3/winbindd/winbindd_util.c 	if (param != NULL) {
NULL              265 source3/winbindd/winbindd_util.c 	if (mem_ctx == NULL) {
NULL              274 source3/winbindd/winbindd_util.c 	if ((request == NULL) || (response == NULL) || (state == NULL)) {
NULL              310 source3/winbindd/winbindd_util.c 	while ((p != NULL) && (*p != '\0')) {
NULL              314 source3/winbindd/winbindd_util.c 		char *alternate_name = NULL;
NULL              317 source3/winbindd/winbindd_util.c 		if (alt_name == NULL) {
NULL              326 source3/winbindd/winbindd_util.c 		if (sidstr == NULL) {
NULL              335 source3/winbindd/winbindd_util.c 		if (q != NULL)
NULL              358 source3/winbindd/winbindd_util.c 		if ( find_domain_from_name_noinit(p) != NULL ) {
NULL              372 source3/winbindd/winbindd_util.c 		if (p != NULL)
NULL              413 source3/winbindd/winbindd_util.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL              427 source3/winbindd/winbindd_util.c 		struct winbindd_domain *d = NULL;
NULL              448 source3/winbindd/winbindd_util.c 		if (d == NULL) {
NULL              477 source3/winbindd/winbindd_util.c 	struct winbindd_domain *d = NULL;
NULL              478 source3/winbindd/winbindd_util.c 	struct winbindd_tdc_domain *dom_list = NULL;
NULL              517 source3/winbindd/winbindd_util.c 			if (d == NULL) {
NULL              542 source3/winbindd/winbindd_util.c 	time_t now = time(NULL);
NULL              596 source3/winbindd/winbindd_util.c 	if (mem_ctx == NULL) {
NULL              605 source3/winbindd/winbindd_util.c 	if ((request == NULL) || (response == NULL) || (state == NULL)) {
NULL              702 source3/winbindd/winbindd_util.c 	if (state->continuation != NULL)
NULL              757 source3/winbindd/winbindd_util.c 	domain = add_trusted_domain("BUILTIN", NULL, &builtin_passdb_methods,
NULL              766 source3/winbindd/winbindd_util.c 	domain = add_trusted_domain(get_global_sam_name(), NULL,
NULL              827 source3/winbindd/winbindd_util.c 	domain = add_trusted_domain( name, NULL, &cache_methods, 
NULL              868 source3/winbindd/winbindd_util.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              878 source3/winbindd/winbindd_util.c 	return NULL;
NULL              887 source3/winbindd/winbindd_util.c 	if (domain == NULL)
NULL              888 source3/winbindd/winbindd_util.c 		return NULL;
NULL              904 source3/winbindd/winbindd_util.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              911 source3/winbindd/winbindd_util.c 	return NULL;
NULL              922 source3/winbindd/winbindd_util.c 	if (domain == NULL)
NULL              923 source3/winbindd/winbindd_util.c 		return NULL;
NULL              937 source3/winbindd/winbindd_util.c 	for (domain = domain_list(); domain != NULL; domain = domain->next) {
NULL              943 source3/winbindd/winbindd_util.c 	return NULL;
NULL              951 source3/winbindd/winbindd_util.c 		return NULL;
NULL              954 source3/winbindd/winbindd_util.c 		return NULL;
NULL              967 source3/winbindd/winbindd_util.c 	if (domain == NULL) {
NULL             1066 source3/winbindd/winbindd_util.c 	*dom_name = NULL;
NULL             1067 source3/winbindd/winbindd_util.c 	*name = NULL;
NULL             1094 source3/winbindd/winbindd_util.c 	while(temp != NULL) {
NULL             1146 source3/winbindd/winbindd_util.c 		} else if ((p = strchr(domuser, '@')) != NULL) {
NULL             1172 source3/winbindd/winbindd_util.c 	return ((*domain != NULL) && (*user != NULL));
NULL             1379 source3/winbindd/winbindd_util.c 	struct netr_SamInfo3 *info3 = NULL;
NULL             1385 source3/winbindd/winbindd_util.c 	*user_sids = NULL;
NULL             1390 source3/winbindd/winbindd_util.c 	if (info3 == NULL) {
NULL             1413 source3/winbindd/winbindd_util.c 	status = (user_sids != NULL) ? NT_STATUS_OK : NT_STATUS_NO_MEMORY;
NULL             1532 source3/winbindd/winbindd_util.c 	struct winbindd_tdc_domain *tdc = NULL;
NULL             1544 source3/winbindd/winbindd_util.c 	if ((tdc = wcache_tdc_fetch_domain(frame, domain->name)) == NULL) {
NULL             1601 source3/winbindd/winbindd_util.c 	char *var = NULL;
NULL             1603 source3/winbindd/winbindd_util.c 	const char *kdc = NULL;
NULL             1661 source3/winbindd/winbindd_util.c 	char *var = NULL;
NULL               82 source3/winbindd/winbindd_wins.c 		return NULL;
NULL               86 source3/winbindd/winbindd_wins.c 		return NULL;
NULL               88 source3/winbindd/winbindd_wins.c 	status = node_status_query(fd, &nname, &ss, count, NULL);
NULL               98 source3/winbindd/winbindd_wins.c 	struct ip_service *ret = NULL;
NULL               99 source3/winbindd/winbindd_wins.c 	struct sockaddr_storage *return_ss = NULL;
NULL              107 source3/winbindd/winbindd_wins.c 			return NULL;
NULL              108 source3/winbindd/winbindd_wins.c 		if ( (return_ss = SMB_MALLOC_ARRAY(struct sockaddr_storage, *count)) == NULL ) {
NULL              110 source3/winbindd/winbindd_wins.c 			return NULL;
NULL              123 source3/winbindd/winbindd_wins.c 		return NULL;
NULL              134 source3/winbindd/winbindd_wins.c 		return_ss = name_query(fd,name,0x20,True,True,bcast_ss,count, &flags, NULL);
NULL              196 source3/winbindd/winbindd_wins.c 	struct sockaddr_storage *ip_list = NULL;
NULL               60 source4/auth/auth_sam_reply.c 	sam->groups.rids = NULL;
NULL               67 source4/auth/auth_sam_reply.c 		if (sam->groups.rids == NULL)
NULL              124 source4/auth/auth_sam_reply.c 	sam3->sids	= NULL;
NULL              143 source4/auth/auth_sam_reply.c 		sam3->sids = NULL;
NULL              160 source4/auth/auth_sam_reply.c 	struct netr_SamBaseInfo *base = NULL;
NULL              206 source4/auth/auth_sam_reply.c 		server_info->domain_groups = NULL;
NULL              269 source4/auth/auth_sam_reply.c 		server_info->user_session_key = data_blob(NULL, 0);
NULL              276 source4/auth/auth_sam_reply.c 		server_info->lm_session_key = data_blob(NULL, 0);
NULL               44 source4/auth/credentials/credentials.c 	cred->netlogon_creds = NULL;
NULL               60 source4/auth/credentials/credentials.c 	cred->old_password = NULL;
NULL               61 source4/auth/credentials/credentials.c 	cred->smb_krb5_context = NULL;
NULL               62 source4/auth/credentials/credentials.c 	cred->salt_principal = NULL;
NULL               65 source4/auth/credentials/credentials.c 	cred->bind_dn = NULL;
NULL              309 source4/auth/credentials/credentials.c 		cred->nt_hash = NULL;
NULL              310 source4/auth/credentials/credentials.c 		cred->lm_response = data_blob(NULL, 0);
NULL              311 source4/auth/credentials/credentials.c 		cred->nt_response = data_blob(NULL, 0);
NULL              371 source4/auth/credentials/credentials.c 			return NULL;
NULL              632 source4/auth/credentials/credentials.c 	if (lp_ctx != NULL) {
NULL              662 source4/auth/credentials/credentials.c 		cli_credentials_set_ccache(cred, event_context_find(cred), lp_ctx, NULL, CRED_GUESS_FILE);
NULL              711 source4/auth/credentials/credentials.c 	cli_credentials_set_password(cred, NULL, CRED_SPECIFIED);
NULL              712 source4/auth/credentials/credentials.c 	cli_credentials_set_realm(cred, NULL, CRED_SPECIFIED);
NULL               63 source4/auth/credentials/credentials_files.c 				p = NULL; /* then force the loop condition to become false */
NULL              122 source4/auth/credentials/credentials_files.c 	lines = file_lines_load(file, &numlines, 0, NULL);
NULL              124 source4/auth/credentials/credentials_files.c 	if (lines == NULL)
NULL              199 source4/auth/credentials/credentials_files.c 		NULL
NULL              252 source4/auth/credentials/credentials_files.c 	password = ldb_msg_find_attr_as_string(msgs[0], "secret", NULL);
NULL              253 source4/auth/credentials/credentials_files.c 	old_password = ldb_msg_find_attr_as_string(msgs[0], "priorSecret", NULL);
NULL              255 source4/auth/credentials/credentials_files.c 	machine_account = ldb_msg_find_attr_as_string(msgs[0], "samAccountName", NULL);
NULL              258 source4/auth/credentials/credentials_files.c 		machine_account = ldb_msg_find_attr_as_string(msgs[0], "servicePrincipalName", NULL);
NULL              261 source4/auth/credentials/credentials_files.c 			const char *ldap_bind_dn = ldb_msg_find_attr_as_string(msgs[0], "ldapBindDn", NULL);
NULL              273 source4/auth/credentials/credentials_files.c 	salt_principal = ldb_msg_find_attr_as_string(msgs[0], "saltPrincipal", NULL);
NULL              291 source4/auth/credentials/credentials_files.c 			cli_credentials_set_password(cred, NULL, CRED_SPECIFIED);
NULL              298 source4/auth/credentials/credentials_files.c 	domain = ldb_msg_find_attr_as_string(msgs[0], "flatname", NULL);
NULL              303 source4/auth/credentials/credentials_files.c 	realm = ldb_msg_find_attr_as_string(msgs[0], "realm", NULL);
NULL              317 source4/auth/credentials/credentials_files.c 	keytab = ldb_msg_find_attr_as_string(msgs[0], "krb5Keytab", NULL);
NULL              321 source4/auth/credentials/credentials_files.c 		keytab = ldb_msg_find_attr_as_string(msgs[0], "privateKeytab", NULL);
NULL              351 source4/auth/credentials/credentials_files.c 	status = cli_credentials_set_secrets(cred, event_context_find(cred), lp_ctx, NULL, 
NULL              379 source4/auth/credentials/credentials_files.c 	status = cli_credentials_set_secrets(cred, event_ctx, lp_ctx, NULL, 
NULL              409 source4/auth/credentials/credentials_files.c 	status = cli_credentials_set_secrets(cred, event_ctx, lp_ctx, NULL, 
NULL               45 source4/auth/credentials/credentials_krb5.c 		cred->smb_krb5_context = NULL;
NULL              309 source4/auth/credentials/credentials_krb5.c 			cred->client_gss_creds = NULL;
NULL              330 source4/auth/credentials/credentials_krb5.c 			cred->ccache = NULL;
NULL              363 source4/auth/credentials/credentials_krb5.c 	krb5_enctype *etypes = NULL;
NULL              383 source4/auth/credentials/credentials_krb5.c 	maj_stat = gss_krb5_import_cred(&min_stat, ccache->ccache, NULL, NULL, 
NULL              698 source4/auth/credentials/credentials_krb5.c 	maj_stat = gss_krb5_import_cred(&min_stat, NULL, princ, ktc->keytab, 
NULL              747 source4/auth/credentials/credentials_krb5.c 		NULL
NULL               53 source4/auth/credentials/credentials_ntlm.c 	lm_session_key = data_blob(NULL, 0);
NULL               64 source4/auth/credentials/credentials_ntlm.c 		*_lm_session_key = data_blob(NULL, 0);
NULL               65 source4/auth/credentials/credentials_ntlm.c 		*_session_key = data_blob(NULL, 0);
NULL               97 source4/auth/credentials/credentials_ntlm.c 		lm_response = data_blob(NULL, 0);
NULL               98 source4/auth/credentials/credentials_ntlm.c 		nt_response = data_blob(NULL, 0);
NULL              119 source4/auth/credentials/credentials_ntlm.c 					   NULL, &session_key)) {
NULL              131 source4/auth/credentials/credentials_ntlm.c 		lm_response = data_blob_talloc(mem_ctx, NULL, 24);
NULL              147 source4/auth/credentials/credentials_ntlm.c 		nt_response = data_blob_talloc(mem_ctx, NULL, 24);
NULL              152 source4/auth/credentials/credentials_ntlm.c 		session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              162 source4/auth/credentials/credentials_ntlm.c 		nt_response = data_blob_talloc(mem_ctx, NULL, 24);
NULL              166 source4/auth/credentials/credentials_ntlm.c 		session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              178 source4/auth/credentials/credentials_ntlm.c 				lm_response = data_blob_talloc(mem_ctx, NULL, 24);
NULL              192 source4/auth/credentials/credentials_ntlm.c 					lm_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              211 source4/auth/credentials/credentials_ntlm.c 				lm_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              237 source4/auth/credentials/credentials_ntlm.c 		cli_credentials_set_password(cred, NULL, obtained);
NULL              242 source4/auth/credentials/credentials_ntlm.c 			cred->nt_hash = NULL;
NULL              256 source4/auth/credentials/credentials_ntlm.c 		cli_credentials_set_password(cred, NULL, obtained);
NULL               35 source4/auth/credentials/pycredentials.c         return cli_credentials_init_anon(NULL);
NULL               43 source4/auth/credentials/pycredentials.c 	if (str == NULL)
NULL               50 source4/auth/credentials/pycredentials.c 	return py_talloc_import(type, cli_credentials_init(NULL));
NULL               63 source4/auth/credentials/pycredentials.c 		return NULL;
NULL               79 source4/auth/credentials/pycredentials.c 		return NULL;
NULL               94 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              109 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              123 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              138 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              174 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              191 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              202 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              205 source4/auth/credentials/pycredentials.c 	if (lp_ctx == NULL) 
NULL              206 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              219 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              222 source4/auth/credentials/pycredentials.c 	if (lp_ctx == NULL) 
NULL              223 source4/auth/credentials/pycredentials.c 		return NULL;
NULL              262 source4/auth/credentials/pycredentials.c 		NULL },
NULL              267 source4/auth/credentials/pycredentials.c 		NULL },
NULL              269 source4/auth/credentials/pycredentials.c 		NULL },
NULL              271 source4/auth/credentials/pycredentials.c 		NULL },
NULL              282 source4/auth/credentials/pycredentials.c 		NULL },
NULL              284 source4/auth/credentials/pycredentials.c 		NULL },
NULL              285 source4/auth/credentials/pycredentials.c 	{ "guess", (PyCFunction)py_creds_guess, METH_VARARGS, NULL },
NULL              286 source4/auth/credentials/pycredentials.c 	{ "set_machine_account", (PyCFunction)py_creds_set_machine_account, METH_VARARGS, NULL },
NULL              287 source4/auth/credentials/pycredentials.c 	{ NULL }
NULL              306 source4/auth/credentials/pycredentials.c 	m = Py_InitModule3("credentials", NULL, "Credentials management.");
NULL              307 source4/auth/credentials/pycredentials.c 	if (m == NULL)
NULL               58 source4/auth/credentials/tests/simple.c 	torture_assert(tctx, cli_credentials_get_password(creds) == NULL,
NULL               77 source4/auth/credentials/tests/simple.c 	torture_assert(tctx, cli_credentials_get_password(creds) == NULL,
NULL               97 source4/auth/gensec/cyrus_sasl.c 		*psecret = NULL;
NULL              123 source4/auth/gensec/cyrus_sasl.c 	char *local_addr = NULL;
NULL              124 source4/auth/gensec/cyrus_sasl.c 	char *remote_addr = NULL;
NULL              152 source4/auth/gensec/cyrus_sasl.c 	callbacks[4].proc = NULL;
NULL              153 source4/auth/gensec/cyrus_sasl.c 	callbacks[4].context = NULL;
NULL              215 source4/auth/gensec/cyrus_sasl.c 					     NULL, &out_data, &out_len, &mech);
NULL              218 source4/auth/gensec/cyrus_sasl.c 					    (char*)in.data, in.length, NULL,
NULL              376 source4/auth/gensec/cyrus_sasl.c 			.context = NULL,
NULL              381 source4/auth/gensec/cyrus_sasl.c 			.context = NULL,
NULL              408 source4/auth/gensec/cyrus_sasl.c 		oldmech = gensec_security_by_sasl_name(NULL, sasl_mechs[i]);
NULL               46 source4/auth/gensec/gensec.c 	return lp_parm_bool(lp_ctx, NULL, "gensec", ops->name, ops->enabled);
NULL               68 source4/auth/gensec/gensec.c 			return NULL;
NULL               79 source4/auth/gensec/gensec.c 		return NULL;
NULL              108 source4/auth/gensec/gensec.c 			return NULL;
NULL              111 source4/auth/gensec/gensec.c 	new_gensec_list[j] = NULL; 
NULL              123 source4/auth/gensec/gensec.c 			return NULL;
NULL              130 source4/auth/gensec/gensec.c 				return NULL;
NULL              146 source4/auth/gensec/gensec.c 		return NULL;
NULL              161 source4/auth/gensec/gensec.c 	return NULL;
NULL              172 source4/auth/gensec/gensec.c 		return NULL;
NULL              176 source4/auth/gensec/gensec.c 	    	if (gensec_security != NULL && 
NULL              193 source4/auth/gensec/gensec.c 	return NULL;
NULL              204 source4/auth/gensec/gensec.c 		return NULL;
NULL              219 source4/auth/gensec/gensec.c 	return NULL;
NULL              230 source4/auth/gensec/gensec.c 		return NULL;
NULL              234 source4/auth/gensec/gensec.c 	    	if (gensec_security != NULL && 
NULL              245 source4/auth/gensec/gensec.c 	return NULL;
NULL              266 source4/auth/gensec/gensec.c 		return NULL;
NULL              273 source4/auth/gensec/gensec.c 		return NULL;
NULL              275 source4/auth/gensec/gensec.c 	backends_out[0] = NULL;
NULL              280 source4/auth/gensec/gensec.c 	    	if (gensec_security != NULL &&
NULL              305 source4/auth/gensec/gensec.c 				return NULL;
NULL              310 source4/auth/gensec/gensec.c 			backends_out[num_backends_out] = NULL;
NULL              336 source4/auth/gensec/gensec.c 		return NULL;
NULL              343 source4/auth/gensec/gensec.c 		return NULL;
NULL              345 source4/auth/gensec/gensec.c 	backends_out[0].op = NULL;
NULL              346 source4/auth/gensec/gensec.c 	backends_out[0].oid = NULL;
NULL              351 source4/auth/gensec/gensec.c 	    	if (gensec_security != NULL && 
NULL              384 source4/auth/gensec/gensec.c 					return NULL;
NULL              390 source4/auth/gensec/gensec.c 				backends_out[num_backends_out].op = NULL;
NULL              391 source4/auth/gensec/gensec.c 				backends_out[num_backends_out].oid = NULL;
NULL              412 source4/auth/gensec/gensec.c 		return NULL;
NULL              416 source4/auth/gensec/gensec.c 		return NULL;
NULL              420 source4/auth/gensec/gensec.c 		if (gensec_security != NULL && 
NULL              433 source4/auth/gensec/gensec.c 					return NULL;
NULL              440 source4/auth/gensec/gensec.c 	oid_list[j] = NULL;
NULL              457 source4/auth/gensec/gensec.c 		return NULL;
NULL              461 source4/auth/gensec/gensec.c 		return NULL;
NULL              472 source4/auth/gensec/gensec.c 				return NULL;
NULL              478 source4/auth/gensec/gensec.c 	oid_list[j] = NULL;
NULL              514 source4/auth/gensec/gensec.c 	if (ev == NULL) {
NULL              522 source4/auth/gensec/gensec.c 	(*gensec_security)->ops = NULL;
NULL              523 source4/auth/gensec/gensec.c 	(*gensec_security)->private_data = NULL;
NULL              533 source4/auth/gensec/gensec.c 	SMB_ASSERT(settings->lp_ctx != NULL);
NULL              556 source4/auth/gensec/gensec.c 	(*gensec_security)->ops = NULL;
NULL              557 source4/auth/gensec/gensec.c 	(*gensec_security)->private_data = NULL;
NULL              582 source4/auth/gensec/gensec.c 	if (settings == NULL) {
NULL              587 source4/auth/gensec/gensec.c 	status = gensec_start(mem_ctx, ev, settings, NULL, gensec_security);
NULL              700 source4/auth/gensec/gensec.c 	return NULL;
NULL              738 source4/auth/gensec/gensec.c 	SMB_ASSERT(gensec_security != NULL);
NULL             1006 source4/auth/gensec/gensec.c 	struct gensec_update_request *req = NULL;
NULL             1007 source4/auth/gensec/gensec.c 	struct tevent_timer *te = NULL;
NULL             1013 source4/auth/gensec/gensec.c 	req->out			= data_blob(NULL, 0);
NULL             1026 source4/auth/gensec/gensec.c 	callback(NULL, private_data);
NULL             1105 source4/auth/gensec/gensec.c 		return NULL;
NULL             1161 source4/auth/gensec/gensec.c 	return NULL;
NULL             1197 source4/auth/gensec/gensec.c 	return NULL;
NULL             1210 source4/auth/gensec/gensec.c 	return NULL;
NULL             1236 source4/auth/gensec/gensec.c 	return NULL;
NULL             1247 source4/auth/gensec/gensec.c 	if (gensec_security_by_name(NULL, ops->name) != NULL) {
NULL             1264 source4/auth/gensec/gensec.c 	generic_security_ops[gensec_num_backends] = NULL;
NULL             1294 source4/auth/gensec/gensec.c 	return lp_parm_int(settings->lp_ctx, NULL, mechanism, name, default_value);
NULL             1299 source4/auth/gensec/gensec.c 	return lp_parm_bool(settings->lp_ctx, NULL, mechanism, name, default_value);
NULL             1321 source4/auth/gensec/gensec.c 	shared_init = load_samba_modules(NULL, lp_ctx, "gensec");
NULL               58 source4/auth/gensec/gensec_gssapi.c 	maj_error_message.value = NULL;
NULL               59 source4/auth/gensec/gensec_gssapi.c 	min_error_message.value = NULL;
NULL              137 source4/auth/gensec/gensec_gssapi.c 		gensec_gssapi_state->lucid = NULL;
NULL              167 source4/auth/gensec/gensec_gssapi.c 	gensec_gssapi_state->lucid = NULL;
NULL              188 source4/auth/gensec/gensec_gssapi.c 	gensec_gssapi_state->session_key = data_blob(NULL, 0);
NULL              189 source4/auth/gensec/gensec_gssapi.c 	gensec_gssapi_state->pac = data_blob(NULL, 0);
NULL              442 source4/auth/gensec/gensec_gssapi.c 	gss_OID gss_oid_p = NULL;
NULL              464 source4/auth/gensec/gensec_gssapi.c 							NULL);
NULL              481 source4/auth/gensec/gensec_gssapi.c 							  NULL, 
NULL              791 source4/auth/gensec/gensec_gssapi.c 		*out = data_blob(NULL, 0);
NULL              906 source4/auth/gensec/gensec_gssapi.c 		TALLOC_CTX *mem_ctx = talloc_new(NULL); 
NULL              991 source4/auth/gensec/gensec_gssapi.c 	in = data_blob_talloc(mem_ctx, NULL, sig->length + length);
NULL             1223 source4/auth/gensec/gensec_gssapi.c 	struct auth_serversupplied_info *server_info = NULL;
NULL             1224 source4/auth/gensec/gensec_gssapi.c 	struct auth_session_info *session_info = NULL;
NULL             1250 source4/auth/gensec/gensec_gssapi.c 		pac_blob = data_blob(NULL, 0);
NULL             1274 source4/auth/gensec/gensec_gssapi.c 					     NULL);
NULL             1424 source4/auth/gensec/gensec_gssapi.c 	NULL 
NULL             1429 source4/auth/gensec/gensec_gssapi.c 	NULL 
NULL              110 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->smb_krb5_context = NULL;
NULL              111 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->auth_context = NULL;
NULL              112 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->ticket = NULL;
NULL              114 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->keyblock = NULL;
NULL              115 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->session_key = data_blob(NULL, 0);
NULL              116 source4/auth/gensec/gensec_krb5.c 	gensec_krb5_state->pac = data_blob(NULL, 0);
NULL              176 source4/auth/gensec/gensec_krb5.c 				     my_addr ? &my_krb5_addr : NULL, 
NULL              177 source4/auth/gensec/gensec_krb5.c 				     peer_addr ? &peer_krb5_addr : NULL);
NULL              404 source4/auth/gensec/gensec_krb5.c 		krb5_ap_rep_enc_part *repl = NULL;
NULL              429 source4/auth/gensec/gensec_krb5.c 			*out = data_blob(NULL, 0);
NULL              442 source4/auth/gensec/gensec_krb5.c 		DATA_BLOB unwrapped_out = data_blob(NULL, 0);
NULL              535 source4/auth/gensec/gensec_krb5.c 	if (err == 0 && skey != NULL) {
NULL              557 source4/auth/gensec/gensec_krb5.c 	struct auth_serversupplied_info *server_info = NULL;
NULL              558 source4/auth/gensec/gensec_krb5.c 	struct auth_session_info *session_info = NULL;
NULL              651 source4/auth/gensec/gensec_krb5.c 						    NULL, gensec_krb5_state->keyblock,
NULL              653 source4/auth/gensec/gensec_krb5.c 						    gensec_krb5_state->ticket->ticket.authtime, NULL);
NULL              663 source4/auth/gensec/gensec_krb5.c 								 NULL,
NULL              708 source4/auth/gensec/gensec_krb5.c 		ret = krb5_mk_priv(context, auth_context, &input, &output, NULL);
NULL              773 source4/auth/gensec/gensec_krb5.c 	NULL 
NULL               59 source4/auth/gensec/schannel.c 	*out = data_blob(NULL, 0);
NULL              179 source4/auth/gensec/schannel_sign.c 			netsec_sig, NULL, 
NULL              232 source4/auth/gensec/schannel_sign.c 	(*sig) = data_blob_talloc(mem_ctx, NULL, 32);
NULL              267 source4/auth/gensec/schannel_sign.c 			netsec_sig, NULL, 
NULL              272 source4/auth/gensec/schannel_sign.c 	(*sig) = data_blob_talloc(mem_ctx, NULL, 32);
NULL               40 source4/auth/gensec/schannel_state.c 	if (!v) return NULL;
NULL               46 source4/auth/gensec/schannel_state.c 		return NULL;
NULL               59 source4/auth/gensec/schannel_state.c 	if (!sid) return NULL;
NULL               61 source4/auth/gensec/schannel_state.c 	ndr_err = ndr_pull_struct_blob(v, sid, NULL, sid,
NULL               65 source4/auth/gensec/schannel_state.c 		return NULL;
NULL               87 source4/auth/gensec/schannel_state.c 		return NULL;
NULL               94 source4/auth/gensec/schannel_state.c 			       NULL, LDB_FLG_NOSYNC, NULL);
NULL               97 source4/auth/gensec/schannel_state.c 		return NULL;
NULL              125 source4/auth/gensec/schannel_state.c 	if (f == NULL) {
NULL              131 source4/auth/gensec/schannel_state.c 	if (sct == NULL) {
NULL              136 source4/auth/gensec/schannel_state.c 	if (msg == NULL) {
NULL              147 source4/auth/gensec/schannel_state.c 	if (sid_val == NULL) {
NULL              163 source4/auth/gensec/schannel_state.c 	ldb_msg_add_value(msg, "sessionKey", &val, NULL);
NULL              164 source4/auth/gensec/schannel_state.c 	ldb_msg_add_value(msg, "seed", &seed, NULL);
NULL              165 source4/auth/gensec/schannel_state.c 	ldb_msg_add_value(msg, "clientState", &client_state, NULL);
NULL              166 source4/auth/gensec/schannel_state.c 	ldb_msg_add_value(msg, "serverState", &server_state, NULL);
NULL              172 source4/auth/gensec/schannel_state.c 	ldb_msg_add_value(msg, "objectSid", sid_val, NULL);
NULL              245 source4/auth/gensec/schannel_state.c 				 NULL, LDB_SCOPE_SUBTREE, NULL,
NULL              258 source4/auth/gensec/schannel_state.c 	if (val == NULL || val->length != 16) {
NULL              267 source4/auth/gensec/schannel_state.c 	if (val == NULL || val->length != 8) {
NULL              276 source4/auth/gensec/schannel_state.c 	if (val == NULL || val->length != 8) {
NULL              284 source4/auth/gensec/schannel_state.c 	if (val == NULL || val->length != 8) {
NULL              295 source4/auth/gensec/schannel_state.c 	(*creds)->account_name = talloc_strdup(*creds, ldb_msg_find_attr_as_string(res->msgs[0], "accountName", NULL));
NULL              296 source4/auth/gensec/schannel_state.c 	if ((*creds)->account_name == NULL) {
NULL              301 source4/auth/gensec/schannel_state.c 	(*creds)->computer_name = talloc_strdup(*creds, ldb_msg_find_attr_as_string(res->msgs[0], "computerName", NULL));
NULL              302 source4/auth/gensec/schannel_state.c 	if ((*creds)->computer_name == NULL) {
NULL              307 source4/auth/gensec/schannel_state.c 	(*creds)->domain = talloc_strdup(*creds, ldb_msg_find_attr_as_string(res->msgs[0], "flatname", NULL));
NULL              308 source4/auth/gensec/schannel_state.c 	if ((*creds)->domain == NULL) {
NULL              314 source4/auth/gensec/schannel_state.c 	if (val == NULL) {
NULL              320 source4/auth/gensec/schannel_state.c 	if ((*creds)->sid == NULL) {
NULL               84 source4/auth/gensec/socket.c 		*out = data_blob_talloc(mem_ctx, NULL, 4);
NULL              158 source4/auth/gensec/socket.c 	return packet_full_request_u32(NULL, blob, size);
NULL              428 source4/auth/gensec/socket.c 		*new_socket = NULL;
NULL              435 source4/auth/gensec/socket.c 	if (gensec_socket == NULL) {
NULL              436 source4/auth/gensec/socket.c 		*new_socket = NULL;
NULL              462 source4/auth/gensec/socket.c 	gensec_socket->read_buffer   = data_blob(NULL, 0);
NULL              469 source4/auth/gensec/socket.c 	if (gensec_socket->packet == NULL) {
NULL              470 source4/auth/gensec/socket.c 		*new_socket = NULL;
NULL               64 source4/auth/gensec/spnego.c 	spnego_state->sub_sec_security = NULL;
NULL               66 source4/auth/gensec/spnego.c 	spnego_state->mech_types = data_blob(NULL, 0);
NULL               83 source4/auth/gensec/spnego.c 	spnego_state->sub_sec_security = NULL;
NULL               85 source4/auth/gensec/spnego.c 	spnego_state->mech_types = data_blob(NULL, 0);
NULL              340 source4/auth/gensec/spnego.c 	    	if (gensec_security != NULL && 
NULL              404 source4/auth/gensec/spnego.c 	DATA_BLOB null_data_blob = data_blob(NULL,0);
NULL              436 source4/auth/gensec/spnego.c 					spnego_state->sub_sec_security = NULL;
NULL              451 source4/auth/gensec/spnego.c 					spnego_state->sub_sec_security = NULL;
NULL              478 source4/auth/gensec/spnego.c 				spnego_state->sub_sec_security = NULL;
NULL              503 source4/auth/gensec/spnego.c 					spnego_state->sub_sec_security = NULL;
NULL              521 source4/auth/gensec/spnego.c 			*unwrapped_out = data_blob(NULL, 0);
NULL              531 source4/auth/gensec/spnego.c 			spnego_state->sub_sec_security = NULL;
NULL              564 source4/auth/gensec/spnego.c 	DATA_BLOB null_data_blob = data_blob(NULL,0);
NULL              565 source4/auth/gensec/spnego.c 	const char **mechTypes = NULL;
NULL              566 source4/auth/gensec/spnego.c 	DATA_BLOB unwrapped_out = data_blob(NULL, 0);
NULL              568 source4/auth/gensec/spnego.c 	const char *principal = NULL;
NULL              593 source4/auth/gensec/spnego.c 			spnego_state->sub_sec_security = NULL;
NULL              609 source4/auth/gensec/spnego.c 				spnego_state->sub_sec_security = NULL;
NULL              664 source4/auth/gensec/spnego.c 	spnego_state->sub_sec_security = NULL;
NULL              685 source4/auth/gensec/spnego.c 	DATA_BLOB null_data_blob = data_blob(NULL, 0);
NULL              691 source4/auth/gensec/spnego.c 	spnego_out.negTokenTarg.supportedMech = NULL;
NULL              725 source4/auth/gensec/spnego.c 	DATA_BLOB null_data_blob = data_blob(NULL, 0);
NULL              726 source4/auth/gensec/spnego.c 	DATA_BLOB mech_list_mic = data_blob(NULL, 0);
NULL              727 source4/auth/gensec/spnego.c 	DATA_BLOB unwrapped_out = data_blob(NULL, 0);
NULL              733 source4/auth/gensec/spnego.c 	*out = data_blob(NULL, 0);
NULL              797 source4/auth/gensec/spnego.c 		const char *my_mechs[] = {NULL, NULL};
NULL             1068 source4/auth/gensec/spnego.c 			spnego_out.negTokenTarg.supportedMech = NULL;
NULL             1130 source4/auth/gensec/spnego.c 	NULL 
NULL               50 source4/auth/gensec/spnego_parse.c 			token->mechTypes = talloc(NULL, const char *);
NULL               53 source4/auth/gensec/spnego_parse.c 				token->mechTypes = talloc_realloc(NULL, 
NULL               58 source4/auth/gensec/spnego_parse.c 			token->mechTypes[i] = NULL;
NULL              278 source4/auth/gensec/spnego_parse.c 	if (asn1 == NULL) {
NULL              318 source4/auth/gensec/spnego_parse.c 	if (asn1 == NULL) {
NULL               39 source4/auth/kerberos/gssapi_parse.c 		return data_blob(NULL,0);
NULL               43 source4/auth/kerberos/gssapi_parse.c 	if (data == NULL) {
NULL               44 source4/auth/kerberos/gssapi_parse.c 		return data_blob(NULL,0);
NULL               57 source4/auth/kerberos/gssapi_parse.c 		return data_blob(NULL,0);
NULL               90 source4/auth/kerberos/gssapi_parse.c 		*ticket = data_blob_talloc(mem_ctx, NULL, data_remaining);
NULL              110 source4/auth/kerberos/gssapi_parse.c 	struct asn1_data *data = asn1_init(NULL);
NULL               47 source4/auth/kerberos/kerberos.c 	krb5_get_init_creds_opt_set_default_flags(ctx, NULL, NULL, &options);
NULL               50 source4/auth/kerberos/kerberos.c 						 0, NULL, &options))) {
NULL               91 source4/auth/kerberos/kerberos.c 	krb5_get_init_creds_opt_set_default_flags(ctx, NULL, NULL, &options);
NULL               94 source4/auth/kerberos/kerberos.c 						 NULL, 
NULL               95 source4/auth/kerberos/kerberos.c 						 NULL, 0, NULL, &options))) {
NULL               51 source4/auth/kerberos/kerberos_heimdal.c 	krb5_rd_req_in_ctx in = NULL;
NULL               52 source4/auth/kerberos/kerberos_heimdal.c 	krb5_rd_req_out_ctx out = NULL;
NULL               55 source4/auth/kerberos/kerberos_heimdal.c 	*keyblock = NULL;
NULL               56 source4/auth/kerberos/kerberos_heimdal.c 	*ticket = NULL;
NULL               58 source4/auth/kerberos/kerberos_heimdal.c 	outbuf->data = NULL;
NULL               82 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *srv_sig_ptr = NULL;
NULL               83 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *kdc_sig_ptr = NULL;
NULL               84 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *srv_sig_wipe = NULL;
NULL               85 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *kdc_sig_wipe = NULL;
NULL               86 source4/auth/kerberos/kerberos_pac.c 	struct PAC_LOGON_INFO *logon_info = NULL;
NULL               87 source4/auth/kerberos/kerberos_pac.c 	struct PAC_LOGON_NAME *logon_name = NULL;
NULL               91 source4/auth/kerberos/kerberos_pac.c 	DATA_BLOB *srv_sig_blob = NULL;
NULL               92 source4/auth/kerberos/kerberos_pac.c 	DATA_BLOB *kdc_sig_blob = NULL;
NULL              370 source4/auth/kerberos/kerberos_pac.c 	*logon_info = NULL;
NULL              439 source4/auth/kerberos/kerberos_pac.c 	DATA_BLOB zero_blob = data_blob(NULL, 0);
NULL              440 source4/auth/kerberos/kerberos_pac.c 	DATA_BLOB tmp_blob = data_blob(NULL, 0);
NULL              441 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *kdc_checksum = NULL;
NULL              442 source4/auth/kerberos/kerberos_pac.c 	struct PAC_SIGNATURE_DATA *srv_checksum = NULL;
NULL               87 source4/auth/kerberos/kerberos_util.c 					  "host", salt_body, NULL);
NULL              123 source4/auth/kerberos/kerberos_util.c 		princ = NULL;
NULL              174 source4/auth/kerberos/kerberos_util.c 							 password, NULL, &kdc_time);
NULL              194 source4/auth/kerberos/kerberos_util.c 								 &keyblock, NULL, &kdc_time);
NULL              201 source4/auth/kerberos/kerberos_util.c 			time_t t = time(NULL);
NULL              219 source4/auth/kerberos/kerberos_util.c 	if ((unsigned)kdc_time > time(NULL)) {
NULL              220 source4/auth/kerberos/kerberos_util.c 		time_t t = time(NULL);
NULL              674 source4/auth/kerberos/kerberos_util.c 		*keytab_container = NULL;
NULL               61 source4/auth/kerberos/krb5_init_context.c 	krb5_set_warn_dest(ctx->krb5_context, NULL);
NULL               92 source4/auth/kerberos/krb5_init_context.c 	blob = data_blob_talloc(tmp_ctx, NULL, dsize);
NULL               93 source4/auth/kerberos/krb5_init_context.c 	if (blob.data == NULL && dsize != 0) {
NULL              230 source4/auth/kerberos/krb5_init_context.c 		smb_krb5 = talloc(NULL, struct smb_krb5_socket);
NULL              275 source4/auth/kerberos/krb5_init_context.c 		status = socket_connect_ev(smb_krb5->sock, NULL, remote_addr, 0, ev);
NULL              300 source4/auth/kerberos/krb5_init_context.c 		smb_krb5->reply = data_blob(NULL, 0);
NULL              310 source4/auth/kerberos/krb5_init_context.c 			if (smb_krb5->packet == NULL) {
NULL              322 source4/auth/kerberos/krb5_init_context.c 			smb_krb5->request = data_blob_talloc(smb_krb5, NULL, send_blob.length + 4);
NULL              400 source4/auth/kerberos/krb5_init_context.c 	ret = krb5_prepend_config_files_default(config_file == NULL?"":config_file, &config_files);
NULL              447 source4/auth/kerberos/krb5_init_context.c 			       smb_krb5_debug_wrapper, smb_krb5_debug_close, NULL);
NULL              473 source4/auth/kerberos/krb5_init_context.c 					   lp_parm_bool(lp_ctx, NULL, "krb5", "set_dns_canonicalize", false));
NULL               67 source4/auth/ntlm/auth.c 		DATA_BLOB challenge = data_blob(NULL,0);
NULL              261 source4/auth/ntlm/auth.c 	struct auth_check_password_request *req = NULL;
NULL              268 source4/auth/ntlm/auth.c 		callback(NULL, private_data);
NULL              304 source4/auth/ntlm/auth.c 		struct tevent_timer *te = NULL;
NULL              411 source4/auth/ntlm/auth.c 	ctx->challenge.set_by		= NULL;
NULL              413 source4/auth/ntlm/auth.c 	ctx->challenge.data		= data_blob(NULL, 0);
NULL              414 source4/auth/ntlm/auth.c 	ctx->methods			= NULL;
NULL              460 source4/auth/ntlm/auth.c 	const char **auth_methods = NULL;
NULL              463 source4/auth/ntlm/auth.c 		auth_methods = lp_parm_string_list(mem_ctx, lp_ctx, NULL, "auth methods", "standalone", NULL);
NULL              466 source4/auth/ntlm/auth.c 		auth_methods = lp_parm_string_list(mem_ctx, lp_ctx, NULL, "auth methods", "member server", NULL);
NULL              469 source4/auth/ntlm/auth.c 		auth_methods = lp_parm_string_list(mem_ctx, lp_ctx, NULL, "auth methods", "domain controller", NULL);
NULL              479 source4/auth/ntlm/auth.c } *backends = NULL;
NULL              492 source4/auth/ntlm/auth.c 	if (auth_backend_byname(ops->name) != NULL) {
NULL              531 source4/auth/ntlm/auth.c 	return NULL;
NULL               63 source4/auth/ntlm/auth_developer.c 		error_num = strtoul(user, NULL, 16);
NULL               80 source4/auth/ntlm/auth_developer.c 	server_info->domain_groups = NULL;
NULL               84 source4/auth/ntlm/auth_developer.c 	server_info->user_session_key = data_blob_talloc(server_info, NULL, 16);
NULL               87 source4/auth/ntlm/auth_developer.c 	server_info->lm_session_key = data_blob_talloc(server_info, NULL, 16);
NULL               57 source4/auth/ntlm/auth_sam.c 	struct ldb_dn *domain_dn = NULL;
NULL               94 source4/auth/ntlm/auth_sam.c 		ret = gendb_search(sam_ctx, mem_ctx, NULL, &msgs_tmp, NULL,
NULL              159 source4/auth/ntlm/auth_sam.c 			*lm_sess_key = data_blob(NULL, 0);
NULL              160 source4/auth/ntlm/auth_sam.c 			*user_sess_key = data_blob(NULL, 0);
NULL              185 source4/auth/ntlm/auth_sam.c 		*lm_sess_key = data_blob(NULL, 0);
NULL              186 source4/auth/ntlm/auth_sam.c 		*user_sess_key = data_blob(NULL, 0);
NULL              234 source4/auth/ntlm/auth_sam.c 	struct ldb_dn *domain_dn = samdb_result_dn(sam_ctx, mem_ctx, msgs_domain_ref[0], "nCName", NULL);
NULL              298 source4/auth/ntlm/auth_sam.c 	if (sam_ctx == NULL) {
NULL              347 source4/auth/ntlm/auth_sam.c 	return authsam_check_password_internals(ctx, mem_ctx, NULL, user_info, server_info);
NULL              430 source4/auth/ntlm/auth_sam.c 	DATA_BLOB user_sess_key = data_blob(NULL, 0);
NULL              431 source4/auth/ntlm/auth_sam.c 	DATA_BLOB lm_sess_key = data_blob(NULL, 0);
NULL              444 source4/auth/ntlm/auth_sam.c 	if (sam_ctx == NULL) {
NULL               80 source4/auth/ntlm/auth_server.c 	io.in.service = NULL;
NULL              170 source4/auth/ntlm/auth_server.c 	server_info->domain_groups = NULL;
NULL              174 source4/auth/ntlm/auth_server.c 	server_info->user_session_key = data_blob(NULL, 0);
NULL              175 source4/auth/ntlm/auth_server.c 	server_info->lm_session_key = data_blob(NULL, 0);
NULL              183 source4/auth/ntlm/auth_server.c 	server_info->full_name = NULL;
NULL               74 source4/auth/ntlm/auth_simple.c 	user_info->workstation_name = NULL;
NULL               76 source4/auth/ntlm/auth_simple.c 	user_info->remote_host = NULL;
NULL               67 source4/auth/ntlm/auth_unix.c 		server_info->account_sid = NULL;
NULL               68 source4/auth/ntlm/auth_unix.c 		server_info->primary_group_sid = NULL;
NULL               70 source4/auth/ntlm/auth_unix.c 		server_info->domain_groups = NULL;
NULL               72 source4/auth/ntlm/auth_unix.c 	server_info->user_session_key = data_blob(NULL,0);
NULL               73 source4/auth/ntlm/auth_unix.c 	server_info->lm_session_key = data_blob(NULL,0);
NULL              106 source4/auth/ntlm/auth_unix.c 	*pws = NULL;
NULL              147 source4/auth/ntlm/auth_unix.c #define COPY_STRING(s) (s) ? strdup(s) : NULL
NULL              163 source4/auth/ntlm/auth_unix.c 		*reply = NULL;
NULL              172 source4/auth/ntlm/auth_unix.c 	if (info == NULL) {
NULL              173 source4/auth/ntlm/auth_unix.c 		*reply = NULL;
NULL              182 source4/auth/ntlm/auth_unix.c 	if (*reply == NULL) {
NULL              200 source4/auth/ntlm/auth_unix.c 				(*reply)[num].resp = NULL;
NULL              206 source4/auth/ntlm/auth_unix.c 				(*reply)[num].resp = NULL;
NULL              216 source4/auth/ntlm/auth_unix.c 				*reply = NULL;
NULL              233 source4/auth/ntlm/auth_unix.c 	if (account_name == NULL || remote_host == NULL) {
NULL              295 source4/auth/ntlm/auth_unix.c 	if (pamh != NULL) {
NULL              441 source4/auth/ntlm/auth_unix.c 	if (info == NULL) {
NULL              449 source4/auth/ntlm/auth_unix.c 	if (pamconv == NULL) {
NULL              461 source4/auth/ntlm/auth_unix.c 	nt_status = smb_pam_start(&pamh, user_info->mapped.account_name, user_info->remote_host ? user_info->remote_host->addr : NULL, pamconv);
NULL              608 source4/auth/ntlm/auth_unix.c 	*ret_passwd = NULL;
NULL              713 source4/auth/ntlm/auth_unix.c 		if (password == NULL) {
NULL              805 source4/auth/ntlm/auth_unix.c 	if (check_ctx == NULL) {
NULL              168 source4/auth/ntlm/auth_util.c 				DATA_BLOB blob = data_blob_talloc(mem_ctx, NULL, 24);
NULL              173 source4/auth/ntlm/auth_util.c 					DATA_BLOB lm_blob = data_blob_talloc(mem_ctx, NULL, 24);
NULL              212 source4/auth/ntlm/auth_util.c 				user_info_temp->password.hash.lanman = NULL;
NULL              175 source4/auth/ntlm/auth_winbind.c 	if ((winbind_servers == NULL) || (winbind_servers[0].id == 0)) {
NULL               41 source4/auth/ntlm/ntlm_check.c 	if (part_passwd == NULL) {
NULL               72 source4/auth/ntlm/ntlm_check.c 		if (user_sess_key != NULL) {
NULL               73 source4/auth/ntlm/ntlm_check.c 			*user_sess_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL               99 source4/auth/ntlm/ntlm_check.c 	if (part_passwd == NULL) {
NULL              146 source4/auth/ntlm/ntlm_check.c 		if (user_sess_key != NULL) {
NULL              147 source4/auth/ntlm/ntlm_check.c 			*user_sess_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              173 source4/auth/ntlm/ntlm_check.c 	if (part_passwd == NULL) {
NULL              201 source4/auth/ntlm/ntlm_check.c 	*user_sess_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              229 source4/auth/ntlm/ntlm_check.c 	if (stored_nt == NULL) {
NULL              302 source4/auth/ntlm/ntlm_check.c 	if (stored_nt == NULL) {
NULL              307 source4/auth/ntlm/ntlm_check.c 	*lm_sess_key = data_blob(NULL, 0);
NULL              308 source4/auth/ntlm/ntlm_check.c 	*user_sess_key = data_blob(NULL, 0);
NULL              316 source4/auth/ntlm/ntlm_check.c 		char *unix_pw = NULL;
NULL              326 source4/auth/ntlm/ntlm_check.c 					   (void **)&unix_pw, NULL, false))) {
NULL              337 source4/auth/ntlm/ntlm_check.c 					   lm_ok ? &client_lm : NULL, 
NULL              338 source4/auth/ntlm/ntlm_check.c 					   nt_response->length ? &client_nt : NULL, 
NULL              453 source4/auth/ntlm/ntlm_check.c 					 NULL)) {
NULL              578 source4/auth/ntlm/ntlm_check.c 					 NULL)) {
NULL              209 source4/auth/ntlmssp/ntlmssp.c 	*out = data_blob(NULL, 0);
NULL              397 source4/auth/ntlmssp/ntlmssp.c 	gensec_ntlmssp_state->auth_context = NULL;
NULL              398 source4/auth/ntlmssp/ntlmssp.c 	gensec_ntlmssp_state->server_info = NULL;
NULL              406 source4/auth/ntlmssp/ntlmssp.c 	NULL
NULL              106 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB target_info = data_blob(NULL, 0);
NULL              110 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB lm_response = data_blob(NULL, 0);
NULL              111 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB nt_response = data_blob(NULL, 0);
NULL              112 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              113 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB lm_session_key = data_blob(NULL, 0);
NULL              114 source4/auth/ntlmssp/ntlmssp_client.c 	DATA_BLOB encrypted_session_key = data_blob(NULL, 0);
NULL              221 source4/auth/ntlmssp/ntlmssp_client.c 		DATA_BLOB new_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              132 source4/auth/ntlmssp/ntlmssp_parse.c 	*blob = data_blob_talloc(mem_ctx, NULL, head_size + data_size);
NULL              307 source4/auth/ntlmssp/ntlmssp_parse.c 				*b = data_blob_talloc(mem_ctx, NULL, 0);
NULL              177 source4/auth/ntlmssp/ntlmssp_server.c 	if (target_name == NULL) 
NULL              215 source4/auth/ntlmssp/ntlmssp_server.c 		struct_blob = data_blob(NULL, 0);
NULL              260 source4/auth/ntlmssp/ntlmssp_server.c 	char *domain = NULL;
NULL              261 source4/auth/ntlmssp/ntlmssp_server.c 	char *user = NULL;
NULL              262 source4/auth/ntlmssp/ntlmssp_server.c 	char *workstation = NULL;
NULL              279 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->user = NULL;
NULL              280 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->domain = NULL;
NULL              281 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->workstation = NULL;
NULL              411 source4/auth/ntlmssp/ntlmssp_server.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              422 source4/auth/ntlmssp/ntlmssp_server.c 			session_key = data_blob_talloc(gensec_ntlmssp_state, NULL, 16);
NULL              430 source4/auth/ntlmssp/ntlmssp_server.c 			session_key = data_blob(NULL, 0);
NULL              438 source4/auth/ntlmssp/ntlmssp_server.c 				session_key = data_blob_talloc(gensec_ntlmssp_state, NULL, 16);
NULL              447 source4/auth/ntlmssp/ntlmssp_server.c  				session_key = data_blob_talloc(gensec_ntlmssp_state, NULL, 16);
NULL              458 source4/auth/ntlmssp/ntlmssp_server.c 			session_key = data_blob(NULL, 0);
NULL              480 source4/auth/ntlmssp/ntlmssp_server.c 		session_key = data_blob(NULL, 0);
NULL              557 source4/auth/ntlmssp/ntlmssp_server.c 	DATA_BLOB user_session_key = data_blob(NULL, 0);
NULL              558 source4/auth/ntlmssp/ntlmssp_server.c 	DATA_BLOB lm_session_key = data_blob(NULL, 0);
NULL              567 source4/auth/ntlmssp/ntlmssp_server.c 	*out = data_blob_talloc(out_mem_ctx, NULL, 0);
NULL              595 source4/auth/ntlmssp/ntlmssp_server.c 		gensec_ntlmssp_state->session_key = data_blob(NULL, 0);
NULL              615 source4/auth/ntlmssp/ntlmssp_server.c 		return NULL;
NULL              756 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->workstation = NULL;
NULL              771 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->lm_resp = data_blob(NULL, 0);
NULL              772 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->nt_resp = data_blob(NULL, 0);
NULL              773 source4/auth/ntlmssp/ntlmssp_server.c 	gensec_ntlmssp_state->encrypted_session_key = data_blob(NULL, 0);
NULL               51 source4/auth/ntlmssp/ntlmssp_sign.c 	*subkey = data_blob_talloc(mem_ctx, NULL, 16);
NULL               76 source4/auth/ntlmssp/ntlmssp_sign.c 		*sig = data_blob_talloc(sig_mem_ctx, NULL, NTLMSSP_SIG_SIZE);
NULL              461 source4/auth/ntlmssp/ntlmssp_sign.c 		*out = data_blob_talloc(sig_mem_ctx, NULL, in->length + NTLMSSP_SIG_SIZE);
NULL              481 source4/auth/ntlmssp/ntlmssp_sign.c 		*out = data_blob_talloc(sig_mem_ctx, NULL, in->length + NTLMSSP_SIG_SIZE);
NULL               41 source4/auth/pyauth.c 	struct loadparm_context *lp_ctx = NULL;
NULL               44 source4/auth/pyauth.c 		return NULL;
NULL               47 source4/auth/pyauth.c 	if (lp_ctx == NULL)
NULL               48 source4/auth/pyauth.c 		return NULL;
NULL               50 source4/auth/pyauth.c 	session = system_session(NULL, lp_ctx);
NULL               62 source4/auth/pyauth.c 		return NULL;
NULL               65 source4/auth/pyauth.c 	if (lp_ctx == NULL)
NULL               66 source4/auth/pyauth.c 		return NULL;
NULL               68 source4/auth/pyauth.c 	session = system_session_anon(NULL, lp_ctx);
NULL               74 source4/auth/pyauth.c 	{ "system_session", (PyCFunction)py_system_session, METH_VARARGS, NULL },
NULL               75 source4/auth/pyauth.c 	{ "system_session_anonymous", (PyCFunction)py_system_session_anon, METH_VARARGS, NULL },
NULL               76 source4/auth/pyauth.c 	{ NULL },
NULL               87 source4/auth/pyauth.c 	if (m == NULL)
NULL               69 source4/auth/sam.c 	NULL,
NULL               73 source4/auth/sam.c 				   "dnsRoot", "objectClass", NULL};
NULL              101 source4/auth/sam.c 	lasttime = time(NULL);
NULL              155 source4/auth/sam.c 	struct ldb_dn *domain_dn = samdb_result_dn(sam_ctx, mem_ctx, msg_domain_ref, "nCName", ldb_dn_new(mem_ctx, sam_ctx, NULL));
NULL              169 source4/auth/sam.c 	workstation_list = samdb_result_string(msg, "userWorkstations", NULL);
NULL              184 source4/auth/sam.c 	unix_to_nt_time(&now, time(NULL));
NULL              267 source4/auth/sam.c 	const char *group_attrs[3] = { "sAMAccountType", "objectSid", NULL }; 
NULL              269 source4/auth/sam.c 	struct dom_sid **groupSIDs = NULL;
NULL              280 source4/auth/sam.c 				 tmp_ctx, NULL, &group_msgs, group_attrs,
NULL              316 source4/auth/sam.c 			primary_group_sid = NULL;
NULL              328 source4/auth/sam.c 	server_info->account_name = talloc_steal(server_info, samdb_result_string(msg, "sAMAccountName", NULL));
NULL              330 source4/auth/sam.c 	server_info->domain_name = talloc_steal(server_info, samdb_result_string(msg_domain_ref, "nETBIOSName", NULL));
NULL              360 source4/auth/sam.c 	ncname = samdb_result_dn(sam_ctx, mem_ctx, msg_domain_ref, "nCName", NULL);
NULL              374 source4/auth/sam.c 	domain_dn = samdb_result_dn(sam_ctx, mem_ctx, msg_domain_ref, "nCName", NULL);
NULL               38 source4/auth/session.c 	struct auth_session_info *session_info = NULL;
NULL               41 source4/auth/session.c 		return NULL;
NULL               52 source4/auth/session.c 	struct auth_serversupplied_info *server_info = NULL;
NULL               53 source4/auth/session.c 	struct auth_session_info *session_info = NULL;
NULL               99 source4/auth/session.c 	server_info->domain_groups = NULL;
NULL              102 source4/auth/session.c 	server_info->user_session_key = data_blob_talloc(server_info, NULL, 16);
NULL              105 source4/auth/session.c 	server_info->lm_session_key = data_blob_talloc(server_info, NULL, 16);
NULL              184 source4/auth/session.c 	session_info->credentials = NULL;
NULL               97 source4/auth/system_session.c 	if (ptoken->user_sid == NULL) {
NULL              113 source4/auth/system_session.c 	*token = NULL;
NULL              142 source4/auth/system_session.c 	session_info->credentials = NULL;
NULL              157 source4/auth/system_session.c 	struct auth_session_info *session_info = NULL;
NULL              162 source4/auth/system_session.c 		return NULL;
NULL              173 source4/auth/system_session.c 	struct auth_serversupplied_info *server_info = NULL;
NULL              174 source4/auth/system_session.c 	struct auth_session_info *session_info = NULL;
NULL              213 source4/auth/system_session.c 	struct auth_session_info *session_info = NULL;
NULL              216 source4/auth/system_session.c 		return NULL;
NULL              229 source4/auth/system_session.c 			lp_parm_bool(lp_ctx, NULL, "system", "anonymous", false), 
NULL              249 source4/auth/system_session.c 	server_info->domain_groups = NULL;
NULL              253 source4/auth/system_session.c 	server_info->user_session_key = data_blob_talloc(server_info, NULL, 16);
NULL              256 source4/auth/system_session.c 	server_info->lm_session_key = data_blob_talloc(server_info, NULL, 16);
NULL              185 source4/cldap_server/cldap_server.c 	if (cldapd == NULL) {
NULL              192 source4/cldap_server/cldap_server.c 	if (cldapd->samctx == NULL) {
NULL               55 source4/cldap_server/netlogon.c 	const char *ref_attrs[] = {"nETBIOSName", "dnsRoot", "ncName", NULL};
NULL               56 source4/cldap_server/netlogon.c 	const char *dom_attrs[] = {"objectGUID", NULL};
NULL               57 source4/cldap_server/netlogon.c 	const char *none_attrs[] = {NULL};
NULL               58 source4/cldap_server/netlogon.c 	struct ldb_result *ref_res = NULL, *dom_res = NULL, *user_res = NULL;
NULL              157 source4/cldap_server/netlogon.c 	if ((dom_res == NULL || dom_res->count == 0) && (domain_guid || domain_sid)) {
NULL              158 source4/cldap_server/netlogon.c 		ref_res = NULL;
NULL              173 source4/cldap_server/netlogon.c 			ndr_err = ndr_push_struct_blob(&guid_val, mem_ctx, NULL, &binary_guid,
NULL              179 source4/cldap_server/netlogon.c 						 NULL, LDB_SCOPE_SUBTREE, 
NULL              189 source4/cldap_server/netlogon.c 			ndr_err = ndr_push_struct_blob(&sid_val, mem_ctx, NULL, &sid,
NULL              196 source4/cldap_server/netlogon.c 						 NULL, LDB_SCOPE_SUBTREE, 
NULL              233 source4/cldap_server/netlogon.c 	if ((ref_res == NULL || ref_res->count == 0)) {
NULL              238 source4/cldap_server/netlogon.c 	if ((dom_res == NULL || dom_res->count == 0)) {
NULL              412 source4/cldap_server/netlogon.c 	const char *domain = NULL;
NULL              413 source4/cldap_server/netlogon.c 	const char *host = NULL;
NULL              414 source4/cldap_server/netlogon.c 	const char *user = NULL;
NULL              415 source4/cldap_server/netlogon.c 	const char *domain_guid = NULL;
NULL              416 source4/cldap_server/netlogon.c 	const char *domain_sid = NULL;
NULL              469 source4/cldap_server/netlogon.c 	if (domain_guid == NULL && domain == NULL) {
NULL              480 source4/cldap_server/netlogon.c 	status = fill_netlogon_samlogon_response(cldapd->samctx, tmp_ctx, domain, NULL, NULL, domain_guid,
NULL               43 source4/cldap_server/rootdse.c 	struct ldap_SearchResEntry *ent = NULL;
NULL               45 source4/cldap_server/rootdse.c 	struct ldb_result *res = NULL;
NULL               48 source4/cldap_server/rootdse.c 	const char **attrs = NULL;
NULL               49 source4/cldap_server/rootdse.c 	const char *errstr = NULL;
NULL               53 source4/cldap_server/rootdse.c 	basedn = ldb_dn_new(mem_ctx, cldapd->samctx, NULL);
NULL               54 source4/cldap_server/rootdse.c 	if (basedn == NULL) goto nomem;
NULL               61 source4/cldap_server/rootdse.c 		if (attrs == NULL) goto nomem;
NULL               66 source4/cldap_server/rootdse.c 		attrs[i] = NULL;
NULL               70 source4/cldap_server/rootdse.c 	if (res == NULL) goto nomem;
NULL               75 source4/cldap_server/rootdse.c 					  NULL,
NULL               77 source4/cldap_server/rootdse.c 					  NULL);
NULL              104 source4/cldap_server/rootdse.c 		if (ent == NULL) goto nomem;
NULL              107 source4/cldap_server/rootdse.c 		if (ent->dn == NULL) goto nomem;
NULL              109 source4/cldap_server/rootdse.c 		ent->attributes = NULL;
NULL              115 source4/cldap_server/rootdse.c 		if (ent->attributes == NULL) goto nomem;
NULL              119 source4/cldap_server/rootdse.c 			ent->attributes[j].values = NULL;
NULL              134 source4/cldap_server/rootdse.c 		errstr = NULL;
NULL              147 source4/cldap_server/rootdse.c 	result->errormessage = (errstr?talloc_strdup(mem_ctx, errstr):NULL);
NULL              168 source4/cldap_server/rootdse.c 	reply.response		= NULL;
NULL              119 source4/client/cifsdd.c 	return(NULL);
NULL              129 source4/client/cifsdd.c 	if ((name = strdup(argv)) == NULL) {
NULL              133 source4/client/cifsdd.c 	if ((val = strchr(name, '=')) == NULL) {
NULL              142 source4/client/cifsdd.c 	if ((arg = find_named_arg(name)) == NULL) {
NULL              190 source4/client/cifsdd.c 	if ((arg = find_named_arg(name)) == NULL) {
NULL              264 source4/client/cifsdd.c 	return(NULL);
NULL              317 source4/client/cifsdd.c 		if (args[i].arg_name == NULL) {
NULL              367 source4/client/cifsdd.c 	const char *		path = NULL;
NULL              368 source4/client/cifsdd.c 	struct dd_iohandle *	handle = NULL;
NULL              401 source4/client/cifsdd.c 		return(NULL);
NULL              438 source4/client/cifsdd.c 	if ((iobuf = malloc_array_p(uint8_t, iomax)) == NULL) {
NULL              542 source4/client/cifsdd.c   { NULL, '\0', POPT_ARG_CALLBACK, (void *)&cifsdd_help_message, '\0', NULL, NULL },
NULL              543 source4/client/cifsdd.c   { "help", '?', 0, NULL, '?', "Show this help message", NULL },
NULL              544 source4/client/cifsdd.c   { "usage", '\0', 0, NULL, 'u', "Display brief usage message", NULL },
NULL              545 source4/client/cifsdd.c   { NULL }
NULL              557 source4/client/cifsdd.c 		{ NULL, '\0', POPT_ARG_INCLUDE_TABLE, cifsddHelpOptions,
NULL              558 source4/client/cifsdd.c 			0, "Help options:", NULL },
NULL              563 source4/client/cifsdd.c 		{ NULL }
NULL              575 source4/client/cifsdd.c 	set_arg_val("if", NULL);
NULL              576 source4/client/cifsdd.c 	set_arg_val("of", NULL);
NULL              614 source4/client/cifsdd.c 	if (check_arg_pathname("if") == NULL) {
NULL              619 source4/client/cifsdd.c 	if (check_arg_pathname("of") == NULL) {
NULL              101 source4/client/cifsddio.c 	if ((fdh = talloc_zero(NULL, struct fd_handle)) == NULL) {
NULL              102 source4/client/cifsddio.c 		return(NULL);
NULL              127 source4/client/cifsddio.c 		return(NULL);
NULL              235 source4/client/cifsddio.c 	struct smbcli_state *	cli = NULL;
NULL              240 source4/client/cifsddio.c 	ret = smbcli_full_connection(NULL, &cli, host, ports, share,
NULL              241 source4/client/cifsddio.c 				     NULL /* devtype */,
NULL              252 source4/client/cifsddio.c 		return(NULL);
NULL              295 source4/client/cifsddio.c 	ret = smb_raw_open(cli->tree, NULL, &o);
NULL              321 source4/client/cifsddio.c 	if (path == NULL  || *path == '\0') {
NULL              329 source4/client/cifsddio.c 	if ((smbh = talloc_zero(NULL, struct cifs_handle)) == NULL) {
NULL              330 source4/client/cifsddio.c 		return(NULL);
NULL              341 source4/client/cifsddio.c 					  gensec_settings)) == NULL) {
NULL              342 source4/client/cifsddio.c 		return(NULL);
NULL              374 source4/client/cifsddio.c 		if (smbcli_parse_unc(path, NULL, &host, &share)) {
NULL               94 source4/client/client.c 	char *p=NULL,*r;
NULL              101 source4/client/client.c 	while ((p = strstr(s,"\\..\\")) != NULL) {
NULL              103 source4/client/client.c 		if ((r = strrchr(s,'\\')) != NULL)
NULL              107 source4/client/client.c 	trim_string(s,NULL,"\\..");
NULL              267 source4/client/client.c 		dname = talloc_strdup(NULL, newdir);
NULL              269 source4/client/client.c 		dname = talloc_asprintf(NULL, "%s\\%s", ctx->remote_cur_dir, newdir);
NULL              274 source4/client/client.c 		dname = talloc_append_string(NULL, dname, "\\");
NULL              319 source4/client/client.c 	p2 = strlower_talloc(NULL, pattern);
NULL              320 source4/client/client.c 	s2 = strlower_talloc(NULL, string);
NULL              363 source4/client/client.c 		char *astr = attrib_string(NULL, finfo->attrib);
NULL              432 source4/client/client.c 	if (do_list_queue == NULL) return;
NULL              526 source4/client/client.c 			mask2 = talloc_strdup(NULL, mask);
NULL              738 source4/client/client.c 			   &attr, &size, NULL, NULL, NULL, NULL, NULL)) &&
NULL              740 source4/client/client.c 			  &attr, &size, NULL, NULL, NULL))) {
NULL              882 source4/client/client.c 	saved_curdir = talloc_strdup(NULL, ctx->remote_cur_dir);
NULL              884 source4/client/client.c 	ctx->remote_cur_dir = talloc_asprintf_append_buffer(NULL, "%s\\", finfo->name);
NULL              902 source4/client/client.c 	mget_mask = talloc_asprintf(NULL, "%s*", ctx->remote_cur_dir);
NULL              959 source4/client/client.c 	char *mget_mask = NULL;
NULL              978 source4/client/client.c 	if (mget_mask == NULL) {
NULL             1035 source4/client/client.c 		trim_string(mask,".",NULL);
NULL             1087 source4/client/client.c 	uint8_t *buf = NULL;
NULL             1097 source4/client/client.c 			if (NT_STATUS_IS_ERR(smbcli_qfileinfo(ctx->cli->tree, fnum, NULL, &start, NULL, NULL, NULL, NULL, NULL)) &&
NULL             1098 source4/client/client.c 			    NT_STATUS_IS_ERR(smbcli_getattrE(ctx->cli->tree, fnum, NULL, &start, NULL, NULL, NULL))) {
NULL             1291 source4/client/client.c 	ctx->fileselection = talloc_strdup(NULL, args[1]);
NULL             1305 source4/client/client.c 		return(NULL);
NULL             1309 source4/client/client.c 		return(NULL);
NULL             1315 source4/client/client.c 		return(NULL);
NULL             1326 source4/client/client.c 		buf = talloc_strndup(NULL, dname, len);
NULL             1411 source4/client/client.c 		file_list = NULL;
NULL             1419 source4/client/client.c 		quest = NULL;
NULL             1420 source4/client/client.c 		lname = NULL;
NULL             1421 source4/client/client.c 		rname = NULL;
NULL             1590 source4/client/client.c 	{NULL, RAW_QFS_GENERIC}
NULL             1972 source4/client/client.c 	if (sid == NULL) {
NULL             2011 source4/client/client.c 	if (sid == NULL) {
NULL             2051 source4/client/client.c 	if (sid == NULL) {
NULL             2095 source4/client/client.c 	if (sid == NULL) {
NULL             2243 source4/client/client.c 	mode = (mode_t)strtol(args[1], NULL, 8);
NULL             2708 source4/client/client.c   {"!",NULL,"run a shell command on the local system",{COMPL_NONE,COMPL_NONE}},
NULL             2709 source4/client/client.c   {NULL,NULL,NULL,{COMPL_NONE,COMPL_NONE}}
NULL             2723 source4/client/client.c 	while (commands[i].fn != NULL) {
NULL             2774 source4/client/client.c 	lines = str_list_make(NULL, cmd, ";");
NULL             2804 source4/client/client.c 				tmp = talloc_asprintf(NULL, "%s/%s", info->dirmask, f->name);
NULL             2806 source4/client/client.c 				tmp = talloc_strdup(NULL, f->name);
NULL             2809 source4/client/client.c 				tmp = talloc_append_string(NULL, tmp, "/");
NULL             2812 source4/client/client.c 		if (info->matches[info->count] == NULL)
NULL             2837 source4/client/client.c 		return(NULL);
NULL             2840 source4/client/client.c 	if (!info.matches) return NULL;
NULL             2841 source4/client/client.c 	info.matches[0] = NULL;
NULL             2850 source4/client/client.c 		info.dirmask = talloc_strndup(NULL, text, i+1);
NULL             2870 source4/client/client.c 	info.matches[info.count] = NULL;
NULL             2877 source4/client/client.c 	return NULL;
NULL             2890 source4/client/client.c 		if (buf == NULL)
NULL             2891 source4/client/client.c 			return NULL;
NULL             2894 source4/client/client.c 		if (sp == NULL)
NULL             2895 source4/client/client.c 			return NULL;
NULL             2900 source4/client/client.c 		if (commands[i].name == NULL)
NULL             2901 source4/client/client.c 			return NULL;
NULL             2914 source4/client/client.c 			return NULL;
NULL             2920 source4/client/client.c 		if (!matches) return NULL;
NULL             2921 source4/client/client.c 		matches[0] = NULL;
NULL             2952 source4/client/client.c 		matches[count] = NULL;
NULL             2962 source4/client/client.c 		return NULL;
NULL             2974 source4/client/client.c 	t = time(NULL);
NULL             2993 source4/client/client.c 	args = str_list_make_shell(ctx, cline, NULL);
NULL             3071 source4/client/client.c 					share, NULL, 
NULL             3081 source4/client/client.c 		return NULL;
NULL             3119 source4/client/client.c 	nbt_choose_called_name(NULL, &called, desthost, name_type);
NULL             3123 source4/client/client.c 	if (!(cli = smbcli_state_init(NULL)) ||
NULL             3150 source4/client/client.c 	const char *base_directory = NULL;
NULL             3151 source4/client/client.c 	const char *dest_ip = NULL;
NULL             3153 source4/client/client.c 	const char *query_host = NULL;
NULL             3155 source4/client/client.c 	const char *desthost = NULL;
NULL             3157 source4/client/client.c 	const char *service = NULL;
NULL             3165 source4/client/client.c 	const char *cmdstr = NULL;
NULL             3172 source4/client/client.c 		{ "message", 'M', POPT_ARG_STRING, NULL, 'M', "Send message", "HOST" },
NULL             3173 source4/client/client.c 		{ "ip-address", 'I', POPT_ARG_STRING, NULL, 'I', "Use this IP to connect to", "IP" },
NULL             3174 source4/client/client.c 		{ "stderr", 'E', POPT_ARG_NONE, NULL, 'E', "Write messages to stderr instead of stdout" },
NULL             3175 source4/client/client.c 		{ "list", 'L', POPT_ARG_STRING, NULL, 'L', "Get a list of shares available on a host", "HOST" },
NULL             3176 source4/client/client.c 		{ "directory", 'D', POPT_ARG_STRING, NULL, 'D', "Start from directory", "DIR" },
NULL             3178 source4/client/client.c 		{ "send-buffer", 'b', POPT_ARG_INT, NULL, 'b', "Changes the transmit/send buffer", "BYTES" },
NULL             3184 source4/client/client.c 		{ NULL }
NULL               31 source4/client/mount.cifs.c static char * user_name = NULL;
NULL               32 source4/client/mount.cifs.c char * mountpassword = NULL;
NULL               46 source4/client/mount.cifs.c 	char *username = NULL;
NULL               68 source4/client/mount.cifs.c 	while ((data = strsep(&options, ",")) != NULL) {
NULL               71 source4/client/mount.cifs.c 		if ((value = strchr(data, '=')) != NULL) {
NULL              198 source4/client/mount.cifs.c 	char * ipaddress_string = NULL;
NULL              235 source4/client/mount.cifs.c 				if(host_entry == NULL) {
NULL              248 source4/client/mount.cifs.c 					if(ipaddress_string == NULL) {
NULL              289 source4/client/mount.cifs.c 	{ NULL, 0, 0, 0 }
NULL              296 source4/client/mount.cifs.c 	char * orgoptions = NULL;
NULL              297 source4/client/mount.cifs.c 	char * share_name = NULL;
NULL              298 source4/client/mount.cifs.c 	char * domain_name = NULL;
NULL              299 source4/client/mount.cifs.c 	char * ipaddr = NULL;
NULL              300 source4/client/mount.cifs.c 	char * uuid = NULL;
NULL              324 source4/client/mount.cifs.c 	if(thisprogram == NULL)
NULL              339 source4/client/mount.cifs.c 			 longopts, NULL)) != -1) {
NULL               66 source4/client/smbmnt.c 				mount_uid = strtol(optarg, NULL, 0);
NULL               71 source4/client/smbmnt.c 				mount_gid = strtol(optarg, NULL, 0);
NULL               78 source4/client/smbmnt.c                         mount_fmask = strtol(optarg, NULL, 8);
NULL               81 source4/client/smbmnt.c                         mount_dmask = strtol(optarg, NULL, 8);
NULL              100 source4/client/smbmnt.c 		return NULL;
NULL              103 source4/client/smbmnt.c         if (realpath(p, path) == NULL) {
NULL              152 source4/client/smbmnt.c 	minor = strtok(NULL, ".");
NULL              173 source4/client/smbmnt.c 	char *mount_point, *share_name = NULL;
NULL              268 source4/client/smbmnt.c 	if (mount_point == NULL)
NULL              281 source4/client/smbmnt.c         if ((mtab = setmntent(MOUNTED, "a+")) == NULL)
NULL              151 source4/client/smbmount.c 	if (!(c=smbcli_initialise(NULL)) || (smbcli_set_port(c, smb_port) != smb_port) ||
NULL              157 source4/client/smbmount.c 		return NULL;
NULL              183 source4/client/smbmount.c 		return NULL;
NULL              191 source4/client/smbmount.c 		return NULL;
NULL              226 source4/client/smbmount.c 			return NULL;
NULL              237 source4/client/smbmount.c 		return NULL;
NULL              281 source4/client/smbmount.c         if ((mtab = setmntent(MOUNTED, "r")) == NULL) {
NULL              289 source4/client/smbmount.c         if ((new_mtab = setmntent(MOUNTED_TMP, "w")) == NULL) {
NULL              296 source4/client/smbmount.c         while ((mnt = getmntent(mtab)) != NULL) {
NULL              389 source4/client/smbmount.c 		c = NULL;
NULL              444 source4/client/smbmount.c 	if (realpath(mpoint, mount_point) == NULL) {
NULL              561 source4/client/smbmount.c 	if ((p = getenv("PASSWD_FD")) != NULL) {
NULL              566 source4/client/smbmount.c 	} else if ((p = getenv("PASSWD_FILE")) != NULL) {
NULL              588 source4/client/smbmount.c 				p = NULL; /* then force the loop condition to become false */
NULL              618 source4/client/smbmount.c 	if ((auth=sys_fopen(filename, "r")) == NULL)
NULL              759 source4/client/smbmount.c         for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
NULL              796 source4/client/smbmount.c 				mount_fmask = strtol(opteq+1, NULL, 8);
NULL              798 source4/client/smbmount.c 				mount_dmask = strtol(opteq+1, NULL, 8);
NULL               79 source4/client/smbumount.c 		return NULL;
NULL               84 source4/client/smbumount.c 		return NULL;
NULL               87 source4/client/smbumount.c 	if (path == NULL)
NULL               88 source4/client/smbumount.c 		return NULL;
NULL              120 source4/client/smbumount.c 	if (mount_point == NULL)
NULL              142 source4/client/smbumount.c         if ((mtab = setmntent(MOUNTED, "r")) == NULL) {
NULL              150 source4/client/smbumount.c         if ((new_mtab = setmntent(MOUNTED_TMP, "w")) == NULL) {
NULL              157 source4/client/smbumount.c         while ((mnt = getmntent(mtab)) != NULL) {
NULL              636 source4/client/tree.c 		      GTK_SIGNAL_FUNC (gtk_main_quit), NULL);
NULL              659 source4/client/tree.c   scrolled_win = gtk_scrolled_window_new (NULL, NULL);
NULL              668 source4/client/tree.c   scrolled_win2 = gtk_scrolled_window_new (NULL, NULL);
NULL               47 source4/cluster/cluster.c 	if (ops == NULL) cluster_local_init();
NULL               76 source4/cluster/local.c 	return NULL;
NULL              106 source4/cluster/local.c 	.private_data         = NULL
NULL               57 source4/dsdb/common/sidmap.c 	if (sidmap == NULL) {
NULL               58 source4/dsdb/common/sidmap.c 		return NULL;
NULL               61 source4/dsdb/common/sidmap.c 	if (sidmap->samctx == NULL) {
NULL               63 source4/dsdb/common/sidmap.c 		return NULL;
NULL              104 source4/dsdb/common/sidmap.c 	const char *attrs[] = { "objectSid", NULL };
NULL              106 source4/dsdb/common/sidmap.c 	struct ldb_message **res = NULL;
NULL              108 source4/dsdb/common/sidmap.c 	ret = gendb_search_dn(sidmap->samctx, mem_ctx, NULL, &res, attrs);
NULL              116 source4/dsdb/common/sidmap.c 	if (*sid == NULL) {
NULL              131 source4/dsdb/common/sidmap.c 				"sAMAccountType", "unixName", NULL };
NULL              141 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs,
NULL              158 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "uidNumber", NULL);
NULL              159 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              160 source4/dsdb/common/sidmap.c 		*uid = strtoul(s, NULL, 0);
NULL              166 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "unixName", NULL);
NULL              167 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              181 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "sAMAccountName", NULL);
NULL              182 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              227 source4/dsdb/common/sidmap.c 	const char *attrs[] = { "sAMAccountType", NULL };
NULL              237 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              270 source4/dsdb/common/sidmap.c 				"unixName", "sAMAccountType", NULL };
NULL              280 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              295 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "gidNumber", NULL);
NULL              296 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              297 source4/dsdb/common/sidmap.c 		*gid = strtoul(s, NULL, 0);
NULL              303 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "unixName", NULL);
NULL              304 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              318 source4/dsdb/common/sidmap.c 	s = samdb_result_string(res[0], "sAMAccountName", NULL);
NULL              319 source4/dsdb/common/sidmap.c 	if (s != NULL) {
NULL              363 source4/dsdb/common/sidmap.c 	const char *attrs[] = { "sAMAccountName", "objectSid", "sAMAccountType", NULL };
NULL              394 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              410 source4/dsdb/common/sidmap.c 	if (pwd == NULL) {
NULL              414 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              445 source4/dsdb/common/sidmap.c 	if (*sid == NULL) {
NULL              461 source4/dsdb/common/sidmap.c 	const char *attrs[] = { "sAMAccountName", "objectSid", "sAMAccountType", NULL };
NULL              492 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              508 source4/dsdb/common/sidmap.c 	if (grp == NULL) {
NULL              512 source4/dsdb/common/sidmap.c 	ret = gendb_search(sidmap->samctx, tmp_ctx, NULL, &res, attrs, 
NULL              543 source4/dsdb/common/sidmap.c 	if (*sid == NULL) {
NULL              589 source4/dsdb/common/sidmap.c 		if (pwd == NULL) {
NULL              600 source4/dsdb/common/sidmap.c 		if (grp == NULL) {
NULL              607 source4/dsdb/common/sidmap.c 	if (*name == NULL) {
NULL               67 source4/dsdb/common/util.c 		if ((entry_sid == NULL) ||
NULL               92 source4/dsdb/common/util.c 	const char *attrs[2] = { NULL, NULL };
NULL               93 source4/dsdb/common/util.c 	struct ldb_message **res = NULL;
NULL              104 source4/dsdb/common/util.c 		return NULL;
NULL              107 source4/dsdb/common/util.c 	return samdb_result_string(res[0], attr_name, NULL);
NULL              137 source4/dsdb/common/util.c 	struct ldb_message **res = NULL;
NULL              141 source4/dsdb/common/util.c 	count = gendb_search_v(sam_ldb, mem_ctx, basedn, &res, NULL, format, ap);
NULL              144 source4/dsdb/common/util.c 	if (count != 1) return NULL;
NULL              164 source4/dsdb/common/util.c 	const char *attrs[2] = { NULL, NULL };
NULL              178 source4/dsdb/common/util.c 		return NULL;
NULL              195 source4/dsdb/common/util.c 	const char * const attrs[] = { NULL };
NULL              219 source4/dsdb/common/util.c 	const char *attrs[2] = { NULL, NULL };
NULL              247 source4/dsdb/common/util.c 	const char *attrs[2] = { NULL, NULL };
NULL              275 source4/dsdb/common/util.c 	const char *attrs[2] = { NULL, NULL };
NULL              276 source4/dsdb/common/util.c 	struct ldb_message **res = NULL;
NULL              305 source4/dsdb/common/util.c 		(*strs)[i] = samdb_result_string(res[i], attr_name, NULL);
NULL              307 source4/dsdb/common/util.c 	(*strs)[count] = NULL;
NULL              357 source4/dsdb/common/util.c 	if (sid == NULL) {
NULL              375 source4/dsdb/common/util.c 	if (v == NULL) {
NULL              376 source4/dsdb/common/util.c 		return NULL;
NULL              379 source4/dsdb/common/util.c 	if (sid == NULL) {
NULL              380 source4/dsdb/common/util.c 		return NULL;
NULL              382 source4/dsdb/common/util.c 	ndr_err = ndr_pull_struct_blob(v, sid, NULL, sid,
NULL              386 source4/dsdb/common/util.c 		return NULL;
NULL              406 source4/dsdb/common/util.c 	mem_ctx = talloc_named_const(NULL, 0, "samdb_result_guid");
NULL              408 source4/dsdb/common/util.c 	ndr_err = ndr_pull_struct_blob(v, mem_ctx, NULL, &guid,
NULL              426 source4/dsdb/common/util.c 	if (!sid || sid->num_auths < 1) return NULL;
NULL              488 source4/dsdb/common/util.c 	minPwdAge = samdb_search_int64(sam_ldb, mem_ctx, 0, domain_dn, "minPwdAge", NULL);
NULL              520 source4/dsdb/common/util.c 	maxPwdAge = samdb_search_int64(sam_ldb, mem_ctx, 0, domain_dn, "maxPwdAge", NULL);
NULL              535 source4/dsdb/common/util.c 	struct samr_Password *hash = NULL;
NULL              554 source4/dsdb/common/util.c 	*hashes = NULL;
NULL              583 source4/dsdb/common/util.c 			*nt_pwd = NULL;
NULL              598 source4/dsdb/common/util.c 				*lm_pwd = NULL;
NULL              605 source4/dsdb/common/util.c 			*lm_pwd = NULL;
NULL              652 source4/dsdb/common/util.c 	unix_to_nt_time(&now, time(NULL));
NULL              697 source4/dsdb/common/util.c 		return NULL;
NULL              706 source4/dsdb/common/util.c 	return NULL;
NULL              711 source4/dsdb/common/util.c 	if (samdb_find_attribute(ldb, msg, name, set_value) == NULL) {
NULL              739 source4/dsdb/common/util.c 	if (s == NULL || a == NULL) {
NULL              761 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, &v, NULL);
NULL              773 source4/dsdb/common/util.c 	return ldb_msg_add_empty(msg, attr_name, LDB_FLAG_MOD_REPLACE, NULL);
NULL              786 source4/dsdb/common/util.c 	if (a == NULL)
NULL              789 source4/dsdb/common/util.c 	if (v == NULL)
NULL              795 source4/dsdb/common/util.c 	if (el == NULL)
NULL              811 source4/dsdb/common/util.c 	if (a == NULL)
NULL              814 source4/dsdb/common/util.c 	if (v == NULL)
NULL              820 source4/dsdb/common/util.c 	if (el == NULL)
NULL              878 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              897 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              918 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              930 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              938 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, val, NULL);
NULL              953 source4/dsdb/common/util.c 	return ldb_msg_add_value(msg, attr_name, val, NULL);
NULL             1026 source4/dsdb/common/util.c 		return NULL;
NULL             1038 source4/dsdb/common/util.c 		return NULL;
NULL             1052 source4/dsdb/common/util.c 		NULL
NULL             1064 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1079 source4/dsdb/common/util.c 	if (domain_sid == NULL) {
NULL             1096 source4/dsdb/common/util.c 	return NULL;
NULL             1110 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1150 source4/dsdb/common/util.c 		return NULL;
NULL             1155 source4/dsdb/common/util.c 	return NULL;
NULL             1164 source4/dsdb/common/util.c 	const char *root_attrs[] = { "dsServiceName", NULL };
NULL             1176 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1181 source4/dsdb/common/util.c 	ret = ldb_search(ldb, tmp_ctx, &root_res, ldb_dn_new(tmp_ctx, ldb, ""), LDB_SCOPE_BASE, root_attrs, NULL);
NULL             1207 source4/dsdb/common/util.c 	return NULL;
NULL             1216 source4/dsdb/common/util.c 	const char *attrs[] = { "invocationId", NULL };
NULL             1228 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1232 source4/dsdb/common/util.c 	ret = ldb_search(ldb, tmp_ctx, &res, samdb_ntds_settings_dn(ldb), LDB_SCOPE_BASE, attrs, NULL);
NULL             1261 source4/dsdb/common/util.c 	return NULL;
NULL             1275 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1309 source4/dsdb/common/util.c 	const char *attrs[] = { "objectGUID", NULL };
NULL             1321 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1325 source4/dsdb/common/util.c 	ret = ldb_search(ldb, tmp_ctx, &res, samdb_ntds_settings_dn(ldb), LDB_SCOPE_BASE, attrs, NULL);
NULL             1354 source4/dsdb/common/util.c 	return NULL;
NULL             1367 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1412 source4/dsdb/common/util.c 	if (!server_dn) return NULL;
NULL             1425 source4/dsdb/common/util.c 	const char *dom_attrs[] = { "fSMORoleOwner", NULL };
NULL             1433 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1438 source4/dsdb/common/util.c 	ret = ldb_search(ldb, tmp_ctx, &dom_res, ldb_get_default_basedn(ldb), LDB_SCOPE_BASE, dom_attrs, NULL);
NULL             1472 source4/dsdb/common/util.c 	const char *attrs[] = { "options", NULL };
NULL             1478 source4/dsdb/common/util.c 	if (tmp_ctx == NULL) {
NULL             1484 source4/dsdb/common/util.c 	ret = ldb_search(ldb, tmp_ctx, &res, samdb_ntds_settings_dn(ldb), LDB_SCOPE_BASE, attrs, NULL);
NULL             1510 source4/dsdb/common/util.c 	struct ldb_result *res = NULL;
NULL             1512 source4/dsdb/common/util.c 	const char *attrs[] = { NULL };
NULL             1515 source4/dsdb/common/util.c 	if (local_ctx == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL             1586 source4/dsdb/common/util.c 					    "pwdLastSet", NULL };
NULL             1589 source4/dsdb/common/util.c 					      "minPwdLength", NULL };
NULL             1601 source4/dsdb/common/util.c 	time_t now = time(NULL);
NULL             1641 source4/dsdb/common/util.c 		if (domain_sid == NULL) {
NULL             1645 source4/dsdb/common/util.c 		count = gendb_search(ctx, mem_ctx, NULL, &res, domain_attrs, 
NULL             1665 source4/dsdb/common/util.c 		if (dominfo == NULL) {
NULL             1696 source4/dsdb/common/util.c 					  (void **)&new_pass, NULL, false)) {
NULL             1786 source4/dsdb/common/util.c 		CHECK_RET(ldb_msg_add_value(mod, "clearTextPassword", new_password, NULL));
NULL             1837 source4/dsdb/common/util.c 	user_dn = samdb_search_dn(ctx, mem_ctx, NULL, 
NULL             1848 source4/dsdb/common/util.c 	if (msg == NULL) {
NULL             1860 source4/dsdb/common/util.c 				       user_dn, NULL,
NULL             1904 source4/dsdb/common/util.c 	if (msg == NULL) {
NULL             1914 source4/dsdb/common/util.c 	basedn = samdb_search_dn(sam_ctx, mem_ctx, NULL,
NULL             1917 source4/dsdb/common/util.c 	if (basedn == NULL) {
NULL             1959 source4/dsdb/common/util.c 		return NULL;
NULL             1965 source4/dsdb/common/util.c 		return NULL;
NULL             1967 source4/dsdb/common/util.c 	dn = ldb_dn_new(mem_ctx, ldb, NULL);
NULL             1974 source4/dsdb/common/util.c 			return NULL;
NULL             1980 source4/dsdb/common/util.c 		return NULL;
NULL             1992 source4/dsdb/common/util.c 		"ncName", NULL
NULL             1995 source4/dsdb/common/util.c 		NULL
NULL             2008 source4/dsdb/common/util.c 		return NULL;
NULL             2019 source4/dsdb/common/util.c 			return NULL;
NULL             2025 source4/dsdb/common/util.c 		return NULL;
NULL             2031 source4/dsdb/common/util.c 		return NULL;
NULL             2034 source4/dsdb/common/util.c 	return samdb_result_dn(ldb, mem_ctx, res_domain_ref->msgs[0], "nCName", NULL);
NULL               57 source4/dsdb/repl/drepl_out_helpers.c 	if (c == NULL) return NULL;
NULL               73 source4/dsdb/repl/drepl_out_helpers.c 		conn->drsuapi = NULL;
NULL              206 source4/dsdb/repl/drepl_out_helpers.c 	if (c == NULL) return NULL;
NULL              263 source4/dsdb/repl/drepl_out_helpers.c 		r->in.req->req8.uptodateness_vector	= NULL;/*&partition->uptodatevector_ex;*/
NULL              269 source4/dsdb/repl/drepl_out_helpers.c 		r->in.req->req8.partial_attribute_set	= NULL;
NULL              270 source4/dsdb/repl/drepl_out_helpers.c 		r->in.req->req8.partial_attribute_set_ex= NULL;
NULL              272 source4/dsdb/repl/drepl_out_helpers.c 		r->in.req->req8.mapping_ctr.mappings	= NULL;
NULL              279 source4/dsdb/repl/drepl_out_helpers.c 		r->in.req->req5.uptodateness_vector	= NULL;/*&partition->uptodatevector_ex;*/
NULL              305 source4/dsdb/repl/drepl_out_helpers.c 	struct drsuapi_DsGetNCChangesCtr1 *ctr1 = NULL;
NULL              306 source4/dsdb/repl/drepl_out_helpers.c 	struct drsuapi_DsGetNCChangesCtr6 *ctr6 = NULL;
NULL              384 source4/dsdb/repl/drepl_out_helpers.c 		linked_attributes		= NULL;
NULL              386 source4/dsdb/repl/drepl_out_helpers.c 		uptodateness_vector		= NULL; /* TODO: map it */
NULL              414 source4/dsdb/repl/drepl_out_helpers.c 							 st, NULL);
NULL               89 source4/dsdb/repl/drepl_out_pull.c 	t = time(NULL);
NULL              110 source4/dsdb/repl/drepl_out_pull.c 	s->ops.current = NULL;
NULL              137 source4/dsdb/repl/drepl_out_pull.c 	t = time(NULL);
NULL               44 source4/dsdb/repl/drepl_partitions.c 	static const char *attrs[] = { "namingContexts", NULL };
NULL               48 source4/dsdb/repl/drepl_partitions.c 	basedn = ldb_dn_new(s, s->samdb, NULL);
NULL               98 source4/dsdb/repl/drepl_partitions.c 	struct dreplsrv_out_connection *cur, *conn = NULL;
NULL              188 source4/dsdb/repl/drepl_partitions.c 	struct ldb_message_element *orf_el = NULL;
NULL              197 source4/dsdb/repl/drepl_partitions.c 		NULL
NULL               43 source4/dsdb/repl/drepl_periodic.c 	service->periodic.te = NULL;
NULL              169 source4/dsdb/repl/drepl_service.c 	periodic_startup_interval	= lp_parm_int(task->lp_ctx, NULL, "dreplsrv", "periodic_startup_interval", 15); /* in seconds */
NULL              170 source4/dsdb/repl/drepl_service.c 	service->periodic.interval	= lp_parm_int(task->lp_ctx, NULL, "dreplsrv", "periodic_interval", 300); /* in seconds */
NULL              208 source4/dsdb/repl/replicated_objects.c 	const char *rdn_name = NULL;
NULL              209 source4/dsdb/repl/replicated_objects.c 	const struct ldb_val *rdn_value = NULL;
NULL              210 source4/dsdb/repl/replicated_objects.c 	const struct dsdb_attribute *rdn_attr = NULL;
NULL              212 source4/dsdb/repl/replicated_objects.c 	struct drsuapi_DsReplicaAttribute *name_a = NULL;
NULL              213 source4/dsdb/repl/replicated_objects.c 	struct drsuapi_DsReplicaMetaData *name_d = NULL;
NULL              214 source4/dsdb/repl/replicated_objects.c 	struct replPropertyMetaData1 *rdn_m = NULL;
NULL              215 source4/dsdb/repl/replicated_objects.c 	struct dom_sid *sid = NULL;
NULL              307 source4/dsdb/repl/replicated_objects.c 		ret = ldb_msg_add_value(msg, rdn_attr->lDAPDisplayName, rdn_value, NULL);
NULL               93 source4/dsdb/samdb/cracknames.c 		NULL
NULL              270 source4/dsdb/samdb/cracknames.c 	const char *domain_filter = NULL;
NULL              271 source4/dsdb/samdb/cracknames.c 	const char *result_filter = NULL;
NULL              276 source4/dsdb/samdb/cracknames.c 	const char *domain_attrs[] = { NULL };
NULL              277 source4/dsdb/samdb/cracknames.c 	struct ldb_result *domain_res = NULL;
NULL              341 source4/dsdb/samdb/cracknames.c 				      NULL, unparsed_name_short, domain_filter, result_filter, 
NULL              355 source4/dsdb/samdb/cracknames.c 	const char *domain_filter = NULL;
NULL              356 source4/dsdb/samdb/cracknames.c 	const char *result_filter = NULL;
NULL              357 source4/dsdb/samdb/cracknames.c 	struct ldb_dn *name_dn = NULL;
NULL              359 source4/dsdb/samdb/cracknames.c 	struct smb_krb5_context *smb_krb5_context = NULL;
NULL              362 source4/dsdb/samdb/cracknames.c 	info1->dns_domain_name = NULL;
NULL              363 source4/dsdb/samdb/cracknames.c 	info1->result_name = NULL;
NULL              456 source4/dsdb/samdb/cracknames.c 		const char *account = NULL;
NULL              489 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              503 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              521 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              535 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              569 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              614 source4/dsdb/samdb/cracknames.c 		domain_filter = NULL;
NULL              629 source4/dsdb/samdb/cracknames.c 			if (computer_name == NULL) {
NULL              716 source4/dsdb/samdb/cracknames.c 	struct ldb_result *domain_res = NULL;
NULL              719 source4/dsdb/samdb/cracknames.c 	struct ldb_message **result_res = NULL;
NULL              720 source4/dsdb/samdb/cracknames.c 	struct ldb_message *result = NULL;
NULL              721 source4/dsdb/samdb/cracknames.c 	struct ldb_dn *result_basedn = NULL;
NULL              726 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_1779[] = { "ncName", "dnsRoot", NULL};
NULL              727 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_null[] = { NULL };
NULL              729 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_canonical[] = { "ncName", "dnsRoot", NULL};
NULL              730 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_canonical[] = { "canonicalName", NULL };
NULL              732 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_nt4[] = { "ncName", "dnsRoot", "nETBIOSName", NULL};
NULL              733 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_nt4[] = { "sAMAccountName", "objectSid", "objectClass", NULL};
NULL              735 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_guid[] = { "ncName", "dnsRoot", NULL};
NULL              736 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_guid[] = { "objectGUID", NULL};
NULL              738 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_display[] = { "ncName", "dnsRoot", NULL};
NULL              739 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_display[] = { "displayName", "samAccountName", NULL};
NULL              741 source4/dsdb/samdb/cracknames.c 	const char * const _domain_attrs_none[] = { "ncName", "dnsRoot" , NULL};
NULL              742 source4/dsdb/samdb/cracknames.c 	const char * const _result_attrs_none[] = { NULL};
NULL              798 source4/dsdb/samdb/cracknames.c 		info1->dns_domain_name	= samdb_result_string(domain_res->msgs[0], "dnsRoot", NULL);
NULL              802 source4/dsdb/samdb/cracknames.c 		info1->dns_domain_name	= NULL;
NULL              810 source4/dsdb/samdb/cracknames.c 			result_basedn = samdb_result_dn(sam_ctx, mem_ctx, domain_res->msgs[0], "ncName", NULL);
NULL              834 source4/dsdb/samdb/cracknames.c 						   NULL,
NULL              837 source4/dsdb/samdb/cracknames.c 						   NULL);
NULL              873 source4/dsdb/samdb/cracknames.c 		name_dn = samdb_result_dn(sam_ctx, mem_ctx, domain_res->msgs[0], "ncName", NULL);
NULL              911 source4/dsdb/samdb/cracknames.c 			const char *canonical_name = NULL; /* Not required, but we get warnings... */
NULL              955 source4/dsdb/samdb/cracknames.c 		info1->result_name	= samdb_result_string(result, "canonicalName", NULL);
NULL              995 source4/dsdb/samdb/cracknames.c 			_dom = samdb_result_string(domain_res->msgs[0], "nETBIOSName", NULL);
NULL              998 source4/dsdb/samdb/cracknames.c 			_acc = samdb_result_string(result, "sAMAccountName", NULL);
NULL             1006 source4/dsdb/samdb/cracknames.c 				const char *attrs[] = { NULL };
NULL             1014 source4/dsdb/samdb/cracknames.c 							     NULL,
NULL             1059 source4/dsdb/samdb/cracknames.c 				_dom = samdb_result_string(domain_res2->msgs[0], "nETBIOSName", NULL);
NULL             1082 source4/dsdb/samdb/cracknames.c 		info1->result_name	= samdb_result_string(result, "displayName", NULL);
NULL             1084 source4/dsdb/samdb/cracknames.c 			info1->result_name	= samdb_result_string(result, "sAMAccountName", NULL);
NULL             1254 source4/dsdb/samdb/cracknames.c 	if (ldb == NULL) {
NULL               49 source4/dsdb/samdb/ldb_modules/anr.c 	if (list == NULL){
NULL               51 source4/dsdb/samdb/ldb_modules/anr.c 		return NULL;
NULL               59 source4/dsdb/samdb/ldb_modules/anr.c 		return NULL;
NULL               91 source4/dsdb/samdb/ldb_modules/anr.c 		if (match_tree->u.substring.chunks == NULL){
NULL               93 source4/dsdb/samdb/ldb_modules/anr.c 			return NULL;
NULL               96 source4/dsdb/samdb/ldb_modules/anr.c 		match_tree->u.substring.chunks[1] = NULL;
NULL              125 source4/dsdb/samdb/ldb_modules/anr.c 	struct ldb_parse_tree *tree = NULL;
NULL              147 source4/dsdb/samdb/ldb_modules/anr.c 		if (match2 == NULL){
NULL              163 source4/dsdb/samdb/ldb_modules/anr.c 			if (tree == NULL) {
NULL              195 source4/dsdb/samdb/ldb_modules/anr.c 		if (first_split_filter == NULL){
NULL              204 source4/dsdb/samdb/ldb_modules/anr.c 		if (second_split_filter == NULL){
NULL              211 source4/dsdb/samdb/ldb_modules/anr.c 		if (split_filters == NULL) {
NULL              269 source4/dsdb/samdb/ldb_modules/anr.c 			    tree->u.substring.chunks[0] != NULL && 
NULL              270 source4/dsdb/samdb/ldb_modules/anr.c 			    tree->u.substring.chunks[1] == NULL) {
NULL              292 source4/dsdb/samdb/ldb_modules/anr.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               85 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	char *valstr = NULL;
NULL               86 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	const char *found = NULL;
NULL               91 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              110 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			ac->basedn = NULL;
NULL              120 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              141 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              156 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              177 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              196 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              228 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			return ldb_module_done(ac->req, NULL, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              232 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              246 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	struct ldb_dn *base_dn = NULL;
NULL              248 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	const char *base_dn_filter = NULL;
NULL              249 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	const char * const *base_dn_attrs = NULL;
NULL              250 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 	char *wellknown_object = NULL;
NULL              252 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 		NULL
NULL              256 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 		NULL
NULL              337 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 		if (ac == NULL) {
NULL              344 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 		ac->basedn = NULL;  /* Filled in if the search finds the DN by SID/GUID etc */
NULL              356 source4/dsdb/samdb/ldb_modules/extended_dn_in.c 					   NULL,
NULL               68 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	if (!nattrs) return NULL;
NULL               74 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			return NULL;
NULL               77 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	nattrs[i] = NULL;
NULL               97 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	nattrs[num + 1] = NULL;
NULL              213 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		ndr_err = ndr_push_struct_blob(&guid_blob, NULL, NULL, &guid,
NULL              246 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	struct dsdb_openldap_dereference_result_control *dereference_control = NULL;
NULL              255 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              277 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              288 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              333 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 				return ldb_module_done(ac->req, NULL, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              351 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 				return ldb_module_done(ac->req, NULL, NULL, LDB_ERR_INVALID_DN_SYNTAX);
NULL              357 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 					return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              375 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 					return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              389 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 				return ldb_module_done(ac->req, NULL, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              403 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	struct ldb_extended_dn_control *extended_ctrl = NULL;
NULL              435 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 	if (ac == NULL) {
NULL              471 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 				if (new_attrs == NULL) {
NULL              617 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 			NULL
NULL              639 source4/dsdb/samdb/ldb_modules/extended_dn_out.c 		dereference_control->dereference[i] = NULL;
NULL               75 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 	if (ac == NULL) {
NULL               77 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 		return NULL;
NULL              124 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 		return ldb_module_done(os->ac->req, NULL, NULL,
NULL              166 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 		if (os->replace_dn->data == NULL) {
NULL              167 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 			return ldb_module_done(os->ac->req, NULL, NULL,
NULL              219 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 		NULL
NULL              246 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 				   ac->module->ldb, os, os->dn, LDB_SCOPE_BASE, NULL, 
NULL              247 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 				   attrs, NULL, os, extended_replace_dn,
NULL              257 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 				      true, NULL);
NULL              334 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 	if (ac->ops == NULL) {
NULL              418 source4/dsdb/samdb/ldb_modules/extended_dn_store.c 	if (ac->ops == NULL) {
NULL               57 source4/dsdb/samdb/ldb_modules/instancetype.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               67 source4/dsdb/samdb/ldb_modules/instancetype.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              108 source4/dsdb/samdb/ldb_modules/instancetype.c 	if (ac == NULL) {
NULL              116 source4/dsdb/samdb/ldb_modules/instancetype.c 	if (msg == NULL) {
NULL              100 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	if (schema == NULL) {
NULL              131 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	objectclass_list[i] = NULL;
NULL              159 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	if (schema == NULL) {
NULL              222 source4/dsdb/samdb/ldb_modules/kludge_acl.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              237 source4/dsdb/samdb/ldb_modules/kludge_acl.c 				return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              245 source4/dsdb/samdb/ldb_modules/kludge_acl.c 				return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              257 source4/dsdb/samdb/ldb_modules/kludge_acl.c 						return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              264 source4/dsdb/samdb/ldb_modules/kludge_acl.c 						return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              274 source4/dsdb/samdb/ldb_modules/kludge_acl.c 						return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              281 source4/dsdb/samdb/ldb_modules/kludge_acl.c 						return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              333 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	if (ac == NULL) {
NULL              458 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	static const char *attrs[] = { "passwordAttribute", NULL };
NULL              468 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	if (data == NULL) {
NULL              473 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	data->password_attrs = NULL;
NULL              483 source4/dsdb/samdb/ldb_modules/kludge_acl.c 			 LDB_SCOPE_BASE, attrs, NULL);
NULL              512 source4/dsdb/samdb/ldb_modules/kludge_acl.c 	data->password_attrs[i] = NULL;
NULL               72 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	if (ac == NULL) {
NULL               74 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return NULL;
NULL              216 source4/dsdb/samdb/ldb_modules/linked_attributes.c 	if (ac->ops == NULL) {
NULL              247 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              264 source4/dsdb/samdb/ldb_modules/linked_attributes.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              279 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              314 source4/dsdb/samdb/ldb_modules/linked_attributes.c 							       NULL, NULL, ret);
NULL              334 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              341 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              503 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		attrs[i] = NULL;
NULL              510 source4/dsdb/samdb/ldb_modules/linked_attributes.c 					   NULL,
NULL              518 source4/dsdb/samdb/ldb_modules/linked_attributes.c 						      false, NULL);
NULL              574 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				   NULL,
NULL              632 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              647 source4/dsdb/samdb/ldb_modules/linked_attributes.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              669 source4/dsdb/samdb/ldb_modules/linked_attributes.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              682 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              721 source4/dsdb/samdb/ldb_modules/linked_attributes.c 							       NULL, NULL, ret);
NULL              742 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              749 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              759 source4/dsdb/samdb/ldb_modules/linked_attributes.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              827 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				NULL,
NULL              849 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              861 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              888 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              900 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              911 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              934 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              946 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              958 source4/dsdb/samdb/ldb_modules/linked_attributes.c 				   NULL,
NULL              971 source4/dsdb/samdb/ldb_modules/linked_attributes.c 					      false, NULL);
NULL              974 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              998 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1010 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1016 source4/dsdb/samdb/ldb_modules/linked_attributes.c 		static const char *attrs[] = { NULL };
NULL             1024 source4/dsdb/samdb/ldb_modules/linked_attributes.c 					   NULL,
NULL             1031 source4/dsdb/samdb/ldb_modules/linked_attributes.c 						      false, NULL);
NULL             1034 source4/dsdb/samdb/ldb_modules/linked_attributes.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL               97 source4/dsdb/samdb/ldb_modules/local_password.c 	if (ac == NULL) {
NULL               99 source4/dsdb/samdb/ldb_modules/local_password.c 		return NULL;
NULL              117 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              128 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              195 source4/dsdb/samdb/ldb_modules/local_password.c 	if (remote_message == NULL) {
NULL              208 source4/dsdb/samdb/ldb_modules/local_password.c 	if (ac->local_message == NULL) {
NULL              221 source4/dsdb/samdb/ldb_modules/local_password.c 	if (ldb_msg_find_ldb_val(req->op.add.message, "objectGUID") == NULL) {
NULL              231 source4/dsdb/samdb/ldb_modules/local_password.c 	if ((ac->local_message->dn == NULL) ||
NULL              265 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              276 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              284 source4/dsdb/samdb/ldb_modules/local_password.c 				NULL,
NULL              288 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              293 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              347 source4/dsdb/samdb/ldb_modules/local_password.c 	if (remote_message == NULL) {
NULL              357 source4/dsdb/samdb/ldb_modules/local_password.c 	if (ac->local_message == NULL) {
NULL              385 source4/dsdb/samdb/ldb_modules/local_password.c 	static const char * const attrs[] = { "objectGUID", "objectClass", NULL };
NULL              394 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              405 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              415 source4/dsdb/samdb/ldb_modules/local_password.c 				   NULL,
NULL              419 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              425 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              447 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              457 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ac->remote != NULL) {
NULL              460 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              481 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ac->remote == NULL) {
NULL              485 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              498 source4/dsdb/samdb/ldb_modules/local_password.c 					 "objectGUID") == NULL) {
NULL              504 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              512 source4/dsdb/samdb/ldb_modules/local_password.c 		if ((local_dn == NULL) ||
NULL              516 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              523 source4/dsdb/samdb/ldb_modules/local_password.c 					NULL,
NULL              527 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              533 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              596 source4/dsdb/samdb/ldb_modules/local_password.c 	static const char * const attrs[] = { "objectGUID", "objectClass", NULL };
NULL              605 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              616 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              626 source4/dsdb/samdb/ldb_modules/local_password.c 				   NULL,
NULL              630 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              636 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              658 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              668 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ac->remote != NULL) {
NULL              671 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              692 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ac->remote == NULL) {
NULL              708 source4/dsdb/samdb/ldb_modules/local_password.c 					 "objectGUID") == NULL) {
NULL              714 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              722 source4/dsdb/samdb/ldb_modules/local_password.c 		if ((local_dn == NULL) ||
NULL              726 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              732 source4/dsdb/samdb/ldb_modules/local_password.c 					NULL,
NULL              736 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              742 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              770 source4/dsdb/samdb/ldb_modules/local_password.c 				   NULL,
NULL              794 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              808 source4/dsdb/samdb/ldb_modules/local_password.c 		if (lr->remote == NULL) {
NULL              812 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              817 source4/dsdb/samdb/ldb_modules/local_password.c 		lr->remote = NULL;
NULL              838 source4/dsdb/samdb/ldb_modules/local_password.c 								NULL, NULL,
NULL              864 source4/dsdb/samdb/ldb_modules/local_password.c 							NULL, NULL, ret);
NULL              866 source4/dsdb/samdb/ldb_modules/local_password.c 			lr->remote = NULL;
NULL              883 source4/dsdb/samdb/ldb_modules/local_password.c 							NULL, NULL, ret);
NULL              907 source4/dsdb/samdb/ldb_modules/local_password.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              932 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ldb_msg_find_ldb_val(ares->message, "objectGUID") == NULL) {
NULL              935 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              950 source4/dsdb/samdb/ldb_modules/local_password.c 		if ((local_dn == NULL) ||
NULL              954 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              959 source4/dsdb/samdb/ldb_modules/local_password.c 		if (lr == NULL) {
NULL              960 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              981 source4/dsdb/samdb/ldb_modules/local_password.c 		if (ac->list == NULL) {
NULL              988 source4/dsdb/samdb/ldb_modules/local_password.c 		if (lr == NULL) {
NULL              989 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1001 source4/dsdb/samdb/ldb_modules/local_password.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL             1019 source4/dsdb/samdb/ldb_modules/local_password.c 	const char * const *search_attrs = NULL;
NULL             1028 source4/dsdb/samdb/ldb_modules/local_password.c 	search_attrs = NULL;
NULL               42 source4/dsdb/samdb/ldb_modules/naming_fsmo.c 		NULL
NULL               70 source4/dsdb/samdb/ldb_modules/naming_fsmo.c 			 naming_attrs, NULL);
NULL               70 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac == NULL) {
NULL               72 source4/dsdb/samdb/ldb_modules/objectclass.c 		return NULL;
NULL               96 source4/dsdb/samdb/ldb_modules/objectclass.c 	struct class_list *sorted = NULL, *parent_class = NULL,
NULL               97 source4/dsdb/samdb/ldb_modules/objectclass.c 		*subclass = NULL, *unsorted = NULL, *current, *poss_subclass, *poss_parent, *new_parent;
NULL              152 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (parent_class == NULL) {
NULL              207 source4/dsdb/samdb/ldb_modules/objectclass.c 		subclass = NULL;
NULL              245 source4/dsdb/samdb/ldb_modules/objectclass.c 		return NULL;
NULL              253 source4/dsdb/samdb/ldb_modules/objectclass.c 		return NULL;
NULL              261 source4/dsdb/samdb/ldb_modules/objectclass.c 		return NULL;
NULL              269 source4/dsdb/samdb/ldb_modules/objectclass.c 		return NULL;
NULL              286 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              297 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (ac->search_res != NULL) {
NULL              300 source4/dsdb/samdb/ldb_modules/objectclass.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              316 source4/dsdb/samdb/ldb_modules/objectclass.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              331 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              341 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              429 source4/dsdb/samdb/ldb_modules/objectclass.c 				 "objectClass") == NULL) {
NULL              434 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac == NULL) {
NULL              445 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (parent_dn == NULL) {
NULL              452 source4/dsdb/samdb/ldb_modules/objectclass.c 				   "(objectClass=*)", NULL,
NULL              453 source4/dsdb/samdb/ldb_modules/objectclass.c 				   NULL,
NULL              482 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (mem_ctx == NULL) {
NULL              489 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac->search_res == NULL) {
NULL              495 source4/dsdb/samdb/ldb_modules/objectclass.c 			ldb_set_errstring(ldb, NULL);
NULL              545 source4/dsdb/samdb/ldb_modules/objectclass.c 		ret = ldb_msg_add_empty(msg, "objectClass", 0, NULL);
NULL              558 source4/dsdb/samdb/ldb_modules/objectclass.c 			if (value == NULL) {
NULL              577 source4/dsdb/samdb/ldb_modules/objectclass.c 					if (value == NULL) {
NULL              685 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac == NULL) {
NULL              696 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (msg == NULL) {
NULL              727 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (mem_ctx == NULL) {
NULL              732 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (msg == NULL) {
NULL              753 source4/dsdb/samdb/ldb_modules/objectclass.c 		ret = ldb_msg_add_empty(msg, "objectClass", LDB_FLAG_MOD_REPLACE, NULL);
NULL              767 source4/dsdb/samdb/ldb_modules/objectclass.c 			if (value == NULL) {
NULL              808 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (msg == NULL) {
NULL              834 source4/dsdb/samdb/ldb_modules/objectclass.c 	static const char * const attrs[] = { "objectClass", NULL };
NULL              843 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              853 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              860 source4/dsdb/samdb/ldb_modules/objectclass.c 				   attrs, NULL, 
NULL              864 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              871 source4/dsdb/samdb/ldb_modules/objectclass.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              890 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac->search_res == NULL) {
NULL              896 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (mem_ctx == NULL) {
NULL              902 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (msg == NULL) {
NULL              930 source4/dsdb/samdb/ldb_modules/objectclass.c 	ret = ldb_msg_add_empty(msg, "objectClass", LDB_FLAG_MOD_REPLACE, NULL);
NULL              940 source4/dsdb/samdb/ldb_modules/objectclass.c 		if (value == NULL) {
NULL              977 source4/dsdb/samdb/ldb_modules/objectclass.c 	static const char * const attrs[] = { NULL };
NULL             1001 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac == NULL) {
NULL             1006 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (parent_dn == NULL) {
NULL             1013 source4/dsdb/samdb/ldb_modules/objectclass.c 				   attrs, NULL, 
NULL             1035 source4/dsdb/samdb/ldb_modules/objectclass.c 	if (ac->search_res == NULL) {
NULL               51 source4/dsdb/samdb/ldb_modules/objectguid.c 	return NULL;
NULL               62 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (ldb_msg_find_element(msg, attr) != NULL) {
NULL               67 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (s == NULL) {
NULL               90 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (ldb_msg_find_element(msg, attr) != NULL) {
NULL              118 source4/dsdb/samdb/ldb_modules/objectguid.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              128 source4/dsdb/samdb/ldb_modules/objectguid.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              148 source4/dsdb/samdb/ldb_modules/objectguid.c 	time_t t = time(NULL);
NULL              160 source4/dsdb/samdb/ldb_modules/objectguid.c 	if ((attribute = objectguid_find_attribute(req->op.add.message, "objectGUID")) != NULL ) {
NULL              165 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (ac == NULL) {
NULL              173 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (msg == NULL) {
NULL              189 source4/dsdb/samdb/ldb_modules/objectguid.c 	ret = ldb_msg_add_value(msg, "objectGUID", &v, NULL);
NULL              230 source4/dsdb/samdb/ldb_modules/objectguid.c 	time_t t = time(NULL);
NULL              244 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (ac == NULL) {
NULL              252 source4/dsdb/samdb/ldb_modules/objectguid.c 	if (msg == NULL) {
NULL               65 source4/dsdb/samdb/ldb_modules/partition.c 	if (ac == NULL) {
NULL               67 source4/dsdb/samdb/ldb_modules/partition.c 		return NULL;
NULL               78 source4/dsdb/samdb/ldb_modules/partition.c         while (module && module->ops->op == NULL) module = module->next; \
NULL               79 source4/dsdb/samdb/ldb_modules/partition.c         if (module == NULL) { \
NULL              150 source4/dsdb/samdb/ldb_modules/partition.c 	return NULL;
NULL              167 source4/dsdb/samdb/ldb_modules/partition.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              186 source4/dsdb/samdb/ldb_modules/partition.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              204 source4/dsdb/samdb/ldb_modules/partition.c 					return ldb_module_done(ac->req, NULL, NULL,
NULL              225 source4/dsdb/samdb/ldb_modules/partition.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              244 source4/dsdb/samdb/ldb_modules/partition.c 	if (ac->part_req == NULL) {
NULL              314 source4/dsdb/samdb/ldb_modules/partition.c 		if (req->controls == NULL) {
NULL              366 source4/dsdb/samdb/ldb_modules/partition.c 	int ret = partition_prep_request(ac, NULL);
NULL              460 source4/dsdb/samdb/ldb_modules/partition.c 	struct ldb_search_options_control *search_options = NULL;
NULL              739 source4/dsdb/samdb/ldb_modules/partition.c 		if (res == NULL) {
NULL              743 source4/dsdb/samdb/ldb_modules/partition.c 		if (tseq == NULL) {
NULL              752 source4/dsdb/samdb/ldb_modules/partition.c 					     NULL,
NULL              755 source4/dsdb/samdb/ldb_modules/partition.c 					     NULL);
NULL              777 source4/dsdb/samdb/ldb_modules/partition.c 			if (res == NULL) {
NULL              781 source4/dsdb/samdb/ldb_modules/partition.c 			if (tseq == NULL) {
NULL              790 source4/dsdb/samdb/ldb_modules/partition.c 						     NULL,
NULL              793 source4/dsdb/samdb/ldb_modules/partition.c 						     NULL);
NULL              831 source4/dsdb/samdb/ldb_modules/partition.c 		if (res == NULL) {
NULL              836 source4/dsdb/samdb/ldb_modules/partition.c 		if (tseq == NULL) {
NULL              845 source4/dsdb/samdb/ldb_modules/partition.c 					     NULL,
NULL              848 source4/dsdb/samdb/ldb_modules/partition.c 					     NULL);
NULL              875 source4/dsdb/samdb/ldb_modules/partition.c 			if (res == NULL) {
NULL              880 source4/dsdb/samdb/ldb_modules/partition.c 			if (tseq == NULL) {
NULL              889 source4/dsdb/samdb/ldb_modules/partition.c 						     NULL,
NULL              892 source4/dsdb/samdb/ldb_modules/partition.c 						     NULL);
NULL              932 source4/dsdb/samdb/ldb_modules/partition.c 	if (seqr == NULL) {
NULL              967 source4/dsdb/samdb/ldb_modules/partition.c 	return ldb_module_done(req, NULL, ext, LDB_SUCCESS);
NULL             1081 source4/dsdb/samdb/ldb_modules/partition.c 	const char *attrs[] = { "partition", "replicateEntries", "modules", NULL };
NULL             1095 source4/dsdb/samdb/ldb_modules/partition.c 	if (data == NULL) {
NULL             1101 source4/dsdb/samdb/ldb_modules/partition.c 			 LDB_SCOPE_BASE, attrs, NULL);
NULL             1171 source4/dsdb/samdb/ldb_modules/partition.c 		ret = ldb_connect_backend(module->ldb, data->partitions[i]->backend, NULL, &data->partitions[i]->module);
NULL             1177 source4/dsdb/samdb/ldb_modules/partition.c 	data->partitions[i] = NULL;
NULL             1186 source4/dsdb/samdb/ldb_modules/partition.c 		if (req == NULL) {
NULL             1199 source4/dsdb/samdb/ldb_modules/partition.c 		if (req->handle == NULL) {
NULL             1217 source4/dsdb/samdb/ldb_modules/partition.c 		data->replicate = NULL;
NULL             1236 source4/dsdb/samdb/ldb_modules/partition.c 		data->replicate[i] = NULL;
NULL             1248 source4/dsdb/samdb/ldb_modules/partition.c 			struct dsdb_control_current_partition *partition = NULL;
NULL             1249 source4/dsdb/samdb/ldb_modules/partition.c 			const char **modules = NULL;
NULL              270 source4/dsdb/samdb/ldb_modules/password_hash.c 					       saltbody, NULL);
NULL              289 source4/dsdb/samdb/ldb_modules/password_hash.c 					       NULL);
NULL              294 source4/dsdb/samdb/ldb_modules/password_hash.c 					       NULL);
NULL              438 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *old_scp = NULL;
NULL              440 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct package_PrimaryKerberosCtr3 *old_pkb3 = NULL;
NULL              470 source4/dsdb/samdb/ldb_modules/password_hash.c 	pkb3->old_keys		= NULL;
NULL              540 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *old_scp = NULL;
NULL              542 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct package_PrimaryKerberosCtr4 *old_pkb4 = NULL;
NULL              584 source4/dsdb/samdb/ldb_modules/password_hash.c 	pkb4->old_keys		= NULL;
NULL              586 source4/dsdb/samdb/ldb_modules/password_hash.c 	pkb4->older_keys	= NULL;
NULL              989 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsBlob *old_scb = NULL;
NULL              996 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *pp = NULL;
NULL             1001 source4/dsdb/samdb/ldb_modules/password_hash.c 	const char **nkn = NULL;
NULL             1002 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *pkn = NULL;
NULL             1007 source4/dsdb/samdb/ldb_modules/password_hash.c 	const char **nk = NULL;
NULL             1008 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *pk = NULL;
NULL             1013 source4/dsdb/samdb/ldb_modules/password_hash.c 	const char **nd = NULL;
NULL             1014 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *pd = NULL;
NULL             1019 source4/dsdb/samdb/ldb_modules/password_hash.c 	const char **nc = NULL;
NULL             1020 source4/dsdb/samdb/ldb_modules/password_hash.c 	struct supplementalCredentialsPackage *pc = NULL;
NULL             1070 source4/dsdb/samdb/ldb_modules/password_hash.c 				     NULL, "password_hash", "create_aes_key", false);
NULL             1292 source4/dsdb/samdb/ldb_modules/password_hash.c 	unix_to_nt_time(&io->g.last_set, time(NULL));
NULL             1361 source4/dsdb/samdb/ldb_modules/password_hash.c 			io->n.cleartext_utf8 = NULL;	
NULL             1443 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (ac == NULL) {
NULL             1445 source4/dsdb/samdb/ldb_modules/password_hash.c 		return NULL;
NULL             1461 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1471 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1499 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1509 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (ac->domain != NULL) {
NULL             1511 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1516 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (data == NULL) {
NULL             1517 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1532 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1543 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (data->dns_domain == NULL) {
NULL             1545 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1549 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (data->realm == NULL) {
NULL             1551 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1560 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (data->netbios_domain == NULL) {
NULL             1562 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1587 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL             1605 source4/dsdb/samdb/ldb_modules/password_hash.c 	static const char * const attrs[] = { "pwdProperties", "pwdHistoryLength", NULL };
NULL             1613 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (filter == NULL) {
NULL             1622 source4/dsdb/samdb/ldb_modules/password_hash.c 				    NULL,
NULL             1721 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (ac == NULL) {
NULL             1727 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (ac->domain_sid == NULL) {
NULL             1753 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (msg == NULL) {
NULL             1771 source4/dsdb/samdb/ldb_modules/password_hash.c 	io.u.sAMAccountName		= samdb_result_string(msg, "samAccountName", NULL);
NULL             1772 source4/dsdb/samdb/ldb_modules/password_hash.c 	io.u.user_principal_name	= samdb_result_string(msg, "userPrincipalName", NULL);
NULL             1828 source4/dsdb/samdb/ldb_modules/password_hash.c 					&io.g.supplemental, NULL);
NULL             1931 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (msg == NULL) {
NULL             1968 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1978 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1984 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL             2001 source4/dsdb/samdb/ldb_modules/password_hash.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             2013 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (ac->search_res != NULL) {
NULL             2016 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             2025 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             2038 source4/dsdb/samdb/ldb_modules/password_hash.c 		if (ac->domain_sid == NULL) {
NULL             2041 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             2048 source4/dsdb/samdb/ldb_modules/password_hash.c 			return ldb_module_done(ac->req, NULL, NULL,ret);
NULL             2072 source4/dsdb/samdb/ldb_modules/password_hash.c 					      NULL };
NULL             2083 source4/dsdb/samdb/ldb_modules/password_hash.c 				   NULL,
NULL             2110 source4/dsdb/samdb/ldb_modules/password_hash.c 	if (msg == NULL) {
NULL             2134 source4/dsdb/samdb/ldb_modules/password_hash.c 	io.u.sAMAccountName		= samdb_result_string(searched_msg, "samAccountName", NULL);
NULL             2135 source4/dsdb/samdb/ldb_modules/password_hash.c 	io.u.user_principal_name	= samdb_result_string(searched_msg, "userPrincipalName", NULL);
NULL             2163 source4/dsdb/samdb/ldb_modules/password_hash.c 		io.n.nt_hash = NULL;
NULL             2181 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "unicodePwd", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2182 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "dBCSPwd", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2183 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "ntPwdHistory", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2184 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "lmPwdHistory", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2185 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "supplementalCredentials", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2186 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "pwdLastSet", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2187 source4/dsdb/samdb/ldb_modules/password_hash.c 	ret = ldb_msg_add_empty(msg, "msDs-KeyVersionNumber", LDB_FLAG_MOD_REPLACE, NULL);
NULL             2223 source4/dsdb/samdb/ldb_modules/password_hash.c 					&io.g.supplemental, NULL);
NULL               41 source4/dsdb/samdb/ldb_modules/pdc_fsmo.c 		NULL
NULL               69 source4/dsdb/samdb/ldb_modules/pdc_fsmo.c 			 pdc_attrs, NULL);
NULL               68 source4/dsdb/samdb/ldb_modules/proxy.c 	struct ldb_result *res = NULL;
NULL               74 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->upstream != NULL) {
NULL               79 source4/dsdb/samdb/ldb_modules/proxy.c 	if (dn == NULL) {
NULL               82 source4/dsdb/samdb/ldb_modules/proxy.c 	ret = ldb_search(ldb, proxy, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL               89 source4/dsdb/samdb/ldb_modules/proxy.c 	url      = ldb_msg_find_attr_as_string(res->msgs[0], "url", NULL);
NULL               90 source4/dsdb/samdb/ldb_modules/proxy.c 	olddn    = ldb_msg_find_attr_as_string(res->msgs[0], "olddn", NULL);
NULL               91 source4/dsdb/samdb/ldb_modules/proxy.c 	newdn    = ldb_msg_find_attr_as_string(res->msgs[0], "newdn", NULL);
NULL               92 source4/dsdb/samdb/ldb_modules/proxy.c 	username = ldb_msg_find_attr_as_string(res->msgs[0], "username", NULL);
NULL               93 source4/dsdb/samdb/ldb_modules/proxy.c 	password = ldb_msg_find_attr_as_string(res->msgs[0], "password", NULL);
NULL               94 source4/dsdb/samdb/ldb_modules/proxy.c 	oldstr   = ldb_msg_find_attr_as_string(res->msgs[0], "oldstr", NULL);
NULL               95 source4/dsdb/samdb/ldb_modules/proxy.c 	newstr   = ldb_msg_find_attr_as_string(res->msgs[0], "newstr", NULL);
NULL               97 source4/dsdb/samdb/ldb_modules/proxy.c 	if (url == NULL || olddn == NULL || newdn == NULL || username == NULL || password == NULL) {
NULL              103 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->olddn == NULL) {
NULL              109 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->newdn == NULL) {
NULL              115 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->upstream == NULL) {
NULL              121 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->oldstr == NULL) {
NULL              127 source4/dsdb/samdb/ldb_modules/proxy.c 	if (proxy->newstr == NULL) {
NULL              134 source4/dsdb/samdb/ldb_modules/proxy.c 	if (creds == NULL) {
NULL              144 source4/dsdb/samdb/ldb_modules/proxy.c 	ret = ldb_connect(proxy->upstream, url, 0, NULL);
NULL              161 source4/dsdb/samdb/ldb_modules/proxy.c 	proxy->upstream = NULL;
NULL              195 source4/dsdb/samdb/ldb_modules/proxy.c 		if (p == NULL) continue;
NULL              214 source4/dsdb/samdb/ldb_modules/proxy.c 		if (p == NULL) continue;
NULL              268 source4/dsdb/samdb/ldb_modules/proxy.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              298 source4/dsdb/samdb/ldb_modules/proxy.c 		return ldb_module_done(ac->req, NULL, NULL, LDB_SUCCESS);
NULL              318 source4/dsdb/samdb/ldb_modules/proxy.c 	if (req->op.search.base == NULL ||
NULL              334 source4/dsdb/samdb/ldb_modules/proxy.c 	if (ac == NULL) {
NULL              348 source4/dsdb/samdb/ldb_modules/proxy.c 	if (base == NULL) {
NULL               46 source4/dsdb/samdb/ldb_modules/ranged_results.c 	if (ac == NULL) {
NULL               48 source4/dsdb/samdb/ldb_modules/ranged_results.c 		return NULL;
NULL               67 source4/dsdb/samdb/ldb_modules/ranged_results.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              113 source4/dsdb/samdb/ldb_modules/ranged_results.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              130 source4/dsdb/samdb/ldb_modules/ranged_results.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              137 source4/dsdb/samdb/ldb_modules/ranged_results.c 			el->values = NULL;
NULL              145 source4/dsdb/samdb/ldb_modules/ranged_results.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              154 source4/dsdb/samdb/ldb_modules/ranged_results.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL              165 source4/dsdb/samdb/ldb_modules/ranged_results.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              179 source4/dsdb/samdb/ldb_modules/ranged_results.c 	const char **new_attrs = NULL;
NULL              192 source4/dsdb/samdb/ldb_modules/ranged_results.c 		new_attrs[i+1] = NULL;
NULL               75 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (ac == NULL) {
NULL               77 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return NULL;
NULL               93 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (ldb_msg_find_element(msg, attr) != NULL) {
NULL               98 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (s == NULL) {
NULL              121 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (ldb_msg_find_element(msg, attr) != NULL) {
NULL              215 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              227 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              243 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	const struct dsdb_attribute *rdn_attr = NULL;
NULL              250 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	time_t t = time(NULL);
NULL              279 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (ldb_msg_find_element(req->op.add.message, "objectGUID") != NULL) {
NULL              304 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (msg == NULL) {
NULL              391 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 				       NULL,
NULL              410 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_msg_add_value(msg, "objectGUID", &guid_value, NULL);
NULL              430 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_msg_add_value(msg, "replPropertyMetaData", &nmd_value, NULL);
NULL              462 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	time_t t = time(NULL);
NULL              490 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	if (msg == NULL) {
NULL              565 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL              575 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL              584 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL, ret);
NULL              620 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_msg_add_value(msg, "objectGUID", &ar->objs->objects[ar->index_current].guid_value, NULL);
NULL              654 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_msg_add_value(msg, "replPropertyMetaData", &md_value, NULL);
NULL              706 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL              716 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL              725 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL, ret);
NULL              892 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_msg_add_value(msg, "replPropertyMetaData", &nmd_value, NULL);
NULL              925 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL              944 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		if (ar->search_msg != NULL) {
NULL              950 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 			return ldb_module_done(ar->req, NULL, NULL, ret);
NULL              974 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ar->search_msg = NULL;
NULL              989 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 				   NULL,
NULL              990 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 				   NULL,
NULL             1008 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL             1018 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL             1024 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	return ldb_module_done(ar->req, NULL, NULL, LDB_SUCCESS);
NULL             1044 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct ldb_message_element *nuv_el = NULL;
NULL             1046 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct ldb_message_element *orf_el = NULL;
NULL             1048 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct ldb_val *nrf_value = NULL;
NULL             1049 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	struct ldb_message_element *nrf_el = NULL;
NULL             1053 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	time_t t = time(NULL);
NULL             1333 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL             1352 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		if (ar->search_msg == NULL) {
NULL             1358 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 			return ldb_module_done(ar->req, NULL, NULL, ret);
NULL             1374 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 		NULL
NULL             1379 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ar->search_msg = NULL;
NULL             1388 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 				   NULL,
NULL             1441 source4/dsdb/samdb/ldb_modules/repl_meta_data.c 	ret = ldb_request_add_control(req, DSDB_CONTROL_REPLICATED_UPDATE_OID, false, NULL);
NULL               41 source4/dsdb/samdb/ldb_modules/rootdse.c 	return attrs == NULL ||
NULL               48 source4/dsdb/samdb/ldb_modules/rootdse.c 	return attrs != NULL && ldb_attr_in_list(attrs, name);
NULL               65 source4/dsdb/samdb/ldb_modules/rootdse.c 	msg->dn = ldb_dn_new(msg, ldb, NULL);
NULL               74 source4/dsdb/samdb/ldb_modules/rootdse.c 					     ldb_timestring(msg, time(NULL))) != 0) {
NULL              236 source4/dsdb/samdb/ldb_modules/rootdse.c 	if (ac == NULL) {
NULL              238 source4/dsdb/samdb/ldb_modules/rootdse.c 		return NULL;
NULL              255 source4/dsdb/samdb/ldb_modules/rootdse.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              281 source4/dsdb/samdb/ldb_modules/rootdse.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              316 source4/dsdb/samdb/ldb_modules/rootdse.c 	if (ac == NULL) {
NULL              324 source4/dsdb/samdb/ldb_modules/rootdse.c 					NULL,
NULL              326 source4/dsdb/samdb/ldb_modules/rootdse.c 					NULL,/* for now skip the controls from the client */
NULL              354 source4/dsdb/samdb/ldb_modules/rootdse.c 	return ldb_module_done(req, NULL, NULL, LDB_SUCCESS);
NULL              375 source4/dsdb/samdb/ldb_modules/rootdse.c 	return ldb_module_done(req, NULL, NULL, LDB_SUCCESS);
NULL              402 source4/dsdb/samdb/ldb_modules/rootdse.c 	if (data == NULL) {
NULL              407 source4/dsdb/samdb/ldb_modules/rootdse.c 	data->controls = NULL;
NULL              409 source4/dsdb/samdb/ldb_modules/rootdse.c 	data->partitions = NULL;
NULL               60 source4/dsdb/samdb/ldb_modules/samba3sam.c 	const char *sid = ldb_msg_find_attr_as_string(remote, "sambaPrimaryGroupSID", NULL);
NULL               64 source4/dsdb/samdb/ldb_modules/samba3sam.c 		return NULL;
NULL               68 source4/dsdb/samdb/ldb_modules/samba3sam.c 		return NULL;
NULL               94 source4/dsdb/samdb/ldb_modules/samba3sam.c 	if (sid == NULL) {
NULL               98 source4/dsdb/samdb/ldb_modules/samba3sam.c 	ndr_err = ndr_pull_struct_blob(sidval, sid, NULL, sid, (ndr_pull_flags_fn_t)ndr_pull_dom_sid);
NULL              118 source4/dsdb/samdb/ldb_modules/samba3sam.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              182 source4/dsdb/samdb/ldb_modules/samba3sam.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              187 source4/dsdb/samdb/ldb_modules/samba3sam.c 	if (sid == NULL) {
NULL              192 source4/dsdb/samdb/ldb_modules/samba3sam.c 				       NULL,
NULL              205 source4/dsdb/samdb/ldb_modules/samba3sam.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              210 source4/dsdb/samdb/ldb_modules/samba3sam.c 	if (sid == NULL) {
NULL              214 source4/dsdb/samdb/ldb_modules/samba3sam.c 	ndr_err = ndr_pull_struct_blob(val, sid, NULL, sid,
NULL              221 source4/dsdb/samdb/ldb_modules/samba3sam.c 	if (out.data == NULL) {
NULL              237 source4/dsdb/samdb/ldb_modules/samba3sam.c 		return data_blob(NULL, 0);
NULL              242 source4/dsdb/samdb/ldb_modules/samba3sam.c 		return data_blob(NULL, 0);
NULL              254 source4/dsdb/samdb/ldb_modules/samba3sam.c 		return data_blob(NULL, 0);
NULL              264 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.base_classes = { "top", NULL },
NULL              265 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.musts = { "cn", "uid", "uidNumber", "gidNumber", "homeDirectory", NULL },
NULL              266 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.mays = { "userPassword", "loginShell", "gecos", "description", NULL },
NULL              271 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.base_classes = { "top", NULL },
NULL              272 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.musts = { "cn", "gidNumber", NULL },
NULL              273 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.mays = { "userPassword", "memberUid", "description", NULL },
NULL              278 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.base_classes = { "top", "posixGroup", NULL },
NULL              279 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.musts = { "gidNumber", "sambaSID", "sambaGroupType", NULL },
NULL              280 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.mays = { "displayName", "description", "sambaSIDList", NULL },
NULL              285 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.base_classes = { "top", "posixAccount", NULL },
NULL              286 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.musts = { "uid", "sambaSID", NULL },
NULL              294 source4/dsdb/samdb/ldb_modules/samba3sam.c 		"sambaPasswordHistory", "sambaLogonHours", NULL }
NULL              300 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.base_classes = { "top", NULL },
NULL              301 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.musts = { "sambaDomainName", "sambaSID", NULL },
NULL              302 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.mays = { "sambaNextRid", "sambaNextGroupRid", "sambaNextUserRid", "sambaAlgorithmicRidBase", NULL },
NULL              304 source4/dsdb/samdb/ldb_modules/samba3sam.c 		{ NULL, NULL }
NULL              374 source4/dsdb/samdb/ldb_modules/samba3sam.c 				.remote_names = { "sambaPrimaryGroupSID", NULL },
NULL              913 source4/dsdb/samdb/ldb_modules/samba3sam.c 		.local_name = NULL,
NULL              922 source4/dsdb/samdb/ldb_modules/samba3sam.c 	ret = ldb_map_init(module, samba3_attributes, samba3_objectclasses, NULL, NULL, "samba3sam");
NULL               89 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac == NULL) {
NULL               91 source4/dsdb/samdb/ldb_modules/samldb.c 		return NULL;
NULL              105 source4/dsdb/samdb/ldb_modules/samldb.c 	if (step == NULL) {
NULL              109 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->steps == NULL) {
NULL              124 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->steps == NULL) {
NULL              166 source4/dsdb/samdb/ldb_modules/samldb.c 		if (ac->ares != NULL) {
NULL              194 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              216 source4/dsdb/samdb/ldb_modules/samldb.c 	if (lparm_ctx == NULL) {
NULL              240 source4/dsdb/samdb/ldb_modules/samldb.c 						NULL, NULL, 0, NULL);
NULL              261 source4/dsdb/samdb/ldb_modules/samldb.c 	if (basedn == NULL) {
NULL              271 source4/dsdb/samdb/ldb_modules/samldb.c 				  "(distinguishedName=*)", NULL,
NULL              272 source4/dsdb/samdb/ldb_modules/samldb.c 				  NULL,
NULL              280 source4/dsdb/samdb/ldb_modules/samldb.c 	ac->ares = NULL;
NULL              348 source4/dsdb/samdb/ldb_modules/samldb.c 		if (ac->domain_dn != NULL) {
NULL              358 source4/dsdb/samdb/ldb_modules/samldb.c 						      "nextRid", NULL);
NULL              359 source4/dsdb/samdb/ldb_modules/samldb.c 		if (nextRid == NULL) {
NULL              368 source4/dsdb/samdb/ldb_modules/samldb.c 		ac->next_rid = strtol(nextRid, NULL, 0);
NULL              372 source4/dsdb/samdb/ldb_modules/samldb.c 		if (ac->domain_sid == NULL) {
NULL              394 source4/dsdb/samdb/ldb_modules/samldb.c 		if (ac->domain_dn == NULL) {
NULL              406 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              416 source4/dsdb/samdb/ldb_modules/samldb.c 	static const char * const attrs[3] = { "objectSid", "nextRid", NULL };
NULL              423 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->check_dn == NULL) {
NULL              428 source4/dsdb/samdb/ldb_modules/samldb.c 	if (dn == NULL) {
NULL              442 source4/dsdb/samdb/ldb_modules/samldb.c 				   NULL,
NULL              463 source4/dsdb/samdb/ldb_modules/samldb.c 	if (name == NULL) {
NULL              491 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              510 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              526 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ldb_msg_find_element(ac->msg, "samAccountName") == NULL) {
NULL              533 source4/dsdb/samdb/ldb_modules/samldb.c 	name = ldb_msg_find_attr_as_string(ac->msg, "samAccountName", NULL);
NULL              534 source4/dsdb/samdb/ldb_modules/samldb.c 	if (name == NULL) {
NULL              538 source4/dsdb/samdb/ldb_modules/samldb.c 	if (filter == NULL) {
NULL              544 source4/dsdb/samdb/ldb_modules/samldb.c 				filter, NULL,
NULL              545 source4/dsdb/samdb/ldb_modules/samldb.c 				NULL,
NULL              552 source4/dsdb/samdb/ldb_modules/samldb.c 	ac->ares = NULL;
NULL              567 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ldb_msg_find_element(ac->msg, "sAMAccountType") != NULL) {
NULL              645 source4/dsdb/samdb/ldb_modules/samldb.c 							"nextRid", NULL);
NULL              646 source4/dsdb/samdb/ldb_modules/samldb.c 		if (nextRid == NULL) {
NULL              654 source4/dsdb/samdb/ldb_modules/samldb.c 		ac->next_rid = strtol(nextRid, NULL, 0);
NULL              684 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              694 source4/dsdb/samdb/ldb_modules/samldb.c 	static const char * const attrs[2] = { "nextRid", NULL };
NULL              701 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->sid == NULL) {
NULL              717 source4/dsdb/samdb/ldb_modules/samldb.c 	if (filter == NULL) {
NULL              725 source4/dsdb/samdb/ldb_modules/samldb.c 				   NULL,
NULL              744 source4/dsdb/samdb/ldb_modules/samldb.c 	ndr_err = ndr_push_struct_blob(&v, msg, NULL, sid,
NULL              749 source4/dsdb/samdb/ldb_modules/samldb.c 	return (ldb_msg_add_value(msg, name, &v, NULL) == 0);
NULL              755 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->domain_sid == NULL || ac->next_rid == 0) {
NULL              760 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->sid == NULL) {
NULL              793 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              811 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              820 source4/dsdb/samdb/ldb_modules/samldb.c 	const char *const attrs[2] = { "objectSid", NULL };
NULL              825 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->sid == NULL) {
NULL              833 source4/dsdb/samdb/ldb_modules/samldb.c 	if (filter == NULL) {
NULL              841 source4/dsdb/samdb/ldb_modules/samldb.c 				   NULL,
NULL              881 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              912 source4/dsdb/samdb/ldb_modules/samldb.c 	if (msg == NULL) {
NULL              917 source4/dsdb/samdb/ldb_modules/samldb.c 	if (els == NULL) {
NULL              922 source4/dsdb/samdb/ldb_modules/samldb.c 	if (vals == NULL) {
NULL              959 source4/dsdb/samdb/ldb_modules/samldb.c 				msg, NULL,
NULL              979 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              989 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1106 source4/dsdb/samdb/ldb_modules/samldb.c 							"nextRid", NULL);
NULL             1107 source4/dsdb/samdb/ldb_modules/samldb.c 		if (nextRid == NULL) {
NULL             1115 source4/dsdb/samdb/ldb_modules/samldb.c 		ac->next_rid = strtol(nextRid, NULL, 0);
NULL             1119 source4/dsdb/samdb/ldb_modules/samldb.c 		name = samdb_result_string(ares->message, "name", NULL);
NULL             1149 source4/dsdb/samdb/ldb_modules/samldb.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL             1159 source4/dsdb/samdb/ldb_modules/samldb.c 	static const char * const attrs[3] = { "nextRid", "name", NULL };
NULL             1167 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->sid == NULL) {
NULL             1171 source4/dsdb/samdb/ldb_modules/samldb.c 	status = dom_sid_split_rid(ac, ac->sid, &ac->domain_sid, NULL);
NULL             1178 source4/dsdb/samdb/ldb_modules/samldb.c 	if (filter == NULL) {
NULL             1186 source4/dsdb/samdb/ldb_modules/samldb.c 				   NULL,
NULL             1206 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac->sid == NULL) {
NULL             1280 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ac == NULL) {
NULL             1294 source4/dsdb/samdb/ldb_modules/samldb.c 				 "objectclass", "computer") != NULL) {
NULL             1307 source4/dsdb/samdb/ldb_modules/samldb.c 				 "objectclass", "user") != NULL) {
NULL             1319 source4/dsdb/samdb/ldb_modules/samldb.c 				 "objectclass", "group") != NULL) {
NULL             1333 source4/dsdb/samdb/ldb_modules/samldb.c 				 "foreignSecurityPrincipal") != NULL) {
NULL             1364 source4/dsdb/samdb/ldb_modules/samldb.c 	if (ldb_msg_find_element(req->op.mod.message, "sAMAccountType") != NULL) {
NULL             1375 source4/dsdb/samdb/ldb_modules/samldb.c 		group_type = strtoul((const char *)el->values[0].data, NULL, 0);
NULL             1391 source4/dsdb/samdb/ldb_modules/samldb.c 		user_account_control = strtoul((const char *)el->values[0].data, NULL, 0);
NULL               86 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	char *error_string = NULL;
NULL              100 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	if (data == NULL) {
NULL              162 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const char *attributeID = NULL;
NULL              163 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const char *governsID = NULL;
NULL              164 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const char *oid_attr = NULL;
NULL              165 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	const char *oid = NULL;
NULL              192 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	attributeID = samdb_result_string(req->op.add.message, "attributeID", NULL);
NULL              193 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	governsID = samdb_result_string(req->op.add.message, "governsID", NULL);
NULL              233 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 	char *error_string = NULL;
NULL              403 source4/dsdb/samdb/ldb_modules/schema_fsmo.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               54 source4/dsdb/samdb/ldb_modules/show_deleted.c 		return ldb_module_done(ar->req, NULL, NULL,
NULL               92 source4/dsdb/samdb/ldb_modules/show_deleted.c 	if (ar == NULL) {
NULL               47 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL               52 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	ndr_err = ndr_push_struct_blob(&out, ctx, NULL, &guid,
NULL               63 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL               77 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL               82 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	ndr_err = ndr_push_struct_blob(&out, ctx, NULL, &guid,
NULL               93 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              105 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              115 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              119 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		return data_blob(NULL, 0);
NULL              130 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	struct ldb_val out = data_blob(NULL, 0);
NULL              141 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		return data_blob(NULL, 0);
NULL              149 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	long long int signed_ll = strtoll((const char *)val->data, NULL, 10);
NULL              155 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 			.unsigned_int = strtoul((const char *)val->data, NULL, 10)
NULL              167 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	unsigned long long usn = strtoull((const char *)val->data, NULL, 10);
NULL              198 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	usn = strtol(mod_per_sec, NULL, 16);
NULL              217 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	unsigned long long usn = strtoull((const char *)val->data, NULL, 10);
NULL              399 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		.local_name = NULL,
NULL              411 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		.local_name = NULL
NULL              424 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	NULL
NULL              540 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		.local_name = NULL,
NULL              552 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	NULL
NULL              559 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	ret = ldb_map_init(module, entryuuid_attributes, entryuuid_objectclasses, entryuuid_wildcard_attributes, "samba4Top", NULL);
NULL              570 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	ret = ldb_map_init(module, nsuniqueid_attributes, NULL, nsuniqueid_wildcard_attributes, "extensibleObject", NULL);
NULL              617 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 		"contextCSN", NULL
NULL              646 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 				   NULL, contextCSN_attr, NULL,
NULL              648 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 				   NULL);
NULL              669 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	if (seqr == NULL) {
NULL              695 source4/dsdb/samdb/ldb_modules/simple_ldap_map.c 	return ldb_module_done(req, NULL, ext, LDB_SUCCESS);
NULL               50 source4/dsdb/samdb/ldb_modules/subtree_delete.c 	if (ac == NULL) {
NULL               52 source4/dsdb/samdb/ldb_modules/subtree_delete.c 		return NULL;
NULL               72 source4/dsdb/samdb/ldb_modules/subtree_delete.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              102 source4/dsdb/samdb/ldb_modules/subtree_delete.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              109 source4/dsdb/samdb/ldb_modules/subtree_delete.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              121 source4/dsdb/samdb/ldb_modules/subtree_delete.c 	static const char * const attrs[2] = { "distinguishedName", NULL };
NULL               56 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	if (ac == NULL) {
NULL               58 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		return NULL;
NULL               80 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               91 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               95 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	if (ac->current == NULL) {
NULL              103 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              118 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	if (ac->current == NULL) {
NULL              147 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              166 source4/dsdb/samdb/ldb_modules/subtree_rename.c 		if (store == NULL) {
NULL              167 source4/dsdb/samdb/ldb_modules/subtree_rename.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              179 source4/dsdb/samdb/ldb_modules/subtree_rename.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              184 source4/dsdb/samdb/ldb_modules/subtree_rename.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              203 source4/dsdb/samdb/ldb_modules/subtree_rename.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              216 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	static const char *attrs[2] = { "distinguishedName", NULL };
NULL              242 source4/dsdb/samdb/ldb_modules/subtree_rename.c 	if (ac->current == NULL) {
NULL              254 source4/dsdb/samdb/ldb_modules/subtree_rename.c 				   NULL,
NULL               63 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (ac == NULL) {
NULL               65 source4/dsdb/samdb/ldb_modules/update_keytab.c 		return NULL;
NULL               85 source4/dsdb/samdb/ldb_modules/update_keytab.c 	const char *attrs[] = { NULL };
NULL              127 source4/dsdb/samdb/ldb_modules/update_keytab.c 	status = cli_credentials_set_secrets(item->creds, ldb_get_event_context(ldb), ldb_get_opaque(ldb, "loadparm"), ldb, NULL, filter);
NULL              134 source4/dsdb/samdb/ldb_modules/update_keytab.c 			cli_credentials_set_nt_hash(item->creds, NULL, 
NULL              155 source4/dsdb/samdb/ldb_modules/update_keytab.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              165 source4/dsdb/samdb/ldb_modules/update_keytab.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              178 source4/dsdb/samdb/ldb_modules/update_keytab.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              212 source4/dsdb/samdb/ldb_modules/update_keytab.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              241 source4/dsdb/samdb/ldb_modules/update_keytab.c 							NULL, NULL, ret);
NULL              257 source4/dsdb/samdb/ldb_modules/update_keytab.c 	static const char * const attrs[] = { "distinguishedName", NULL };
NULL              267 source4/dsdb/samdb/ldb_modules/update_keytab.c 				   NULL,
NULL              288 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (ac == NULL) {
NULL              317 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (ac == NULL) {
NULL              341 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (ac == NULL) {
NULL              362 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (ac == NULL) {
NULL              395 source4/dsdb/samdb/ldb_modules/update_keytab.c 			data->changed_dns = NULL;
NULL              402 source4/dsdb/samdb/ldb_modules/update_keytab.c 	data->changed_dns = NULL;
NULL              413 source4/dsdb/samdb/ldb_modules/update_keytab.c 	data->changed_dns = NULL;
NULL              426 source4/dsdb/samdb/ldb_modules/update_keytab.c 	if (data == NULL) {
NULL              431 source4/dsdb/samdb/ldb_modules/update_keytab.c 	data->changed_dns = NULL;
NULL               52 source4/dsdb/samdb/samdb.c 	if (name == NULL) {
NULL               53 source4/dsdb/samdb/samdb.c 		return NULL;
NULL               59 source4/dsdb/samdb/samdb.c 	if (path == NULL) {
NULL               60 source4/dsdb/samdb/samdb.c 		return NULL;
NULL               62 source4/dsdb/samdb/samdb.c 	if ( (p = strrchr(path, '/')) != NULL) {
NULL               78 source4/dsdb/samdb/samdb.c 		return NULL;
NULL               87 source4/dsdb/samdb/samdb.c 	if (!NT_STATUS_IS_OK(cli_credentials_set_secrets(cred, event_ctx, lp_ctx, NULL, NULL,
NULL               90 source4/dsdb/samdb/samdb.c 		return NULL;
NULL              108 source4/dsdb/samdb/samdb.c 			       0, NULL);
NULL              110 source4/dsdb/samdb/samdb.c 		return NULL;
NULL              148 source4/dsdb/samdb/samdb.c 		if (event_ctx == NULL) {
NULL              153 source4/dsdb/samdb/samdb.c 						templates_ldb_path, NULL,
NULL              154 source4/dsdb/samdb/samdb.c 						NULL, 0, NULL);
NULL              167 source4/dsdb/samdb/samdb.c 	*errstring = NULL;	
NULL              178 source4/dsdb/samdb/samdb.c 	ret = ldb_search(templates_ldb, msg, &res, basedn, LDB_SCOPE_BASE, NULL, "distinguishedName=*");
NULL               37 source4/dsdb/samdb/samdb_privilege.c 	const char * const attrs[] = { "privilege", NULL };
NULL               38 source4/dsdb/samdb/samdb_privilege.c 	struct ldb_message **res = NULL;
NULL               46 source4/dsdb/samdb/samdb_privilege.c 	ret = gendb_search(samctx, mem_ctx, NULL, &res, attrs, "objectSid=%s", sidstr);
NULL               54 source4/dsdb/samdb/samdb_privilege.c 	if (el == NULL) {
NULL               85 source4/dsdb/samdb/samdb_privilege.c 	if (token->user_sid == NULL) {
NULL              102 source4/dsdb/samdb/samdb_privilege.c 	if (samctx == NULL) {
NULL               27 source4/dsdb/schema/schema_description.c 			return NULL;	\
NULL              134 source4/dsdb/schema/schema_description.c 		return NULL;
NULL              143 source4/dsdb/schema/schema_description.c 					       NULL, NULL, talloc_asprintf(tmp_ctx, "'%s'", syntax),
NULL              146 source4/dsdb/schema/schema_description.c 					       NULL, NULL, NULL, NULL,
NULL              157 source4/dsdb/schema/schema_description.c 		return NULL;
NULL              166 source4/dsdb/schema/schema_description.c 					       NULL, NULL, NULL,
NULL              321 source4/dsdb/schema/schema_description.c 		return NULL;
NULL              330 source4/dsdb/schema/schema_description.c 					   NULL, 
NULL              337 source4/dsdb/schema/schema_description.c 					   NULL);
NULL              347 source4/dsdb/schema/schema_description.c 	const char **aux_class_list = NULL;
NULL              349 source4/dsdb/schema/schema_description.c 	const char **must_attr_list = NULL;
NULL              350 source4/dsdb/schema/schema_description.c 	const char **may_attr_list = NULL;
NULL              354 source4/dsdb/schema/schema_description.c 		return NULL;
NULL              377 source4/dsdb/schema/schema_description.c 					   NULL, /* Must not specify a
NULL              383 source4/dsdb/schema/schema_description.c 					   NULL);
NULL              390 source4/dsdb/schema/schema_description.c 	char *schema_description = NULL;
NULL              393 source4/dsdb/schema/schema_description.c 		return NULL;
NULL              402 source4/dsdb/schema/schema_description.c 					   NULL,
NULL              403 source4/dsdb/schema/schema_description.c 					   NULL, /* Must not specify a
NULL              408 source4/dsdb/schema/schema_description.c 					   -1, NULL, NULL,
NULL               36 source4/dsdb/schema/schema_init.c 		return NULL;
NULL               52 source4/dsdb/schema/schema_init.c 		if (ctr->mappings[i].oid.oid == NULL) {
NULL              213 source4/dsdb/schema/schema_init.c 		if (ctr->mappings[i].oid.oid == NULL) {
NULL              373 source4/dsdb/schema/schema_init.c 	if (lastDotOffset == NULL) {
NULL              416 source4/dsdb/schema/schema_init.c 		end_str = NULL;
NULL              518 source4/dsdb/schema/schema_init.c 		NULL
NULL              527 source4/dsdb/schema/schema_init.c 	ret = ldb_search(ldb, mem_ctx, &schema_res, schema_dn, LDB_SCOPE_BASE, schema_attrs, NULL);
NULL              586 source4/dsdb/schema/schema_init.c 	(p)->elem = samdb_result_string(msg, attr, NULL);\
NULL              587 source4/dsdb/schema/schema_init.c 	if (strict && (p)->elem == NULL) { \
NULL              597 source4/dsdb/schema/schema_init.c 	if (get_string_list_el == NULL) {				\
NULL              602 source4/dsdb/schema/schema_init.c 			(p)->elem = NULL;				\
NULL              617 source4/dsdb/schema/schema_init.c 		(p)->elem[get_string_list_counter+1] = NULL;		\
NULL              624 source4/dsdb/schema/schema_init.c 	str = samdb_result_string(msg, attr, NULL);\
NULL              625 source4/dsdb/schema/schema_init.c 	if (str == NULL) { \
NULL              649 source4/dsdb/schema/schema_init.c 		(p)->elem = NULL; \
NULL              928 source4/dsdb/schema/schema_init.c 							       "lDAPDisplayname", NULL);
NULL              931 source4/dsdb/schema/schema_init.c 					schemadn, LDB_SCOPE_SUBTREE, NULL,
NULL              946 source4/dsdb/schema/schema_init.c 		res_list->msgs[res_list->count] = NULL;
NULL              972 source4/dsdb/schema/schema_init.c 			 schemadn, LDB_SCOPE_SUBTREE, NULL,
NULL             1019 source4/dsdb/schema/schema_init.c 		NULL
NULL             1032 source4/dsdb/schema/schema_init.c 			 schema_dn, LDB_SCOPE_BASE, schema_attrs, NULL);
NULL             1055 source4/dsdb/schema/schema_init.c 			 schema_dn, LDB_SCOPE_ONELEVEL, NULL,
NULL             1148 source4/dsdb/schema/schema_init.c 	const char *oid = NULL;
NULL             1158 source4/dsdb/schema/schema_init.c 		return NULL;
NULL             1163 source4/dsdb/schema/schema_init.c 		return NULL;
NULL             1173 source4/dsdb/schema/schema_init.c 	return NULL;
NULL             1178 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1201 source4/dsdb/schema/schema_init.c 		(p)->elem = NULL; \
NULL             1208 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1213 source4/dsdb/schema/schema_init.c 	(p)->elem = _a ? talloc_array(mem_ctx, const char *, _a->value_ctr.num_values + 1) : NULL; \
NULL             1228 source4/dsdb/schema/schema_init.c 		(p)->elem[get_string_list_counter+1] = NULL;		\
NULL             1235 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1262 source4/dsdb/schema/schema_init.c 		(p)->elem = NULL; \
NULL             1268 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1298 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1310 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1321 source4/dsdb/schema/schema_init.c 		(p)->elem = NULL; \
NULL             1327 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL             1346 source4/dsdb/schema/schema_init.c 	_a = dsdb_find_object_attr_name(s, r, attr, NULL); \
NULL               35 source4/dsdb/schema/schema_query.c 	if (id == 0xFFFFFFFF) return NULL;
NULL               44 source4/dsdb/schema/schema_query.c 	return NULL;
NULL               52 source4/dsdb/schema/schema_query.c 	if (!oid) return NULL;
NULL               61 source4/dsdb/schema/schema_query.c 	return NULL;
NULL               69 source4/dsdb/schema/schema_query.c 	if (!name) return NULL;
NULL               78 source4/dsdb/schema/schema_query.c 	return NULL;
NULL               93 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              105 source4/dsdb/schema/schema_query.c 	if (id == 0xFFFFFFFF) return NULL;
NULL              114 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              122 source4/dsdb/schema/schema_query.c 	if (!oid) return NULL;
NULL              131 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              139 source4/dsdb/schema/schema_query.c 	if (!name) return NULL;
NULL              148 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              156 source4/dsdb/schema/schema_query.c 	if (!cn) return NULL;
NULL              165 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              185 source4/dsdb/schema/schema_query.c 	return NULL;
NULL              197 source4/dsdb/schema/schema_query.c 	const char **attr_list = NULL;
NULL              210 source4/dsdb/schema/schema_query.c 	attr_list[i] = NULL;
NULL              233 source4/dsdb/schema/schema_query.c 		ret_attrs[new_len] = NULL;
NULL              246 source4/dsdb/schema/schema_query.c 	const char **attr_list = NULL;
NULL              292 source4/dsdb/schema/schema_query.c 	const char **attr_list = NULL;
NULL              118 source4/dsdb/schema/schema_set.c 	ret = ldb_search(ldb, mem_ctx, &res, msg->dn, LDB_SCOPE_BASE, NULL, "dn=%s", ldb_dn_get_linearized(msg->dn));
NULL              146 source4/dsdb/schema/schema_set.c 	ret = ldb_search(ldb, mem_ctx, &res_idx, msg_idx->dn, LDB_SCOPE_BASE, NULL, "dn=%s", ldb_dn_get_linearized(msg_idx->dn));
NULL              222 source4/dsdb/schema/schema_set.c 	if (talloc_reference(ldb, global_schema) == NULL) {
NULL              241 source4/dsdb/schema/schema_set.c 		return NULL;
NULL              246 source4/dsdb/schema/schema_set.c 		return NULL;
NULL               54 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL               99 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              150 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 4);
NULL              186 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              234 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 4);
NULL              237 source4/dsdb/schema/schema_syntax.c 		v = strtol((const char *)in->values[i].data, NULL, 10);
NULL              266 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              314 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 8);
NULL              317 source4/dsdb/schema/schema_syntax.c 		v = strtoll((const char *)in->values[i].data, NULL, 10);
NULL              347 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              406 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 8);
NULL              441 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              492 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 8);
NULL              523 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              595 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              642 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              692 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              753 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 4);
NULL              756 source4/dsdb/schema/schema_syntax.c 		v = strtol((const char *)in->values[i].data, NULL, 10);
NULL              784 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL              797 source4/dsdb/schema/schema_syntax.c 					    (void **)&str, NULL, false)) {
NULL              839 source4/dsdb/schema/schema_syntax.c 					    (void **)&blobs[i].data, NULL, false)) {
NULL              876 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL             1047 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL             1113 source4/dsdb/schema/schema_syntax.c 		id3b.binary	= data_blob(NULL, 0);
NULL             1147 source4/dsdb/schema/schema_syntax.c 		if (in->value_ctr.values[i].blob == NULL) {
NULL             1164 source4/dsdb/schema/schema_syntax.c 					    (void **)&str, NULL, false)) {
NULL             1211 source4/dsdb/schema/schema_syntax.c 		blobs[i] = data_blob_talloc(blobs, NULL, 4 + ret);
NULL             1459 source4/dsdb/schema/schema_syntax.c 	return NULL;
NULL             1470 source4/dsdb/schema/schema_syntax.c 	return NULL;
NULL             1481 source4/dsdb/schema/schema_syntax.c 	return NULL;
NULL             1505 source4/dsdb/schema/schema_syntax.c 	return NULL;
NULL               71 source4/heimdal/kdc/524.c 			NULL, server);
NULL              148 source4/heimdal/kdc/524.c     if (v4_addr == NULL)
NULL              169 source4/heimdal/kdc/524.c 	if (et->caddr != NULL) {
NULL              173 source4/heimdal/kdc/524.c 	    if (et->caddr == NULL) {
NULL              234 source4/heimdal/kdc/524.c     use_2b = krb5_config_get_bool(context, NULL, "kdc", "use_2b", spn, NULL);
NULL              247 source4/heimdal/kdc/524.c 	ticket->kvno = NULL;
NULL              299 source4/heimdal/kdc/524.c     hdb_entry_ex *server = NULL;
NULL              305 source4/heimdal/kdc/524.c     char *spn = NULL;
NULL               47 source4/heimdal/kdc/default_config.c     if (c == NULL) {
NULL               66 source4/heimdal/kdc/default_config.c     c->db = NULL;
NULL               68 source4/heimdal/kdc/default_config.c     c->logf = NULL;
NULL               71 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL               73 source4/heimdal/kdc/default_config.c 				     "kdc", "require-preauth", NULL);
NULL               75 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL               77 source4/heimdal/kdc/default_config.c 				     "kdc", "enable-kerberos4", NULL);
NULL               79 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL               82 source4/heimdal/kdc/default_config.c 				     "enable-kerberos4-cross-realm", NULL);
NULL               84 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL               86 source4/heimdal/kdc/default_config.c 				     "kdc", "enable-524", NULL);
NULL               88 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL               90 source4/heimdal/kdc/default_config.c 				     "kdc", "enable-digest", NULL);
NULL               95 source4/heimdal/kdc/default_config.c 	digests = krb5_config_get_string(context, NULL,
NULL               97 source4/heimdal/kdc/default_config.c 					 "digests_allowed", NULL);
NULL               98 source4/heimdal/kdc/default_config.c 	if (digests == NULL)
NULL              115 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL              117 source4/heimdal/kdc/default_config.c 				     "kdc", "enable-kx509", NULL);
NULL              121 source4/heimdal/kdc/default_config.c 	    krb5_config_get_string(context, NULL,
NULL              122 source4/heimdal/kdc/default_config.c 				   "kdc", "kx509_template", NULL);
NULL              124 source4/heimdal/kdc/default_config.c 	    krb5_config_get_string(context, NULL,
NULL              125 source4/heimdal/kdc/default_config.c 				   "kdc", "kx509_ca", NULL);
NULL              126 source4/heimdal/kdc/default_config.c 	if (c->kx509_ca == NULL || c->kx509_template == NULL) {
NULL              134 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL              137 source4/heimdal/kdc/default_config.c 				     "check-ticket-addresses", NULL);
NULL              139 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL              142 source4/heimdal/kdc/default_config.c 				     "allow-null-ticket-addresses", NULL);
NULL              145 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL              148 source4/heimdal/kdc/default_config.c 				     "allow-anonymous", NULL);
NULL              152 source4/heimdal/kdc/default_config.c 				    NULL,
NULL              156 source4/heimdal/kdc/default_config.c 				    NULL);
NULL              162 source4/heimdal/kdc/default_config.c 	    krb5_config_get_string_default(context, NULL, "DEFAULT", "kdc",
NULL              163 source4/heimdal/kdc/default_config.c 					   "transited-policy", NULL);
NULL              182 source4/heimdal/kdc/default_config.c 	p = krb5_config_get_string (context, NULL,
NULL              185 source4/heimdal/kdc/default_config.c 				    NULL);
NULL              186 source4/heimdal/kdc/default_config.c 	if(p != NULL) {
NULL              188 source4/heimdal/kdc/default_config.c 	    if (c->v4_realm == NULL)
NULL              191 source4/heimdal/kdc/default_config.c 	    c->v4_realm = NULL;
NULL              197 source4/heimdal/kdc/default_config.c 				     NULL,
NULL              199 source4/heimdal/kdc/default_config.c 				     "kdc", "enable-kaserver", NULL);
NULL              203 source4/heimdal/kdc/default_config.c 	krb5_config_get_bool_default(context, NULL,
NULL              206 source4/heimdal/kdc/default_config.c 				     "encode_as_rep_as_tgs_rep", NULL);
NULL              209 source4/heimdal/kdc/default_config.c 	krb5_config_get_time_default (context, NULL,
NULL              211 source4/heimdal/kdc/default_config.c 				      "kdc", "kdc_warn_pwexpire", NULL);
NULL              217 source4/heimdal/kdc/default_config.c 				     NULL,
NULL              221 source4/heimdal/kdc/default_config.c 				     NULL);
NULL              227 source4/heimdal/kdc/default_config.c 	    krb5_config_get_string(context, NULL,
NULL              228 source4/heimdal/kdc/default_config.c 				   "kdc", "pkinit_identity", NULL);
NULL              229 source4/heimdal/kdc/default_config.c 	if (user_id == NULL)
NULL              232 source4/heimdal/kdc/default_config.c 	anchors = krb5_config_get_string(context, NULL,
NULL              233 source4/heimdal/kdc/default_config.c 					 "kdc", "pkinit_anchors", NULL);
NULL              234 source4/heimdal/kdc/default_config.c 	if (anchors == NULL)
NULL              238 source4/heimdal/kdc/default_config.c 	    krb5_config_get_strings(context, NULL,
NULL              239 source4/heimdal/kdc/default_config.c 				    "kdc", "pkinit_pool", NULL);
NULL              242 source4/heimdal/kdc/default_config.c 	    krb5_config_get_strings(context, NULL,
NULL              243 source4/heimdal/kdc/default_config.c 				    "kdc", "pkinit_revoke", NULL);
NULL              246 source4/heimdal/kdc/default_config.c 	    krb5_config_get_string(context, NULL,
NULL              247 source4/heimdal/kdc/default_config.c 				   "kdc", "pkinit_kdc_ocsp", NULL);
NULL              250 source4/heimdal/kdc/default_config.c 	    if (c->pkinit_kdc_ocsp_file == NULL)
NULL              261 source4/heimdal/kdc/default_config.c 	    krb5_config_get_bool_default(context, NULL,
NULL              265 source4/heimdal/kdc/default_config.c 					 NULL);
NULL              268 source4/heimdal/kdc/default_config.c 	    krb5_config_get_bool_default(context, NULL,
NULL              272 source4/heimdal/kdc/default_config.c 					 NULL);
NULL              276 source4/heimdal/kdc/default_config.c 	krb5_config_get_int_default(context, NULL,
NULL              278 source4/heimdal/kdc/default_config.c 				    "kdc", "pkinit_dh_min_bits", NULL);
NULL               53 source4/heimdal/kdc/digest.c     {NULL,	0}
NULL               90 source4/heimdal/kdc/digest.c     if (targetname == NULL)
NULL               91 source4/heimdal/kdc/digest.c 	return NULL;
NULL              118 source4/heimdal/kdc/digest.c     if (str != NULL &&
NULL              186 source4/heimdal/kdc/digest.c     if (ret || password == NULL) {
NULL              208 source4/heimdal/kdc/digest.c     krb5_ticket *ticket = NULL;
NULL              209 source4/heimdal/kdc/digest.c     krb5_auth_context ac = NULL;
NULL              210 source4/heimdal/kdc/digest.c     krb5_keytab id = NULL;
NULL              211 source4/heimdal/kdc/digest.c     krb5_crypto crypto = NULL;
NULL              218 source4/heimdal/kdc/digest.c     krb5_storage *sp = NULL;
NULL              220 source4/heimdal/kdc/digest.c     hdb_entry_ex *server = NULL, *user = NULL;
NULL              221 source4/heimdal/kdc/digest.c     hdb_entry_ex *client = NULL;
NULL              222 source4/heimdal/kdc/digest.c     char *client_name = NULL, *password = NULL;
NULL              249 source4/heimdal/kdc/digest.c 		      NULL,
NULL              258 source4/heimdal/kdc/digest.c 	krb5_principal principal = NULL;
NULL              268 source4/heimdal/kdc/digest.c 	if (p == NULL) {
NULL              278 source4/heimdal/kdc/digest.c 	if (p == NULL) {
NULL              283 source4/heimdal/kdc/digest.c 	if (r == NULL) {
NULL              294 source4/heimdal/kdc/digest.c 			    HDB_F_GET_SERVER, NULL, &server);
NULL              303 source4/heimdal/kdc/digest.c 	krb5_principal principal = NULL;
NULL              316 source4/heimdal/kdc/digest.c 			    HDB_F_GET_CLIENT, NULL, &client);
NULL              340 source4/heimdal/kdc/digest.c 	if (key == NULL) {
NULL              355 source4/heimdal/kdc/digest.c     crypto = NULL;
NULL              359 source4/heimdal/kdc/digest.c     ret = decode_DigestReqInner(buf.data, buf.length, &ireq, NULL);
NULL              388 source4/heimdal/kdc/digest.c 	if (r.u.initReply.nonce == NULL) {
NULL              395 source4/heimdal/kdc/digest.c 	if (sp == NULL) {
NULL              412 source4/heimdal/kdc/digest.c 	    if (s == NULL) {
NULL              431 source4/heimdal/kdc/digest.c 	    if (r.u.initReply.identifier == NULL) {
NULL              438 source4/heimdal/kdc/digest.c 	    if (*r.u.initReply.identifier == NULL) {
NULL              445 source4/heimdal/kdc/digest.c 	    r.u.initReply.identifier = NULL;
NULL              473 source4/heimdal/kdc/digest.c 	crypto = NULL;
NULL              490 source4/heimdal/kdc/digest.c 	if (r.u.initReply.opaque == NULL) {
NULL              503 source4/heimdal/kdc/digest.c 	if (sp == NULL) {
NULL              526 source4/heimdal/kdc/digest.c 	if (buf.data == NULL) {
NULL              540 source4/heimdal/kdc/digest.c 	ret = decode_Checksum(buf.data, buf.length, &res, NULL);
NULL              555 source4/heimdal/kdc/digest.c 	if (serverNonce.data == NULL) {
NULL              586 source4/heimdal/kdc/digest.c 	crypto = NULL;
NULL              620 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.identifier == NULL) {
NULL              646 source4/heimdal/kdc/digest.c 	    if (mdx == NULL) {
NULL              676 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.nonceCount == NULL)
NULL              678 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.clientNonce == NULL)
NULL              680 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.qop == NULL)
NULL              682 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.realm == NULL)
NULL              716 source4/heimdal/kdc/digest.c 	    if (A1 == NULL) {
NULL              735 source4/heimdal/kdc/digest.c 	    if (A2 == NULL) {
NULL              765 source4/heimdal/kdc/digest.c 	    if (mdx == NULL) {
NULL              785 source4/heimdal/kdc/digest.c 	    krb5_principal clientprincipal = NULL;
NULL              789 source4/heimdal/kdc/digest.c 	    Key *key = NULL;
NULL              797 source4/heimdal/kdc/digest.c 	    if (ireq.u.digestRequest.clientNonce == NULL)  {
NULL              812 source4/heimdal/kdc/digest.c 	    if (username == NULL)
NULL              825 source4/heimdal/kdc/digest.c 		if (clientNonce.data == NULL) {
NULL              852 source4/heimdal/kdc/digest.c 				HDB_F_GET_CLIENT, NULL, &user);
NULL              880 source4/heimdal/kdc/digest.c 	    if (mdx == NULL) {
NULL              926 source4/heimdal/kdc/digest.c 		if (r.u.response.rsp == NULL) {
NULL              934 source4/heimdal/kdc/digest.c 		if (r.u.response.rsp == NULL) {
NULL              952 source4/heimdal/kdc/digest.c 		if (r.u.response.session_key == NULL) {
NULL              969 source4/heimdal/kdc/digest.c 	    if (r.u.error.reason == NULL) {
NULL             1023 source4/heimdal/kdc/digest.c 	if (r.u.ntlmInitReply.targetname == NULL) {
NULL             1029 source4/heimdal/kdc/digest.c 	if (r.u.ntlmInitReply.challange.data == NULL) {
NULL             1044 source4/heimdal/kdc/digest.c 	if (r.u.ntlmInitReply.targetinfo == NULL) {
NULL             1065 source4/heimdal/kdc/digest.c 	if (sp == NULL) {
NULL             1097 source4/heimdal/kdc/digest.c 	crypto = NULL;
NULL             1110 source4/heimdal/kdc/digest.c 	Key *key = NULL;
NULL             1116 source4/heimdal/kdc/digest.c 	r.u.ntlmResponse.sessionkey = NULL;
NULL             1117 source4/heimdal/kdc/digest.c 	r.u.ntlmResponse.tickets = NULL;
NULL             1127 source4/heimdal/kdc/digest.c 			    HDB_F_GET_CLIENT, NULL, &user);
NULL             1143 source4/heimdal/kdc/digest.c 	crypto = NULL;
NULL             1151 source4/heimdal/kdc/digest.c 	if (sp == NULL) {
NULL             1196 source4/heimdal/kdc/digest.c 	    if (targetname == NULL) {
NULL             1318 source4/heimdal/kdc/digest.c 	    if (r.u.ntlmResponse.sessionkey == NULL) {
NULL             1366 source4/heimdal/kdc/digest.c 	if (s == NULL) {
NULL             1376 source4/heimdal/kdc/digest.c 	if (r.u.error.reason == NULL) {
NULL             1394 source4/heimdal/kdc/digest.c     krb5_auth_con_addflags(context, ac, KRB5_AUTH_CONTEXT_USE_SUBKEY, NULL);
NULL              210 source4/heimdal/kdc/kaserver.c     if (sp == NULL)
NULL              237 source4/heimdal/kdc/kaserver.c 	if (data->data == NULL)
NULL              248 source4/heimdal/kdc/kaserver.c 	data->data = NULL;
NULL              406 source4/heimdal/kdc/kaserver.c     if (*name == NULL)
NULL              414 source4/heimdal/kdc/kaserver.c     if (*instance == NULL) {
NULL              442 source4/heimdal/kdc/kaserver.c     char *name = NULL;
NULL              443 source4/heimdal/kdc/kaserver.c     char *instance = NULL;
NULL              448 source4/heimdal/kdc/kaserver.c     hdb_entry_ex *client_entry = NULL;
NULL              449 source4/heimdal/kdc/kaserver.c     hdb_entry_ex *server_entry = NULL;
NULL              450 source4/heimdal/kdc/kaserver.c     Key *ckey = NULL;
NULL              451 source4/heimdal/kdc/kaserver.c     Key *skey = NULL;
NULL              609 source4/heimdal/kdc/kaserver.c     if (*auth_domain == NULL)
NULL              619 source4/heimdal/kdc/kaserver.c     if (*name == NULL) {
NULL              629 source4/heimdal/kdc/kaserver.c     if (*instance == NULL) {
NULL              656 source4/heimdal/kdc/kaserver.c     char *auth_domain = NULL;
NULL              658 source4/heimdal/kdc/kaserver.c     char *name = NULL;
NULL              659 source4/heimdal/kdc/kaserver.c     char *instance = NULL;
NULL              662 source4/heimdal/kdc/kaserver.c     hdb_entry_ex *server_entry = NULL;
NULL              663 source4/heimdal/kdc/kaserver.c     hdb_entry_ex *client_entry = NULL;
NULL              664 source4/heimdal/kdc/kaserver.c     hdb_entry_ex *krbtgt_entry = NULL;
NULL              665 source4/heimdal/kdc/kaserver.c     Key *kkey = NULL;
NULL              666 source4/heimdal/kdc/kaserver.c     Key *skey = NULL;
NULL              734 source4/heimdal/kdc/kaserver.c 	char *sname = NULL;
NULL              735 source4/heimdal/kdc/kaserver.c 	char *sinstance = NULL;
NULL              785 source4/heimdal/kdc/kaserver.c     if (client_entry == NULL && strcmp(ad.prealm, config->v4_realm) == 0) {
NULL               83 source4/heimdal/kdc/kerberos4.c     ret = _kdc_db_fetch(context, ctx->config, princ, ctx->flags, NULL, &ent);
NULL              114 source4/heimdal/kdc/kerberos4.c     ret = _kdc_db_fetch(context, config, p, flags, NULL, ent);
NULL              138 source4/heimdal/kdc/kerberos4.c     hdb_entry_ex *client = NULL, *server = NULL;
NULL              143 source4/heimdal/kdc/kerberos4.c     char *name = NULL, *inst = NULL, *realm = NULL;
NULL              144 source4/heimdal/kdc/kerberos4.c     char *sname = NULL, *sinst = NULL;
NULL              349 source4/heimdal/kdc/kerberos4.c 	krb5_principal tgt_princ = NULL;
NULL              350 source4/heimdal/kdc/kerberos4.c 	hdb_entry_ex *tgt = NULL;
NULL              373 source4/heimdal/kdc/kerberos4.c 			    HDB_F_GET_KRBTGT, NULL, &tgt);
NULL              478 source4/heimdal/kdc/kerberos4.c 	if (client == NULL && strcmp(ad.prealm, config->v4_realm) == 0) {
NULL              738 source4/heimdal/kdc/kerberos4.c     Key *v5_key = NULL, *v4_key = NULL, *afs_key = NULL, *server_key = NULL;
NULL              746 source4/heimdal/kdc/kerberos4.c 	    && (v5_key == NULL || v4_key == NULL ||
NULL              747 source4/heimdal/kdc/kerberos4.c 		afs_key == NULL || server_key == NULL);
NULL              749 source4/heimdal/kdc/kerberos4.c 	Key *key = NULL;
NULL              751 source4/heimdal/kdc/kerberos4.c 	    if(key->salt == NULL) {
NULL              752 source4/heimdal/kdc/kerberos4.c 		if(v5_key == NULL)
NULL              756 source4/heimdal/kdc/kerberos4.c 		if(v4_key == NULL)
NULL              759 source4/heimdal/kdc/kerberos4.c 		if(afs_key == NULL)
NULL              761 source4/heimdal/kdc/kerberos4.c 	    } else if(server_key == NULL)
NULL               43 source4/heimdal/kdc/kerberos5.c     if(*t == NULL){
NULL               55 source4/heimdal/kdc/kerberos5.c     if(pa == NULL)
NULL               76 source4/heimdal/kdc/kerberos5.c     if (req->padata == NULL)
NULL               77 source4/heimdal/kdc/kerberos5.c 	return NULL;
NULL               84 source4/heimdal/kdc/kerberos5.c     return NULL;
NULL              112 source4/heimdal/kdc/kerberos5.c     if (key->salt == NULL)
NULL              139 source4/heimdal/kdc/kerberos5.c 	Key *key = NULL;
NULL              169 source4/heimdal/kdc/kerberos5.c     if (pn->name_string.val == NULL)
NULL              172 source4/heimdal/kdc/kerberos5.c     if (pn->name_string.val[0] == NULL) {
NULL              174 source4/heimdal/kdc/kerberos5.c 	pn->name_string.val = NULL;
NULL              215 source4/heimdal/kdc/kerberos5.c     struct rk_strpool *p = NULL;
NULL              239 source4/heimdal/kdc/kerberos5.c 	if (p == NULL) {
NULL              244 source4/heimdal/kdc/kerberos5.c     if (p == NULL)
NULL              445 source4/heimdal/kdc/kerberos5.c 	ent->salttype = NULL;
NULL              455 source4/heimdal/kdc/kerberos5.c 	ent->salttype = NULL;
NULL              456 source4/heimdal/kdc/kerberos5.c 	ent->salt = NULL;
NULL              479 source4/heimdal/kdc/kerberos5.c     if(pa.val == NULL)
NULL              559 source4/heimdal/kdc/kerberos5.c 	if (ent->salt == NULL)
NULL              562 source4/heimdal/kdc/kerberos5.c 	if (*ent->salt == NULL) {
NULL              564 source4/heimdal/kdc/kerberos5.c 	    ent->salt = NULL;
NULL              570 source4/heimdal/kdc/kerberos5.c 	ent->salt = NULL;
NULL              572 source4/heimdal/kdc/kerberos5.c     ent->s2kparams = NULL;
NULL              578 source4/heimdal/kdc/kerberos5.c 	if (ent->s2kparams == NULL)
NULL              582 source4/heimdal/kdc/kerberos5.c 	if (ent->s2kparams->data == NULL) {
NULL              584 source4/heimdal/kdc/kerberos5.c 	    ent->s2kparams = NULL;
NULL              597 source4/heimdal/kdc/kerberos5.c 	    if (ent->s2kparams == NULL)
NULL              601 source4/heimdal/kdc/kerberos5.c 	    if (ent->s2kparams->data == NULL) {
NULL              603 source4/heimdal/kdc/kerberos5.c 		ent->s2kparams = NULL;
NULL              640 source4/heimdal/kdc/kerberos5.c     if(pa.val == NULL)
NULL              715 source4/heimdal/kdc/kerberos5.c     struct rk_strpool *p = NULL;
NULL              728 source4/heimdal/kdc/kerberos5.c 	if (p == NULL) {
NULL              733 source4/heimdal/kdc/kerberos5.c     if (p == NULL)
NULL              779 source4/heimdal/kdc/kerberos5.c     if(client_ex != NULL) {
NULL              816 source4/heimdal/kdc/kerberos5.c 	    && (server_ex == NULL || !server_ex->entry.flags.change_pw)) {
NULL              829 source4/heimdal/kdc/kerberos5.c     if (server_ex != NULL) {
NULL              903 source4/heimdal/kdc/kerberos5.c     if(addresses == NULL)
NULL              943 source4/heimdal/kdc/kerberos5.c     if (pa == NULL)
NULL              949 source4/heimdal/kdc/kerberos5.c 				NULL);
NULL              976 source4/heimdal/kdc/kerberos5.c     hdb_entry_ex *client = NULL, *server = NULL;
NULL              981 source4/heimdal/kdc/kerberos5.c     krb5_principal client_princ = NULL, server_princ = NULL;
NULL              982 source4/heimdal/kdc/kerberos5.c     char *client_name = NULL, *server_name = NULL;
NULL              984 source4/heimdal/kdc/kerberos5.c     const char *e_text = NULL;
NULL              990 source4/heimdal/kdc/kerberos5.c     pk_client_params *pkp = NULL;
NULL              999 source4/heimdal/kdc/kerberos5.c     if(b->sname == NULL){
NULL             1016 source4/heimdal/kdc/kerberos5.c     if(b->cname == NULL){
NULL             1054 source4/heimdal/kdc/kerberos5.c 			HDB_F_GET_CLIENT | flags, NULL, &client);
NULL             1064 source4/heimdal/kdc/kerberos5.c 			NULL, &server);
NULL             1102 source4/heimdal/kdc/kerberos5.c 	if (pa == NULL) {
NULL             1108 source4/heimdal/kdc/kerberos5.c 	    char *client_cert = NULL;
NULL             1118 source4/heimdal/kdc/kerberos5.c 	    if (ret == 0 && pkp == NULL)
NULL             1132 source4/heimdal/kdc/kerberos5.c 		pkp = NULL;
NULL             1179 source4/heimdal/kdc/kerberos5.c 		    estr = NULL;
NULL             1180 source4/heimdal/kdc/kerberos5.c 		if(estr == NULL)
NULL             1214 source4/heimdal/kdc/kerberos5.c 		    str = NULL;
NULL             1270 source4/heimdal/kdc/kerberos5.c 		e_text = NULL;
NULL             1280 source4/heimdal/kdc/kerberos5.c 		str = NULL;
NULL             1297 source4/heimdal/kdc/kerberos5.c 	    e_text = NULL;
NULL             1310 source4/heimdal/kdc/kerberos5.c 	method_data.val = NULL;
NULL             1316 source4/heimdal/kdc/kerberos5.c 	pa->padata_value.data	= NULL;
NULL             1323 source4/heimdal/kdc/kerberos5.c 	pa->padata_value.data	= NULL;
NULL             1329 source4/heimdal/kdc/kerberos5.c 	pa->padata_value.data	= NULL;
NULL             1536 source4/heimdal/kdc/kerberos5.c 	    if(b->rtime == NULL){
NULL             1583 source4/heimdal/kdc/kerberos5.c     if (ek.last_req.val == NULL) {
NULL             1617 source4/heimdal/kdc/kerberos5.c 	ek.key_expiration = NULL;
NULL             1638 source4/heimdal/kdc/kerberos5.c     rep.padata->val = NULL;
NULL             1713 source4/heimdal/kdc/kerberos5.c 	rep.padata = NULL;
NULL             1718 source4/heimdal/kdc/kerberos5.c 	krb5_pac p = NULL;
NULL             1727 source4/heimdal/kdc/kerberos5.c 	if (p != NULL) {
NULL             1757 source4/heimdal/kdc/kerberos5.c 				  NULL,
NULL             1758 source4/heimdal/kdc/kerberos5.c 				  NULL,
NULL             1785 source4/heimdal/kdc/kerberos5.c 		      (e_data.data ? &e_data : NULL),
NULL             1788 source4/heimdal/kdc/kerberos5.c 		      NULL,
NULL             1789 source4/heimdal/kdc/kerberos5.c 		      NULL,
NULL             1826 source4/heimdal/kdc/kerberos5.c     if (tkt->authorization_data == NULL) {
NULL             1828 source4/heimdal/kdc/kerberos5.c 	if (tkt->authorization_data == NULL) {
NULL             1836 source4/heimdal/kdc/kerberos5.c 	AuthorizationData ad = { 0, NULL };
NULL               49 source4/heimdal/kdc/krb5tgs.c 	return NULL;
NULL               70 source4/heimdal/kdc/krb5tgs.c     if (ad == NULL || ad->len == 0)
NULL               81 source4/heimdal/kdc/krb5tgs.c 				   NULL);
NULL              116 source4/heimdal/kdc/krb5tgs.c     krb5_crypto crypto = NULL;
NULL              194 source4/heimdal/kdc/krb5tgs.c     krb5_crypto crypto = NULL;
NULL              197 source4/heimdal/kdc/krb5tgs.c 	*delegated = NULL;
NULL              206 source4/heimdal/kdc/krb5tgs.c 	ret = decode_KRB5SignedPath(data.data, data.length, &sp, NULL);
NULL              215 source4/heimdal/kdc/krb5tgs.c 	    spd.encticket.authorization_data = NULL;
NULL              253 source4/heimdal/kdc/krb5tgs.c 	    if (*delegated == NULL) {
NULL              262 source4/heimdal/kdc/krb5tgs.c 		*delegated = NULL;
NULL              294 source4/heimdal/kdc/krb5tgs.c     if (ad == NULL || ad->len == 0)
NULL              306 source4/heimdal/kdc/krb5tgs.c 				       NULL);
NULL              328 source4/heimdal/kdc/krb5tgs.c 				      krbtgt_key, NULL);
NULL              368 source4/heimdal/kdc/krb5tgs.c 	if(!tgt->flags.invalid || tgt->starttime == NULL){
NULL              462 source4/heimdal/kdc/krb5tgs.c 	if(!tgt->flags.renewable || tgt->renew_till == NULL){
NULL              473 source4/heimdal/kdc/krb5tgs.c 	if (et->renew_till != NULL)
NULL              596 source4/heimdal/kdc/krb5tgs.c 	if(tmp == NULL){
NULL              602 source4/heimdal/kdc/krb5tgs.c 	if(realms[num_realms] == NULL){
NULL              618 source4/heimdal/kdc/krb5tgs.c 	if(rs != NULL) {
NULL              634 source4/heimdal/kdc/krb5tgs.c 				   realms, num_realms, NULL);
NULL              747 source4/heimdal/kdc/krb5tgs.c     if(et.caddr == NULL)
NULL              760 source4/heimdal/kdc/krb5tgs.c        et.renew_till == NULL && et.endtime < *b->till){
NULL              789 source4/heimdal/kdc/krb5tgs.c 	et.renew_till = NULL;
NULL              801 source4/heimdal/kdc/krb5tgs.c 	if (et.authorization_data == NULL) {
NULL              810 source4/heimdal/kdc/krb5tgs.c 	ret = find_KRB5SignedPath(context, et.authorization_data, NULL);
NULL              815 source4/heimdal/kdc/krb5tgs.c 		et.authorization_data = NULL;
NULL              846 source4/heimdal/kdc/krb5tgs.c     if (ek.last_req.val == NULL) {
NULL              866 source4/heimdal/kdc/krb5tgs.c 	if (r == NULL || strcmp(r, ek.srealm) == 0) {
NULL              871 source4/heimdal/kdc/krb5tgs.c 					  NULL,
NULL              881 source4/heimdal/kdc/krb5tgs.c 	if (rep.padata == NULL) {
NULL              948 source4/heimdal/kdc/krb5tgs.c     if(auth->cksum == NULL){
NULL             1017 source4/heimdal/kdc/krb5tgs.c 						   NULL,
NULL             1021 source4/heimdal/kdc/krb5tgs.c 						   NULL);
NULL             1066 source4/heimdal/kdc/krb5tgs.c     krb5_auth_context ac = NULL;
NULL             1072 source4/heimdal/kdc/krb5tgs.c     *auth_data = NULL;
NULL             1073 source4/heimdal/kdc/krb5tgs.c     *csec  = NULL;
NULL             1074 source4/heimdal/kdc/krb5tgs.c     *cusec = NULL;
NULL             1096 source4/heimdal/kdc/krb5tgs.c     ret = _kdc_db_fetch(context, config, princ, HDB_F_GET_KRBTGT, NULL, krbtgt);
NULL             1137 source4/heimdal/kdc/krb5tgs.c 	char *str = NULL, *p = NULL;
NULL             1179 source4/heimdal/kdc/krb5tgs.c 	    if (*csec == NULL) {
NULL             1186 source4/heimdal/kdc/krb5tgs.c 	    if (*cusec == NULL) {
NULL             1217 source4/heimdal/kdc/krb5tgs.c 	if(subkey == NULL){
NULL             1227 source4/heimdal/kdc/krb5tgs.c 	if(subkey == NULL){
NULL             1256 source4/heimdal/kdc/krb5tgs.c 	if (*auth_data == NULL) {
NULL             1261 source4/heimdal/kdc/krb5tgs.c 	ret = decode_AuthorizationData(ad.data, ad.length, *auth_data, NULL);
NULL             1265 source4/heimdal/kdc/krb5tgs.c 	    *auth_data = NULL;
NULL             1299 source4/heimdal/kdc/krb5tgs.c 	if (ref.referred_realm == NULL)
NULL             1302 source4/heimdal/kdc/krb5tgs.c 	if (*ref.referred_realm == NULL)
NULL             1307 source4/heimdal/kdc/krb5tgs.c 	if (ref.true_principal_name == NULL)
NULL             1315 source4/heimdal/kdc/krb5tgs.c 	if (ref.requested_principal_name == NULL)
NULL             1372 source4/heimdal/kdc/krb5tgs.c     krb5_principal cp = NULL, sp = NULL;
NULL             1373 source4/heimdal/kdc/krb5tgs.c     krb5_principal client_principal = NULL;
NULL             1374 source4/heimdal/kdc/krb5tgs.c     char *spn = NULL, *cpn = NULL;
NULL             1375 source4/heimdal/kdc/krb5tgs.c     hdb_entry_ex *server = NULL, *client = NULL;
NULL             1376 source4/heimdal/kdc/krb5tgs.c     krb5_realm ref_realm = NULL;
NULL             1378 source4/heimdal/kdc/krb5tgs.c     KRB5SignedPathPrincipals *spp = NULL;
NULL             1409 source4/heimdal/kdc/krb5tgs.c 	if(b->additional_tickets == NULL ||
NULL             1426 source4/heimdal/kdc/krb5tgs.c 			    NULL, &uu);
NULL             1478 source4/heimdal/kdc/krb5tgs.c 			NULL, &server);
NULL             1485 source4/heimdal/kdc/krb5tgs.c 	if ((req_rlm = get_krbtgt_realm(&sp->name)) != NULL) {
NULL             1495 source4/heimdal/kdc/krb5tgs.c 					KRB5_TGS_NAME, new_rlm, NULL);
NULL             1515 source4/heimdal/kdc/krb5tgs.c 				    realms[0], NULL);
NULL             1538 source4/heimdal/kdc/krb5tgs.c 			NULL, &client);
NULL             1680 source4/heimdal/kdc/krb5tgs.c 	    char *selfcpn = NULL;
NULL             1685 source4/heimdal/kdc/krb5tgs.c 				     &self, NULL);
NULL             1767 source4/heimdal/kdc/krb5tgs.c     if (client != NULL
NULL             1768 source4/heimdal/kdc/krb5tgs.c 	&& b->additional_tickets != NULL
NULL             1847 source4/heimdal/kdc/krb5tgs.c 				   NULL,
NULL             1909 source4/heimdal/kdc/krb5tgs.c 				    NULL, s, &pa.padata_value);
NULL             1992 source4/heimdal/kdc/krb5tgs.c     AuthorizationData *auth_data = NULL;
NULL             1997 source4/heimdal/kdc/krb5tgs.c     hdb_entry_ex *krbtgt = NULL;
NULL             1998 source4/heimdal/kdc/krb5tgs.c     krb5_ticket *ticket = NULL;
NULL             1999 source4/heimdal/kdc/krb5tgs.c     const char *e_text = NULL;
NULL             2002 source4/heimdal/kdc/krb5tgs.c     time_t *csec = NULL;
NULL             2003 source4/heimdal/kdc/krb5tgs.c     int *cusec = NULL;
NULL             2005 source4/heimdal/kdc/krb5tgs.c     if(req->padata == NULL){
NULL             2014 source4/heimdal/kdc/krb5tgs.c     if(tgs_req == NULL){
NULL             2063 source4/heimdal/kdc/krb5tgs.c     if(ret && data->data == NULL){
NULL             2066 source4/heimdal/kdc/krb5tgs.c 		      NULL,
NULL             2067 source4/heimdal/kdc/krb5tgs.c 		      NULL,
NULL             2068 source4/heimdal/kdc/krb5tgs.c 		      NULL,
NULL             2069 source4/heimdal/kdc/krb5tgs.c 		      NULL,
NULL               79 source4/heimdal/kdc/kx509.c 		 EVP_sha1(), NULL);
NULL              106 source4/heimdal/kdc/kx509.c 		 EVP_sha1(), NULL);
NULL              109 source4/heimdal/kdc/kx509.c     if (rep->hash->data == NULL) {
NULL              147 source4/heimdal/kdc/kx509.c     hx509_context hxctx = NULL;
NULL              148 source4/heimdal/kdc/kx509.c     hx509_ca_tbs tbs = NULL;
NULL              149 source4/heimdal/kdc/kx509.c     hx509_env env = NULL;
NULL              150 source4/heimdal/kdc/kx509.c     hx509_cert cert = NULL;
NULL              151 source4/heimdal/kdc/kx509.c     hx509_cert signer = NULL;
NULL              154 source4/heimdal/kdc/kx509.c     if (krb5_principal_get_comp_string(context, principal, 1) != NULL) {
NULL              173 source4/heimdal/kdc/kx509.c 			       NULL, &certs);
NULL              229 source4/heimdal/kdc/kx509.c 			       NULL, &certs);
NULL              296 source4/heimdal/kdc/kx509.c     krb5_ticket *ticket = NULL;
NULL              298 source4/heimdal/kdc/kx509.c     krb5_auth_context ac = NULL;
NULL              299 source4/heimdal/kdc/kx509.c     krb5_keytab id = NULL;
NULL              300 source4/heimdal/kdc/kx509.c     krb5_principal sprincipal = NULL, cprincipal = NULL;
NULL              301 source4/heimdal/kdc/kx509.c     char *cname = NULL;
NULL              304 source4/heimdal/kdc/kx509.c     krb5_keyblock *key = NULL;
NULL              326 source4/heimdal/kdc/kx509.c 		      NULL,
NULL              343 source4/heimdal/kdc/kx509.c     ret = krb5_sname_to_principal(context, NULL, "kca_service",
NULL              349 source4/heimdal/kdc/kx509.c 	krb5_principal principal = NULL;
NULL              367 source4/heimdal/kdc/kx509.c     if (ret == 0 && key == NULL)
NULL              393 source4/heimdal/kdc/kx509.c     if (rep.certificate == NULL)
NULL              397 source4/heimdal/kdc/kx509.c     if (rep.hash == NULL)
NULL               41 source4/heimdal/kdc/log.c     char **s = NULL, **p;
NULL               43 source4/heimdal/kdc/log.c     s = krb5_config_get_strings(context, NULL, "kdc", "logging", NULL);
NULL               44 source4/heimdal/kdc/log.c     if(s == NULL)
NULL               45 source4/heimdal/kdc/log.c 	s = krb5_config_get_strings(context, NULL, "logging", "kdc", NULL);
NULL               53 source4/heimdal/kdc/misc.c     if (ent == NULL) {
NULL              104 source4/heimdal/kdc/pkinit.c     u_char *buf = NULL;
NULL              128 source4/heimdal/kdc/pkinit.c 			       NULL,
NULL              140 source4/heimdal/kdc/pkinit.c     if (a->paChecksum == NULL) {
NULL              182 source4/heimdal/kdc/pkinit.c     unsigned char *dh_gen_key = NULL;
NULL              194 source4/heimdal/kdc/pkinit.c     if (client_params->dh_public_key == NULL) {
NULL              206 source4/heimdal/kdc/pkinit.c     if (dh_gen_key == NULL) {
NULL              225 source4/heimdal/kdc/pkinit.c 				   NULL, NULL,
NULL              242 source4/heimdal/kdc/pkinit.c     bn = BN_bin2bn((const unsigned char *)f->data, f->length, NULL);
NULL              243 source4/heimdal/kdc/pkinit.c     if (bn == NULL) {
NULL              246 source4/heimdal/kdc/pkinit.c 	return NULL;
NULL              259 source4/heimdal/kdc/pkinit.c     DH *dh = NULL;
NULL              270 source4/heimdal/kdc/pkinit.c     if (dh_key_info->algorithm.parameters == NULL) {
NULL              280 source4/heimdal/kdc/pkinit.c 				  NULL);
NULL              305 source4/heimdal/kdc/pkinit.c     if (dh == NULL) {
NULL              312 source4/heimdal/kdc/pkinit.c     if (dh->p == NULL)
NULL              315 source4/heimdal/kdc/pkinit.c     if (dh->g == NULL)
NULL              318 source4/heimdal/kdc/pkinit.c     if (dh->g == NULL)
NULL              338 source4/heimdal/kdc/pkinit.c 	if (client_params->dh_public_key == NULL) {
NULL              345 source4/heimdal/kdc/pkinit.c     dh = NULL;
NULL              364 source4/heimdal/kdc/pkinit.c     heim_oid eContentType = { 0, NULL }, contentInfoOid = { 0, NULL };
NULL              365 source4/heimdal/kdc/pkinit.c     krb5_data eContent = { 0, NULL };
NULL              366 source4/heimdal/kdc/pkinit.c     krb5_data signed_content = { 0, NULL };
NULL              370 source4/heimdal/kdc/pkinit.c     *ret_params = NULL;
NULL              381 source4/heimdal/kdc/pkinit.c     if (client_params == NULL) {
NULL              395 source4/heimdal/kdc/pkinit.c 					NULL);
NULL              421 source4/heimdal/kdc/pkinit.c 				  NULL);
NULL              434 source4/heimdal/kdc/pkinit.c 				   0, NULL,
NULL              447 source4/heimdal/kdc/pkinit.c 		if (edi->val[i].issuerAndSerialNumber == NULL)
NULL              522 source4/heimdal/kdc/pkinit.c 				      NULL,
NULL              557 source4/heimdal/kdc/pkinit.c 				    NULL);
NULL              587 source4/heimdal/kdc/pkinit.c 			      NULL);
NULL              661 source4/heimdal/kdc/pkinit.c     if (integer->data == NULL) {
NULL              679 source4/heimdal/kdc/pkinit.c     const heim_oid *envelopedAlg = NULL, *sdAlg = NULL, *evAlg = NULL;
NULL              697 source4/heimdal/kdc/pkinit.c 	if (_kdc_find_padata(req, &i, KRB5_PADATA_PK_AS_09_BINDING) == NULL
NULL              795 source4/heimdal/kdc/pkinit.c 					NULL,
NULL              861 source4/heimdal/kdc/pkinit.c     *kdc_cert = NULL;
NULL              920 source4/heimdal/kdc/pkinit.c 					NULL,
NULL              941 source4/heimdal/kdc/pkinit.c 	*kdc_cert = NULL;
NULL              970 source4/heimdal/kdc/pkinit.c     hx509_cert kdc_cert = NULL;
NULL             1000 source4/heimdal/kdc/pkinit.c 	if (client_params->dh == NULL) {
NULL             1305 source4/heimdal/kdc/pkinit.c     krb5_principal principal = NULL;
NULL             1411 source4/heimdal/kdc/pkinit.c     if (ret == 0 && acl != NULL) {
NULL             1457 source4/heimdal/kdc/pkinit.c     *subject_name = NULL;
NULL             1473 source4/heimdal/kdc/pkinit.c    if (tmp == NULL)
NULL             1484 source4/heimdal/kdc/pkinit.c    if (principal_mappings.val[principal_mappings.len].subject == NULL) {
NULL             1535 source4/heimdal/kdc/pkinit.c     if (f == NULL)
NULL             1538 source4/heimdal/kdc/pkinit.c     while (fgets(buf, sizeof(buf), f) != NULL) {
NULL             1550 source4/heimdal/kdc/pkinit.c 	if (subject_name == NULL) {
NULL             1582 source4/heimdal/kdc/pkinit.c     char *fn = NULL;
NULL             1585 source4/heimdal/kdc/pkinit.c     file = krb5_config_get_string(context, NULL,
NULL             1586 source4/heimdal/kdc/pkinit.c 				  "libdefaults", "moduli", NULL);
NULL             1593 source4/heimdal/kdc/pkinit.c     principal_mappings.val = NULL;
NULL             1601 source4/heimdal/kdc/pkinit.c 			   NULL,
NULL             1602 source4/heimdal/kdc/pkinit.c 			   NULL,
NULL             1603 source4/heimdal/kdc/pkinit.c 			   NULL);
NULL             1641 source4/heimdal/kdc/pkinit.c 				       NULL,
NULL             1645 source4/heimdal/kdc/pkinit.c 				       NULL);
NULL             1649 source4/heimdal/kdc/pkinit.c 				  NULL,
NULL             1652 source4/heimdal/kdc/pkinit.c 				  NULL);
NULL             1653 source4/heimdal/kdc/pkinit.c     if (file == NULL) {
NULL               46 source4/heimdal/kdc/process.c     if (tv == NULL)
NULL               47 source4/heimdal/kdc/process.c 	gettimeofday(&_kdc_now, NULL);
NULL              187 source4/heimdal/kdc/process.c     if (sp == NULL) {
NULL              205 source4/heimdal/kdc/process.c 			   &cl, &ty, &tag, NULL);
NULL               48 source4/heimdal/kdc/windc.c     struct krb5_plugin *list = NULL, *e;
NULL               52 source4/heimdal/kdc/windc.c     if(ret != 0 || list == NULL)
NULL               55 source4/heimdal/kdc/windc.c     for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
NULL               64 source4/heimdal/kdc/windc.c     if (e == NULL) {
NULL               67 source4/heimdal/kdc/windc.c 	windcft = NULL;
NULL               80 source4/heimdal/kdc/windc.c     *pac = NULL;
NULL               81 source4/heimdal/kdc/windc.c     if (windcft == NULL)
NULL               93 source4/heimdal/kdc/windc.c     if (windcft == NULL) {
NULL              107 source4/heimdal/kdc/windc.c     if (windcft == NULL)
NULL               52 source4/heimdal/kpasswd/kpasswd.c     arg_printusage (a, num_args, NULL, "[principal ...]");
NULL               70 source4/heimdal/kpasswd/kpasswd.c     name = msg = NULL;
NULL               71 source4/heimdal/kpasswd/kpasswd.c     if (principal == NULL)
NULL               81 source4/heimdal/kpasswd/kpasswd.c     if (msg == NULL)
NULL              122 source4/heimdal/kpasswd/kpasswd.c     krb5_ccache id = NULL;
NULL              132 source4/heimdal/kpasswd/kpasswd.c 	print_version (NULL);
NULL              161 source4/heimdal/kpasswd/kpasswd.c     if (cred_cache_str == NULL) {
NULL              162 source4/heimdal/kpasswd/kpasswd.c 	krb5_principal admin_principal = NULL;
NULL              183 source4/heimdal/kpasswd/kpasswd.c 					    NULL,
NULL              185 source4/heimdal/kpasswd/kpasswd.c 					    NULL,
NULL              217 source4/heimdal/kpasswd/kpasswd.c 	exit_value = change_password(context, NULL, id);
NULL              235 source4/heimdal/kpasswd/kpasswd.c     if (cred_cache_str == NULL) {
NULL               52 source4/heimdal/kuser/kinit.c char *lifetime 		= NULL;
NULL               53 source4/heimdal/kuser/kinit.c char *renew_life	= NULL;
NULL               54 source4/heimdal/kuser/kinit.c char *server_str	= NULL;
NULL               55 source4/heimdal/kuser/kinit.c char *cred_cache	= NULL;
NULL               56 source4/heimdal/kuser/kinit.c char *start_str		= NULL;
NULL               59 source4/heimdal/kuser/kinit.c char *keytab_str	= NULL;
NULL               67 source4/heimdal/kuser/kinit.c char *password_file	= NULL;
NULL               68 source4/heimdal/kuser/kinit.c char *pk_user_id	= NULL;
NULL               69 source4/heimdal/kuser/kinit.c char *pk_x509_anchors	= NULL;
NULL              189 source4/heimdal/kuser/kinit.c 			 NULL,
NULL              207 source4/heimdal/kuser/kinit.c 			       KRB5_TGS_NAME, *client_realm, NULL);
NULL              221 source4/heimdal/kuser/kinit.c     if(creds != NULL)
NULL              243 source4/heimdal/kuser/kinit.c 	krb5_error_code tret = _krb5_krb_tf_setup(context, &c, NULL, 0);
NULL              248 source4/heimdal/kuser/kinit.c     if(creds == NULL)
NULL              266 source4/heimdal/kuser/kinit.c     krb5_creds in, *out = NULL;
NULL              307 source4/heimdal/kuser/kinit.c 	in.times.endtime = time(NULL) + life;
NULL              311 source4/heimdal/kuser/kinit.c 	out = NULL;
NULL              318 source4/heimdal/kuser/kinit.c 			    NULL,
NULL              319 source4/heimdal/kuser/kinit.c 			    NULL,
NULL              334 source4/heimdal/kuser/kinit.c     if(ret == 0 && server == NULL) {
NULL              338 source4/heimdal/kuser/kinit.c 	    do_524init(context, cache, out, NULL);
NULL              341 source4/heimdal/kuser/kinit.c 	    krb5_afslog(context, cache, NULL, NULL);
NULL              363 source4/heimdal/kuser/kinit.c     if (name == NULL) {
NULL              371 source4/heimdal/kuser/kinit.c     ret = krb5_cc_set_config(context, id, NULL, name, &data);
NULL              389 source4/heimdal/kuser/kinit.c     char *renewstr = NULL;
NULL              390 source4/heimdal/kuser/kinit.c     krb5_enctype *enctype = NULL;
NULL              404 source4/heimdal/kuser/kinit.c 	if (f == NULL)
NULL              408 source4/heimdal/kuser/kinit.c 	if (fgets(passwd, sizeof(passwd), f) == NULL)
NULL              443 source4/heimdal/kuser/kinit.c 						 NULL,
NULL              444 source4/heimdal/kuser/kinit.c 						 NULL,
NULL              447 source4/heimdal/kuser/kinit.c 						 NULL,
NULL              457 source4/heimdal/kuser/kinit.c     if (renew_life == NULL && renewable_flag)
NULL              484 source4/heimdal/kuser/kinit.c 	if(enctype == NULL)
NULL              519 source4/heimdal/kuser/kinit.c 					    NULL,
NULL              549 source4/heimdal/kuser/kinit.c 					    NULL,
NULL              596 source4/heimdal/kuser/kinit.c 			     NULL, &tempccache);
NULL              629 source4/heimdal/kuser/kinit.c 	krb5_cc_set_config(context, ccache, NULL, "realm-config", &data);
NULL              705 source4/heimdal/kuser/kinit.c 	do_524init(ctx->context, ctx->ccache, NULL, server_str);
NULL              708 source4/heimdal/kuser/kinit.c 	krb5_afslog(ctx->context, ctx->ccache, NULL, NULL);
NULL              747 source4/heimdal/kuser/kinit.c 	print_version(NULL);
NULL              808 source4/heimdal/kuser/kinit.c 		    krb4_cc_name = NULL;
NULL              864 source4/heimdal/kuser/kinit.c 	do_524init(context, ccache, NULL, server_str);
NULL              867 source4/heimdal/kuser/kinit.c 	krb5_afslog(context, ccache, NULL, NULL);
NULL               99 source4/heimdal/kuser/kuser_locl.h #define getarg_i18n NULL
NULL               54 source4/heimdal/lib/asn1/asn1-common.h     if((B) == NULL) {                                          \
NULL               61 source4/heimdal/lib/asn1/asn1-common.h         (B) = NULL;                                            \
NULL               56 source4/heimdal/lib/asn1/asn1_gen.c     if (f == NULL)
NULL               66 source4/heimdal/lib/asn1/asn1_gen.c     if (fnout == NULL)
NULL               70 source4/heimdal/lib/asn1/asn1_gen.c     if (fout == NULL)
NULL               73 source4/heimdal/lib/asn1/asn1_gen.c     while (fgets(buf, sizeof(buf), f) != NULL) {
NULL               90 source4/heimdal/lib/asn1/asn1_gen.c 	if (class == NULL) errx(1, "class missing on line %lu", line);
NULL               91 source4/heimdal/lib/asn1/asn1_gen.c 	type = strtok_r(NULL, " \t\n", &foo);
NULL               92 source4/heimdal/lib/asn1/asn1_gen.c 	if (type == NULL) errx(1, "type missing on line %lu", line);
NULL               93 source4/heimdal/lib/asn1/asn1_gen.c 	tag = strtok_r(NULL, " \t\n", &foo);
NULL               94 source4/heimdal/lib/asn1/asn1_gen.c 	if (tag == NULL) errx(1, "tag missing on line %lu", line);
NULL               95 source4/heimdal/lib/asn1/asn1_gen.c 	length = strtok_r(NULL, " \t\n", &foo);
NULL               96 source4/heimdal/lib/asn1/asn1_gen.c 	if (length == NULL) errx(1, "length missing on line %lu", line);
NULL               97 source4/heimdal/lib/asn1/asn1_gen.c 	data = strtok_r(NULL, " \t\n", &foo);
NULL              162 source4/heimdal/lib/asn1/asn1_gen.c     arg_printusage(args, num_args, NULL, "parse-file");
NULL              178 source4/heimdal/lib/asn1/asn1_gen.c 	print_version(NULL);
NULL               48 source4/heimdal/lib/asn1/asn1_queue.h 	{ NULL, &(head).tqh_first }
NULL               64 source4/heimdal/lib/asn1/asn1_queue.h 	if (*(head)->tqh_last != NULL)					\
NULL               74 source4/heimdal/lib/asn1/asn1_queue.h 	if ((elm)->field.tqe_next == NULL &&				\
NULL               90 source4/heimdal/lib/asn1/asn1_queue.h 	(head)->tqh_first = NULL;					\
NULL               96 source4/heimdal/lib/asn1/asn1_queue.h 	if (((elm)->field.tqe_next = (head)->tqh_first) != NULL)	\
NULL              107 source4/heimdal/lib/asn1/asn1_queue.h 	(elm)->field.tqe_next = NULL;					\
NULL              115 source4/heimdal/lib/asn1/asn1_queue.h 	if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
NULL              135 source4/heimdal/lib/asn1/asn1_queue.h 	if (((elm)->field.tqe_next) != NULL)				\
NULL              157 source4/heimdal/lib/asn1/asn1_queue.h #define	ASN1_TAILQ_EMPTY(head)		((head)->tqh_first == NULL)
NULL               64 source4/heimdal/lib/asn1/der.c     NULL,			/* 7 */
NULL               65 source4/heimdal/lib/asn1/der.c     NULL,			/* 8 */
NULL               66 source4/heimdal/lib/asn1/der.c     NULL,			/* 9 */
NULL               68 source4/heimdal/lib/asn1/der.c     NULL,			/* 11 */
NULL               69 source4/heimdal/lib/asn1/der.c     NULL,			/* 12 */
NULL               70 source4/heimdal/lib/asn1/der.c     NULL,			/* 13 */
NULL               71 source4/heimdal/lib/asn1/der.c     NULL,			/* 14 */
NULL               72 source4/heimdal/lib/asn1/der.c     NULL,			/* 15 */
NULL               75 source4/heimdal/lib/asn1/der.c     NULL,			/* 18 */
NULL               77 source4/heimdal/lib/asn1/der.c     NULL,			/* 20 */
NULL               78 source4/heimdal/lib/asn1/der.c     NULL,			/* 21 */
NULL               82 source4/heimdal/lib/asn1/der.c     NULL,			/* 25 */
NULL               85 source4/heimdal/lib/asn1/der.c     NULL,			/* 28 */
NULL               86 source4/heimdal/lib/asn1/der.c     NULL,			/* 29 */
NULL              106 source4/heimdal/lib/asn1/der.c 	return NULL;
NULL              120 source4/heimdal/lib/asn1/der.c 	return NULL;
NULL              134 source4/heimdal/lib/asn1/der.c 	return NULL;
NULL               43 source4/heimdal/lib/asn1/der_copy.c     if(*to == NULL)
NULL               73 source4/heimdal/lib/asn1/der_copy.c     if(to->length != 0 && to->data == NULL)
NULL               85 source4/heimdal/lib/asn1/der_copy.c     if(to->length != 0 && to->data == NULL)
NULL              103 source4/heimdal/lib/asn1/der_copy.c     if(to->length != 0 && to->data == NULL)
NULL              114 source4/heimdal/lib/asn1/der_copy.c     if(to->length != 0 && to->data == NULL)
NULL              126 source4/heimdal/lib/asn1/der_copy.c     if (to->length != 0 && to->components == NULL)
NULL              141 source4/heimdal/lib/asn1/der_copy.c     if(len != 0 && to->data == NULL)
NULL               46 source4/heimdal/lib/asn1/der_format.c     data->data = NULL;
NULL               55 source4/heimdal/lib/asn1/der_format.c 	data->data = NULL;
NULL               62 source4/heimdal/lib/asn1/der_format.c     if (data->data == NULL) {
NULL               70 source4/heimdal/lib/asn1/der_format.c 	data->data = NULL;
NULL              110 source4/heimdal/lib/asn1/der_format.c     struct rk_strpool *p = NULL;
NULL              120 source4/heimdal/lib/asn1/der_format.c 	if (p == NULL) {
NULL              121 source4/heimdal/lib/asn1/der_format.c 	    *str = NULL;
NULL              127 source4/heimdal/lib/asn1/der_format.c     if (*str == NULL)
NULL              140 source4/heimdal/lib/asn1/der_format.c     data->components = NULL;
NULL              142 source4/heimdal/lib/asn1/der_format.c     if (sep == NULL)
NULL              148 source4/heimdal/lib/asn1/der_format.c 	 w != NULL;
NULL              149 source4/heimdal/lib/asn1/der_format.c 	 w = strtok_r(NULL, sep, &brkt)) {
NULL              153 source4/heimdal/lib/asn1/der_format.c 	if (c == NULL) {
NULL               42 source4/heimdal/lib/asn1/der_free.c     *str = NULL;
NULL               49 source4/heimdal/lib/asn1/der_free.c     *str = NULL;
NULL               56 source4/heimdal/lib/asn1/der_free.c     *str = NULL;
NULL               63 source4/heimdal/lib/asn1/der_free.c     *str = NULL;
NULL               70 source4/heimdal/lib/asn1/der_free.c     k->data = NULL;
NULL               78 source4/heimdal/lib/asn1/der_free.c     k->data = NULL;
NULL               86 source4/heimdal/lib/asn1/der_free.c     *str = NULL;
NULL               93 source4/heimdal/lib/asn1/der_free.c     k->data = NULL;
NULL              101 source4/heimdal/lib/asn1/der_free.c     k->data = NULL;
NULL              109 source4/heimdal/lib/asn1/der_free.c     k->components = NULL;
NULL              117 source4/heimdal/lib/asn1/der_free.c     k->data = NULL;
NULL              142 source4/heimdal/lib/asn1/der_get.c     if (p1 != NULL) {
NULL              157 source4/heimdal/lib/asn1/der_get.c     if (s == NULL)
NULL              199 source4/heimdal/lib/asn1/der_get.c     if (data->data == NULL && data->length != 0)
NULL              223 source4/heimdal/lib/asn1/der_get.c     if (data->data == NULL && data->length != 0)
NULL              247 source4/heimdal/lib/asn1/der_get.c     if (data->data == NULL && data->length != 0)
NULL              260 source4/heimdal/lib/asn1/der_get.c     data->data = NULL;
NULL              279 source4/heimdal/lib/asn1/der_get.c 	if (data->data == NULL) {
NULL              303 source4/heimdal/lib/asn1/der_get.c 	if (data->data == NULL && data->length != 0) {
NULL              351 source4/heimdal/lib/asn1/der_get.c     if (times == NULL)
NULL              392 source4/heimdal/lib/asn1/der_get.c     if (data->components == NULL)
NULL              540 source4/heimdal/lib/asn1/der_get.c     if (data->data == NULL && (len - 1) != 0)
NULL              438 source4/heimdal/lib/asn1/der_put.c      if (s->data == NULL)
NULL               74 source4/heimdal/lib/asn1/extra.c     if (data->data == NULL)
NULL               89 source4/heimdal/lib/asn1/extra.c     data->data = NULL;
NULL              102 source4/heimdal/lib/asn1/extra.c     if (to->data == NULL && from->length != 0)
NULL              123 source4/heimdal/lib/asn1/extra.c     if (data->data == NULL && len != 0)
NULL               55 source4/heimdal/lib/asn1/gen.c static struct import *imports = NULL;
NULL               81 source4/heimdal/lib/asn1/gen.c     if (base != NULL) {
NULL               83 source4/heimdal/lib/asn1/gen.c 	if (headerbase == NULL)
NULL               87 source4/heimdal/lib/asn1/gen.c     if (header == NULL)
NULL               90 source4/heimdal/lib/asn1/gen.c     if (headerfile == NULL)
NULL              173 source4/heimdal/lib/asn1/gen.c     if (fn == NULL)
NULL              176 source4/heimdal/lib/asn1/gen.c     if (logfile == NULL)
NULL              237 source4/heimdal/lib/asn1/gen.c     if (codefile != NULL)
NULL              241 source4/heimdal/lib/asn1/gen.c     if (filename == NULL)
NULL              244 source4/heimdal/lib/asn1/gen.c     if (codefile == NULL)
NULL              273 source4/heimdal/lib/asn1/gen.c     if (codefile == NULL)
NULL              277 source4/heimdal/lib/asn1/gen.c     codefile = NULL;
NULL              302 source4/heimdal/lib/asn1/gen.c 	for (o = s->value->u.objectidentifiervalue; o != NULL; o = o->next)
NULL              312 source4/heimdal/lib/asn1/gen.c 	for (o = s->value->u.objectidentifiervalue; o != NULL; o = o->next)
NULL              363 source4/heimdal/lib/asn1/gen.c     if (n == NULL)
NULL              365 source4/heimdal/lib/asn1/gen.c     if (n->ellipsis && ASN1_TAILQ_NEXT(n, members) == NULL)
NULL              378 source4/heimdal/lib/asn1/gen.c     return NULL;
NULL              389 source4/heimdal/lib/asn1/gen.c 	if(t->members == NULL) {
NULL              553 source4/heimdal/lib/asn1/gen.c 	} else if (t->range == NULL) {
NULL              580 source4/heimdal/lib/asn1/gen.c 	i.members = NULL;
NULL              581 source4/heimdal/lib/asn1/gen.c 	i.constraint = NULL;
NULL              592 source4/heimdal/lib/asn1/gen.c 		if (n == NULL)
NULL              636 source4/heimdal/lib/asn1/gen.c 		if (n == NULL)
NULL              654 source4/heimdal/lib/asn1/gen.c 	i.members = NULL;
NULL              655 source4/heimdal/lib/asn1/gen.c 	i.constraint = NULL;
NULL              716 source4/heimdal/lib/asn1/gen.c 		if (n == NULL)
NULL               61 source4/heimdal/lib/asn1/gen_copy.c 	if (t->range == NULL && t->members == NULL) {
NULL               81 source4/heimdal/lib/asn1/gen_copy.c 	Member *m, *have_ellipsis = NULL;
NULL               83 source4/heimdal/lib/asn1/gen_copy.c 	if(t->members == NULL)
NULL              116 source4/heimdal/lib/asn1/gen_copy.c 	    if (fs == NULL)
NULL              121 source4/heimdal/lib/asn1/gen_copy.c 	    if (ts == NULL)
NULL              170 source4/heimdal/lib/asn1/gen_copy.c 	if (f == NULL)
NULL              173 source4/heimdal/lib/asn1/gen_copy.c 	if (T == NULL)
NULL              165 source4/heimdal/lib/asn1/gen_decode.c 	if ((t->symbol->stype == Stype && t->symbol->type == NULL)
NULL              273 source4/heimdal/lib/asn1/gen_decode.c 	} else if (t->range == NULL) {
NULL              330 source4/heimdal/lib/asn1/gen_decode.c 	if (t->members == NULL)
NULL              341 source4/heimdal/lib/asn1/gen_decode.c 	    if (s == NULL)
NULL              353 source4/heimdal/lib/asn1/gen_decode.c 	if(t->members == NULL)
NULL              378 source4/heimdal/lib/asn1/gen_decode.c 	    if (s == NULL)
NULL              403 source4/heimdal/lib/asn1/gen_decode.c 	    if (s == NULL)
NULL              456 source4/heimdal/lib/asn1/gen_decode.c 	if (n == NULL)
NULL              459 source4/heimdal/lib/asn1/gen_decode.c 	if (sname == NULL)
NULL              523 source4/heimdal/lib/asn1/gen_decode.c 	if (tname == NULL)
NULL              546 source4/heimdal/lib/asn1/gen_decode.c 	Member *m, *have_ellipsis = NULL;
NULL              549 source4/heimdal/lib/asn1/gen_decode.c 	if (t->members == NULL)
NULL              574 source4/heimdal/lib/asn1/gen_decode.c 	    if (s == NULL)
NULL               96 source4/heimdal/lib/asn1/gen_encode.c 	{ -1, NULL }
NULL              130 source4/heimdal/lib/asn1/gen_encode.c 	} else if (t->range == NULL) {
NULL              258 source4/heimdal/lib/asn1/gen_encode.c 	if (t->members == NULL)
NULL              268 source4/heimdal/lib/asn1/gen_encode.c 	    if (s == NULL)
NULL              364 source4/heimdal/lib/asn1/gen_encode.c 	if (n == NULL)
NULL              367 source4/heimdal/lib/asn1/gen_encode.c 	if (sname == NULL)
NULL              390 source4/heimdal/lib/asn1/gen_encode.c 	if (tname == NULL)
NULL              403 source4/heimdal/lib/asn1/gen_encode.c 	Member *m, *have_ellipsis = NULL;
NULL              406 source4/heimdal/lib/asn1/gen_encode.c 	if (t->members == NULL)
NULL              412 source4/heimdal/lib/asn1/gen_encode.c 	if (s == NULL)
NULL              427 source4/heimdal/lib/asn1/gen_encode.c 	    if (s2 == NULL)
NULL               55 source4/heimdal/lib/asn1/gen_free.c 	if (t->range == NULL && t->members == NULL) {
NULL               75 source4/heimdal/lib/asn1/gen_free.c 	Member *m, *have_ellipsis = NULL;
NULL               77 source4/heimdal/lib/asn1/gen_free.c 	if (t->members == NULL)
NULL               99 source4/heimdal/lib/asn1/gen_free.c 	    if (s == NULL)
NULL              132 source4/heimdal/lib/asn1/gen_free.c 	if (n == NULL)
NULL               80 source4/heimdal/lib/asn1/gen_length.c 	} else if (t->range == NULL) {
NULL              132 source4/heimdal/lib/asn1/gen_length.c 	Member *m, *have_ellipsis = NULL;
NULL              134 source4/heimdal/lib/asn1/gen_length.c 	if (t->members == NULL)
NULL              154 source4/heimdal/lib/asn1/gen_length.c 	    if (s == NULL)
NULL              199 source4/heimdal/lib/asn1/gen_length.c 	if (n == NULL)
NULL              202 source4/heimdal/lib/asn1/gen_length.c 	if (sname == NULL)
NULL              249 source4/heimdal/lib/asn1/gen_length.c 	if (tname == NULL)
NULL               56 source4/heimdal/lib/asn1/hash.c     if (htab == NULL)
NULL               57 source4/heimdal/lib/asn1/hash.c 	return NULL;
NULL               60 source4/heimdal/lib/asn1/hash.c 	htab->tab[i] = NULL;
NULL              112 source4/heimdal/lib/asn1/hash.c 	if (h == NULL) {
NULL              113 source4/heimdal/lib/asn1/hash.c 	    return NULL;
NULL              272 source4/heimdal/lib/asn1/lex.c                           : NULL)
NULL             2299 source4/heimdal/lib/asn1/lex.c     	if (new_buffer == NULL)
NULL             2333 source4/heimdal/lib/asn1/lex.c 	YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             2617 source4/heimdal/lib/asn1/lex.c 		YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             2623 source4/heimdal/lib/asn1/lex.c 	(yy_buffer_stack) = NULL;
NULL               82 source4/heimdal/lib/asn1/main.c     arg_printusage(args, num_args, NULL, "[asn1-file [name]]");
NULL               93 source4/heimdal/lib/asn1/main.c     const char *name = NULL;
NULL              102 source4/heimdal/lib/asn1/main.c 	print_version(NULL);
NULL              112 source4/heimdal/lib/asn1/main.c 	if (yyin == NULL)
NULL             1790 source4/heimdal/lib/asn1/parse.c 		    for(sl = (yyvsp[(1) - (4)].sl); sl != NULL; sl = sl->next) {
NULL             1812 source4/heimdal/lib/asn1/parse.c 		    (yyval.sl)->next = NULL;
NULL             1939 source4/heimdal/lib/asn1/parse.c 			(yyval.member)->type = NULL;
NULL             1999 source4/heimdal/lib/asn1/parse.c     { (yyval.range) = NULL; }
NULL             2020 source4/heimdal/lib/asn1/parse.c 		  (yyval.type)->members = NULL;
NULL             2048 source4/heimdal/lib/asn1/parse.c 		  (yyval.type)->members = NULL;
NULL             2126 source4/heimdal/lib/asn1/parse.c 		    (yyval.constraint_spec)->u.content.encoding = NULL;
NULL             2136 source4/heimdal/lib/asn1/parse.c 		    (yyval.constraint_spec)->u.content.type = NULL;
NULL             2345 source4/heimdal/lib/asn1/parse.c 			(yyval.member)->defval = NULL;
NULL             2354 source4/heimdal/lib/asn1/parse.c 			(yyval.member)->defval = NULL;
NULL             2394 source4/heimdal/lib/asn1/parse.c 		  (yyval.member)->type = NULL;
NULL             2400 source4/heimdal/lib/asn1/parse.c     { (yyval.objid) = NULL; }
NULL             2413 source4/heimdal/lib/asn1/parse.c 			(yyval.objid) = NULL;
NULL             2453 source4/heimdal/lib/asn1/parse.c 		    (yyval.objid) = new_objid(NULL, (yyvsp[(1) - (1)].constant));
NULL             2769 source4/heimdal/lib/asn1/parse.c     s->next = NULL;
NULL             2804 source4/heimdal/lib/asn1/parse.c     if(members == NULL)
NULL             2808 source4/heimdal/lib/asn1/parse.c 	if (m->label == NULL)
NULL             2810 source4/heimdal/lib/asn1/parse.c 	if(m->type != NULL)
NULL             2826 source4/heimdal/lib/asn1/parse.c     if (p == NULL)
NULL              272 source4/heimdal/lib/asn1/parse.y 		    for(sl = $1; sl != NULL; sl = sl->next) {
NULL              298 source4/heimdal/lib/asn1/parse.y 		    $$->next = NULL;
NULL              420 source4/heimdal/lib/asn1/parse.y 			$$->type = NULL;
NULL              473 source4/heimdal/lib/asn1/parse.y 		{ $$ = NULL; }
NULL              488 source4/heimdal/lib/asn1/parse.y 		  $$->members = NULL;
NULL              511 source4/heimdal/lib/asn1/parse.y 		  $$->members = NULL;
NULL              591 source4/heimdal/lib/asn1/parse.y 		    $$->u.content.encoding = NULL;
NULL              598 source4/heimdal/lib/asn1/parse.y 		    $$->u.content.type = NULL;
NULL              760 source4/heimdal/lib/asn1/parse.y 			$$->defval = NULL;
NULL              766 source4/heimdal/lib/asn1/parse.y 			$$->defval = NULL;
NULL              798 source4/heimdal/lib/asn1/parse.y 		  $$->type = NULL;
NULL              803 source4/heimdal/lib/asn1/parse.y 		| /* empty */ { $$ = NULL; }
NULL              814 source4/heimdal/lib/asn1/parse.y 			$$ = NULL;
NULL              844 source4/heimdal/lib/asn1/parse.y 		    $$ = new_objid(NULL, $1);
NULL              954 source4/heimdal/lib/asn1/parse.y     s->next = NULL;
NULL              989 source4/heimdal/lib/asn1/parse.y     if(members == NULL)
NULL              993 source4/heimdal/lib/asn1/parse.y 	if (m->label == NULL)
NULL              995 source4/heimdal/lib/asn1/parse.y 	if(m->type != NULL)
NULL             1011 source4/heimdal/lib/asn1/parse.y     if (p == NULL)
NULL               82 source4/heimdal/lib/asn1/symbol.c     if (s == NULL) {
NULL               44 source4/heimdal/lib/com_err/com_err.c struct et_list *_et_list = NULL;
NULL               52 source4/heimdal/lib/com_err/com_err.c     if (p == NULL) {
NULL               58 source4/heimdal/lib/com_err/com_err.c     if (p != NULL && *p != '\0') {
NULL              127 source4/heimdal/lib/com_err/com_err.c     return set_com_err_hook(NULL);
NULL               65 source4/heimdal/lib/com_err/compile_et.c struct error_code *codes = NULL;
NULL               74 source4/heimdal/lib/com_err/compile_et.c     if(c_file == NULL)
NULL              134 source4/heimdal/lib/com_err/compile_et.c     if(h_file == NULL)
NULL              163 source4/heimdal/lib/com_err/compile_et.c 		(ec->next != NULL) ? "," : "");
NULL              196 source4/heimdal/lib/com_err/compile_et.c     arg_printusage(args, num_args, NULL, "error-table");
NULL              212 source4/heimdal/lib/com_err/compile_et.c 	print_version(NULL);
NULL              220 source4/heimdal/lib/com_err/compile_et.c     if(yyin == NULL)
NULL               70 source4/heimdal/lib/com_err/compile_et.h     if((L) == NULL) {				\
NULL               73 source4/heimdal/lib/com_err/compile_et.h 	(L)->next = NULL;			\
NULL               64 source4/heimdal/lib/com_err/error.c     return NULL;
NULL               84 source4/heimdal/lib/com_err/error.c     if (f == NULL)
NULL               91 source4/heimdal/lib/com_err/error.c     et->next = NULL;
NULL              272 source4/heimdal/lib/com_err/lex.c                           : NULL)
NULL             1475 source4/heimdal/lib/com_err/lex.c     	if (new_buffer == NULL)
NULL             1509 source4/heimdal/lib/com_err/lex.c 	YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             1793 source4/heimdal/lib/com_err/lex.c 		YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             1799 source4/heimdal/lib/com_err/lex.c 	(yy_buffer_stack) = NULL;
NULL             1896 source4/heimdal/lib/com_err/lex.c     if (yylval.string == NULL)
NULL             1421 source4/heimdal/lib/com_err/parse.c 		    if (prefix == NULL)
NULL             1431 source4/heimdal/lib/com_err/parse.c 		    if (prefix == NULL)
NULL             1442 source4/heimdal/lib/com_err/parse.c 		    if (ec == NULL)
NULL             1445 source4/heimdal/lib/com_err/parse.c 		    ec->next = NULL;
NULL             1449 source4/heimdal/lib/com_err/parse.c 			if (ec->name == NULL)
NULL             1699 source4/heimdal/lib/com_err/parse.c 	if(q == NULL) {
NULL              105 source4/heimdal/lib/com_err/parse.y 		    if (prefix == NULL)
NULL              112 source4/heimdal/lib/com_err/parse.y 		    if (prefix == NULL)
NULL              120 source4/heimdal/lib/com_err/parse.y 		    if (ec == NULL)
NULL              123 source4/heimdal/lib/com_err/parse.y 		    ec->next = NULL;
NULL              127 source4/heimdal/lib/com_err/parse.y 			if (ec->name == NULL)
NULL              157 source4/heimdal/lib/com_err/parse.y 	if(q == NULL) {
NULL              180 source4/heimdal/lib/gssapi/gssapi/gssapi.h #define GSS_C_EMPTY_BUFFER {0, NULL}
NULL              133 source4/heimdal/lib/gssapi/krb5/8003.c     if (result->checksum.data == NULL) {
NULL              183 source4/heimdal/lib/gssapi/krb5/8003.c     if (cksum == NULL) {
NULL              240 source4/heimdal/lib/gssapi/krb5/8003.c 	if (fwd_data->data == NULL) {
NULL               53 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if(_gsskrb5_keytab != NULL) {
NULL               55 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	_gsskrb5_keytab = NULL;
NULL               57 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (identity == NULL) {
NULL               63 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if(p == NULL) {
NULL               95 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (key == NULL)
NULL               98 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (key == NULL)
NULL              128 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     krb5_ccache ccache = NULL;
NULL              135 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (delegated_cred_handle == NULL) {
NULL              138 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	*delegated_cred_handle = NULL;
NULL              175 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 				   NULL,
NULL              176 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 				   NULL,
NULL              185 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	ccache = NULL;
NULL              191 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if (delegated_cred_handle == NULL)
NULL              261 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     krb5_principal ap_req_server = NULL;
NULL              266 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (server == NULL) {
NULL              286 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     ret = krb5_mk_error(context, kret, NULL, NULL, NULL,
NULL              287 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 			server, NULL, NULL, &outbuf);
NULL              327 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     krb5_keytab keytab = NULL;
NULL              349 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (acceptor_cred == NULL) {
NULL              350 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	if (_gsskrb5_keytab != NULL)
NULL              352 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     } else if (acceptor_cred->keytab != NULL) {
NULL              361 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	krb5_rd_req_in_ctx in = NULL;
NULL              362 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	krb5_rd_req_out_ctx out = NULL;
NULL              363 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	krb5_principal server = NULL;
NULL              449 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (src_name != NULL) {
NULL              506 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 					crypto, KRB5_KU_AP_REQ_AUTH_CKSUM, NULL, 0,
NULL              556 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 				   NULL);
NULL              811 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     output_token->value = NULL;
NULL              813 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     if (src_name != NULL)
NULL              814 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	*src_name = NULL;
NULL               53 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (realm == NULL) {
NULL               60 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 			       realm, KRB5_TGS_NAME, realm, NULL);
NULL               91 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (_gsskrb5_keytab != NULL) {
NULL              125 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     keytab = NULL;
NULL              126 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     ccache = NULL;
NULL              127 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     def_princ = NULL;
NULL              147 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (ccache == NULL) {
NULL              156 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	def_princ = NULL;
NULL              158 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     } else if (handle->principal == NULL)  {
NULL              162 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     } else if (handle->principal != NULL &&
NULL              166 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	def_princ = NULL;
NULL              168 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	ccache = NULL;
NULL              170 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (def_princ == NULL) {
NULL              174 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	if (handle->principal == NULL) {
NULL              186 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	    handle->principal, keytab, 0, NULL, opt);
NULL              223 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (cred.client != NULL)
NULL              225 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (def_princ != NULL)
NULL              227 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (keytab != NULL)
NULL              283 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	if (handle->keytab != NULL)
NULL              314 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     *output_cred_handle = NULL;
NULL              334 source4/heimdal/lib/gssapi/krb5/acquire_cred.c     if (handle == NULL) {
NULL              380 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 				    NULL, time_rec, NULL, actual_mechs);
NULL              382 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	if (handle->mechanisms != NULL)
NULL              383 source4/heimdal/lib/gssapi/krb5/acquire_cred.c 	    gss_release_oid_set(NULL, &handle->mechanisms);
NULL               56 source4/heimdal/lib/gssapi/krb5/add_cred.c     handle = NULL;
NULL               67 source4/heimdal/lib/gssapi/krb5/add_cred.c     if (cred == NULL && output_cred_handle == NULL) {
NULL               72 source4/heimdal/lib/gssapi/krb5/add_cred.c     if (cred == NULL) { /* XXX standard conformance failure */
NULL               78 source4/heimdal/lib/gssapi/krb5/add_cred.c     if (output_cred_handle != NULL) {
NULL               88 source4/heimdal/lib/gssapi/krb5/add_cred.c     if (dname != NULL &&
NULL              102 source4/heimdal/lib/gssapi/krb5/add_cred.c 	if (handle == NULL) {
NULL              110 source4/heimdal/lib/gssapi/krb5/add_cred.c 	handle->principal = NULL;
NULL              111 source4/heimdal/lib/gssapi/krb5/add_cred.c 	handle->keytab = NULL;
NULL              112 source4/heimdal/lib/gssapi/krb5/add_cred.c 	handle->ccache = NULL;
NULL              113 source4/heimdal/lib/gssapi/krb5/add_cred.c 	handle->mechanisms = NULL;
NULL              165 source4/heimdal/lib/gssapi/krb5/add_cred.c 	    if (type == NULL){
NULL              187 source4/heimdal/lib/gssapi/krb5/add_cred.c 		if (name == NULL) {
NULL              193 source4/heimdal/lib/gssapi/krb5/add_cred.c 		if (type_name == NULL) {
NULL              220 source4/heimdal/lib/gssapi/krb5/add_cred.c 				NULL, &lifetime, NULL, actual_mechs);
NULL              246 source4/heimdal/lib/gssapi/krb5/add_cred.c 	    gss_release_oid_set(NULL, &handle->mechanisms);
NULL               50 source4/heimdal/lib/gssapi/krb5/address_to_krb5addr.c    if (gss_addr == NULL)
NULL              135 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (ptr == NULL)
NULL              184 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (message_token->value == NULL) {
NULL              203 source4/heimdal/lib/gssapi/krb5/arcfour.c     p = NULL;
NULL              210 source4/heimdal/lib/gssapi/krb5/arcfour.c 			    NULL, 0);
NULL              291 source4/heimdal/lib/gssapi/krb5/arcfour.c 			    NULL, 0);
NULL              378 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (output_message_buffer->value == NULL) {
NULL              402 source4/heimdal/lib/gssapi/krb5/arcfour.c     p = NULL;
NULL              571 source4/heimdal/lib/gssapi/krb5/arcfour.c     p = NULL;
NULL              622 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (output_message_buffer->value == NULL) {
NULL               49 source4/heimdal/lib/gssapi/krb5/canonicalize_name.c     *output_name = NULL;
NULL              220 source4/heimdal/lib/gssapi/krb5/cfx.c 	if (tmp == NULL)
NULL              281 source4/heimdal/lib/gssapi/krb5/cfx.c     if (output_message_buffer->value == NULL) {
NULL              410 source4/heimdal/lib/gssapi/krb5/cfx.c 	if (buf == NULL) {
NULL              459 source4/heimdal/lib/gssapi/krb5/cfx.c     if (conf_state != NULL) {
NULL              522 source4/heimdal/lib/gssapi/krb5/cfx.c     if (conf_state != NULL) {
NULL              648 source4/heimdal/lib/gssapi/krb5/cfx.c 	if (output_message_buffer->value == NULL) {
NULL              682 source4/heimdal/lib/gssapi/krb5/cfx.c     if (qop_state != NULL) {
NULL              715 source4/heimdal/lib/gssapi/krb5/cfx.c     if (buf == NULL) {
NULL              763 source4/heimdal/lib/gssapi/krb5/cfx.c     if (message_token->value == NULL) {
NULL              878 source4/heimdal/lib/gssapi/krb5/cfx.c     if (buf == NULL) {
NULL              900 source4/heimdal/lib/gssapi/krb5/cfx.c     if (qop_state != NULL) {
NULL               50 source4/heimdal/lib/gssapi/krb5/compat.c     p = krb5_config_get_strings(context, NULL, "gssapi",
NULL               51 source4/heimdal/lib/gssapi/krb5/compat.c 				option, NULL);
NULL               52 source4/heimdal/lib/gssapi/krb5/compat.c     if(p == NULL)
NULL               55 source4/heimdal/lib/gssapi/krb5/compat.c     match = NULL;
NULL               67 source4/heimdal/lib/gssapi/krb5/compat.c 	match = NULL;
NULL               49 source4/heimdal/lib/gssapi/krb5/copy_ccache.c     if (cred->ccache == NULL) {
NULL               79 source4/heimdal/lib/gssapi/krb5/copy_ccache.c     *cred = NULL;
NULL               84 source4/heimdal/lib/gssapi/krb5/copy_ccache.c     if (handle == NULL) {
NULL              149 source4/heimdal/lib/gssapi/krb5/copy_ccache.c 	if (keytab_principal && handle->principal == NULL) {
NULL               52 source4/heimdal/lib/gssapi/krb5/delete_sec_context.c 	output_token->value  = NULL;
NULL               62 source4/heimdal/lib/gssapi/krb5/display_name.c     if (output_name_buffer->value == NULL) {
NULL               42 source4/heimdal/lib/gssapi/krb5/display_status.c 	NULL,			/* 0 */
NULL               62 source4/heimdal/lib/gssapi/krb5/display_status.c 	NULL,			/* 0 */
NULL              157 source4/heimdal/lib/gssapi/krb5/display_status.c     status_string->value = NULL;
NULL              187 source4/heimdal/lib/gssapi/krb5/display_status.c     if (buf == NULL) {
NULL              116 source4/heimdal/lib/gssapi/krb5/encapsulate.c     if (output_token->value == NULL) {
NULL              147 source4/heimdal/lib/gssapi/krb5/encapsulate.c     if (output_token->value == NULL) {
NULL               61 source4/heimdal/lib/gssapi/krb5/export_name.c     if (exported_name->value == NULL) {
NULL               67 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     if (sp == NULL) {
NULL              233 source4/heimdal/lib/gssapi/krb5/export_sec_context.c 	_gsskrb5_release_buffer (NULL, interprocess_token);
NULL               62 source4/heimdal/lib/gssapi/krb5/get_mic.c   if (message_token->value == NULL) {
NULL              155 source4/heimdal/lib/gssapi/krb5/get_mic.c   if (message_token->value == NULL) {
NULL              175 source4/heimdal/lib/gssapi/krb5/get_mic.c   if (tmp == NULL) {
NULL              177 source4/heimdal/lib/gssapi/krb5/get_mic.c       message_token->value = NULL;
NULL              188 source4/heimdal/lib/gssapi/krb5/get_mic.c       message_token->value = NULL;
NULL              206 source4/heimdal/lib/gssapi/krb5/get_mic.c       message_token->value = NULL;
NULL              232 source4/heimdal/lib/gssapi/krb5/get_mic.c       message_token->value = NULL;
NULL              250 source4/heimdal/lib/gssapi/krb5/get_mic.c       message_token->value = NULL;
NULL               71 source4/heimdal/lib/gssapi/krb5/import_name.c     if (tmp == NULL) {
NULL               92 source4/heimdal/lib/gssapi/krb5/import_name.c     char *hostname = NULL, *service;
NULL              133 source4/heimdal/lib/gssapi/krb5/import_name.c     krb5_principal princ = NULL;
NULL              135 source4/heimdal/lib/gssapi/krb5/import_name.c     char *tmp, *p, *host = NULL;
NULL              138 source4/heimdal/lib/gssapi/krb5/import_name.c     if (tmp == NULL) {
NULL              148 source4/heimdal/lib/gssapi/krb5/import_name.c     if (p != NULL) {
NULL              153 source4/heimdal/lib/gssapi/krb5/import_name.c     kerr = krb5_make_principal(context, &princ, NULL, tmp, host, NULL);
NULL              202 source4/heimdal/lib/gssapi/krb5/import_name.c     if (name == NULL) {
NULL               63 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     localp = remotep = NULL;
NULL               67 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     if (sp == NULL) {
NULL               73 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     if (ctx == NULL) {
NULL              116 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     localp = remotep = NULL;
NULL              214 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     if (ctx->source != NULL)
NULL              216 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     if (ctx->target != NULL)
NULL               47 source4/heimdal/lib/gssapi/krb5/init.c     if (context == NULL)
NULL               70 source4/heimdal/lib/gssapi/krb5/init.c     if (*context == NULL) {
NULL               77 source4/heimdal/lib/gssapi/krb5/init.c 		*context = NULL;
NULL               96 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     input_chan_bindings->application_data.value = NULL;
NULL              114 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     *context_handle = NULL;
NULL              117 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (ctx == NULL) {
NULL              121 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->auth_context		= NULL;
NULL              122 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->source			= NULL;
NULL              123 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->target			= NULL;
NULL              124 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->kcred			= NULL;
NULL              125 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->ccache			= NULL;
NULL              129 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->service_keyblock	= NULL;
NULL              130 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->ticket			= NULL;
NULL              133 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->order			= NULL;
NULL              162 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			   NULL);
NULL              187 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     *cred = NULL;
NULL              191 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	ctx->target = NULL;
NULL              252 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->kcred = NULL;
NULL              256 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->ccache = NULL;
NULL              305 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 				NULL);
NULL              375 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (cred == NULL) {
NULL              405 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	krb5_enctype *enctypes = NULL;
NULL              413 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     kret = krb5_cc_get_config(context, ctx->ccache, NULL,
NULL              471 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->ccache = NULL;
NULL              516 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	ret = krb5_cc_get_config(context, ctx->ccache, NULL,
NULL              573 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (cred == NULL || !(cred->cred_flags & GSS_CF_NO_CI_FLAGS)) {
NULL              606 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	krb5_get_kdc_sec_offset (context, &oldoffset, NULL);
NULL              615 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 				     NULL,
NULL              663 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->ccache = NULL;
NULL              692 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     output_token->value = NULL;
NULL              719 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 		    kret = krb5_error_from_rd_error(context, &error, NULL);
NULL              725 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			int32_t t = error.stime - time(NULL);
NULL              764 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	krb5_keyblock *key = NULL;
NULL              769 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	if (kret == 0 && key != NULL) {
NULL              847 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     output_token->value  = NULL;
NULL              849 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (context_handle == NULL) {
NULL              106 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	_gsskrb5_release_name(NULL, src_name);
NULL              108 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	_gsskrb5_release_name(NULL, targ_name);
NULL               50 source4/heimdal/lib/gssapi/krb5/inquire_cred.c     gsskrb5_cred acred = NULL, icred = NULL;
NULL               56 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 	*output_name = NULL;
NULL               69 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 				    NULL,
NULL               70 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 				    NULL);
NULL               80 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 				    NULL,
NULL               81 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 				    NULL);
NULL               85 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 	if (icred == NULL && acred == NULL) {
NULL               97 source4/heimdal/lib/gssapi/krb5/inquire_cred.c     if (output_name != NULL) {
NULL               98 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 	if (icred && icred->principal != NULL) {
NULL              111 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 	    *minor_status = krb5_sname_to_principal(context, NULL,
NULL              112 source4/heimdal/lib/gssapi/krb5/inquire_cred.c 						    NULL, KRB5_NT_SRV_HST,
NULL              130 source4/heimdal/lib/gssapi/krb5/inquire_cred.c     if (lifetime != NULL) {
NULL              143 source4/heimdal/lib/gssapi/krb5/inquire_cred.c     if (cred_usage != NULL) {
NULL              154 source4/heimdal/lib/gssapi/krb5/inquire_cred.c     if (mechanisms != NULL) {
NULL               54 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_mech.c 			       name, &lifetime, &usage, NULL);
NULL               58 source4/heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c     if (cred->ccache == NULL) {
NULL               54 source4/heimdal/lib/gssapi/krb5/inquire_mechs_for_name.c 	gss_release_oid_set(NULL, mech_types);
NULL               44 source4/heimdal/lib/gssapi/krb5/inquire_names_for_mech.c     NULL
NULL               68 source4/heimdal/lib/gssapi/krb5/inquire_names_for_mech.c     for (i = 0; name_list[i] != NULL; i++) {
NULL               77 source4/heimdal/lib/gssapi/krb5/inquire_names_for_mech.c 	gss_release_oid_set(NULL, name_types);
NULL               47 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 		      &oid, NULL);
NULL               53 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 		      &prefix, NULL);
NULL               85 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (context_handle->ticket == NULL) {
NULL              113 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     krb5_keyblock *key = NULL;
NULL              114 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     krb5_storage *sp = NULL;
NULL              122 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (sp == NULL) {
NULL              147 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (key == NULL) {
NULL              199 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (context_handle->ticket == NULL) {
NULL              254 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 	if (acceptor_subkey != NULL)
NULL              273 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     krb5_storage *sp = NULL;
NULL              276 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     krb5_keyblock *key = NULL;
NULL              288 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (sp == NULL) {
NULL              406 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (ctx->ticket == NULL) {
NULL              433 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     krb5_storage *sp = NULL;
NULL              439 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (sp == NULL) {
NULL              446 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (ctx->service_keyblock == NULL) {
NULL              501 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     if (ctx == NULL) {
NULL               53 source4/heimdal/lib/gssapi/krb5/prf.c     krb5_keyblock *key = NULL;
NULL               55 source4/heimdal/lib/gssapi/krb5/prf.c     if (ctx == NULL) {
NULL               80 source4/heimdal/lib/gssapi/krb5/prf.c     if (key == NULL) {
NULL               94 source4/heimdal/lib/gssapi/krb5/prf.c     if (prf_out->value == NULL) {
NULL              106 source4/heimdal/lib/gssapi/krb5/prf.c     if (input.data == NULL) {
NULL               50 source4/heimdal/lib/gssapi/krb5/process_context_token.c     empty_buffer.value = NULL;
NULL               45 source4/heimdal/lib/gssapi/krb5/release_buffer.c   buffer->value  = NULL;
NULL               49 source4/heimdal/lib/gssapi/krb5/release_cred.c     if (*cred_handle == NULL)
NULL               59 source4/heimdal/lib/gssapi/krb5/release_cred.c     if (cred->principal != NULL)
NULL               61 source4/heimdal/lib/gssapi/krb5/release_cred.c     if (cred->keytab != NULL)
NULL               63 source4/heimdal/lib/gssapi/krb5/release_cred.c     if (cred->ccache != NULL) {
NULL               66 source4/heimdal/lib/gssapi/krb5/sequence.c     if (*o == NULL) {
NULL              110 source4/heimdal/lib/gssapi/krb5/sequence.c     *m = NULL;
NULL              148 source4/heimdal/lib/gssapi/krb5/sequence.c     if (o == NULL)
NULL               59 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_principal keytab_principal = NULL;
NULL               60 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_keytab keytab = NULL;
NULL               61 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_storage *sp = NULL;
NULL               62 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_ccache id = NULL;
NULL               65 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (cred_handle == NULL || *cred_handle != GSS_C_NO_CREDENTIAL) {
NULL               71 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (sp == NULL) {
NULL               92 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     str = NULL;
NULL              104 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     str = NULL;
NULL              122 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     str = NULL;
NULL              151 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_enctype *enctypes = NULL;
NULL              152 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     krb5_storage *sp = NULL;
NULL              155 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (cred_handle == NULL || *cred_handle == GSS_C_NO_CREDENTIAL) {
NULL              170 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (enctypes == NULL) {
NULL              177 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (sp == NULL) {
NULL              221 source4/heimdal/lib/gssapi/krb5/set_cred_option.c     if (cred_handle == NULL || *cred_handle == GSS_C_NO_CREDENTIAL) {
NULL               46 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c     if (value->value == NULL || value->length != 1) {
NULL               59 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c     if (value == NULL || value->length == 0) {
NULL               60 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	*str = NULL;
NULL               63 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	if (*str == NULL) {
NULL               79 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c     if (value == NULL || value->length == 0)
NULL              171 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	if (str == NULL) {
NULL              184 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	if (value == NULL || value->length == 0) {
NULL              185 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	    krb5_set_send_to_kdc_func(context, NULL, NULL);
NULL              207 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	if (str == NULL) {
NULL              226 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	t = time(NULL) + offset;
NULL              237 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	t = time(NULL);
NULL               88 source4/heimdal/lib/gssapi/krb5/unwrap.c   if(conf_state != NULL)
NULL              178 source4/heimdal/lib/gssapi/krb5/unwrap.c   if(output_message_buffer->length != 0 && output_message_buffer->value == NULL)
NULL              236 source4/heimdal/lib/gssapi/krb5/unwrap.c   if(conf_state != NULL)
NULL              371 source4/heimdal/lib/gssapi/krb5/unwrap.c   if(output_message_buffer->length != 0 && output_message_buffer->value == NULL)
NULL              394 source4/heimdal/lib/gssapi/krb5/unwrap.c   output_message_buffer->value = NULL;
NULL              399 source4/heimdal/lib/gssapi/krb5/unwrap.c   if (qop_state != NULL)
NULL              235 source4/heimdal/lib/gssapi/krb5/verify_mic.c   if (tmp == NULL) {
NULL              334 source4/heimdal/lib/gssapi/krb5/verify_mic.c     if (qop_state != NULL)
NULL               48 source4/heimdal/lib/gssapi/krb5/wrap.c     *key = NULL;
NULL               59 source4/heimdal/lib/gssapi/krb5/wrap.c     if (ret == 0 && *key == NULL)
NULL               63 source4/heimdal/lib/gssapi/krb5/wrap.c     if (ret == 0 && *key == NULL) {
NULL               76 source4/heimdal/lib/gssapi/krb5/wrap.c     *key = NULL;
NULL               87 source4/heimdal/lib/gssapi/krb5/wrap.c     if (ret == 0 && *key == NULL) {
NULL              100 source4/heimdal/lib/gssapi/krb5/wrap.c     if(*key == NULL) {
NULL              108 source4/heimdal/lib/gssapi/krb5/wrap.c     if (*key == NULL) {
NULL              229 source4/heimdal/lib/gssapi/krb5/wrap.c   if (output_message_buffer->value == NULL) {
NULL              320 source4/heimdal/lib/gssapi/krb5/wrap.c   if(conf_state != NULL)
NULL              364 source4/heimdal/lib/gssapi/krb5/wrap.c   if (output_message_buffer->value == NULL) {
NULL              400 source4/heimdal/lib/gssapi/krb5/wrap.c       output_message_buffer->value = NULL;
NULL              416 source4/heimdal/lib/gssapi/krb5/wrap.c       output_message_buffer->value = NULL;
NULL              447 source4/heimdal/lib/gssapi/krb5/wrap.c       output_message_buffer->value = NULL;
NULL              466 source4/heimdal/lib/gssapi/krb5/wrap.c       output_message_buffer->value = NULL;
NULL              492 source4/heimdal/lib/gssapi/krb5/wrap.c 	  output_message_buffer->value = NULL;
NULL              502 source4/heimdal/lib/gssapi/krb5/wrap.c 	  output_message_buffer->value = NULL;
NULL              511 source4/heimdal/lib/gssapi/krb5/wrap.c   if(conf_state != NULL)
NULL               25 source4/heimdal/lib/gssapi/mech/context.c     if (mg == NULL)
NULL               46 source4/heimdal/lib/gssapi/mech/context.c 	    return NULL;
NULL               53 source4/heimdal/lib/gssapi/mech/context.c     if (ctx == NULL) {
NULL               56 source4/heimdal/lib/gssapi/mech/context.c 	if (ctx == NULL)
NULL               57 source4/heimdal/lib/gssapi/mech/context.c 	    return NULL;
NULL               61 source4/heimdal/lib/gssapi/mech/context.c 	    return NULL;
NULL               74 source4/heimdal/lib/gssapi/mech/context.c     if (mg == NULL)
NULL               82 source4/heimdal/lib/gssapi/mech/context.c     if (mech != NULL && gss_oid_equal(mg->mech, mech) == 0)
NULL              104 source4/heimdal/lib/gssapi/mech/context.c     string->value = NULL;
NULL              120 source4/heimdal/lib/gssapi/mech/context.c     if (m->gm_display_status == NULL)
NULL              124 source4/heimdal/lib/gssapi/mech/context.c     if (mg == NULL)
NULL              141 source4/heimdal/lib/gssapi/mech/context.c 	mg->maj_error.value = NULL;
NULL              151 source4/heimdal/lib/gssapi/mech/context.c 	mg->min_error.value = NULL;
NULL              160 source4/heimdal/lib/gssapi/mech/context.c     if (m == NULL)
NULL              215 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 		        gss_delete_sec_context(&junk, context_handle, NULL);
NULL              240 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 		gss_delete_sec_context(&junk, context_handle, NULL);
NULL              252 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 		        gss_delete_sec_context(&junk, context_handle, NULL);
NULL              271 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 				gss_delete_sec_context(&junk, context_handle, NULL);
NULL              279 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c 				gss_delete_sec_context(&junk, context_handle, NULL);
NULL              102 source4/heimdal/lib/gssapi/mech/gss_acquire_cred.c 		struct _gss_mechanism_name *mn = NULL;
NULL              130 source4/heimdal/lib/gssapi/mech/gss_acquire_cred.c 		    &mc->gmc_cred, NULL, &cred_time);
NULL               58 source4/heimdal/lib/gssapi/mech/gss_add_oid_set_member.c     if (tmp == NULL) {
NULL               50 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c     set->elements = NULL;
NULL               79 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c     if (set->elements == NULL) {
NULL               87 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c     if (p->value == NULL) {
NULL              117 source4/heimdal/lib/gssapi/mech/gss_buffer_set.c     (*buffer_set)->elements = NULL;
NULL               55 source4/heimdal/lib/gssapi/mech/gss_decapsulate_token.c 				    &ct, NULL);
NULL               46 source4/heimdal/lib/gssapi/mech/gss_display_name.c 	if (name == NULL) {
NULL               68 source4/heimdal/lib/gssapi/mech/gss_display_status.c 	NULL,			/* 0 */
NULL              174 source4/heimdal/lib/gssapi/mech/gss_display_status.c 		if (buf == NULL)
NULL              199 source4/heimdal/lib/gssapi/mech/gss_display_status.c 		if (buf == NULL)
NULL               57 source4/heimdal/lib/gssapi/mech/gss_duplicate_oid.c     if ((*dest_oid)->elements == NULL) {
NULL               43 source4/heimdal/lib/gssapi/mech/gss_get_mic.c 	if (ctx == NULL) {
NULL               38 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 	if (cred == NULL)
NULL               88 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c 		if (mech_type == NULL)
NULL               66 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 	    src_name ? &src_mn : NULL,
NULL               67 source4/heimdal/lib/gssapi/mech/gss_inquire_context.c 	    targ_name ? &targ_mn : NULL,
NULL               78 source4/heimdal/lib/gssapi/mech/gss_inquire_cred.c 		if (name == NULL) {
NULL               84 source4/heimdal/lib/gssapi/mech/gss_inquire_cred.c 		name = NULL;
NULL              105 source4/heimdal/lib/gssapi/mech/gss_inquire_cred.c 			    mc->gmc_cred, &mc_name, &mc_lifetime, &usage, NULL);
NULL              141 source4/heimdal/lib/gssapi/mech/gss_inquire_cred.c 			    &usage, NULL);
NULL               51 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c 	if (cred == NULL)
NULL               59 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c 		if (m == NULL) {
NULL               65 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c 		if (m->gm_inquire_cred_by_oid == NULL)
NULL               48 source4/heimdal/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c 	if (ctx == NULL)
NULL               58 source4/heimdal/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c 	if (m == NULL)
NULL               61 source4/heimdal/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c 	if (m->gm_inquire_sec_context_by_oid != NULL) {
NULL              118 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (sp == NULL) {
NULL              202 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              204 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              232 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              234 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              249 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (key->data == NULL && key->length != 0)
NULL              269 source4/heimdal/lib/gssapi/mech/gss_krb5.c     krb5_context context = NULL;
NULL              273 source4/heimdal/lib/gssapi/mech/gss_krb5.c     gss_krb5_lucid_context_v1_t *ctx = NULL;
NULL              274 source4/heimdal/lib/gssapi/mech/gss_krb5.c     krb5_storage *sp = NULL;
NULL              277 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (context_handle == NULL
NULL              304 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (ctx == NULL) {
NULL              311 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (sp == NULL) {
NULL              397 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	    gss_krb5_free_lucid_sec_context(NULL, ctx);
NULL              448 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (sp == NULL) {
NULL              501 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	buffer.value = NULL;
NULL              506 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              508 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              531 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	*out_name = NULL;
NULL              537 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              539 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              627 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		    &baseoid, NULL) != 0) {
NULL              634 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (oid.components == NULL) {
NULL              650 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (oid_flat.elements == NULL) {
NULL              687 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (ad_data->value == NULL) {
NULL              714 source4/heimdal/lib/gssapi/mech/gss_krb5.c     krb5_context context = NULL;
NULL              715 source4/heimdal/lib/gssapi/mech/gss_krb5.c     krb5_storage *sp = NULL;
NULL              744 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (sp == NULL) {
NULL              750 source4/heimdal/lib/gssapi/mech/gss_krb5.c     if (keyblock == NULL) {
NULL              763 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	*keyblock = NULL;
NULL              825 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              827 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              887 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              889 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              910 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              912 source4/heimdal/lib/gssapi/mech/gss_krb5.c 		maj_stat = m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL              937 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	if (m->gm_mech.gm_set_sec_context_option == NULL)
NULL              939 source4/heimdal/lib/gssapi/mech/gss_krb5.c 	m->gm_mech.gm_set_sec_context_option(&junk, NULL,
NULL               37 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c struct _gss_mech_switch_list _gss_mechs = { NULL } ;
NULL               54 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 	oid->elements = NULL;
NULL              177 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c     if (mech == NULL)
NULL              181 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c     if (m == NULL)
NULL              183 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c     m->gm_so = NULL;
NULL              336 source4/heimdal/lib/gssapi/mech/gss_mech_switch.c 	return NULL;
NULL               40 source4/heimdal/lib/gssapi/mech/gss_names.c 	*output_mn = NULL;
NULL               54 source4/heimdal/lib/gssapi/mech/gss_pseudo_random.c     if (ctx == NULL) {
NULL               59 source4/heimdal/lib/gssapi/mech/gss_pseudo_random.c     if (m->gm_pseudo_random == NULL)
NULL               45 source4/heimdal/lib/gssapi/mech/gss_release_oid.c     if (minor_status != NULL)
NULL               51 source4/heimdal/lib/gssapi/mech/gss_release_oid.c     if (o->elements != NULL) {
NULL               53 source4/heimdal/lib/gssapi/mech/gss_release_oid.c 	o->elements = NULL;
NULL               51 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 	if (cred == NULL) {
NULL               55 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 		if (cred == NULL)
NULL               62 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 			if (m->gm_mech.gm_set_cred_option == NULL)
NULL               66 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 			if (mc == NULL) {
NULL               98 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 			if (m == NULL)
NULL              101 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c 			if (m->gm_set_cred_option == NULL)
NULL               48 source4/heimdal/lib/gssapi/mech/gss_set_sec_context_option.c 	if (context_handle == NULL)
NULL               53 source4/heimdal/lib/gssapi/mech/gss_set_sec_context_option.c 	if (ctx == NULL)
NULL               58 source4/heimdal/lib/gssapi/mech/gss_set_sec_context_option.c 	if (m == NULL)
NULL               61 source4/heimdal/lib/gssapi/mech/gss_set_sec_context_option.c 	if (m->gm_set_sec_context_option != NULL) {
NULL               56 source4/heimdal/lib/gssapi/mech/gss_utils.c 	    oid->elements = NULL;
NULL               44 source4/heimdal/lib/gssapi/mech/gss_verify_mic.c 	if (ctx == NULL) {
NULL               47 source4/heimdal/lib/gssapi/mech/gss_wrap.c 	if (ctx == NULL) {
NULL               44 source4/heimdal/lib/gssapi/mech/gss_wrap_size_limit.c 	if (ctx == NULL) {
NULL               66 source4/heimdal/lib/gssapi/mech/mech_locl.h 	do { (buffer)->value = NULL; (buffer)->length = 0; } while(0)
NULL               48 source4/heimdal/lib/gssapi/mech/mechqueue.h 	{ NULL }
NULL               59 source4/heimdal/lib/gssapi/mech/mechqueue.h 	(head)->slh_first = NULL;					\
NULL               95 source4/heimdal/lib/gssapi/mech/mechqueue.h #define	SLIST_EMPTY(head)	((head)->slh_first == NULL)
NULL               48 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (nt.u.negTokenResp.negResult == NULL) {
NULL               53 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenResp.supportedMech = NULL;
NULL               54 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenResp.responseToken = NULL;
NULL               55 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenResp.mechListMIC   = NULL;
NULL               81 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			   GSS_C_ACCEPT, &cred, NULL, NULL);
NULL              108 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenInit.reqFlags = NULL;
NULL              109 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenInit.mechToken = NULL;
NULL              110 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenInit.negHints = NULL;
NULL              113 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 					    acceptor_approved, 1, NULL,
NULL              114 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 					    &nt.u.negTokenInit.mechTypes, NULL);
NULL              146 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.value = NULL;
NULL              172 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (nt.u.negTokenInit.negHints == NULL) {
NULL              180 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (nt.u.negTokenInit.negHints->hintName == NULL) {
NULL              188 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     name_buf.value = NULL;
NULL              189 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     nt.u.negTokenInit.negHints->hintAddress = NULL;
NULL              230 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (nt.u.negTokenResp.negResult == NULL) {
NULL              251 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (nt.u.negTokenResp.supportedMech == NULL) {
NULL              260 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			  NULL);
NULL              267 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	nt.u.negTokenResp.supportedMech = NULL;
NULL              272 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (nt.u.negTokenResp.responseToken == NULL) {
NULL              280 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	mech_token->value  = NULL;
NULL              282 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	nt.u.negTokenResp.responseToken = NULL;
NULL              293 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    if (nt.u.negTokenResp.mechListMIC == NULL) {
NULL              302 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    nt.u.negTokenResp.mechListMIC = NULL;
NULL              309 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	nt.u.negTokenResp.mechListMIC = NULL;
NULL              352 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mechListMIC == NULL) {
NULL              364 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			 NULL);
NULL              429 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	char *str = NULL, *host, hostname[MAXHOSTNAMELEN];
NULL              432 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (host == NULL || issuid()) {
NULL              474 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     buf.value = NULL;
NULL              482 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mic != NULL)
NULL              563 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     mech_output_token.value = NULL;
NULL              565 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     mech_buf.value = NULL;
NULL              626 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (ret == 0 && ni->mechToken != NULL) {
NULL              635 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (acceptor_cred != NULL)
NULL              689 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (!first_ok && ni->mechToken != NULL) {
NULL              720 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		       get_mic ? &mech_buf : NULL,
NULL              726 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_output_token.value != NULL)
NULL              728 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_buf.value != NULL) {
NULL              730 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	mech_buf.value = NULL;
NULL              736 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (src_name != NULL && ctx->mech_src_name != NULL) {
NULL              742 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		ctx->mech_src_name = NULL;
NULL              748 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
NULL              750 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (ret_flags != NULL)
NULL              752 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (time_rec != NULL)
NULL              793 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     mech_buf.value = NULL;
NULL              815 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (na->negResult != NULL) {
NULL              827 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (na->responseToken != NULL) {
NULL              832 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    ibuf.value = NULL;
NULL              840 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    if (acceptor_cred != NULL)
NULL              891 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (mic != NULL)
NULL              922 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				get_mic ? &mech_buf : NULL,
NULL              931 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (mech_output_token != NULL)
NULL              933 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (mech_buf.value != NULL)
NULL              939 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (src_name != NULL && ctx->mech_src_name != NULL) {
NULL              945 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		ctx->mech_src_name = NULL;
NULL              951 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
NULL              953 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (ret_flags != NULL)
NULL              955 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (time_rec != NULL)
NULL              989 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     output_token->value  = NULL;
NULL              991 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (src_name != NULL)
NULL              993 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_type != NULL)
NULL              995 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (ret_flags != NULL)
NULL              997 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (time_rec != NULL)
NULL              999 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (delegated_cred_handle != NULL)
NULL               60 source4/heimdal/lib/gssapi/spnego/compat.c     if (ctx == NULL) {
NULL               66 source4/heimdal/lib/gssapi/spnego/compat.c     ctx->initiator_mech_types.val = NULL;
NULL              107 source4/heimdal/lib/gssapi/spnego/compat.c     if (context_handle == NULL) {
NULL              113 source4/heimdal/lib/gssapi/spnego/compat.c 	output_token->value = NULL;
NULL              119 source4/heimdal/lib/gssapi/spnego/compat.c     if (ctx == NULL) {
NULL              123 source4/heimdal/lib/gssapi/spnego/compat.c     if (ctx->initiator_mech_types.val != NULL)
NULL              145 source4/heimdal/lib/gssapi/spnego/compat.c     *context_handle = NULL;
NULL              167 source4/heimdal/lib/gssapi/spnego/compat.c     if (ctx == NULL) {
NULL              217 source4/heimdal/lib/gssapi/spnego/compat.c 			  NULL);
NULL              225 source4/heimdal/lib/gssapi/spnego/compat.c     ret = der_get_oid(mech_type->elements, mech_type->length, &mech, NULL);
NULL              249 source4/heimdal/lib/gssapi/spnego/compat.c     mechtypelist->val = NULL;
NULL              251 source4/heimdal/lib/gssapi/spnego/compat.c     if (cred_handle != NULL) {
NULL              254 source4/heimdal/lib/gssapi/spnego/compat.c 			       NULL,
NULL              255 source4/heimdal/lib/gssapi/spnego/compat.c 			       NULL,
NULL              256 source4/heimdal/lib/gssapi/spnego/compat.c 			       NULL,
NULL              311 source4/heimdal/lib/gssapi/spnego/compat.c     if (preferred_mech != NULL) {
NULL              111 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (context_handle == NULL || *context_handle == GSS_C_NO_CONTEXT)
NULL              301 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (name == NULL || name->mech == GSS_C_NO_NAME)
NULL              321 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (name == NULL) {
NULL              424 source4/heimdal/lib/gssapi/spnego/context_stubs.c 	if (name == NULL)
NULL              433 source4/heimdal/lib/gssapi/spnego/context_stubs.c 	if (name == NULL) {
NULL              493 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (context_handle == NULL) {
NULL              499 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (ctx == NULL)
NULL              571 source4/heimdal/lib/gssapi/spnego/context_stubs.c     *name_types = NULL;
NULL              906 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if (context_handle == NULL || *context_handle == GSS_C_NO_CONTEXT) {
NULL               71 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     if (cred == NULL) {
NULL              128 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     if (actual_desired_mechs.elements == NULL) {
NULL              162 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     if (actual_desired_mechs.elements != NULL) {
NULL              182 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     spnego_name sname = NULL;
NULL              192 source4/heimdal/lib/gssapi/spnego/cred_stubs.c 	if (sname == NULL) {
NULL              202 source4/heimdal/lib/gssapi/spnego/cred_stubs.c 			   sname ? &sname->mech : NULL,
NULL              277 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     spnego_name sname = NULL;
NULL              287 source4/heimdal/lib/gssapi/spnego/cred_stubs.c 	if (sname == NULL) {
NULL              298 source4/heimdal/lib/gssapi/spnego/cred_stubs.c 				   sname ? &sname->mech : NULL,
NULL              345 source4/heimdal/lib/gssapi/spnego/cred_stubs.c     if (cred_handle == NULL || *cred_handle == GSS_C_NO_CREDENTIAL) {
NULL               60 source4/heimdal/lib/gssapi/spnego/external.c     NULL, /* gm_display_status */
NULL               61 source4/heimdal/lib/gssapi/spnego/external.c     NULL, /* gm_indicate_mechs */
NULL               58 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				    NULL,
NULL               60 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				    NULL,
NULL               61 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				    NULL);
NULL               67 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     gss_delete_sec_context(&min_stat, &ctx, NULL);
NULL               94 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	output_token->value = NULL;
NULL              104 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (nt.u.negTokenResp.negResult == NULL) {
NULL              109 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     nt.u.negTokenResp.supportedMech = NULL;
NULL              112 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     output_token->value = NULL;
NULL              115 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	nt.u.negTokenResp.responseToken = NULL;
NULL              119 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (nt.u.negTokenResp.responseToken == NULL) {
NULL              127 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	mech_token->value  = NULL;
NULL              141 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	    if (nt.u.negTokenResp.mechListMIC == NULL) {
NULL              151 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	    nt.u.negTokenResp.mechListMIC = NULL;
NULL              158 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	nt.u.negTokenResp.mechListMIC = NULL;
NULL              248 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     ni.reqFlags = NULL;
NULL              257 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 			       (cred != NULL) ? cred->negotiated_cred_id :
NULL              282 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (ni.mechToken == NULL) {
NULL              291 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (ni.mechToken->data == NULL && mech_token.length != 0) {
NULL              301 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	ni.mechToken = NULL;
NULL              303 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     ni.mechListMIC = NULL;
NULL              309 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (buf == NULL) {
NULL              349 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     ni.mechTypes.val = NULL;
NULL              409 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     output_token->value  = NULL;
NULL              412 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     mech_output_token.value = NULL;
NULL              414 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     mech_buf.value = NULL;
NULL              426 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 			      len, &resp, NULL);
NULL              432 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (resp.negResult == NULL
NULL              487 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if ((resp.responseToken != NULL && resp.responseToken->length) ||
NULL              496 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	    mech_input_token.value = NULL;
NULL              506 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				   (cred != NULL) ? cred->negotiated_cred_id :
NULL              543 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (resp.mechListMIC != NULL) {
NULL              572 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (resp.mechListMIC == NULL) {
NULL              587 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				 NULL);
NULL              600 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				require_mic ? &mech_buf : NULL,
NULL              604 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (mech_buf.value != NULL)
NULL               91 source4/heimdal/lib/hcrypto/bn.c 	return NULL;
NULL              136 source4/heimdal/lib/hcrypto/bn.c 	return NULL;
NULL              138 source4/heimdal/lib/hcrypto/bn.c     if (hi == NULL) {
NULL              140 source4/heimdal/lib/hcrypto/bn.c 	if (hi == NULL)
NULL              141 source4/heimdal/lib/hcrypto/bn.c 	    return NULL;
NULL              147 source4/heimdal/lib/hcrypto/bn.c     if (hi->data == NULL && len != 0) {
NULL              148 source4/heimdal/lib/hcrypto/bn.c 	if (bn == NULL)
NULL              150 source4/heimdal/lib/hcrypto/bn.c 	return NULL;
NULL              175 source4/heimdal/lib/hcrypto/bn.c     if (data == NULL)
NULL              190 source4/heimdal/lib/hcrypto/bn.c     *bnp = BN_bin2bn(data, ret, NULL);
NULL              192 source4/heimdal/lib/hcrypto/bn.c     if (*bnp == NULL)
NULL              208 source4/heimdal/lib/hcrypto/bn.c     if (data == NULL)
NULL              263 source4/heimdal/lib/hcrypto/bn.c 	if (d == NULL)
NULL              307 source4/heimdal/lib/hcrypto/bn.c     return bn != NULL;
NULL              335 source4/heimdal/lib/hcrypto/bn.c     if (i->data == NULL && len != 0)
NULL              341 source4/heimdal/lib/hcrypto/bn.c 	i->data = NULL;
NULL              396 source4/heimdal/lib/hcrypto/bn.c     if (ci.data == NULL)
NULL              442 source4/heimdal/lib/hcrypto/bn.c     if (cb == NULL || cb->cb.cb_2 == NULL)
NULL               71 source4/heimdal/lib/hcrypto/dh-imath.c     if (p == NULL && size != 0)
NULL               72 source4/heimdal/lib/hcrypto/dh-imath.c 	return NULL;
NULL               75 source4/heimdal/lib/hcrypto/dh-imath.c     bn = BN_bin2bn(p, size, NULL);
NULL               90 source4/heimdal/lib/hcrypto/dh-imath.c     int have_private_key = (dh->priv_key != NULL);
NULL               94 source4/heimdal/lib/hcrypto/dh-imath.c     if (dh->p == NULL || dh->g == NULL)
NULL              105 source4/heimdal/lib/hcrypto/dh-imath.c 	    if (dh->priv_key == NULL)
NULL              109 source4/heimdal/lib/hcrypto/dh-imath.c 		dh->priv_key = NULL;
NULL              135 source4/heimdal/lib/hcrypto/dh-imath.c 	if (dh->pub_key == NULL)
NULL              147 source4/heimdal/lib/hcrypto/dh-imath.c 	    dh->priv_key = NULL;
NULL              151 source4/heimdal/lib/hcrypto/dh-imath.c 	    dh->pub_key = NULL;
NULL              166 source4/heimdal/lib/hcrypto/dh-imath.c     if (dh->pub_key == NULL || dh->g == NULL || dh->priv_key == NULL)
NULL              231 source4/heimdal/lib/hcrypto/dh-imath.c     NULL,
NULL              235 source4/heimdal/lib/hcrypto/dh-imath.c     NULL,
NULL               68 source4/heimdal/lib/hcrypto/dh.c     return DH_new_method(NULL);
NULL               88 source4/heimdal/lib/hcrypto/dh.c     if (dh == NULL)
NULL               89 source4/heimdal/lib/hcrypto/dh.c 	return NULL;
NULL              102 source4/heimdal/lib/hcrypto/dh.c 	if (dh->meth == NULL) {
NULL              109 source4/heimdal/lib/hcrypto/dh.c     if (dh->meth == NULL)
NULL              261 source4/heimdal/lib/hcrypto/dh.c     BIGNUM *bn = NULL, *sum = NULL;
NULL              280 source4/heimdal/lib/hcrypto/dh.c     if (bn == NULL)
NULL              290 source4/heimdal/lib/hcrypto/dh.c     if (sum == NULL)
NULL              394 source4/heimdal/lib/hcrypto/dh.c 	dh->engine = NULL;
NULL              439 source4/heimdal/lib/hcrypto/dh.c     NULL,
NULL              443 source4/heimdal/lib/hcrypto/dh.c     NULL,
NULL               99 source4/heimdal/lib/hcrypto/engine.c     return (engine->id == NULL) ? 0 : 1;
NULL              106 source4/heimdal/lib/hcrypto/engine.c     return (engine->name == NULL) ? 0 : 1;
NULL              208 source4/heimdal/lib/hcrypto/engine.c     if (d == NULL)
NULL              223 source4/heimdal/lib/hcrypto/engine.c     if (engine == NULL)
NULL              246 source4/heimdal/lib/hcrypto/engine.c     if (engine == NULL)
NULL              247 source4/heimdal/lib/hcrypto/engine.c 	return NULL;
NULL              250 source4/heimdal/lib/hcrypto/engine.c     if (handle == NULL) {
NULL              253 source4/heimdal/lib/hcrypto/engine.c 	return NULL;
NULL              261 source4/heimdal/lib/hcrypto/engine.c 	if (v_check == NULL) {
NULL              264 source4/heimdal/lib/hcrypto/engine.c 	    return NULL;
NULL              271 source4/heimdal/lib/hcrypto/engine.c 	    return NULL;
NULL              279 source4/heimdal/lib/hcrypto/engine.c 	if (bind_engine == NULL) {
NULL              282 source4/heimdal/lib/hcrypto/engine.c 	    return NULL;
NULL              285 source4/heimdal/lib/hcrypto/engine.c 	ret = (*bind_engine)(engine, id, NULL); /* XXX fix third arg */
NULL              289 source4/heimdal/lib/hcrypto/engine.c 	    return NULL;
NULL              299 source4/heimdal/lib/hcrypto/engine.c 	return NULL;
NULL              304 source4/heimdal/lib/hcrypto/engine.c     return NULL;
NULL              319 source4/heimdal/lib/hcrypto/engine.c     return NULL;
NULL              210 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              211 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              212 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              213 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL
NULL              240 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              241 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              242 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              243 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL
NULL              270 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              271 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              272 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL,
NULL              273 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	NULL
NULL              111 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              112 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              113 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              114 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL
NULL              141 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              142 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              143 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              144 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL
NULL              170 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              171 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              172 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL,
NULL              173 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	NULL
NULL              179 source4/heimdal/lib/hcrypto/evp.c     ctx->md = NULL;
NULL              180 source4/heimdal/lib/hcrypto/evp.c     ctx->engine = NULL;
NULL              255 source4/heimdal/lib/hcrypto/evp.c 	if (ctx->ptr == NULL)
NULL              328 source4/heimdal/lib/hcrypto/evp.c     if (ctx == NULL)
NULL              363 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL              375 source4/heimdal/lib/hcrypto/evp.c     NULL
NULL              424 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL              447 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL              470 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL              510 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL              602 source4/heimdal/lib/hcrypto/evp.c 	c->cipher_data = NULL;
NULL              781 source4/heimdal/lib/hcrypto/evp.c 	if (ctx->cipher_data == NULL && c->ctx_size != 0)
NULL              787 source4/heimdal/lib/hcrypto/evp.c     } else if (ctx->cipher == NULL) {
NULL             1009 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1010 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1011 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1012 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1080 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1081 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1082 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1083 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1109 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1110 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1111 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1112 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1138 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1139 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1140 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1141 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1159 source4/heimdal/lib/hcrypto/evp.c     return NULL;
NULL             1175 source4/heimdal/lib/hcrypto/evp.c     return NULL;
NULL             1235 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1236 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1237 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1238 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1316 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1317 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1318 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1319 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1417 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1418 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1419 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1420 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1446 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1447 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1448 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1449 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1475 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1476 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1477 source4/heimdal/lib/hcrypto/evp.c 	NULL,
NULL             1478 source4/heimdal/lib/hcrypto/evp.c 	NULL
NULL             1518 source4/heimdal/lib/hcrypto/evp.c     return NULL;
NULL             1569 source4/heimdal/lib/hcrypto/evp.c     if (data == NULL)
NULL             1573 source4/heimdal/lib/hcrypto/evp.c     if (buf == NULL)
NULL             1580 source4/heimdal/lib/hcrypto/evp.c 	EVP_DigestInit_ex(&c, md, NULL);
NULL             1595 source4/heimdal/lib/hcrypto/evp.c 	    EVP_DigestInit_ex(&c, md, NULL);
NULL             1661 source4/heimdal/lib/hcrypto/evp.c     if (ctx->cipher == NULL || ctx->cipher->ctrl == NULL)
NULL               52 source4/heimdal/lib/hcrypto/hmac.c 	ctx->buf = NULL;
NULL               57 source4/heimdal/lib/hcrypto/hmac.c 	ctx->opad = NULL;
NULL               62 source4/heimdal/lib/hcrypto/hmac.c 	ctx->ipad = NULL;
NULL               66 source4/heimdal/lib/hcrypto/hmac.c 	ctx->ctx = NULL;
NULL              100 source4/heimdal/lib/hcrypto/hmac.c 	EVP_Digest(key, keylen, ctx->buf, NULL, ctx->md, engine);
NULL              139 source4/heimdal/lib/hcrypto/hmac.c     EVP_DigestFinal_ex(ctx->ctx, ctx->buf, NULL);
NULL              156 source4/heimdal/lib/hcrypto/hmac.c     HMAC_Init_ex(&ctx, key, key_size, md, NULL);
NULL               70 source4/heimdal/lib/hcrypto/imath/imath.c   NULL
NULL              324 source4/heimdal/lib/hcrypto/imath/imath.c   if(z == NULL)
NULL              344 source4/heimdal/lib/hcrypto/imath/imath.c   if(out != NULL)
NULL              356 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL              365 source4/heimdal/lib/hcrypto/imath/imath.c   if((MP_DIGITS(z) = s_alloc(prec)) == NULL)
NULL              385 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && old != NULL);
NULL              437 source4/heimdal/lib/hcrypto/imath/imath.c   if(z == NULL)
NULL              440 source4/heimdal/lib/hcrypto/imath/imath.c   if(MP_DIGITS(z) != NULL) {
NULL              444 source4/heimdal/lib/hcrypto/imath/imath.c     MP_DIGITS(z) = NULL;
NULL              454 source4/heimdal/lib/hcrypto/imath/imath.c   NRCHECK(z != NULL);
NULL              466 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL);
NULL              505 source4/heimdal/lib/hcrypto/imath/imath.c   NRCHECK(z != NULL);
NULL              520 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL);
NULL              537 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL);
NULL              556 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL);
NULL              639 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL);
NULL              719 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL);
NULL              740 source4/heimdal/lib/hcrypto/imath/imath.c     if((out = s_alloc(p)) == NULL)
NULL              792 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL && p2 >= 0);
NULL              812 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL);
NULL              820 source4/heimdal/lib/hcrypto/imath/imath.c     if((out = s_alloc(p)) == NULL)
NULL              862 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && q != r);
NULL              973 source4/heimdal/lib/hcrypto/imath/imath.c   if((res = mp_int_div(a, m, NULL, out)) != MP_OK)
NULL             1020 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && p2 >= 0 && q != r);
NULL             1022 source4/heimdal/lib/hcrypto/imath/imath.c   if(q != NULL && (res = mp_int_copy(a, q)) == MP_OK)
NULL             1025 source4/heimdal/lib/hcrypto/imath/imath.c   if(res == MP_OK && r != NULL && (res = mp_int_copy(a, r)) == MP_OK)
NULL             1041 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(b >= 0 && c != NULL);
NULL             1075 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(b >= 0 && c != NULL);
NULL             1107 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL);
NULL             1135 source4/heimdal/lib/hcrypto/imath/imath.c   NRCHECK(a != NULL && b != NULL);
NULL             1146 source4/heimdal/lib/hcrypto/imath/imath.c   NRCHECK(z != NULL);
NULL             1165 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1195 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL && m != NULL);
NULL             1311 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(m != NULL && c != NULL && m != c);
NULL             1327 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && m != NULL && c != NULL);
NULL             1337 source4/heimdal/lib/hcrypto/imath/imath.c   if((res = mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL)) != MP_OK)
NULL             1377 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL);
NULL             1460 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL &&
NULL             1461 source4/heimdal/lib/hcrypto/imath/imath.c 	(x != NULL || y != NULL));
NULL             1573 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && b != NULL && c != NULL);
NULL             1585 source4/heimdal/lib/hcrypto/imath/imath.c   if((res = mp_int_div(a, &lcm, &lcm, NULL)) != MP_OK)
NULL             1606 source4/heimdal/lib/hcrypto/imath/imath.c   if(mp_int_div_value(a, v, NULL, &rem) != MP_OK)
NULL             1618 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1638 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(a != NULL && c != NULL && b > 0);
NULL             1672 source4/heimdal/lib/hcrypto/imath/imath.c     if((res = mp_int_div(TEMP(2), TEMP(3), TEMP(4), NULL)) != MP_OK)
NULL             1710 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1744 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1776 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && str != NULL && limit >= 2);
NULL             1834 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1855 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_read_cstring(z, radix, str, NULL);
NULL             1867 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && str != NULL);
NULL             1911 source4/heimdal/lib/hcrypto/imath/imath.c   if(end != NULL)
NULL             1932 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL);
NULL             1961 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && buf != NULL);
NULL             1981 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && buf != NULL && len > 0);
NULL             2041 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && buf != NULL);
NULL             2056 source4/heimdal/lib/hcrypto/imath/imath.c   CHECK(z != NULL && buf != NULL && len > 0);
NULL             2102 source4/heimdal/lib/hcrypto/imath/imath.c   for(ix = 0; ix < res && s_error_msg[ix] != NULL; ++ix)
NULL             2105 source4/heimdal/lib/hcrypto/imath/imath.c   if(s_error_msg[ix] != NULL)
NULL             2122 source4/heimdal/lib/hcrypto/imath/imath.c   assert(out != NULL); /* for debugging */
NULL             2153 source4/heimdal/lib/hcrypto/imath/imath.c   assert(new != NULL); /* for debugging */
NULL             2178 source4/heimdal/lib/hcrypto/imath/imath.c       if((tmp = s_alloc(nsize)) == NULL)
NULL             2183 source4/heimdal/lib/hcrypto/imath/imath.c     else if((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL)
NULL             2395 source4/heimdal/lib/hcrypto/imath/imath.c     if((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
NULL             2484 source4/heimdal/lib/hcrypto/imath/imath.c     if((t1 = s_alloc(4 * buf_size)) == NULL) return 0;
NULL             2955 source4/heimdal/lib/hcrypto/imath/imath.c   return mp_int_div(z, m, z, NULL);
NULL              135 source4/heimdal/lib/hcrypto/imath/iprime.c     if((res = mp_int_div_value(z, s_ptab[i], NULL, &rem)) != MP_OK)
NULL               63 source4/heimdal/lib/hcrypto/pkcs12.c     if (ctx == NULL)
NULL               68 source4/heimdal/lib/hcrypto/pkcs12.c     if (v == NULL) {
NULL               74 source4/heimdal/lib/hcrypto/pkcs12.c     if (I == NULL) {
NULL              101 source4/heimdal/lib/hcrypto/pkcs12.c 	if (!EVP_DigestInit_ex(ctx, md, NULL)) {
NULL              113 source4/heimdal/lib/hcrypto/pkcs12.c 	    EVP_Digest(hash, size, hash, &size, md, NULL);
NULL              124 source4/heimdal/lib/hcrypto/pkcs12.c 	bnB = BN_bin2bn(v, vlen, NULL);
NULL              134 source4/heimdal/lib/hcrypto/pkcs12.c 	    bnI = BN_bin2bn(I + i, vlen, NULL);
NULL               88 source4/heimdal/lib/hcrypto/pkcs5.c     if (tmpcksum == NULL)
NULL              161 source4/heimdal/lib/hcrypto/rand-egd.c     if (path == NULL)
NULL              186 source4/heimdal/lib/hcrypto/rand-egd.c     return get_bytes(NULL, outdata, size);
NULL              203 source4/heimdal/lib/hcrypto/rand-egd.c     return get_bytes(NULL, outdata, size);
NULL              249 source4/heimdal/lib/hcrypto/rand-egd.c     if (data == NULL)
NULL              222 source4/heimdal/lib/hcrypto/rand-fortuna.c     gettimeofday(&tv, NULL);
NULL              525 source4/heimdal/lib/hcrypto/rand-fortuna.c 	gettimeofday(&tv, NULL);
NULL               78 source4/heimdal/lib/hcrypto/rand-timer.c 	select(1, &fds, NULL, NULL, tv);
NULL              158 source4/heimdal/lib/hcrypto/rand-timer.c     while(waitpid(pid, NULL, 0) != pid);
NULL               60 source4/heimdal/lib/hcrypto/rand-unix.c 	NULL
NULL               57 source4/heimdal/lib/hcrypto/rand.c const static RAND_METHOD *selected_meth = NULL;
NULL               58 source4/heimdal/lib/hcrypto/rand.c static ENGINE *selected_engine = NULL;
NULL               63 source4/heimdal/lib/hcrypto/rand.c     if (selected_meth != NULL)
NULL              114 source4/heimdal/lib/hcrypto/rand.c     selected_meth = NULL;
NULL              115 source4/heimdal/lib/hcrypto/rand.c     selected_engine = NULL;
NULL              194 source4/heimdal/lib/hcrypto/rand.c 	selected_engine = NULL;
NULL              230 source4/heimdal/lib/hcrypto/rand.c 	if (meth == NULL) {
NULL              235 source4/heimdal/lib/hcrypto/rand.c 	meth = NULL;
NULL              339 source4/heimdal/lib/hcrypto/rand.c     const char *e = NULL;
NULL              344 source4/heimdal/lib/hcrypto/rand.c 	if (e == NULL) {
NULL              356 source4/heimdal/lib/hcrypto/rand.c     if (e == NULL)
NULL              357 source4/heimdal/lib/hcrypto/rand.c 	return NULL;
NULL              365 source4/heimdal/lib/hcrypto/rand.c 	return NULL;
NULL               76 source4/heimdal/lib/hcrypto/rsa-imath.c     if (p == NULL && size != 0)
NULL               77 source4/heimdal/lib/hcrypto/rsa-imath.c 	return NULL;
NULL               80 source4/heimdal/lib/hcrypto/rsa-imath.c     bn = BN_bin2bn(p, size, NULL);
NULL              176 source4/heimdal/lib/hcrypto/rsa-imath.c     if (p0 == NULL) {
NULL              511 source4/heimdal/lib/hcrypto/rsa-imath.c     if (p == NULL)
NULL              645 source4/heimdal/lib/hcrypto/rsa-imath.c     NULL,
NULL              646 source4/heimdal/lib/hcrypto/rsa-imath.c     NULL,
NULL              650 source4/heimdal/lib/hcrypto/rsa-imath.c     NULL,
NULL              651 source4/heimdal/lib/hcrypto/rsa-imath.c     NULL,
NULL              652 source4/heimdal/lib/hcrypto/rsa-imath.c     NULL,
NULL               69 source4/heimdal/lib/hcrypto/rsa.c     return RSA_new_method(NULL);
NULL               90 source4/heimdal/lib/hcrypto/rsa.c     if (rsa == NULL)
NULL               91 source4/heimdal/lib/hcrypto/rsa.c 	return NULL;
NULL              104 source4/heimdal/lib/hcrypto/rsa.c 	if (rsa->meth == NULL) {
NULL              111 source4/heimdal/lib/hcrypto/rsa.c     if (rsa->meth == NULL)
NULL              207 source4/heimdal/lib/hcrypto/rsa.c 	rsa->engine = NULL;
NULL              263 source4/heimdal/lib/hcrypto/rsa.c     if ((rsa->d == NULL || rsa->n == NULL) &&
NULL              264 source4/heimdal/lib/hcrypto/rsa.c 	(rsa->p == NULL || rsa->q || rsa->dmp1 == NULL || rsa->dmq1 == NULL || rsa->iqmp == NULL))
NULL              268 source4/heimdal/lib/hcrypto/rsa.c     if (buffer == NULL)
NULL              371 source4/heimdal/lib/hcrypto/rsa.c     NULL,
NULL              372 source4/heimdal/lib/hcrypto/rsa.c     NULL,
NULL              376 source4/heimdal/lib/hcrypto/rsa.c     NULL,
NULL              377 source4/heimdal/lib/hcrypto/rsa.c     NULL,
NULL              378 source4/heimdal/lib/hcrypto/rsa.c     NULL
NULL              415 source4/heimdal/lib/hcrypto/rsa.c     bn = BN_bin2bn(i->data, i->length, NULL);
NULL              426 source4/heimdal/lib/hcrypto/rsa.c     if (integer->data == NULL) {
NULL              446 source4/heimdal/lib/hcrypto/rsa.c 	return NULL;
NULL              450 source4/heimdal/lib/hcrypto/rsa.c     if (k == NULL) {
NULL              452 source4/heimdal/lib/hcrypto/rsa.c 	if (k == NULL) {
NULL              454 source4/heimdal/lib/hcrypto/rsa.c 	    return NULL;
NULL              468 source4/heimdal/lib/hcrypto/rsa.c     if (k->n == NULL || k->e == NULL || k->d == NULL || k->p == NULL ||
NULL              469 source4/heimdal/lib/hcrypto/rsa.c 	k->q == NULL || k->dmp1 == NULL || k->dmq1 == NULL || k->iqmp == NULL)
NULL              472 source4/heimdal/lib/hcrypto/rsa.c 	return NULL;
NULL              485 source4/heimdal/lib/hcrypto/rsa.c     if (rsa->n == NULL || rsa->e == NULL || rsa->d == NULL || rsa->p == NULL ||
NULL              486 source4/heimdal/lib/hcrypto/rsa.c 	rsa->q == NULL || rsa->dmp1 == NULL || rsa->dmq1 == NULL ||
NULL              487 source4/heimdal/lib/hcrypto/rsa.c 	rsa->iqmp == NULL)
NULL              505 source4/heimdal/lib/hcrypto/rsa.c     if (pp == NULL) {
NULL              544 source4/heimdal/lib/hcrypto/rsa.c     if (pp == NULL) {
NULL               87 source4/heimdal/lib/hcrypto/ui.c     if((tty = fopen("/dev/tty", "r")) != NULL)
NULL              130 source4/heimdal/lib/hcrypto/ui.c 	    sigaction(i, &sigs[i], NULL);
NULL              153 source4/heimdal/lib/hcrypto/ui.c 	if (buf2 == NULL)
NULL              131 source4/heimdal/lib/hdb/db.c     if (code == 0 && entry->entry.principal == NULL) {
NULL              133 source4/heimdal/lib/hdb/db.c 	if (entry->entry.principal == NULL) {
NULL              267 source4/heimdal/lib/hdb/db.c     if (fn == NULL) {
NULL              271 source4/heimdal/lib/hdb/db.c     db->hdb_db = dbopen(fn, flags, mode, DB_BTREE, NULL);
NULL              274 source4/heimdal/lib/hdb/db.c     if(db->hdb_db == NULL && errno == ENOENT)
NULL              275 source4/heimdal/lib/hdb/db.c 	db->hdb_db = dbopen(db->hdb_name, flags, mode, DB_BTREE, NULL);
NULL              276 source4/heimdal/lib/hdb/db.c     if(db->hdb_db == NULL) {
NULL              305 source4/heimdal/lib/hdb/db.c     if (*db == NULL) {
NULL              310 source4/heimdal/lib/hdb/db.c     (*db)->hdb_db = NULL;
NULL              312 source4/heimdal/lib/hdb/db.c     if ((*db)->hdb_name == NULL) {
NULL              314 source4/heimdal/lib/hdb/db.c 	*db = NULL;
NULL               58 source4/heimdal/lib/hdb/dbinfo.c     *db = NULL;
NULL               60 source4/heimdal/lib/hdb/dbinfo.c     p = krb5_config_get_string(context, db_binding, "dbname", NULL);
NULL               61 source4/heimdal/lib/hdb/dbinfo.c     if(p == NULL)
NULL               65 source4/heimdal/lib/hdb/dbinfo.c     if (di == NULL) {
NULL               72 source4/heimdal/lib/hdb/dbinfo.c     p = krb5_config_get_string(context, db_binding, "realm", NULL);
NULL               75 source4/heimdal/lib/hdb/dbinfo.c     p = krb5_config_get_string(context, db_binding, "mkey_file", NULL);
NULL               78 source4/heimdal/lib/hdb/dbinfo.c     p = krb5_config_get_string(context, db_binding, "acl_file", NULL);
NULL               81 source4/heimdal/lib/hdb/dbinfo.c     p = krb5_config_get_string(context, db_binding, "log_file", NULL);
NULL              103 source4/heimdal/lib/hdb/dbinfo.c     *dbp = NULL;
NULL              104 source4/heimdal/lib/hdb/dbinfo.c     dt = NULL;
NULL              105 source4/heimdal/lib/hdb/dbinfo.c     databases = NULL;
NULL              107 source4/heimdal/lib/hdb/dbinfo.c     db_binding = krb5_config_get(context, NULL, krb5_config_list,
NULL              110 source4/heimdal/lib/hdb/dbinfo.c 				 NULL);
NULL              119 source4/heimdal/lib/hdb/dbinfo.c 	for ( ; db_binding != NULL; db_binding = db_binding->next) {
NULL              129 source4/heimdal/lib/hdb/dbinfo.c 	    if (di == NULL)
NULL              141 source4/heimdal/lib/hdb/dbinfo.c     if(databases == NULL) {
NULL              149 source4/heimdal/lib/hdb/dbinfo.c 	if(di->dbname == NULL) {
NULL              151 source4/heimdal/lib/hdb/dbinfo.c 	    if (di->mkey_file == NULL)
NULL              154 source4/heimdal/lib/hdb/dbinfo.c 	if(di->mkey_file == NULL) {
NULL              156 source4/heimdal/lib/hdb/dbinfo.c 	    if(p == NULL || strchr(p, '/') != NULL)
NULL              165 source4/heimdal/lib/hdb/dbinfo.c 	if(di->acl_file == NULL)
NULL              176 source4/heimdal/lib/hdb/dbinfo.c     if (dbprevp == NULL)
NULL              229 source4/heimdal/lib/hdb/dbinfo.c     for(di = *dbp; di != NULL; di = ndi) {
NULL              237 source4/heimdal/lib/hdb/dbinfo.c     *dbp = NULL;
NULL               44 source4/heimdal/lib/hdb/ext.c     if (ent->extensions == NULL)
NULL               70 source4/heimdal/lib/hdb/ext.c     if (entry->extensions == NULL)
NULL               71 source4/heimdal/lib/hdb/ext.c 	return NULL;
NULL               76 source4/heimdal/lib/hdb/ext.c     return NULL;
NULL               94 source4/heimdal/lib/hdb/ext.c     ext2 = NULL;
NULL               96 source4/heimdal/lib/hdb/ext.c     if (entry->extensions == NULL) {
NULL               98 source4/heimdal/lib/hdb/ext.c 	if (entry->extensions == NULL) {
NULL              164 source4/heimdal/lib/hdb/ext.c     if (es == NULL) {
NULL              187 source4/heimdal/lib/hdb/ext.c     if (entry->extensions == NULL)
NULL              202 source4/heimdal/lib/hdb/ext.c 	entry->extensions = NULL;
NULL              218 source4/heimdal/lib/hdb/ext.c 	*a = NULL;
NULL              232 source4/heimdal/lib/hdb/ext.c 	*a = NULL;
NULL              261 source4/heimdal/lib/hdb/ext.c 	t = time(NULL);
NULL              286 source4/heimdal/lib/hdb/ext.c 	    if (key == NULL) {
NULL              314 source4/heimdal/lib/hdb/ext.c 	if (*p == NULL) {
NULL              344 source4/heimdal/lib/hdb/ext.c 	key = _hdb_find_master_key(NULL, db->hdb_master_key);
NULL              345 source4/heimdal/lib/hdb/ext.c 	if (key == NULL) {
NULL              360 source4/heimdal/lib/hdb/ext.c 	if (ext.data.u.password.mkvno == NULL) {
NULL              368 source4/heimdal/lib/hdb/ext.c 	ext.data.u.password.mkvno = NULL;
NULL              404 source4/heimdal/lib/hdb/ext.c 	*a = NULL;
NULL              418 source4/heimdal/lib/hdb/ext.c 	*a = NULL;
NULL               58 source4/heimdal/lib/hdb/hdb.c     {0, NULL,	NULL}
NULL               97 source4/heimdal/lib/hdb/hdb.c     *key = NULL;
NULL              262 source4/heimdal/lib/hdb/hdb.c     if (p == NULL)
NULL              263 source4/heimdal/lib/hdb/hdb.c 	return NULL;
NULL              269 source4/heimdal/lib/hdb/hdb.c     if (prefix == NULL)
NULL              283 source4/heimdal/lib/hdb/hdb.c     if (dl == NULL) {
NULL              288 source4/heimdal/lib/hdb/hdb.c 	return NULL;
NULL              295 source4/heimdal/lib/hdb/hdb.c     if (mso == NULL) {
NULL              302 source4/heimdal/lib/hdb/hdb.c 	return NULL;
NULL              314 source4/heimdal/lib/hdb/hdb.c 	return NULL;
NULL              317 source4/heimdal/lib/hdb/hdb.c     if (mso->create == NULL) {
NULL              323 source4/heimdal/lib/hdb/hdb.c 	return NULL;
NULL              344 source4/heimdal/lib/hdb/hdb.c     for (h = methods; h->prefix != NULL; ++h) {
NULL              360 source4/heimdal/lib/hdb/hdb.c     return NULL;
NULL              368 source4/heimdal/lib/hdb/hdb.c     char *buf = NULL;
NULL              370 source4/heimdal/lib/hdb/hdb.c     for (h = methods; h->prefix != NULL; ++h) {
NULL              378 source4/heimdal/lib/hdb/hdb.c     if (buf == NULL) {
NULL              384 source4/heimdal/lib/hdb/hdb.c     for (h = methods; h->prefix != NULL; ++h) {
NULL              399 source4/heimdal/lib/hdb/hdb.c     struct krb5_plugin *list = NULL, *e;
NULL              401 source4/heimdal/lib/hdb/hdb.c     if(filename == NULL)
NULL              406 source4/heimdal/lib/hdb/hdb.c     if (h == NULL) {
NULL              408 source4/heimdal/lib/hdb/hdb.c 	    if(ret == 0 && list != NULL) {
NULL              409 source4/heimdal/lib/hdb/hdb.c 		    for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
NULL              417 source4/heimdal/lib/hdb/hdb.c 		    if (e == NULL) {
NULL              418 source4/heimdal/lib/hdb/hdb.c 			    h = NULL;
NULL              425 source4/heimdal/lib/hdb/hdb.c     if (h == NULL)
NULL              428 source4/heimdal/lib/hdb/hdb.c     if (h == NULL)
NULL               49 source4/heimdal/lib/hdb/keys.c 	keys[i].mkvno = NULL;
NULL               50 source4/heimdal/lib/hdb/keys.c 	if (keys[i].salt != NULL) {
NULL               53 source4/heimdal/lib/hdb/keys.c 	    keys[i].salt = NULL;
NULL               93 source4/heimdal/lib/hdb/keys.c     const krb5_enctype *enctypes = NULL;
NULL               98 source4/heimdal/lib/hdb/keys.c     *ret_enctypes = NULL;
NULL              106 source4/heimdal/lib/hdb/keys.c     salt->saltvalue.data = NULL;
NULL              110 source4/heimdal/lib/hdb/keys.c 	if(enctypes == NULL && num_buf > 1) {
NULL              137 source4/heimdal/lib/hdb/keys.c 		if(enctypes == NULL) {
NULL              143 source4/heimdal/lib/hdb/keys.c 		if(enctypes == NULL) {
NULL              157 source4/heimdal/lib/hdb/keys.c 	    if (salt->saltvalue.data == NULL) {
NULL              165 source4/heimdal/lib/hdb/keys.c     if(enctypes == NULL || salt->salttype == 0) {
NULL              171 source4/heimdal/lib/hdb/keys.c     if(salt->saltvalue.data == NULL) {
NULL              177 source4/heimdal/lib/hdb/keys.c 	    if(salt->saltvalue.data == NULL) {
NULL              189 source4/heimdal/lib/hdb/keys.c     if (*ret_enctypes == NULL) {
NULL              210 source4/heimdal/lib/hdb/keys.c     if (tmp == NULL)
NULL              217 source4/heimdal/lib/hdb/keys.c     key.key.keyvalue.data = NULL;
NULL              221 source4/heimdal/lib/hdb/keys.c 	if (key.salt == NULL) {
NULL              237 source4/heimdal/lib/hdb/keys.c 	key.salt = NULL;
NULL              266 source4/heimdal/lib/hdb/keys.c 	NULL
NULL              269 source4/heimdal/lib/hdb/keys.c     ktypes = krb5_config_get_strings(context, NULL, "kadmin",
NULL              270 source4/heimdal/lib/hdb/keys.c 				     "default_keys", NULL);
NULL              271 source4/heimdal/lib/hdb/keys.c     if (ktypes == NULL)
NULL              274 source4/heimdal/lib/hdb/keys.c     if (ktypes == NULL)
NULL              277 source4/heimdal/lib/hdb/keys.c     *ret_key_set = key_set = NULL;
NULL              318 source4/heimdal/lib/hdb/keys.c 		    if (k->salt == NULL && salt.salttype == KRB5_PW_SALT)
NULL              330 source4/heimdal/lib/hdb/keys.c 					     no_salt ? NULL : &salt);
NULL               57 source4/heimdal/lib/hdb/keytab.c     if(d == NULL) {
NULL               63 source4/heimdal/lib/hdb/keytab.c     if(mkey == NULL || mkey[1] == '\0') {
NULL               65 source4/heimdal/lib/hdb/keytab.c 	    d->dbname = NULL;
NULL               68 source4/heimdal/lib/hdb/keytab.c 	    if(d->dbname == NULL) {
NULL               74 source4/heimdal/lib/hdb/keytab.c 	d->mkey = NULL;
NULL               77 source4/heimdal/lib/hdb/keytab.c 	    d->dbname = NULL;
NULL               80 source4/heimdal/lib/hdb/keytab.c 	    if(d->dbname == NULL) {
NULL               89 source4/heimdal/lib/hdb/keytab.c 	if(d->mkey == NULL) {
NULL              132 source4/heimdal/lib/hdb/keytab.c     *dbname = krb5_config_get_string(context, binding, "dbname", NULL);
NULL              133 source4/heimdal/lib/hdb/keytab.c     *mkey   = krb5_config_get_string(context, binding, "mkey_file", NULL);
NULL              147 source4/heimdal/lib/hdb/keytab.c     const krb5_config_binding *top_bind = NULL;
NULL              148 source4/heimdal/lib/hdb/keytab.c     const krb5_config_binding *default_binding = NULL;
NULL              152 source4/heimdal/lib/hdb/keytab.c     *dbname = *mkey = NULL;
NULL              156 source4/heimdal/lib/hdb/keytab.c 				 NULL,
NULL              161 source4/heimdal/lib/hdb/keytab.c 				 NULL)) != NULL) {
NULL              164 source4/heimdal/lib/hdb/keytab.c 	p = krb5_config_get_string (context, db, "realm", NULL);
NULL              165 source4/heimdal/lib/hdb/keytab.c 	if (p == NULL) {
NULL              177 source4/heimdal/lib/hdb/keytab.c     if (*dbname == NULL && default_binding != NULL)
NULL              179 source4/heimdal/lib/hdb/keytab.c     if (*dbname == NULL)
NULL              206 source4/heimdal/lib/hdb/keytab.c     if (dbname == NULL)
NULL              267 source4/heimdal/lib/hdb/keytab.c     NULL,		/* start_seq_get */
NULL              268 source4/heimdal/lib/hdb/keytab.c     NULL,		/* next_entry */
NULL              269 source4/heimdal/lib/hdb/keytab.c     NULL,		/* end_seq_get */
NULL              270 source4/heimdal/lib/hdb/keytab.c     NULL,		/* add */
NULL              271 source4/heimdal/lib/hdb/keytab.c     NULL		/* remove */
NULL               69 source4/heimdal/lib/hdb/mkey.c     if(*mkey == NULL) {
NULL               82 source4/heimdal/lib/hdb/mkey.c     (*mkey)->keytab.timestamp = time(NULL);
NULL               89 source4/heimdal/lib/hdb/mkey.c     *mkey = NULL;
NULL              129 source4/heimdal/lib/hdb/mkey.c     *mkey = NULL;
NULL              132 source4/heimdal/lib/hdb/mkey.c 	if(p == NULL) {
NULL              167 source4/heimdal/lib/hdb/mkey.c     if(sp == NULL) {
NULL              299 source4/heimdal/lib/hdb/mkey.c     *mkey = NULL;
NULL              301 source4/heimdal/lib/hdb/mkey.c     if(filename == NULL)
NULL              305 source4/heimdal/lib/hdb/mkey.c     if(f == NULL) {
NULL              347 source4/heimdal/lib/hdb/mkey.c     if(filename == NULL)
NULL              366 source4/heimdal/lib/hdb/mkey.c     hdb_master_key ret = NULL;
NULL              368 source4/heimdal/lib/hdb/mkey.c 	if(ret == NULL && mkey->keytab.vno == 0)
NULL              370 source4/heimdal/lib/hdb/mkey.c 	if(mkvno == NULL) {
NULL              371 source4/heimdal/lib/hdb/mkey.c 	    if(ret == NULL || mkey->keytab.vno > ret->keytab.vno)
NULL              414 source4/heimdal/lib/hdb/mkey.c     if(k->mkvno == NULL)
NULL              419 source4/heimdal/lib/hdb/mkey.c     if (key == NULL)
NULL              452 source4/heimdal/lib/hdb/mkey.c     k->mkvno = NULL;
NULL              495 source4/heimdal/lib/hdb/mkey.c     if(k->mkvno != NULL)
NULL              500 source4/heimdal/lib/hdb/mkey.c     if (key == NULL)
NULL              514 source4/heimdal/lib/hdb/mkey.c     if (k->mkvno == NULL) {
NULL              516 source4/heimdal/lib/hdb/mkey.c 	if (k->mkvno == NULL)
NULL               92 source4/heimdal/lib/hdb/ndbm.c     if(key.dptr == NULL)
NULL              110 source4/heimdal/lib/hdb/ndbm.c     if (ret == 0 && entry->entry.principal == NULL) {
NULL              112 source4/heimdal/lib/hdb/ndbm.c 	if (entry->entry.principal == NULL) {
NULL              153 source4/heimdal/lib/hdb/ndbm.c     if(new_lock == NULL) {
NULL              217 source4/heimdal/lib/hdb/ndbm.c     if(v.dptr == NULL)
NULL              286 source4/heimdal/lib/hdb/ndbm.c     if(d == NULL) {
NULL              291 source4/heimdal/lib/hdb/ndbm.c     if(lock_file == NULL) {
NULL              297 source4/heimdal/lib/hdb/ndbm.c     if(d->db == NULL){
NULL              338 source4/heimdal/lib/hdb/ndbm.c     if (*db == NULL) {
NULL              343 source4/heimdal/lib/hdb/ndbm.c     (*db)->hdb_db = NULL;
NULL              345 source4/heimdal/lib/hdb/ndbm.c     if ((*db)->hdb_name == NULL) {
NULL              347 source4/heimdal/lib/hdb/ndbm.c 	*db = NULL;
NULL               81 source4/heimdal/lib/hx509/ca.c     if (*tbs == NULL)
NULL               84 source4/heimdal/lib/hx509/ca.c     (*tbs)->subject = NULL;
NULL               86 source4/heimdal/lib/hx509/ca.c     (*tbs)->san.val = NULL;
NULL               88 source4/heimdal/lib/hx509/ca.c     (*tbs)->eku.val = NULL;
NULL               91 source4/heimdal/lib/hx509/ca.c     (*tbs)->crldp.val = NULL;
NULL              107 source4/heimdal/lib/hx509/ca.c     if (tbs == NULL || *tbs == NULL)
NULL              120 source4/heimdal/lib/hx509/ca.c     *tbs = NULL;
NULL              183 source4/heimdal/lib/hx509/ca.c     return hx509_ca_tbs_set_notAfter(context, tbs, time(NULL) + delta);
NULL              194 source4/heimdal/lib/hx509/ca.c     { NULL, 0 }
NULL              438 source4/heimdal/lib/hx509/ca.c     if (ptr == NULL) {
NULL              518 source4/heimdal/lib/hx509/ca.c 	if (crlissuer == NULL) {
NULL              608 source4/heimdal/lib/hx509/ca.c     char *s = NULL;
NULL              634 source4/heimdal/lib/hx509/ca.c 	if (p.principalName.name_string.val == NULL) {
NULL              643 source4/heimdal/lib/hx509/ca.c 	if (q == NULL) {
NULL              649 source4/heimdal/lib/hx509/ca.c 	if (p.realm == NULL) {
NULL              702 source4/heimdal/lib/hx509/ca.c     os.data = NULL;
NULL              879 source4/heimdal/lib/hx509/ca.c 	if (ext.critical == NULL) {
NULL              921 source4/heimdal/lib/hx509/ca.c     t = time(NULL);
NULL              923 source4/heimdal/lib/hx509/ca.c     if (tstr == NULL) {
NULL              965 source4/heimdal/lib/hx509/ca.c 	notBefore = time(NULL) - 3600 * 24;
NULL              968 source4/heimdal/lib/hx509/ca.c 	notAfter = time(NULL) + 3600 * 24 * 365;
NULL             1003 source4/heimdal/lib/hx509/ca.c 	if (tbs->subject == NULL) {
NULL             1029 source4/heimdal/lib/hx509/ca.c     if (tbsc->version == NULL) {
NULL             1045 source4/heimdal/lib/hx509/ca.c 	if (tbsc->serialNumber.data == NULL){
NULL             1097 source4/heimdal/lib/hx509/ca.c     if (tbsc->extensions == NULL) {
NULL             1266 source4/heimdal/lib/hx509/ca.c 	    if (info.pCPathLenConstraint == NULL) {
NULL             1359 source4/heimdal/lib/hx509/ca.c 	if (ai->keyIdentifier == NULL) {
NULL             1382 source4/heimdal/lib/hx509/ca.c 	if (ai->authorityCertIssuer == NULL) {
NULL             1389 source4/heimdal/lib/hx509/ca.c 	if (ai->authorityCertSerialNumber == NULL) {
NULL             1402 source4/heimdal/lib/hx509/ca.c 	if (ai->authorityCertSerialNumber == NULL) {
NULL             1425 source4/heimdal/lib/hx509/ca.c 	if (ai->authorityCertSerialNumber == NULL) {
NULL             1515 source4/heimdal/lib/hx509/ca.c 		   NULL,
NULL             1516 source4/heimdal/lib/hx509/ca.c 		   NULL,
NULL              112 source4/heimdal/lib/hx509/cert.c     if (*context == NULL)
NULL              133 source4/heimdal/lib/hx509/cert.c 			   NULL, &(*context)->default_trust_anchors);
NULL              175 source4/heimdal/lib/hx509/cert.c 	(*context)->ks_ops = NULL;
NULL              183 source4/heimdal/lib/hx509/cert.c     *context = NULL;
NULL              225 source4/heimdal/lib/hx509/cert.c     if (*cert == NULL)
NULL              228 source4/heimdal/lib/hx509/cert.c     (*cert)->friendlyname = NULL;
NULL              230 source4/heimdal/lib/hx509/cert.c     (*cert)->attrs.val = NULL;
NULL              231 source4/heimdal/lib/hx509/cert.c     (*cert)->private_key = NULL;
NULL              232 source4/heimdal/lib/hx509/cert.c     (*cert)->basename = NULL;
NULL              233 source4/heimdal/lib/hx509/cert.c     (*cert)->release = NULL;
NULL              234 source4/heimdal/lib/hx509/cert.c     (*cert)->ctx = NULL;
NULL              237 source4/heimdal/lib/hx509/cert.c     if ((*cert)->data == NULL) {
NULL              245 source4/heimdal/lib/hx509/cert.c 	*cert = NULL;
NULL              331 source4/heimdal/lib/hx509/cert.c     if (cert == NULL)
NULL              374 source4/heimdal/lib/hx509/cert.c     if (cert == NULL)
NULL              375 source4/heimdal/lib/hx509/cert.c 	return NULL;
NULL              402 source4/heimdal/lib/hx509/cert.c     if (c == NULL)
NULL              577 source4/heimdal/lib/hx509/cert.c     if (c->version == NULL || *c->version < 2 || c->extensions == NULL)
NULL              578 source4/heimdal/lib/hx509/cert.c 	return NULL;
NULL              584 source4/heimdal/lib/hx509/cert.c     return NULL;
NULL              598 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL              617 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL              636 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL              654 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL              672 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL              687 source4/heimdal/lib/hx509/cert.c     if (p == NULL)
NULL              713 source4/heimdal/lib/hx509/cert.c     list->val = NULL;
NULL              743 source4/heimdal/lib/hx509/cert.c     list->val = NULL;
NULL              794 source4/heimdal/lib/hx509/cert.c     if (e == NULL) {
NULL              851 source4/heimdal/lib/hx509/cert.c     if (e == NULL) {
NULL              876 source4/heimdal/lib/hx509/cert.c 	if (bc.cA != NULL && *bc.cA)
NULL              883 source4/heimdal/lib/hx509/cert.c 	if (bc.cA == NULL || !*bc.cA)
NULL              941 source4/heimdal/lib/hx509/cert.c     if (ai.keyIdentifier == NULL) {
NULL              944 source4/heimdal/lib/hx509/cert.c 	if (ai.authorityCertIssuer == NULL)
NULL              946 source4/heimdal/lib/hx509/cert.c 	if (ai.authorityCertSerialNumber == NULL)
NULL              991 source4/heimdal/lib/hx509/cert.c     if (trust_anchors == NULL)
NULL             1044 source4/heimdal/lib/hx509/cert.c     *parent = NULL;
NULL             1060 source4/heimdal/lib/hx509/cert.c 	if (ai.keyIdentifier == NULL) {
NULL             1138 source4/heimdal/lib/hx509/cert.c     if (e == NULL) {
NULL             1156 source4/heimdal/lib/hx509/cert.c     if (rinfo == NULL)
NULL             1174 source4/heimdal/lib/hx509/cert.c     if (val == NULL) {
NULL             1194 source4/heimdal/lib/hx509/cert.c     path->val = NULL;
NULL             1386 source4/heimdal/lib/hx509/cert.c     if (is_proxy_cert(context, c->data, NULL) == 0) {
NULL             1513 source4/heimdal/lib/hx509/cert.c     if (p->private_key == NULL)
NULL             1525 source4/heimdal/lib/hx509/cert.c     cleartext->data = NULL;
NULL             1528 source4/heimdal/lib/hx509/cert.c     if (p->private_key == NULL) {
NULL             1600 source4/heimdal/lib/hx509/cert.c 	if (val == NULL) {
NULL             1688 source4/heimdal/lib/hx509/cert.c 	    if (s == NULL)
NULL             1720 source4/heimdal/lib/hx509/cert.c 	c_name._save.data = NULL;
NULL             1725 source4/heimdal/lib/hx509/cert.c 	n_name._save.data = NULL;
NULL             1898 source4/heimdal/lib/hx509/cert.c     hx509_certs anchors = NULL;
NULL             1906 source4/heimdal/lib/hx509/cert.c     path.val = NULL;
NULL             1910 source4/heimdal/lib/hx509/cert.c 	ctx->time_now = time(NULL);
NULL             1920 source4/heimdal/lib/hx509/cert.c 	ret = hx509_certs_init(context, "MEMORY:no-TA", 0, NULL, &anchors);
NULL             1992 source4/heimdal/lib/hx509/cert.c 		if (info.pCPathLenConstraint != NULL &&
NULL             2193 source4/heimdal/lib/hx509/cert.c 			       NULL, &certs);
NULL             2407 source4/heimdal/lib/hx509/cert.c     if (hx509_cert_get_attribute(cert, oid) != NULL)
NULL             2412 source4/heimdal/lib/hx509/cert.c     if (d == NULL) {
NULL             2419 source4/heimdal/lib/hx509/cert.c     if (a == NULL)
NULL             2451 source4/heimdal/lib/hx509/cert.c     return NULL;
NULL             2471 source4/heimdal/lib/hx509/cert.c     if (cert->friendlyname == NULL)
NULL             2499 source4/heimdal/lib/hx509/cert.c     if (a == NULL) {
NULL             2504 source4/heimdal/lib/hx509/cert.c 	    return NULL;
NULL             2508 source4/heimdal/lib/hx509/cert.c 	    return NULL;
NULL             2514 source4/heimdal/lib/hx509/cert.c 	return NULL;
NULL             2518 source4/heimdal/lib/hx509/cert.c 	return NULL;
NULL             2522 source4/heimdal/lib/hx509/cert.c     if (cert->friendlyname == NULL) {
NULL             2524 source4/heimdal/lib/hx509/cert.c 	return NULL;
NULL             2560 source4/heimdal/lib/hx509/cert.c     if (*q == NULL)
NULL             2623 source4/heimdal/lib/hx509/cert.c     if (q->serial == NULL)
NULL             2628 source4/heimdal/lib/hx509/cert.c 	q->serial = NULL;
NULL             2636 source4/heimdal/lib/hx509/cert.c     if (q->issuer_name == NULL)
NULL             2641 source4/heimdal/lib/hx509/cert.c 	q->issuer_name = NULL;
NULL             2665 source4/heimdal/lib/hx509/cert.c     if (q->friendlyname == NULL)
NULL             2689 source4/heimdal/lib/hx509/cert.c     if (eku == NULL) {
NULL             2693 source4/heimdal/lib/hx509/cert.c 	    q->eku = NULL;
NULL             2701 source4/heimdal/lib/hx509/cert.c 	    if (q->eku == NULL)
NULL             2707 source4/heimdal/lib/hx509/cert.c 	    q->eku = NULL;
NULL             2720 source4/heimdal/lib/hx509/cert.c 	q->expr = NULL;
NULL             2723 source4/heimdal/lib/hx509/cert.c     if (expr == NULL) {
NULL             2773 source4/heimdal/lib/hx509/cert.c     if (q == NULL)
NULL             2844 source4/heimdal/lib/hx509/cert.c 	_hx509_cert_private_key(cert) == NULL)
NULL             2873 source4/heimdal/lib/hx509/cert.c 	if (a == NULL)
NULL             2888 source4/heimdal/lib/hx509/cert.c 	if (name == NULL)
NULL             2907 source4/heimdal/lib/hx509/cert.c 				      NULL,
NULL             2931 source4/heimdal/lib/hx509/cert.c 	hx509_env env = NULL;
NULL             2970 source4/heimdal/lib/hx509/cert.c     if (context->querystat == NULL)
NULL             2973 source4/heimdal/lib/hx509/cert.c     if (f == NULL)
NULL             3038 source4/heimdal/lib/hx509/cert.c     if (context->querystat == NULL)
NULL             3041 source4/heimdal/lib/hx509/cert.c     if (f == NULL) {
NULL             3074 source4/heimdal/lib/hx509/cert.c     if (t == NULL)
NULL             3167 source4/heimdal/lib/hx509/cert.c     if (e == NULL)
NULL             3212 source4/heimdal/lib/hx509/cert.c     os->data = NULL;
NULL             3218 source4/heimdal/lib/hx509/cert.c 	os->data = NULL;
NULL             3273 source4/heimdal/lib/hx509/cert.c     hx509_env envcert = NULL;
NULL             3275 source4/heimdal/lib/hx509/cert.c     *env = NULL;
NULL             3324 source4/heimdal/lib/hx509/cert.c 	hx509_env enveku = NULL;
NULL               92 source4/heimdal/lib/hx509/cms.c 	if (ci.content == NULL) {
NULL               97 source4/heimdal/lib/hx509/cms.c 	if (ci.content->data == NULL) {
NULL              162 source4/heimdal/lib/hx509/cms.c 	*have_data = (ci.content != NULL) ? 1 : 0;
NULL              215 source4/heimdal/lib/hx509/cms.c     *str = NULL;
NULL              254 source4/heimdal/lib/hx509/cms.c     if (*str == NULL)
NULL              275 source4/heimdal/lib/hx509/cms.c     *signer_cert = NULL;
NULL              299 source4/heimdal/lib/hx509/cms.c 	q.timenow = time(NULL);
NULL              393 source4/heimdal/lib/hx509/cms.c     if (enccontent == NULL) {
NULL              394 source4/heimdal/lib/hx509/cms.c 	if (encryptedContent == NULL) {
NULL              401 source4/heimdal/lib/hx509/cms.c     } else if (encryptedContent != NULL) {
NULL              408 source4/heimdal/lib/hx509/cms.c     cert = NULL;
NULL              432 source4/heimdal/lib/hx509/cms.c 	cert = NULL;
NULL              448 source4/heimdal/lib/hx509/cms.c     if (cert == NULL) {
NULL              468 source4/heimdal/lib/hx509/cms.c 	params = NULL;
NULL              473 source4/heimdal/lib/hx509/cms.c 	ret = hx509_crypto_init(context, NULL, &ai->algorithm, &crypto);
NULL              497 source4/heimdal/lib/hx509/cms.c 				   ivec.length ? &ivec : NULL,
NULL              557 source4/heimdal/lib/hx509/cms.c     hx509_crypto crypto = NULL;
NULL              567 source4/heimdal/lib/hx509/cms.c     if (encryption_type == NULL)
NULL              574 source4/heimdal/lib/hx509/cms.c     ret = hx509_crypto_init(context, NULL, encryption_type, &crypto);
NULL              614 source4/heimdal/lib/hx509/cms.c 	if (enc_alg->parameters == NULL) {
NULL              632 source4/heimdal/lib/hx509/cms.c     if (ed.recipientInfos.val == NULL) {
NULL              667 source4/heimdal/lib/hx509/cms.c     ed.originatorInfo = NULL;
NULL              677 source4/heimdal/lib/hx509/cms.c     ed.unprotectedAttrs = NULL;
NULL              706 source4/heimdal/lib/hx509/cms.c     if (sd->certificates == NULL)
NULL              734 source4/heimdal/lib/hx509/cms.c     return NULL;
NULL              767 source4/heimdal/lib/hx509/cms.c     hx509_cert cert = NULL;
NULL              768 source4/heimdal/lib/hx509/cms.c     hx509_certs certs = NULL;
NULL              773 source4/heimdal/lib/hx509/cms.c     *signer_certs = NULL;
NULL              774 source4/heimdal/lib/hx509/cms.c     content->data = NULL;
NULL              777 source4/heimdal/lib/hx509/cms.c     contentType->components = NULL;
NULL              788 source4/heimdal/lib/hx509/cms.c     if (sd.encapContentInfo.eContent == NULL && signedContent == NULL) {
NULL              804 source4/heimdal/lib/hx509/cms.c 			   0, NULL, &certs);
NULL              809 source4/heimdal/lib/hx509/cms.c 			   0, NULL, signer_certs);
NULL              831 source4/heimdal/lib/hx509/cms.c 	match_oid = NULL;
NULL              858 source4/heimdal/lib/hx509/cms.c 	    if (attr == NULL) {
NULL              886 source4/heimdal/lib/hx509/cms.c 					  NULL,
NULL              902 source4/heimdal/lib/hx509/cms.c 	    if (attr == NULL) {
NULL              926 source4/heimdal/lib/hx509/cms.c 	    if (signed_data == NULL) {
NULL              993 source4/heimdal/lib/hx509/cms.c 	cert = NULL;
NULL             1011 source4/heimdal/lib/hx509/cms.c     if (content->data == NULL) {
NULL             1043 source4/heimdal/lib/hx509/cms.c     if (d == NULL)
NULL             1052 source4/heimdal/lib/hx509/cms.c     if ((*attr)[*len].value.val == NULL) {
NULL             1103 source4/heimdal/lib/hx509/cms.c     heim_octet_string buf, content, sigdata = { 0, NULL };
NULL             1121 source4/heimdal/lib/hx509/cms.c     if (_hx509_cert_private_key(cert) == NULL) {
NULL             1127 source4/heimdal/lib/hx509/cms.c     if (digest_alg == NULL) {
NULL             1140 source4/heimdal/lib/hx509/cms.c     if (eContentType == NULL)
NULL             1148 source4/heimdal/lib/hx509/cms.c 	if (sd.encapContentInfo.eContent == NULL) {
NULL             1155 source4/heimdal/lib/hx509/cms.c 	if (sd.encapContentInfo.eContent->data == NULL) {
NULL             1165 source4/heimdal/lib/hx509/cms.c     if (sd.signerInfos.val == NULL) {
NULL             1181 source4/heimdal/lib/hx509/cms.c     signer_info->signedAttrs = NULL;
NULL             1182 source4/heimdal/lib/hx509/cms.c     signer_info->unsignedAttrs = NULL;
NULL             1200 source4/heimdal/lib/hx509/cms.c 	if (signer_info->signedAttrs == NULL) {
NULL             1206 source4/heimdal/lib/hx509/cms.c 				      NULL,
NULL             1209 source4/heimdal/lib/hx509/cms.c 				      NULL,
NULL             1300 source4/heimdal/lib/hx509/cms.c     if (sd.digestAlgorithms.val == NULL) {
NULL             1318 source4/heimdal/lib/hx509/cms.c 			      time(NULL),
NULL             1332 source4/heimdal/lib/hx509/cms.c 	if (sd.certificates == NULL) {
NULL             1338 source4/heimdal/lib/hx509/cms.c 	if (sd.certificates->val == NULL) {
NULL             1390 source4/heimdal/lib/hx509/cms.c     ret = decode_CMSEncryptedData(data, length, &ed, NULL);
NULL             1397 source4/heimdal/lib/hx509/cms.c     if (ed.encryptedContentInfo.encryptedContent == NULL) {
NULL             1411 source4/heimdal/lib/hx509/cms.c     if (ai->parameters == NULL) {
NULL               60 source4/heimdal/lib/hx509/collector.c     *collector = NULL;
NULL               63 source4/heimdal/lib/hx509/collector.c     if (c == NULL) {
NULL               70 source4/heimdal/lib/hx509/collector.c 			   0,NULL, &c->unenvelop_certs);
NULL               75 source4/heimdal/lib/hx509/collector.c     c->val.data = NULL;
NULL               78 source4/heimdal/lib/hx509/collector.c 			   0, NULL, &c->certs);
NULL              127 source4/heimdal/lib/hx509/collector.c     if (key == NULL)
NULL              131 source4/heimdal/lib/hx509/collector.c     if (d == NULL) {
NULL              210 source4/heimdal/lib/hx509/collector.c     if (value->private_key == NULL) {
NULL              220 source4/heimdal/lib/hx509/collector.c     c = NULL;
NULL              225 source4/heimdal/lib/hx509/collector.c 	if (c == NULL)
NULL              258 source4/heimdal/lib/hx509/collector.c     *ret_certs = NULL;
NULL              260 source4/heimdal/lib/hx509/collector.c     ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs);
NULL              291 source4/heimdal/lib/hx509/collector.c     *keys = NULL;
NULL              298 source4/heimdal/lib/hx509/collector.c     if (*keys == NULL) {
NULL              306 source4/heimdal/lib/hx509/collector.c 	    c->val.data[i]->private_key = NULL;
NULL              309 source4/heimdal/lib/hx509/collector.c     (*keys)[nkeys++] = NULL;
NULL              146 source4/heimdal/lib/hx509/crypto.c     bn = BN_bin2bn(i->data, i->length, NULL);
NULL              163 source4/heimdal/lib/hx509/crypto.c 	if (id->parameters == NULL)
NULL              166 source4/heimdal/lib/hx509/crypto.c 	if (id->parameters->data == NULL) {
NULL              168 source4/heimdal/lib/hx509/crypto.c 	    id->parameters = NULL;
NULL              174 source4/heimdal/lib/hx509/crypto.c 	id->parameters = NULL;
NULL              180 source4/heimdal/lib/hx509/crypto.c 	    id->parameters = NULL;
NULL              213 source4/heimdal/lib/hx509/crypto.c     if (rsa == NULL) {
NULL              230 source4/heimdal/lib/hx509/crypto.c     if (rsa->n == NULL || rsa->e == NULL) {
NULL              238 source4/heimdal/lib/hx509/crypto.c     if (to == NULL) {
NULL              281 source4/heimdal/lib/hx509/crypto.c 	if (di.digestAlgorithm.parameters != NULL &&
NULL              291 source4/heimdal/lib/hx509/crypto.c 				      NULL,
NULL              345 source4/heimdal/lib/hx509/crypto.c 	digest_alg = NULL;
NULL              362 source4/heimdal/lib/hx509/crypto.c 				      NULL,
NULL              388 source4/heimdal/lib/hx509/crypto.c     if (sig->data == NULL) {
NULL              423 source4/heimdal/lib/hx509/crypto.c 	d2i_RSAPrivateKey(NULL, &p, len);
NULL              424 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL) {
NULL              443 source4/heimdal/lib/hx509/crypto.c     len = i2d_RSAPublicKey(private_key->private_key.rsa, NULL);
NULL              446 source4/heimdal/lib/hx509/crypto.c     if (spki->subjectPublicKey.data == NULL) {
NULL              457 source4/heimdal/lib/hx509/crypto.c 	spki->subjectPublicKey.data = NULL;
NULL              483 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL) {
NULL              499 source4/heimdal/lib/hx509/crypto.c     ret = RSA_generate_key_ex(private_key->private_key.rsa, bits, e, NULL);
NULL              518 source4/heimdal/lib/hx509/crypto.c     data->data = NULL;
NULL              521 source4/heimdal/lib/hx509/crypto.c     ret = i2d_RSAPrivateKey(key->private_key.rsa, NULL);
NULL              530 source4/heimdal/lib/hx509/crypto.c     if (data->data == NULL) {
NULL              553 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL              591 source4/heimdal/lib/hx509/crypto.c     if (dsa == NULL) {
NULL              606 source4/heimdal/lib/hx509/crypto.c     if (dsa->pub_key == NULL) {
NULL              612 source4/heimdal/lib/hx509/crypto.c     if (spi->algorithm.parameters == NULL) {
NULL              633 source4/heimdal/lib/hx509/crypto.c     if (dsa->p == NULL || dsa->q == NULL || dsa->g == NULL) {
NULL              668 source4/heimdal/lib/hx509/crypto.c 	d2i_DSAPrivateKey(NULL, &p, len);
NULL              669 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.dsa == NULL)
NULL              735 source4/heimdal/lib/hx509/crypto.c     if (sig->data == NULL) {
NULL              801 source4/heimdal/lib/hx509/crypto.c     if (sig->data == NULL) {
NULL              879 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              890 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              943 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              948 source4/heimdal/lib/hx509/crypto.c     /* create_signature */ NULL,
NULL              955 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              956 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              966 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              967 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              977 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              978 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              987 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL              988 source4/heimdal/lib/hx509/crypto.c     NULL,
NULL             1010 source4/heimdal/lib/hx509/crypto.c     NULL
NULL             1020 source4/heimdal/lib/hx509/crypto.c     return NULL;
NULL             1029 source4/heimdal/lib/hx509/crypto.c     NULL
NULL             1037 source4/heimdal/lib/hx509/crypto.c 	if (private_algs[i]->key_oid == NULL)
NULL             1042 source4/heimdal/lib/hx509/crypto.c     return NULL;
NULL             1056 source4/heimdal/lib/hx509/crypto.c     if (md == NULL) {
NULL             1064 source4/heimdal/lib/hx509/crypto.c     if (signer == NULL && (md->flags & REQUIRE_SIGNER)) {
NULL             1119 source4/heimdal/lib/hx509/crypto.c     if (md == NULL) {
NULL             1170 source4/heimdal/lib/hx509/crypto.c     ciphertext->data = NULL;
NULL             1176 source4/heimdal/lib/hx509/crypto.c     if (rsa == NULL) {
NULL             1194 source4/heimdal/lib/hx509/crypto.c     if (rsa->n == NULL || rsa->e == NULL) {
NULL             1202 source4/heimdal/lib/hx509/crypto.c     if (to == NULL) {
NULL             1243 source4/heimdal/lib/hx509/crypto.c     cleartext->data = NULL;
NULL             1246 source4/heimdal/lib/hx509/crypto.c     if (p->private_key.rsa == NULL) {
NULL             1254 source4/heimdal/lib/hx509/crypto.c     if (cleartext->data == NULL) {
NULL             1287 source4/heimdal/lib/hx509/crypto.c     *private_key = NULL;
NULL             1290 source4/heimdal/lib/hx509/crypto.c     if (ops == NULL) {
NULL             1295 source4/heimdal/lib/hx509/crypto.c     ret = _hx509_private_key_init(private_key, ops, NULL);
NULL             1318 source4/heimdal/lib/hx509/crypto.c     if (ops == NULL || ops->get_spki == NULL) {
NULL             1331 source4/heimdal/lib/hx509/crypto.c     *ctx = NULL;
NULL             1340 source4/heimdal/lib/hx509/crypto.c     if (*ctx == NULL) {
NULL             1371 source4/heimdal/lib/hx509/crypto.c     *ctx = NULL;
NULL             1382 source4/heimdal/lib/hx509/crypto.c     *private_key = NULL;
NULL             1385 source4/heimdal/lib/hx509/crypto.c     if (ops == NULL) {
NULL             1390 source4/heimdal/lib/hx509/crypto.c     ret = _hx509_private_key_init(private_key, ops, NULL);
NULL             1442 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_sha512_oid) }, NULL
NULL             1447 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_sha384_oid) }, NULL
NULL             1452 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_sha256_oid) }, NULL
NULL             1457 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_sha1_oid) }, NULL
NULL             1462 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_md5_oid) }, NULL
NULL             1467 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_with_md2_oid) }, NULL
NULL             1472 source4/heimdal/lib/hx509/crypto.c     { 7, rk_UNCONST(rsa_oid) }, NULL
NULL             1477 source4/heimdal/lib/hx509/crypto.c     { 6, rk_UNCONST(rsa_pkcs1_x509_oid) }, NULL
NULL             1482 source4/heimdal/lib/hx509/crypto.c     { 6, rk_UNCONST(des_rsdi_ede3_cbc_oid) }, NULL
NULL             1487 source4/heimdal/lib/hx509/crypto.c     { 9, rk_UNCONST(aes128_cbc_oid) }, NULL
NULL             1492 source4/heimdal/lib/hx509/crypto.c     { 9, rk_UNCONST(aes256_cbc_oid) }, NULL
NULL             1584 source4/heimdal/lib/hx509/crypto.c     if (*key == NULL)
NULL             1612 source4/heimdal/lib/hx509/crypto.c     if (key == NULL || *key == NULL)
NULL             1622 source4/heimdal/lib/hx509/crypto.c     (*key)->private_key.rsa = NULL;
NULL             1624 source4/heimdal/lib/hx509/crypto.c     *key = NULL;
NULL             1653 source4/heimdal/lib/hx509/crypto.c     if (key->ops->export == NULL)
NULL             1663 source4/heimdal/lib/hx509/crypto.c     if (key->ops->get_internal == NULL)
NULL             1664 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL             1673 source4/heimdal/lib/hx509/crypto.c     if (key->ops->export == NULL) {
NULL             1729 source4/heimdal/lib/hx509/crypto.c     assert(crypto->param == NULL);
NULL             1730 source4/heimdal/lib/hx509/crypto.c     if (ivec == NULL)
NULL             1747 source4/heimdal/lib/hx509/crypto.c     if (ivec == NULL)
NULL             1750 source4/heimdal/lib/hx509/crypto.c     ret = decode_CMSCBCParameter(param->data, param->length, ivec, NULL);
NULL             1814 source4/heimdal/lib/hx509/crypto.c     if (p == NULL) {
NULL             1857 source4/heimdal/lib/hx509/crypto.c 	NULL,
NULL             1865 source4/heimdal/lib/hx509/crypto.c 	NULL,
NULL             1873 source4/heimdal/lib/hx509/crypto.c 	NULL,
NULL             1881 source4/heimdal/lib/hx509/crypto.c 	NULL,
NULL             1905 source4/heimdal/lib/hx509/crypto.c 	NULL,
NULL             1929 source4/heimdal/lib/hx509/crypto.c     return NULL;
NULL             1941 source4/heimdal/lib/hx509/crypto.c     return NULL;
NULL             1951 source4/heimdal/lib/hx509/crypto.c     if (cipher == NULL)
NULL             1952 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL             1964 source4/heimdal/lib/hx509/crypto.c     *crypto = NULL;
NULL             1967 source4/heimdal/lib/hx509/crypto.c     if (cipher == NULL) {
NULL             1974 source4/heimdal/lib/hx509/crypto.c     if (*crypto == NULL) {
NULL             1984 source4/heimdal/lib/hx509/crypto.c 	*crypto = NULL;
NULL             2026 source4/heimdal/lib/hx509/crypto.c 	crypto->key.data = NULL;
NULL             2030 source4/heimdal/lib/hx509/crypto.c     if (crypto->key.data == NULL)
NULL             2048 source4/heimdal/lib/hx509/crypto.c     if (crypto->key.data == NULL) {
NULL             2054 source4/heimdal/lib/hx509/crypto.c 	crypto->key.data = NULL;
NULL             2087 source4/heimdal/lib/hx509/crypto.c     if (ivec->data == NULL) {
NULL             2094 source4/heimdal/lib/hx509/crypto.c 	ivec->data = NULL;
NULL             2112 source4/heimdal/lib/hx509/crypto.c     *ciphertext = NULL;
NULL             2118 source4/heimdal/lib/hx509/crypto.c     ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
NULL             2127 source4/heimdal/lib/hx509/crypto.c     if (*ciphertext == NULL) {
NULL             2140 source4/heimdal/lib/hx509/crypto.c     if ((*ciphertext)->data == NULL) {
NULL             2170 source4/heimdal/lib/hx509/crypto.c 	    *ciphertext = NULL;
NULL             2186 source4/heimdal/lib/hx509/crypto.c     void *idata = NULL;
NULL             2189 source4/heimdal/lib/hx509/crypto.c     clear->data = NULL;
NULL             2195 source4/heimdal/lib/hx509/crypto.c     if (crypto->key.data == NULL)
NULL             2203 source4/heimdal/lib/hx509/crypto.c     ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
NULL             2212 source4/heimdal/lib/hx509/crypto.c     if (clear->data == NULL) {
NULL             2254 source4/heimdal/lib/hx509/crypto.c     clear->data = NULL;
NULL             2283 source4/heimdal/lib/hx509/crypto.c     if (parameters == NULL)
NULL             2288 source4/heimdal/lib/hx509/crypto.c 				  &p12params, NULL);
NULL             2311 source4/heimdal/lib/hx509/crypto.c     ret = hx509_crypto_init(context, NULL, enc_oid, &c);
NULL             2348 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL             2362 source4/heimdal/lib/hx509/crypto.c     return NULL;
NULL             2405 source4/heimdal/lib/hx509/crypto.c     if (enc_oid == NULL) {
NULL             2414 source4/heimdal/lib/hx509/crypto.c     if (key.data == NULL) {
NULL             2422 source4/heimdal/lib/hx509/crypto.c     if (iv.data == NULL) {
NULL             2440 source4/heimdal/lib/hx509/crypto.c 	    password = NULL;
NULL             2480 source4/heimdal/lib/hx509/crypto.c     if (private_key->private_key.rsa == NULL)
NULL             2484 source4/heimdal/lib/hx509/crypto.c     if (rsa->d == NULL || rsa->p == NULL || rsa->q == NULL)
NULL             2491 source4/heimdal/lib/hx509/crypto.c     if (rsa == NULL)
NULL             2513 source4/heimdal/lib/hx509/crypto.c     if (rsa->n == NULL || rsa->e == NULL ||
NULL             2514 source4/heimdal/lib/hx509/crypto.c 	rsa->d == NULL || rsa->p == NULL|| rsa->q == NULL ||
NULL             2515 source4/heimdal/lib/hx509/crypto.c 	rsa->dmp1 == NULL || rsa->dmq1 == NULL) {
NULL             2531 source4/heimdal/lib/hx509/crypto.c     if (key == NULL)
NULL             2532 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL             2535 source4/heimdal/lib/hx509/crypto.c     if (md == NULL)
NULL             2536 source4/heimdal/lib/hx509/crypto.c 	return NULL;
NULL             2571 source4/heimdal/lib/hx509/crypto.c 	const heim_oid *keytype = NULL;
NULL             2596 source4/heimdal/lib/hx509/crypto.c 		if (cipher == NULL)
NULL             2598 source4/heimdal/lib/hx509/crypto.c 		if (cipher->ai_func == NULL)
NULL             2622 source4/heimdal/lib/hx509/crypto.c     const heim_oid *keytype = NULL;
NULL             2627 source4/heimdal/lib/hx509/crypto.c     *val = NULL;
NULL             2648 source4/heimdal/lib/hx509/crypto.c 	if (sig_algs[i]->sig_alg == NULL)
NULL             2656 source4/heimdal/lib/hx509/crypto.c 	if (ptr == NULL)
NULL             2671 source4/heimdal/lib/hx509/crypto.c 	    if (ciphers[i].ai_func == NULL)
NULL             2675 source4/heimdal/lib/hx509/crypto.c 	    if (ptr == NULL)
NULL             2693 source4/heimdal/lib/hx509/crypto.c     *val = NULL;
NULL               63 source4/heimdal/lib/hx509/env.c     if (n == NULL) {
NULL               69 source4/heimdal/lib/hx509/env.c     n->next = NULL;
NULL               71 source4/heimdal/lib/hx509/env.c     if (n->name == NULL) {
NULL               76 source4/heimdal/lib/hx509/env.c     if (n->u.string == NULL) {
NULL              114 source4/heimdal/lib/hx509/env.c     if (n == NULL) {
NULL              120 source4/heimdal/lib/hx509/env.c     n->next = NULL;
NULL              122 source4/heimdal/lib/hx509/env.c     if (n->name == NULL) {
NULL              164 source4/heimdal/lib/hx509/env.c     return NULL;
NULL              187 source4/heimdal/lib/hx509/env.c     return NULL;
NULL              212 source4/heimdal/lib/hx509/env.c     return NULL;
NULL              245 source4/heimdal/lib/hx509/env.c     *env = NULL;
NULL               72 source4/heimdal/lib/hx509/error.c     context->error = NULL;
NULL               96 source4/heimdal/lib/hx509/error.c     if (msg == NULL) {
NULL              156 source4/heimdal/lib/hx509/error.c     struct rk_strpool *p = NULL;
NULL              159 source4/heimdal/lib/hx509/error.c     if (msg == NULL || msg->code != error_code) {
NULL              170 source4/heimdal/lib/hx509/error.c 	    return NULL;
NULL              176 source4/heimdal/lib/hx509/error.c 			     msg->next != NULL ? "; " : "");
NULL              219 source4/heimdal/lib/hx509/error.c     if (msg == NULL)
NULL              130 source4/heimdal/lib/hx509/file.c     if (h == NULL)
NULL              133 source4/heimdal/lib/hx509/file.c     if (h->header == NULL) {
NULL              138 source4/heimdal/lib/hx509/file.c     if (h->value == NULL) {
NULL              175 source4/heimdal/lib/hx509/file.c     return NULL;
NULL              189 source4/heimdal/lib/hx509/file.c     hx509_pem_header *headers = NULL;
NULL              190 source4/heimdal/lib/hx509/file.c     char *type = NULL;
NULL              191 source4/heimdal/lib/hx509/file.c     void *data = NULL;
NULL              200 source4/heimdal/lib/hx509/file.c     while (fgets(buf, sizeof(buf), f) != NULL) {
NULL              220 source4/heimdal/lib/hx509/file.c 		if (type == NULL)
NULL              230 source4/heimdal/lib/hx509/file.c 	    if (p == NULL) {
NULL              278 source4/heimdal/lib/hx509/file.c 	    data = NULL;
NULL              281 source4/heimdal/lib/hx509/file.c 	    type = NULL;
NULL              284 source4/heimdal/lib/hx509/file.c 	    headers = NULL;
NULL               76 source4/heimdal/lib/hx509/keyset.c     return NULL;
NULL               89 source4/heimdal/lib/hx509/keyset.c     if (val == NULL)
NULL              123 source4/heimdal/lib/hx509/keyset.c     *certs = NULL;
NULL              132 source4/heimdal/lib/hx509/keyset.c 	    residue = NULL;
NULL              137 source4/heimdal/lib/hx509/keyset.c     if (type == NULL) {
NULL              143 source4/heimdal/lib/hx509/keyset.c     if (ops == NULL) {
NULL              151 source4/heimdal/lib/hx509/keyset.c     if (c == NULL) {
NULL              189 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->store == NULL) {
NULL              204 source4/heimdal/lib/hx509/keyset.c     if (certs == NULL)
NULL              205 source4/heimdal/lib/hx509/keyset.c 	return NULL;
NULL              233 source4/heimdal/lib/hx509/keyset.c 	*certs = NULL;
NULL              259 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->iter_start == NULL) {
NULL              294 source4/heimdal/lib/hx509/keyset.c     *cert = NULL;
NULL              353 source4/heimdal/lib/hx509/keyset.c 	if (c == NULL) {
NULL              422 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->add == NULL) {
NULL              456 source4/heimdal/lib/hx509/keyset.c     *r = NULL;
NULL              467 source4/heimdal/lib/hx509/keyset.c     c = NULL;
NULL              472 source4/heimdal/lib/hx509/keyset.c 	if (c == NULL)
NULL              484 source4/heimdal/lib/hx509/keyset.c     if (c == NULL) {
NULL              514 source4/heimdal/lib/hx509/keyset.c     if (from == NULL)
NULL              569 source4/heimdal/lib/hx509/keyset.c     *c = NULL;
NULL              612 source4/heimdal/lib/hx509/keyset.c     if (func == NULL) {
NULL              614 source4/heimdal/lib/hx509/keyset.c 	if (ctx == NULL)
NULL              617 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->printinfo == NULL) {
NULL              635 source4/heimdal/lib/hx509/keyset.c     if (str == NULL)
NULL              646 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->getkeys == NULL) {
NULL              647 source4/heimdal/lib/hx509/keyset.c 	*keys = NULL;
NULL              658 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->addkey == NULL) {
NULL               61 source4/heimdal/lib/hx509/ks_dir.c     *data = NULL;
NULL               82 source4/heimdal/lib/hx509/ks_dir.c     if (*data == NULL) {
NULL              105 source4/heimdal/lib/hx509/ks_dir.c     *cursor = NULL;
NULL              108 source4/heimdal/lib/hx509/ks_dir.c     if (d == NULL) {
NULL              114 source4/heimdal/lib/hx509/ks_dir.c     if (d->dir == NULL) {
NULL              120 source4/heimdal/lib/hx509/ks_dir.c     d->certs = NULL;
NULL              121 source4/heimdal/lib/hx509/ks_dir.c     d->iter = NULL;
NULL              134 source4/heimdal/lib/hx509/ks_dir.c     *cert = NULL;
NULL              144 source4/heimdal/lib/hx509/ks_dir.c 		d->iter = NULL;
NULL              153 source4/heimdal/lib/hx509/ks_dir.c 	    d->iter = NULL;
NULL              158 source4/heimdal/lib/hx509/ks_dir.c 	if (dir == NULL) {
NULL              168 source4/heimdal/lib/hx509/ks_dir.c 	ret = hx509_certs_init(context, fn, 0, NULL, &d->certs);
NULL              177 source4/heimdal/lib/hx509/ks_dir.c 	    d->certs = NULL;
NULL              198 source4/heimdal/lib/hx509/ks_dir.c 	d->iter = NULL;
NULL              211 source4/heimdal/lib/hx509/ks_dir.c     NULL,
NULL              213 source4/heimdal/lib/hx509/ks_dir.c     NULL,
NULL              214 source4/heimdal/lib/hx509/ks_dir.c     NULL,
NULL               86 source4/heimdal/lib/hx509/ks_file.c     if (key == NULL) {
NULL               93 source4/heimdal/lib/hx509/ks_file.c 			 1, key, NULL);
NULL              101 source4/heimdal/lib/hx509/ks_file.c     if (clear.data == NULL) {
NULL              112 source4/heimdal/lib/hx509/ks_file.c 	EVP_CipherInit_ex(&ctx, c, NULL, key, ivdata, 0);
NULL              120 source4/heimdal/lib/hx509/ks_file.c 					   NULL,
NULL              122 source4/heimdal/lib/hx509/ks_file.c 					   NULL);
NULL              153 source4/heimdal/lib/hx509/ks_file.c 	if (lock == NULL) {
NULL              170 source4/heimdal/lib/hx509/ks_file.c 	if (dek == NULL) {
NULL              177 source4/heimdal/lib/hx509/ks_file.c 	if (type == NULL) {
NULL              183 source4/heimdal/lib/hx509/ks_file.c 	if (iv == NULL) {
NULL              194 source4/heimdal/lib/hx509/ks_file.c 	if (ivdata == NULL) {
NULL              201 source4/heimdal/lib/hx509/ks_file.c 	if (cipher == NULL) {
NULL              215 source4/heimdal/lib/hx509/ks_file.c 	type = NULL;
NULL              216 source4/heimdal/lib/hx509/ks_file.c 	iv = NULL;
NULL              226 source4/heimdal/lib/hx509/ks_file.c 	if (pw != NULL) {
NULL              273 source4/heimdal/lib/hx509/ks_file.c 					       NULL,
NULL              275 source4/heimdal/lib/hx509/ks_file.c 					       NULL);
NULL              308 source4/heimdal/lib/hx509/ks_file.c 	    ret = (*formats[j].func)(context, NULL, pem_ctx->c,  header, data, len);
NULL              334 source4/heimdal/lib/hx509/ks_file.c     struct ks_file *f = NULL;
NULL              335 source4/heimdal/lib/hx509/ks_file.c     hx509_private_key *keys = NULL;
NULL              340 source4/heimdal/lib/hx509/ks_file.c     pem_ctx.c = NULL;
NULL              342 source4/heimdal/lib/hx509/ks_file.c     *data = NULL;
NULL              344 source4/heimdal/lib/hx509/ks_file.c     if (lock == NULL)
NULL              348 source4/heimdal/lib/hx509/ks_file.c     if (f == NULL) {
NULL              355 source4/heimdal/lib/hx509/ks_file.c     if (f->fn == NULL) {
NULL              379 source4/heimdal/lib/hx509/ks_file.c     for (p = f->fn; p != NULL; p = pnext) {
NULL              387 source4/heimdal/lib/hx509/ks_file.c 	if ((f = fopen(p, "r")) == NULL) {
NULL              412 source4/heimdal/lib/hx509/ks_file.c 		ret = (*formats[i].func)(context, p, pem_ctx.c, NULL, ptr, length);
NULL              497 source4/heimdal/lib/hx509/ks_file.c 	hx509_pem_write(context, "CERTIFICATE", NULL, sc->f,
NULL              505 source4/heimdal/lib/hx509/ks_file.c 	    hx509_pem_write(context, _hx509_private_pem_name(key), NULL, sc->f,
NULL              524 source4/heimdal/lib/hx509/ks_file.c     if (sc.f == NULL) {
NULL              597 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL              601 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL              613 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL              617 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL              629 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL              633 source4/heimdal/lib/hx509/ks_file.c     NULL,
NULL               58 source4/heimdal/lib/hx509/ks_keychain.c     *attrs = NULL;
NULL               64 source4/heimdal/lib/hx509/ks_keychain.c     ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NULL,
NULL               65 source4/heimdal/lib/hx509/ks_keychain.c 					       attrs, NULL, NULL);
NULL              185 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              186 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              190 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              191 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              192 source4/heimdal/lib/hx509/ks_keychain.c     NULL
NULL              205 source4/heimdal/lib/hx509/ks_keychain.c     ret = _hx509_private_key_init(&key, NULL, NULL);
NULL              210 source4/heimdal/lib/hx509/ks_keychain.c     if (kc == NULL)
NULL              216 source4/heimdal/lib/hx509/ks_keychain.c     if (rsa == NULL)
NULL              221 source4/heimdal/lib/hx509/ks_keychain.c 	SecKeychainAttributeList *attrs = NULL;
NULL              226 source4/heimdal/lib/hx509/ks_keychain.c 	if (rsa->n == NULL) abort();
NULL              232 source4/heimdal/lib/hx509/ks_keychain.c 	SecKeychainItemFreeAttributesAndData(attrs, NULL);
NULL              241 source4/heimdal/lib/hx509/ks_keychain.c     rsa->e = NULL;
NULL              271 source4/heimdal/lib/hx509/ks_keychain.c     if (ctx == NULL) {
NULL              332 source4/heimdal/lib/hx509/ks_keychain.c     if (iter == NULL) {
NULL              343 source4/heimdal/lib/hx509/ks_keychain.c 			       0, NULL, &iter->certs);
NULL              389 source4/heimdal/lib/hx509/ks_keychain.c 						    NULL,
NULL              411 source4/heimdal/lib/hx509/ks_keychain.c     SecKeychainAttributeList *attrs = NULL;
NULL              419 source4/heimdal/lib/hx509/ks_keychain.c     void *ptr = NULL;
NULL              424 source4/heimdal/lib/hx509/ks_keychain.c     *cert = NULL;
NULL              442 source4/heimdal/lib/hx509/ks_keychain.c     ret = SecKeychainItemCopyAttributesAndData(itemRef, &attrInfo, NULL,
NULL              467 source4/heimdal/lib/hx509/ks_keychain.c 	ret = SecKeychainSearchCreateFromAttributes(NULL,
NULL              527 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              529 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL              530 source4/heimdal/lib/hx509/ks_keychain.c     NULL,
NULL               59 source4/heimdal/lib/hx509/ks_mem.c     if (mem == NULL)
NULL               61 source4/heimdal/lib/hx509/ks_mem.c     if (residue == NULL || residue[0] == '\0')
NULL               64 source4/heimdal/lib/hx509/ks_mem.c     if (mem->name == NULL) {
NULL               98 source4/heimdal/lib/hx509/ks_mem.c     if (val == NULL)
NULL              116 source4/heimdal/lib/hx509/ks_mem.c     if (iter == NULL)
NULL              136 source4/heimdal/lib/hx509/ks_mem.c 	*cert = NULL;
NULL              169 source4/heimdal/lib/hx509/ks_mem.c 	if ((*keys)[i] == NULL) {
NULL              176 source4/heimdal/lib/hx509/ks_mem.c     (*keys)[i] = NULL;
NULL              193 source4/heimdal/lib/hx509/ks_mem.c     if (ptr == NULL) {
NULL              199 source4/heimdal/lib/hx509/ks_mem.c     mem->keys[i + 1] = NULL;
NULL              208 source4/heimdal/lib/hx509/ks_mem.c     NULL,
NULL              211 source4/heimdal/lib/hx509/ks_mem.c     NULL,
NULL              215 source4/heimdal/lib/hx509/ks_mem.c     NULL,
NULL               43 source4/heimdal/lib/hx509/ks_null.c     *data = NULL;
NULL               50 source4/heimdal/lib/hx509/ks_null.c     assert(data == NULL);
NULL               58 source4/heimdal/lib/hx509/ks_null.c     *cursor = NULL;
NULL               66 source4/heimdal/lib/hx509/ks_null.c     *cert = NULL;
NULL               76 source4/heimdal/lib/hx509/ks_null.c     assert(cursor == NULL);
NULL               85 source4/heimdal/lib/hx509/ks_null.c     NULL,
NULL               87 source4/heimdal/lib/hx509/ks_null.c     NULL,
NULL               88 source4/heimdal/lib/hx509/ks_null.c     NULL,
NULL              145 source4/heimdal/lib/hx509/ks_p11.c     ret = p11_get_session(NULL, p11rsa->p, p11rsa->slot, NULL, &session);
NULL              183 source4/heimdal/lib/hx509/ks_p11.c     ret = p11_get_session(NULL, p11rsa->p, p11rsa->slot, NULL, &session);
NULL              223 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL              224 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL              228 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL              229 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL              230 source4/heimdal/lib/hx509/ks_p11.c     NULL
NULL              259 source4/heimdal/lib/hx509/ks_p11.c     if (slot->mechs.list == NULL) {
NULL              275 source4/heimdal/lib/hx509/ks_p11.c     if (slot->mechs.list == NULL) {
NULL              283 source4/heimdal/lib/hx509/ks_p11.c 	if (slot->mechs.infos[i] == NULL) {
NULL              315 source4/heimdal/lib/hx509/ks_p11.c     slot->certs = NULL;
NULL              388 source4/heimdal/lib/hx509/ks_p11.c 				   NULL,
NULL              389 source4/heimdal/lib/hx509/ks_p11.c 				   NULL,
NULL              422 source4/heimdal/lib/hx509/ks_p11.c 	if (slot->pin == NULL) {
NULL              459 source4/heimdal/lib/hx509/ks_p11.c 	if (slot->pin == NULL) {
NULL              461 source4/heimdal/lib/hx509/ks_p11.c 	    if (slot->pin == NULL) {
NULL              519 source4/heimdal/lib/hx509/ks_p11.c 	    query[i].pValue = NULL;
NULL              528 source4/heimdal/lib/hx509/ks_p11.c 	    if (query[i].pValue == NULL) {
NULL              547 source4/heimdal/lib/hx509/ks_p11.c 	    query[i].pValue = NULL;
NULL              555 source4/heimdal/lib/hx509/ks_p11.c 	query[i].pValue = NULL;
NULL              578 source4/heimdal/lib/hx509/ks_p11.c     query.pValue = NULL;
NULL              584 source4/heimdal/lib/hx509/ks_p11.c 	return NULL;
NULL              592 source4/heimdal/lib/hx509/ks_p11.c 	return NULL;
NULL              594 source4/heimdal/lib/hx509/ks_p11.c     bn = BN_bin2bn(query.pValue, query.ulValueLen, NULL);
NULL              617 source4/heimdal/lib/hx509/ks_p11.c     ret = _hx509_private_key_init(&key, NULL, NULL);
NULL              622 source4/heimdal/lib/hx509/ks_p11.c     if (rsa == NULL)
NULL              634 source4/heimdal/lib/hx509/ks_p11.c     if (p11rsa == NULL)
NULL              658 source4/heimdal/lib/hx509/ks_p11.c 					   NULL,
NULL              747 source4/heimdal/lib/hx509/ks_p11.c 	{CKA_CLASS, NULL, 0},
NULL              750 source4/heimdal/lib/hx509/ks_p11.c 	{CKA_ID, NULL, 0},
NULL              751 source4/heimdal/lib/hx509/ks_p11.c 	{CKA_VALUE, NULL, 0},
NULL              752 source4/heimdal/lib/hx509/ks_p11.c 	{CKA_LABEL, NULL, 0}
NULL              759 source4/heimdal/lib/hx509/ks_p11.c     if (lock == NULL)
NULL              801 source4/heimdal/lib/hx509/ks_p11.c     *data = NULL;
NULL              804 source4/heimdal/lib/hx509/ks_p11.c     if (list == NULL)
NULL              808 source4/heimdal/lib/hx509/ks_p11.c     if (p == NULL) {
NULL              832 source4/heimdal/lib/hx509/ks_p11.c     if (p->dl_handle == NULL) {
NULL              840 source4/heimdal/lib/hx509/ks_p11.c     if (getFuncs == NULL) {
NULL              864 source4/heimdal/lib/hx509/ks_p11.c     ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots));
NULL              885 source4/heimdal/lib/hx509/ks_p11.c 	if (slot_ids == NULL) {
NULL              902 source4/heimdal/lib/hx509/ks_p11.c 	if (p->slot == NULL) {
NULL              976 source4/heimdal/lib/hx509/ks_p11.c 	P11FUNC(p, Finalize, (NULL));
NULL             1013 source4/heimdal/lib/hx509/ks_p11.c     if (c == NULL) {
NULL             1017 source4/heimdal/lib/hx509/ks_p11.c     ret = hx509_certs_init(context, "MEMORY:pkcs11-iter", 0, NULL, &c->certs);
NULL             1024 source4/heimdal/lib/hx509/ks_p11.c 	if (p->slot[i].certs == NULL)
NULL             1099 source4/heimdal/lib/hx509/ks_p11.c 	{ NULL,			0x0000000 }
NULL             1176 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL             1178 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL             1179 source4/heimdal/lib/hx509/ks_p11.c     NULL,
NULL               61 source4/heimdal/lib/hx509/ks_p12.c     if (attrs == NULL)
NULL               62 source4/heimdal/lib/hx509/ks_p12.c 	return NULL;
NULL               66 source4/heimdal/lib/hx509/ks_p12.c     return NULL;
NULL               77 source4/heimdal/lib/hx509/ks_p12.c     const heim_octet_string *os = NULL;
NULL               84 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS8PrivateKeyInfo(data, length, &ki, NULL);
NULL               91 source4/heimdal/lib/hx509/ks_p12.c 				     NULL,
NULL              110 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS8EncryptedPrivateKeyInfo(data, length, &pk, NULL);
NULL              139 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_CertBag(data, length, &cb, NULL);
NULL              151 source4/heimdal/lib/hx509/ks_p12.c 				    NULL);
NULL              198 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_SafeContents(p, len, &sc, NULL);
NULL              223 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_OctetString(data, length, &os, NULL);
NULL              278 source4/heimdal/lib/hx509/ks_p12.c 			       NULL,
NULL              334 source4/heimdal/lib/hx509/ks_p12.c     *data = NULL;
NULL              336 source4/heimdal/lib/hx509/ks_p12.c     if (lock == NULL)
NULL              344 source4/heimdal/lib/hx509/ks_p12.c     if (p12 == NULL) {
NULL              351 source4/heimdal/lib/hx509/ks_p12.c     if (p12->fn == NULL) {
NULL              371 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_PFX(buf, len, &pfx, NULL);
NULL              387 source4/heimdal/lib/hx509/ks_p12.c     if (pfx.authSafe.content == NULL) {
NULL              401 source4/heimdal/lib/hx509/ks_p12.c 					NULL);
NULL              410 source4/heimdal/lib/hx509/ks_p12.c 					      NULL);
NULL              424 source4/heimdal/lib/hx509/ks_p12.c 			  NULL);
NULL              457 source4/heimdal/lib/hx509/ks_p12.c     if (ptr == NULL) {
NULL              470 source4/heimdal/lib/hx509/ks_p12.c     if (as->val[as->len].content == NULL) {
NULL              496 source4/heimdal/lib/hx509/ks_p12.c     os.data = NULL;
NULL              614 source4/heimdal/lib/hx509/ks_p12.c     if (pw != NULL) {
NULL              616 source4/heimdal/lib/hx509/ks_p12.c 	if (pfx.macData == NULL) {
NULL              621 source4/heimdal/lib/hx509/ks_p12.c 	if (pfx.macData == NULL) {
NULL              695 source4/heimdal/lib/hx509/ks_p12.c     NULL,
NULL               51 source4/heimdal/lib/hx509/lock.c     { 0, NULL }
NULL               66 source4/heimdal/lib/hx509/lock.c     *lock = NULL;
NULL               69 source4/heimdal/lib/hx509/lock.c     if (l == NULL)
NULL               75 source4/heimdal/lib/hx509/lock.c 			   NULL,
NULL               94 source4/heimdal/lib/hx509/lock.c     if (s == NULL)
NULL               99 source4/heimdal/lib/hx509/lock.c     if (d == NULL) {
NULL              129 source4/heimdal/lib/hx509/lock.c     lock->password.val = NULL;
NULL              154 source4/heimdal/lib/hx509/lock.c 			   NULL,
NULL              165 source4/heimdal/lib/hx509/lock.c     *c = NULL;
NULL              180 source4/heimdal/lib/hx509/lock.c     lock->prompt = NULL;
NULL              181 source4/heimdal/lib/hx509/lock.c     lock->prompt_data = NULL;
NULL              200 source4/heimdal/lib/hx509/lock.c 		 stdin) == NULL)
NULL              210 source4/heimdal/lib/hx509/lock.c     if (lock->prompt == NULL)
NULL              244 source4/heimdal/lib/hx509/lock.c 	hx509_lock_set_prompter(lock, default_prompter, NULL);
NULL               91 source4/heimdal/lib/hx509/name.c     if (to == NULL)
NULL               92 source4/heimdal/lib/hx509/name.c 	return NULL;
NULL              130 source4/heimdal/lib/hx509/name.c     if (s == NULL)
NULL              152 source4/heimdal/lib/hx509/name.c 	return NULL;
NULL              169 source4/heimdal/lib/hx509/name.c     if (s == NULL)
NULL              203 source4/heimdal/lib/hx509/name.c     if (*str == NULL)
NULL              232 source4/heimdal/lib/hx509/name.c 		if (ss == NULL)
NULL              241 source4/heimdal/lib/hx509/name.c 		if (ss == NULL)
NULL              252 source4/heimdal/lib/hx509/name.c 		if (ss == NULL)
NULL              287 source4/heimdal/lib/hx509/name.c 	if ((_n) == NULL)			\
NULL              296 source4/heimdal/lib/hx509/name.c 	if ((_n) == NULL)			\
NULL              304 source4/heimdal/lib/hx509/name.c 	if ((_n) == NULL)			\
NULL              319 source4/heimdal/lib/hx509/name.c     *rname = NULL;
NULL              344 source4/heimdal/lib/hx509/name.c 	if (name == NULL)
NULL              364 source4/heimdal/lib/hx509/name.c 	    *rname = NULL;
NULL              373 source4/heimdal/lib/hx509/name.c 	*rname = NULL;
NULL              471 source4/heimdal/lib/hx509/name.c     if (*name == NULL)
NULL              476 source4/heimdal/lib/hx509/name.c 	*name = NULL;
NULL              495 source4/heimdal/lib/hx509/name.c     if (ptr == NULL) {
NULL              512 source4/heimdal/lib/hx509/name.c     if (rdn->val == NULL)
NULL              520 source4/heimdal/lib/hx509/name.c     if (rdn->val[0].value.u.utf8String == NULL)
NULL              547 source4/heimdal/lib/hx509/name.c     *name = NULL;
NULL              550 source4/heimdal/lib/hx509/name.c     if (n == NULL) {
NULL              559 source4/heimdal/lib/hx509/name.c     while (p != NULL && *p != '\0') {
NULL              573 source4/heimdal/lib/hx509/name.c 	if (q == NULL) {
NULL              605 source4/heimdal/lib/hx509/name.c 	    if (r == NULL) {
NULL              649 source4/heimdal/lib/hx509/name.c     if (*to == NULL)
NULL              654 source4/heimdal/lib/hx509/name.c 	*to = NULL;
NULL              704 source4/heimdal/lib/hx509/name.c     if (env == NULL)
NULL              726 source4/heimdal/lib/hx509/name.c 	    struct rk_strpool *strpool = NULL;
NULL              737 source4/heimdal/lib/hx509/name.c 		if (strpool == NULL) {
NULL              742 source4/heimdal/lib/hx509/name.c 	    while (p != NULL) {
NULL              746 source4/heimdal/lib/hx509/name.c 		if (p2 == NULL) {
NULL              753 source4/heimdal/lib/hx509/name.c 		if (value == NULL) {
NULL              761 source4/heimdal/lib/hx509/name.c 		if (strpool == NULL) {
NULL              773 source4/heimdal/lib/hx509/name.c 		if (strpool == NULL) {
NULL              781 source4/heimdal/lib/hx509/name.c 		if (ds->u.utf8String == NULL) {
NULL              805 source4/heimdal/lib/hx509/name.c     *name = NULL;
NULL              826 source4/heimdal/lib/hx509/name.c     *str = NULL;
NULL              828 source4/heimdal/lib/hx509/name.c     ret = decode_Name(data, length, &name, NULL);
NULL              908 source4/heimdal/lib/hx509/name.c     struct rk_strpool *strpool = NULL;
NULL              910 source4/heimdal/lib/hx509/name.c     *str = NULL;
NULL              916 source4/heimdal/lib/hx509/name.c 	if (str == NULL)
NULL              952 source4/heimdal/lib/hx509/name.c 	if (strpool == NULL)
NULL              976 source4/heimdal/lib/hx509/name.c 	if (str == NULL)
NULL              985 source4/heimdal/lib/hx509/name.c     if (strpool == NULL)
NULL               61 source4/heimdal/lib/hx509/peer.c     if (*peer == NULL) {
NULL               77 source4/heimdal/lib/hx509/peer.c 	peer->val = NULL;
NULL               93 source4/heimdal/lib/hx509/peer.c     if (peer == NULL)
NULL              147 source4/heimdal/lib/hx509/peer.c     if (peer->val == NULL) {
NULL               72 source4/heimdal/lib/hx509/print.c     *str = NULL;
NULL               76 source4/heimdal/lib/hx509/print.c     if (s == NULL)
NULL              101 source4/heimdal/lib/hx509/print.c     if (f == NULL)
NULL              198 source4/heimdal/lib/hx509/print.c     *s = NULL;
NULL              205 source4/heimdal/lib/hx509/print.c     if (*s == NULL) {
NULL              221 source4/heimdal/lib/hx509/print.c     if (ctx->vprint_func == NULL)
NULL              506 source4/heimdal/lib/hx509/print.c 					       &dpname, NULL);
NULL              522 source4/heimdal/lib/hx509/print.c 		    if (ret == 0 && s != NULL) {
NULL              793 source4/heimdal/lib/hx509/print.c     { NULL }
NULL              812 source4/heimdal/lib/hx509/print.c     if (*ctx == NULL)
NULL              901 source4/heimdal/lib/hx509/print.c     if ((t->version == NULL || *t->version < 2) && t->extensions)
NULL              905 source4/heimdal/lib/hx509/print.c     if (_hx509_cert_get_version(c) >= 3 && t->extensions == NULL)
NULL              955 source4/heimdal/lib/hx509/print.c 	    if (check_extension[j].name == NULL) {
NULL               53 source4/heimdal/lib/hx509/req.c     if (*req == NULL)
NULL               69 source4/heimdal/lib/hx509/req.c     *req = NULL;
NULL               92 source4/heimdal/lib/hx509/req.c     if (req->name == NULL) {
NULL              125 source4/heimdal/lib/hx509/req.c     if (val == NULL)
NULL              179 source4/heimdal/lib/hx509/req.c     if (req->name == NULL) {
NULL              200 source4/heimdal/lib/hx509/req.c     if (r.certificationRequestInfo.attributes == NULL) {
NULL               99 source4/heimdal/lib/hx509/revoke.c     if (*ctx == NULL)
NULL              104 source4/heimdal/lib/hx509/revoke.c     (*ctx)->crls.val = NULL;
NULL              106 source4/heimdal/lib/hx509/revoke.c     (*ctx)->ocsps.val = NULL;
NULL              114 source4/heimdal/lib/hx509/revoke.c     if (ctx == NULL)
NULL              115 source4/heimdal/lib/hx509/revoke.c 	return NULL;
NULL              146 source4/heimdal/lib/hx509/revoke.c     if (ctx == NULL || *ctx == NULL)
NULL              167 source4/heimdal/lib/hx509/revoke.c     *ctx = NULL;
NULL              177 source4/heimdal/lib/hx509/revoke.c     hx509_cert signer = NULL;
NULL              255 source4/heimdal/lib/hx509/revoke.c     signer = NULL;
NULL              292 source4/heimdal/lib/hx509/revoke.c     if (resp.responseBytes == NULL) {
NULL              330 source4/heimdal/lib/hx509/revoke.c     hx509_certs certs = NULL;
NULL              356 source4/heimdal/lib/hx509/revoke.c 			       NULL, &certs);
NULL              384 source4/heimdal/lib/hx509/revoke.c     ocsp->signer = NULL;
NULL              425 source4/heimdal/lib/hx509/revoke.c     if (data == NULL) {
NULL              436 source4/heimdal/lib/hx509/revoke.c     if (ctx->ocsps.val[ctx->ocsps.len].path == NULL) {
NULL              475 source4/heimdal/lib/hx509/revoke.c     if (crl->tbsCertList.nextUpdate == NULL) {
NULL              634 source4/heimdal/lib/hx509/revoke.c     if (data == NULL) {
NULL              643 source4/heimdal/lib/hx509/revoke.c     if (ctx->crls.val[ctx->crls.len].path == NULL) {
NULL              709 source4/heimdal/lib/hx509/revoke.c 	if (ocsp->signer == NULL) {
NULL              725 source4/heimdal/lib/hx509/revoke.c 					  NULL,
NULL              736 source4/heimdal/lib/hx509/revoke.c 					  NULL,
NULL              818 source4/heimdal/lib/hx509/revoke.c 	if (crl->crl.tbsCertList.revokedCertificates == NULL)
NULL              870 source4/heimdal/lib/hx509/revoke.c     hx509_cert parent = NULL;
NULL              880 source4/heimdal/lib/hx509/revoke.c     if (d == NULL)
NULL              914 source4/heimdal/lib/hx509/revoke.c 				  NULL,
NULL              917 source4/heimdal/lib/hx509/revoke.c 				  NULL,
NULL              927 source4/heimdal/lib/hx509/revoke.c 				  NULL,
NULL              930 source4/heimdal/lib/hx509/revoke.c 				  NULL,
NULL              985 source4/heimdal/lib/hx509/revoke.c     if (digest == NULL)
NULL              991 source4/heimdal/lib/hx509/revoke.c     ctx.parent = NULL;
NULL             1001 source4/heimdal/lib/hx509/revoke.c 	if (req.tbsRequest.requestExtensions == NULL) {
NULL             1009 source4/heimdal/lib/hx509/revoke.c 	if (es->val == NULL) {
NULL             1022 source4/heimdal/lib/hx509/revoke.c 	if (es->val[0].extnValue.data == NULL) {
NULL             1083 source4/heimdal/lib/hx509/revoke.c     if (out == NULL)
NULL             1089 source4/heimdal/lib/hx509/revoke.c     if (ocsp.path == NULL)
NULL             1196 source4/heimdal/lib/hx509/revoke.c 	now = time(NULL);
NULL             1216 source4/heimdal/lib/hx509/revoke.c 				      NULL,
NULL             1297 source4/heimdal/lib/hx509/revoke.c     if (*crl == NULL) {
NULL             1302 source4/heimdal/lib/hx509/revoke.c     ret = hx509_certs_init(context, "MEMORY:crl", 0, NULL, &(*crl)->revoked);
NULL             1305 source4/heimdal/lib/hx509/revoke.c 	*crl = NULL;
NULL             1348 source4/heimdal/lib/hx509/revoke.c     crl->expire = time(NULL) + delta;
NULL             1364 source4/heimdal/lib/hx509/revoke.c     if (*crl == NULL)
NULL             1369 source4/heimdal/lib/hx509/revoke.c     *crl = NULL;
NULL             1383 source4/heimdal/lib/hx509/revoke.c     if (ptr == NULL) {
NULL             1398 source4/heimdal/lib/hx509/revoke.c 	time(NULL) - 3600 * 24;
NULL             1399 source4/heimdal/lib/hx509/revoke.c     c->revokedCertificates->val[num].crlEntryExtensions = NULL;
NULL             1435 source4/heimdal/lib/hx509/revoke.c     if (signerkey == NULL) {
NULL             1443 source4/heimdal/lib/hx509/revoke.c     if (c.tbsCertList.version == NULL) {
NULL             1464 source4/heimdal/lib/hx509/revoke.c     c.tbsCertList.thisUpdate.u.generalTime = time(NULL) - 24 * 3600;
NULL             1467 source4/heimdal/lib/hx509/revoke.c     if (c.tbsCertList.nextUpdate == NULL) {
NULL             1476 source4/heimdal/lib/hx509/revoke.c 	    next = time(NULL) + 24 * 3600 * 365;
NULL             1484 source4/heimdal/lib/hx509/revoke.c     if (c.tbsCertList.revokedCertificates == NULL) {
NULL             1489 source4/heimdal/lib/hx509/revoke.c     c.tbsCertList.crlExtensions = NULL;
NULL             1498 source4/heimdal/lib/hx509/revoke.c 	c.tbsCertList.revokedCertificates = NULL;
NULL             1377 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(op_TRUE, NULL, NULL); }
NULL             1382 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(op_FALSE, NULL, NULL); }
NULL             1387 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(op_NOT, (yyvsp[(2) - (2)].expr), NULL); }
NULL             1407 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(op_COMP, (yyvsp[(1) - (1)].expr), NULL); }
NULL             1412 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(expr_WORDS, (yyvsp[(1) - (1)].expr), NULL); }
NULL             1467 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(expr_NUMBER, (yyvsp[(1) - (1)].string), NULL); }
NULL             1472 source4/heimdal/lib/hx509/sel-gram.c     { (yyval.expr) = _hx509_make_expr(expr_STRING, (yyvsp[(1) - (1)].string), NULL); }
NULL             1495 source4/heimdal/lib/hx509/sel-gram.c 			(yyval.expr) = _hx509_make_expr(expr_VAR, (yyvsp[(1) - (1)].string), NULL); }
NULL               76 source4/heimdal/lib/hx509/sel-gram.y expr	: kw_TRUE		{ $$ = _hx509_make_expr(op_TRUE, NULL, NULL); }
NULL               77 source4/heimdal/lib/hx509/sel-gram.y 	| kw_FALSE		{ $$ = _hx509_make_expr(op_FALSE, NULL, NULL); }
NULL               78 source4/heimdal/lib/hx509/sel-gram.y 	| '!' expr		{ $$ = _hx509_make_expr(op_NOT, $2, NULL); }
NULL               82 source4/heimdal/lib/hx509/sel-gram.y 	| comp			{ $$ = _hx509_make_expr(op_COMP, $1, NULL); }
NULL               85 source4/heimdal/lib/hx509/sel-gram.y words	: word			{ $$ = _hx509_make_expr(expr_WORDS, $1, NULL); }
NULL              102 source4/heimdal/lib/hx509/sel-gram.y number	: NUMBER	{ $$ = _hx509_make_expr(expr_NUMBER, $1, NULL); };
NULL              103 source4/heimdal/lib/hx509/sel-gram.y string	: STRING	{ $$ = _hx509_make_expr(expr_STRING, $1, NULL); };
NULL              114 source4/heimdal/lib/hx509/sel-gram.y 			$$ = _hx509_make_expr(expr_VAR, $1, NULL); }
NULL              272 source4/heimdal/lib/hx509/sel-lex.c                           : NULL)
NULL             1461 source4/heimdal/lib/hx509/sel-lex.c     	if (new_buffer == NULL)
NULL             1495 source4/heimdal/lib/hx509/sel-lex.c 	YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             1779 source4/heimdal/lib/hx509/sel-lex.c 		YY_CURRENT_BUFFER_LVALUE = NULL;
NULL             1785 source4/heimdal/lib/hx509/sel-lex.c 	(yy_buffer_stack) = NULL;
NULL               42 source4/heimdal/lib/hx509/sel.c     if (expr == NULL)
NULL               43 source4/heimdal/lib/hx509/sel.c 	return NULL;
NULL               58 source4/heimdal/lib/hx509/sel.c 	if (word->arg2 == NULL)
NULL               62 source4/heimdal/lib/hx509/sel.c 	if (env == NULL)
NULL               63 source4/heimdal/lib/hx509/sel.c 	    return NULL;
NULL               67 source4/heimdal/lib/hx509/sel.c 	return NULL;
NULL               76 source4/heimdal/lib/hx509/sel.c     if (word->arg2 == NULL)
NULL               80 source4/heimdal/lib/hx509/sel.c     if (env == NULL)
NULL               81 source4/heimdal/lib/hx509/sel.c 	return NULL;
NULL               98 source4/heimdal/lib/hx509/sel.c 	if (s1 == NULL || s2 == NULL)
NULL              134 source4/heimdal/lib/hx509/sel.c 	    if (subenv == NULL)
NULL              212 source4/heimdal/lib/hx509/sel.c     _hx509_expr_input.expr = NULL;
NULL              216 source4/heimdal/lib/hx509/sel.c 	_hx509_expr_input.error = NULL;
NULL               75 source4/heimdal/lib/hx509/test_name.c     hx509_env env = NULL;
NULL               98 source4/heimdal/lib/krb5/acache.c     lib = krb5_config_get_string(context, NULL,
NULL              100 source4/heimdal/lib/krb5/acache.c 				 NULL);
NULL              101 source4/heimdal/lib/krb5/acache.c     if (lib == NULL) {
NULL              116 source4/heimdal/lib/krb5/acache.c     if (cc_handle == NULL) {
NULL              126 source4/heimdal/lib/krb5/acache.c     if (init_func == NULL) {
NULL              164 source4/heimdal/lib/krb5/acache.c     if (cred->session.keyvalue.data == NULL)
NULL              186 source4/heimdal/lib/krb5/acache.c     cred->authdata.val = NULL;
NULL              189 source4/heimdal/lib/krb5/acache.c     cred->addresses.val = NULL;
NULL              197 source4/heimdal/lib/krb5/acache.c 	if (cred->authdata.val == NULL)
NULL              215 source4/heimdal/lib/krb5/acache.c 	if (cred->addresses.val == NULL)
NULL              324 source4/heimdal/lib/krb5/acache.c     cred->authdata = NULL;
NULL              328 source4/heimdal/lib/krb5/acache.c     if (cred->addresses == NULL) {
NULL              337 source4/heimdal/lib/krb5/acache.c 	if (addr == NULL) {
NULL              344 source4/heimdal/lib/krb5/acache.c 	if (addr->data == NULL) {
NULL              352 source4/heimdal/lib/krb5/acache.c     cred->addresses[i] = NULL;
NULL              405 source4/heimdal/lib/krb5/acache.c     if (a->cache_name == NULL)
NULL              418 source4/heimdal/lib/krb5/acache.c     if (a->cache_name == NULL) {
NULL              425 source4/heimdal/lib/krb5/acache.c 	    return NULL;
NULL              430 source4/heimdal/lib/krb5/acache.c 	    return NULL;
NULL              438 source4/heimdal/lib/krb5/acache.c 	    return NULL;
NULL              442 source4/heimdal/lib/krb5/acache.c 	    return NULL;
NULL              467 source4/heimdal/lib/krb5/acache.c     error = (*init_func)(&a->context, ccapi_version_3, NULL, NULL);
NULL              473 source4/heimdal/lib/krb5/acache.c     a->cache_name = NULL;
NULL              496 source4/heimdal/lib/krb5/acache.c 	    *id = NULL;
NULL              500 source4/heimdal/lib/krb5/acache.c 	a->ccache = NULL;
NULL              501 source4/heimdal/lib/krb5/acache.c 	a->cache_name = NULL;
NULL              504 source4/heimdal/lib/krb5/acache.c 	*id = NULL;
NULL              523 source4/heimdal/lib/krb5/acache.c     a->ccache = NULL;
NULL              524 source4/heimdal/lib/krb5/acache.c     a->cache_name = NULL;
NULL              543 source4/heimdal/lib/krb5/acache.c     if (a->cache_name == NULL) {
NULL              586 source4/heimdal/lib/krb5/acache.c 	a->ccache = NULL;
NULL              590 source4/heimdal/lib/krb5/acache.c 	a->cache_name = NULL;
NULL              594 source4/heimdal/lib/krb5/acache.c 	a->context = NULL;
NULL              609 source4/heimdal/lib/krb5/acache.c 	a->ccache = NULL;
NULL              613 source4/heimdal/lib/krb5/acache.c 	a->context = NULL;
NULL              629 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL              663 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL              690 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL              756 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL              767 source4/heimdal/lib/krb5/acache.c 	client = NULL;
NULL              851 source4/heimdal/lib/krb5/acache.c     if (iter == NULL) {
NULL              856 source4/heimdal/lib/krb5/acache.c     error = (*init_func)(&iter->context, ccapi_version_3, NULL, NULL);
NULL              905 source4/heimdal/lib/krb5/acache.c 	*id = NULL;
NULL              917 source4/heimdal/lib/krb5/acache.c     iter->iter = NULL;
NULL              919 source4/heimdal/lib/krb5/acache.c     iter->context = NULL;
NULL              931 source4/heimdal/lib/krb5/acache.c     if (ato->ccache == NULL) {
NULL              966 source4/heimdal/lib/krb5/acache.c     error = (*init_func)(&cc, ccapi_version_3, NULL, NULL);
NULL              980 source4/heimdal/lib/krb5/acache.c     if (*str == NULL) {
NULL              993 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL             1013 source4/heimdal/lib/krb5/acache.c     if (a->ccache == NULL) {
NULL             1044 source4/heimdal/lib/krb5/acache.c     NULL, /* acc_retrieve */
NULL              345 source4/heimdal/lib/krb5/addr_families.c     if(inet_ntop(AF_INET6, addr->address.data, buf, sizeof(buf)) == NULL)
NULL              726 source4/heimdal/lib/krb5/addr_families.c      NULL, NULL, NULL, ipv4_mask_boundary },
NULL              735 source4/heimdal/lib/krb5/addr_families.c      NULL, NULL, NULL, ipv6_mask_boundary } ,
NULL              740 source4/heimdal/lib/krb5/addr_families.c      NULL, NULL, NULL, NULL, NULL, NULL, NULL,
NULL              745 source4/heimdal/lib/krb5/addr_families.c      NULL, NULL, NULL, NULL, NULL,
NULL              746 source4/heimdal/lib/krb5/addr_families.c      NULL, NULL, addrport_print_addr, NULL, NULL, NULL, NULL }
NULL              765 source4/heimdal/lib/krb5/addr_families.c     return NULL;
NULL              776 source4/heimdal/lib/krb5/addr_families.c     return NULL;
NULL              797 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL              825 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL              864 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL              871 source4/heimdal/lib/krb5/addr_families.c     if (a->addr2sockaddr == NULL) {
NULL              919 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL || a->uninteresting == NULL)
NULL              951 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL              980 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL             1014 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL) {
NULL             1047 source4/heimdal/lib/krb5/addr_families.c     if (a == NULL || a->print_addr == NULL) {
NULL             1065 source4/heimdal/lib/krb5/addr_families.c 	if(ret_len != NULL)
NULL             1072 source4/heimdal/lib/krb5/addr_families.c     if(ret_len != NULL)
NULL             1101 source4/heimdal/lib/krb5/addr_families.c     addresses->val = NULL;
NULL             1108 source4/heimdal/lib/krb5/addr_families.c 		if (addresses->val == NULL) {
NULL             1119 source4/heimdal/lib/krb5/addr_families.c     error = getaddrinfo (string, NULL, NULL, &ai);
NULL             1130 source4/heimdal/lib/krb5/addr_families.c     for (a = ai; a != NULL; a = a->ai_next)
NULL             1134 source4/heimdal/lib/krb5/addr_families.c     if (addresses->val == NULL) {
NULL             1142 source4/heimdal/lib/krb5/addr_families.c     for (a = ai, i = 0; a != NULL; a = a->ai_next) {
NULL             1178 source4/heimdal/lib/krb5/addr_families.c     if(a == NULL) {
NULL             1184 source4/heimdal/lib/krb5/addr_families.c     if(a->order_addr != NULL)
NULL             1187 source4/heimdal/lib/krb5/addr_families.c     if(a == NULL) {
NULL             1193 source4/heimdal/lib/krb5/addr_families.c     if(a->order_addr != NULL)
NULL             1269 source4/heimdal/lib/krb5/addr_families.c     if(a != NULL && a->free_addr != NULL)
NULL             1297 source4/heimdal/lib/krb5/addr_families.c     addresses->val = NULL;
NULL             1320 source4/heimdal/lib/krb5/addr_families.c     if(a != NULL && a->copy_addr != NULL)
NULL             1345 source4/heimdal/lib/krb5/addr_families.c     if(inaddr->len > 0 && outaddr->val == NULL)
NULL             1375 source4/heimdal/lib/krb5/addr_families.c 	if(tmp == NULL) {
NULL             1418 source4/heimdal/lib/krb5/addr_families.c     if (*res == NULL) {
NULL             1429 source4/heimdal/lib/krb5/addr_families.c 	*res = NULL;
NULL             1485 source4/heimdal/lib/krb5/addr_families.c     if(a != NULL && a->mask_boundary != NULL)
NULL               44 source4/heimdal/lib/krb5/appdefault.c     if(appname == NULL)
NULL               47 source4/heimdal/lib/krb5/appdefault.c     def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               48 source4/heimdal/lib/krb5/appdefault.c 					   "libdefaults", option, NULL);
NULL               49 source4/heimdal/lib/krb5/appdefault.c     if(realm != NULL)
NULL               50 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               51 source4/heimdal/lib/krb5/appdefault.c 					       "realms", realm, option, NULL);
NULL               53 source4/heimdal/lib/krb5/appdefault.c     def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               56 source4/heimdal/lib/krb5/appdefault.c 					   NULL);
NULL               57 source4/heimdal/lib/krb5/appdefault.c     if(realm != NULL)
NULL               58 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               62 source4/heimdal/lib/krb5/appdefault.c 					       NULL);
NULL               63 source4/heimdal/lib/krb5/appdefault.c     if(appname != NULL) {
NULL               64 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               68 source4/heimdal/lib/krb5/appdefault.c 					       NULL);
NULL               69 source4/heimdal/lib/krb5/appdefault.c 	if(realm != NULL)
NULL               70 source4/heimdal/lib/krb5/appdefault.c 	    def_val = krb5_config_get_bool_default(context, NULL, def_val,
NULL               75 source4/heimdal/lib/krb5/appdefault.c 						   NULL);
NULL               85 source4/heimdal/lib/krb5/appdefault.c     if(appname == NULL)
NULL               88 source4/heimdal/lib/krb5/appdefault.c     def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL               89 source4/heimdal/lib/krb5/appdefault.c 					     "libdefaults", option, NULL);
NULL               90 source4/heimdal/lib/krb5/appdefault.c     if(realm != NULL)
NULL               91 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL               92 source4/heimdal/lib/krb5/appdefault.c 						 "realms", realm, option, NULL);
NULL               94 source4/heimdal/lib/krb5/appdefault.c     def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL               97 source4/heimdal/lib/krb5/appdefault.c 					     NULL);
NULL               98 source4/heimdal/lib/krb5/appdefault.c     if(realm != NULL)
NULL               99 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL              103 source4/heimdal/lib/krb5/appdefault.c 						 NULL);
NULL              104 source4/heimdal/lib/krb5/appdefault.c     if(appname != NULL) {
NULL              105 source4/heimdal/lib/krb5/appdefault.c 	def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL              109 source4/heimdal/lib/krb5/appdefault.c 						 NULL);
NULL              110 source4/heimdal/lib/krb5/appdefault.c 	if(realm != NULL)
NULL              111 source4/heimdal/lib/krb5/appdefault.c 	    def_val = krb5_config_get_string_default(context, NULL, def_val,
NULL              116 source4/heimdal/lib/krb5/appdefault.c 						     NULL);
NULL              118 source4/heimdal/lib/krb5/appdefault.c     if(def_val != NULL)
NULL              121 source4/heimdal/lib/krb5/appdefault.c 	*ret_val = NULL;
NULL              132 source4/heimdal/lib/krb5/appdefault.c     krb5_appdefault_string(context, appname, realm, option, NULL, &val);
NULL              133 source4/heimdal/lib/krb5/appdefault.c     if (val == NULL) {
NULL               56 source4/heimdal/lib/krb5/asn1_glue.c     if (p == NULL)
NULL               60 source4/heimdal/lib/krb5/asn1_glue.c     if (p->realm == NULL)
NULL               59 source4/heimdal/lib/krb5/auth_context.c     p->local_address  = NULL;
NULL               60 source4/heimdal/lib/krb5/auth_context.c     p->remote_address = NULL;
NULL               73 source4/heimdal/lib/krb5/auth_context.c     if (auth_context != NULL) {
NULL              144 source4/heimdal/lib/krb5/auth_context.c 	    if ((auth_context->local_address = malloc(sizeof(krb5_address))) == NULL)
NULL              152 source4/heimdal/lib/krb5/auth_context.c 	    if ((auth_context->remote_address = malloc(sizeof(krb5_address))) == NULL)
NULL              166 source4/heimdal/lib/krb5/auth_context.c     krb5_address *lptr = NULL, *rptr = NULL;
NULL              173 source4/heimdal/lib/krb5/auth_context.c 	if (auth_context->local_address == NULL) {
NULL              227 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->local_address == NULL)
NULL              229 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->remote_address == NULL)
NULL              243 source4/heimdal/lib/krb5/auth_context.c     if (*local_addr == NULL) {
NULL              254 source4/heimdal/lib/krb5/auth_context.c     if (*remote_addr == NULL) {
NULL              257 source4/heimdal/lib/krb5/auth_context.c 	*local_addr = NULL;
NULL              273 source4/heimdal/lib/krb5/auth_context.c     *out = NULL; /* is this right? */
NULL              396 source4/heimdal/lib/krb5/auth_context.c     if(auth_context->keyblock == NULL)
NULL              454 source4/heimdal/lib/krb5/auth_context.c     if (*authenticator == NULL) {
NULL              471 source4/heimdal/lib/krb5/auth_context.c     *authenticator = NULL;
NULL               66 source4/heimdal/lib/krb5/build_ap_req.c   ap.authenticator.kvno  = NULL;
NULL               49 source4/heimdal/lib/krb5/build_auth.c     ret = krb5_init_etype(context, &etypes.len, &etypes.val, NULL);
NULL               63 source4/heimdal/lib/krb5/build_auth.c     if (ad.val == NULL) {
NULL               83 source4/heimdal/lib/krb5/build_auth.c     if (*auth_data == NULL) {
NULL               89 source4/heimdal/lib/krb5/build_auth.c     if ((*auth_data)->val == NULL) {
NULL              113 source4/heimdal/lib/krb5/build_auth.c     u_char *buf = NULL;
NULL              120 source4/heimdal/lib/krb5/build_auth.c     if (auth == NULL) {
NULL              141 source4/heimdal/lib/krb5/build_auth.c 	if(auth->seq_number == NULL) {
NULL              147 source4/heimdal/lib/krb5/build_auth.c 	auth->seq_number = NULL;
NULL              148 source4/heimdal/lib/krb5/build_auth.c     auth->authorization_data = NULL;
NULL              151 source4/heimdal/lib/krb5/build_auth.c     if (cksum != NULL && cksum->cksumtype == CKSUMTYPE_GSSAPI) {
NULL              192 source4/heimdal/lib/krb5/build_auth.c 	auth->cksum = NULL;
NULL               75 source4/heimdal/lib/krb5/cache.c 	if(o == NULL) {
NULL              102 source4/heimdal/lib/krb5/cache.c     if(p == NULL) {
NULL              157 source4/heimdal/lib/krb5/cache.c     *id = NULL;
NULL              169 source4/heimdal/lib/krb5/cache.c     if (strchr (name, ':') == NULL)
NULL              192 source4/heimdal/lib/krb5/cache.c     return krb5_cc_new_unique(context, ops->prefix, NULL, id);
NULL              215 source4/heimdal/lib/krb5/cache.c     if (ops == NULL) {
NULL              271 source4/heimdal/lib/krb5/cache.c     *str = NULL;
NULL              274 source4/heimdal/lib/krb5/cache.c     if (type == NULL) {
NULL              281 source4/heimdal/lib/krb5/cache.c     if (name == NULL) {
NULL              289 source4/heimdal/lib/krb5/cache.c 	*str = NULL;
NULL              318 source4/heimdal/lib/krb5/cache.c     *res = NULL;
NULL              331 source4/heimdal/lib/krb5/cache.c 	    if (tmp2 == NULL) {
NULL              333 source4/heimdal/lib/krb5/cache.c 		*res = NULL;
NULL              344 source4/heimdal/lib/krb5/cache.c 		*res = NULL;
NULL              355 source4/heimdal/lib/krb5/cache.c 	    str = NULL;
NULL              357 source4/heimdal/lib/krb5/cache.c 	if (append == NULL) {
NULL              359 source4/heimdal/lib/krb5/cache.c 	    *res = NULL;
NULL              367 source4/heimdal/lib/krb5/cache.c 	if (tmp == NULL) {
NULL              370 source4/heimdal/lib/krb5/cache.c 	    *res = NULL;
NULL              401 source4/heimdal/lib/krb5/cache.c     if (e == NULL) {
NULL              404 source4/heimdal/lib/krb5/cache.c 	    context->default_cc_name_env = NULL;
NULL              408 source4/heimdal/lib/krb5/cache.c 	if (context->default_cc_name_env == NULL)
NULL              429 source4/heimdal/lib/krb5/cache.c     if (id->ops->set_default == NULL)
NULL              447 source4/heimdal/lib/krb5/cache.c     if (name == NULL) {
NULL              448 source4/heimdal/lib/krb5/cache.c 	const char *e = NULL;
NULL              459 source4/heimdal/lib/krb5/cache.c 	if (e == NULL) {
NULL              460 source4/heimdal/lib/krb5/cache.c 	    e = krb5_config_get_string(context, NULL, "libdefaults",
NULL              461 source4/heimdal/lib/krb5/cache.c 				       "default_cc_name", NULL);
NULL              467 source4/heimdal/lib/krb5/cache.c 	    if (e == NULL) {
NULL              469 source4/heimdal/lib/krb5/cache.c 		e = krb5_config_get_string(context, NULL, "libdefaults",
NULL              470 source4/heimdal/lib/krb5/cache.c 					   "default_cc_type", NULL);
NULL              473 source4/heimdal/lib/krb5/cache.c 		    if (ops == NULL) {
NULL              492 source4/heimdal/lib/krb5/cache.c     if (p == NULL) {
NULL              518 source4/heimdal/lib/krb5/cache.c     if (context->default_cc_name == NULL || environment_changed(context))
NULL              519 source4/heimdal/lib/krb5/cache.c 	krb5_cc_set_default_name(context, NULL);
NULL              539 source4/heimdal/lib/krb5/cache.c     if (p == NULL) {
NULL              641 source4/heimdal/lib/krb5/cache.c     if (id->ops->retrieve != NULL) {
NULL              734 source4/heimdal/lib/krb5/cache.c 	if (mcreds == NULL || krb5_compare_creds(context, whichfields, mcreds, creds))
NULL              768 source4/heimdal/lib/krb5/cache.c     if(id->ops->remove_cred == NULL) {
NULL              868 source4/heimdal/lib/krb5/cache.c     return krb5_cc_copy_cache_match(context, from, to, 0, NULL, NULL);
NULL              934 source4/heimdal/lib/krb5/cache.c     if (prefix == NULL)
NULL              940 source4/heimdal/lib/krb5/cache.c     if (p == NULL) {
NULL              942 source4/heimdal/lib/krb5/cache.c 	return NULL;
NULL              955 source4/heimdal/lib/krb5/cache.c     return NULL;
NULL              985 source4/heimdal/lib/krb5/cache.c     if (type == NULL)
NULL              989 source4/heimdal/lib/krb5/cache.c     if (ops == NULL) {
NULL              996 source4/heimdal/lib/krb5/cache.c     if (ops->get_cache_first == NULL) {
NULL             1005 source4/heimdal/lib/krb5/cache.c     if (*cursor == NULL) {
NULL             1015 source4/heimdal/lib/krb5/cache.c 	*cursor = NULL;
NULL             1054 source4/heimdal/lib/krb5/cache.c     cursor->ops = NULL;
NULL             1077 source4/heimdal/lib/krb5/cache.c     krb5_ccache cache = NULL;
NULL             1079 source4/heimdal/lib/krb5/cache.c     *id = NULL;
NULL             1099 source4/heimdal/lib/krb5/cache.c 	cache = NULL;
NULL             1104 source4/heimdal/lib/krb5/cache.c     if (cache == NULL) {
NULL             1166 source4/heimdal/lib/krb5/cache.c     char *pname = NULL;
NULL             1182 source4/heimdal/lib/krb5/cache.c 			      KRB5_CONF_NAME, name, pname, NULL);
NULL             1250 source4/heimdal/lib/krb5/cache.c     cred.times.authtime = time(NULL);
NULL             1330 source4/heimdal/lib/krb5/cache.c     if (*cursor == NULL) {
NULL             1335 source4/heimdal/lib/krb5/cache.c     (*cursor)->cursor = NULL;
NULL             1362 source4/heimdal/lib/krb5/cache.c     *cache = NULL;
NULL             1366 source4/heimdal/lib/krb5/cache.c 	if (cursor->cursor == NULL) {
NULL             1380 source4/heimdal/lib/krb5/cache.c 	cursor->cursor = NULL;
NULL             1412 source4/heimdal/lib/krb5/cache.c     *cursor = NULL;
NULL              101 source4/heimdal/lib/krb5/changepw.c 				NULL, /* in_data */
NULL              116 source4/heimdal/lib/krb5/changepw.c 			NULL);
NULL              130 source4/heimdal/lib/krb5/changepw.c     msghdr.msg_name       = NULL;
NULL              135 source4/heimdal/lib/krb5/changepw.c     msghdr.msg_control    = NULL;
NULL              189 source4/heimdal/lib/krb5/changepw.c 				NULL, /* in_data */
NULL              201 source4/heimdal/lib/krb5/changepw.c 	chpw.targname = NULL;
NULL              202 source4/heimdal/lib/krb5/changepw.c 	chpw.targrealm = NULL;
NULL              219 source4/heimdal/lib/krb5/changepw.c 			NULL);
NULL              237 source4/heimdal/lib/krb5/changepw.c     msghdr.msg_name       = NULL;
NULL              242 source4/heimdal/lib/krb5/changepw.c     msghdr.msg_control    = NULL;
NULL              292 source4/heimdal/lib/krb5/changepw.c 			    0, NULL, NULL);
NULL              320 source4/heimdal/lib/krb5/changepw.c 	ret = recvfrom (sock, reply, sizeof(reply), 0, NULL, NULL);
NULL              414 source4/heimdal/lib/krb5/changepw.c 			    NULL);
NULL              501 source4/heimdal/lib/krb5/changepw.c     { NULL }
NULL              519 source4/heimdal/lib/krb5/changepw.c     krb5_auth_context auth_context = NULL;
NULL              520 source4/heimdal/lib/krb5/changepw.c     krb5_krbhst_handle handle = NULL;
NULL              566 source4/heimdal/lib/krb5/changepw.c 	for (a = ai; !done && a != NULL; a = a->ai_next) {
NULL              621 source4/heimdal/lib/krb5/changepw.c 		ret = select (sock + 1, &fdset, NULL, NULL, &tv);
NULL              667 source4/heimdal/lib/krb5/changepw.c     for (p = procs; p->name != NULL; p++) {
NULL              671 source4/heimdal/lib/krb5/changepw.c     return NULL;
NULL              701 source4/heimdal/lib/krb5/changepw.c     result_code_string->data = result_string->data = NULL;
NULL              704 source4/heimdal/lib/krb5/changepw.c     if (p == NULL)
NULL              707 source4/heimdal/lib/krb5/changepw.c     return change_password_loop(context, creds, NULL, newpw,
NULL              740 source4/heimdal/lib/krb5/changepw.c     krb5_principal principal = NULL;
NULL              748 source4/heimdal/lib/krb5/changepw.c     if (targprinc == NULL) {
NULL              755 source4/heimdal/lib/krb5/changepw.c     for (i = 0; procs[i].name != NULL; i++) {
NULL              765 source4/heimdal/lib/krb5/changepw.c     if (targprinc == NULL)
NULL              787 source4/heimdal/lib/krb5/changepw.c     krb5_principal principal = NULL;
NULL              790 source4/heimdal/lib/krb5/changepw.c     result_code_string->data = result_string->data = NULL;
NULL              795 source4/heimdal/lib/krb5/changepw.c     if (targprinc == NULL) {
NULL              804 source4/heimdal/lib/krb5/changepw.c 			      "kadmin", "changepw", NULL);
NULL              832 source4/heimdal/lib/krb5/changepw.c     if (targprinc == NULL)
NULL               50 source4/heimdal/lib/krb5/config_file.c     if(ptr->f != NULL)
NULL               57 source4/heimdal/lib/krb5/config_file.c 	    return NULL;
NULL               87 source4/heimdal/lib/krb5/config_file.c     for(q = parent; *q != NULL; q = &(*q)->next)
NULL               93 source4/heimdal/lib/krb5/config_file.c     if(*q == NULL)
NULL               94 source4/heimdal/lib/krb5/config_file.c 	return NULL;
NULL               97 source4/heimdal/lib/krb5/config_file.c     if((*q)->name == NULL) {
NULL               99 source4/heimdal/lib/krb5/config_file.c 	*q = NULL;
NULL              100 source4/heimdal/lib/krb5/config_file.c 	return NULL;
NULL              128 source4/heimdal/lib/krb5/config_file.c     if (p1 == NULL) {
NULL              134 source4/heimdal/lib/krb5/config_file.c     if(tmp == NULL) {
NULL              154 source4/heimdal/lib/krb5/config_file.c     krb5_config_binding *b = NULL;
NULL              157 source4/heimdal/lib/krb5/config_file.c     while(config_fgets(buf, sizeof(buf), f) != NULL) {
NULL              215 source4/heimdal/lib/krb5/config_file.c 	if (tmp == NULL) {
NULL              222 source4/heimdal/lib/krb5/config_file.c 	if (tmp == NULL) {
NULL              248 source4/heimdal/lib/krb5/config_file.c     krb5_config_section *s = NULL;
NULL              249 source4/heimdal/lib/krb5/config_file.c     krb5_config_binding *b = NULL;
NULL              253 source4/heimdal/lib/krb5/config_file.c     while (config_fgets(buf, sizeof(buf), f) != NULL) {
NULL              267 source4/heimdal/lib/krb5/config_file.c 	    b = NULL;
NULL              272 source4/heimdal/lib/krb5/config_file.c 	    if (s == NULL) {
NULL              293 source4/heimdal/lib/krb5/config_file.c     f.f = NULL;
NULL              315 source4/heimdal/lib/krb5/config_file.c     f.s = NULL;
NULL              316 source4/heimdal/lib/krb5/config_file.c     if(f.f == NULL) {
NULL              337 source4/heimdal/lib/krb5/config_file.c     *res = NULL;
NULL              375 source4/heimdal/lib/krb5/config_file.c     krb5_config_binding *d, *previous = NULL;
NULL              377 source4/heimdal/lib/krb5/config_file.c     *head = NULL;
NULL              382 source4/heimdal/lib/krb5/config_file.c 	if (*head == NULL)
NULL              431 source4/heimdal/lib/krb5/config_file.c     while(b != NULL) {
NULL              433 source4/heimdal/lib/krb5/config_file.c 	    if(b->type == type && p == NULL) {
NULL              436 source4/heimdal/lib/krb5/config_file.c 	    } else if(b->type == krb5_config_list && p != NULL) {
NULL              442 source4/heimdal/lib/krb5/config_file.c     return NULL;
NULL              455 source4/heimdal/lib/krb5/config_file.c     if(c == NULL)
NULL              458 source4/heimdal/lib/krb5/config_file.c     if (c == NULL)
NULL              459 source4/heimdal/lib/krb5/config_file.c 	return NULL;
NULL              461 source4/heimdal/lib/krb5/config_file.c     if (*pointer == NULL) {
NULL              465 source4/heimdal/lib/krb5/config_file.c 	if (p == NULL)
NULL              466 source4/heimdal/lib/krb5/config_file.c 	    return NULL;
NULL              472 source4/heimdal/lib/krb5/config_file.c     for (b = (*pointer)->next; b != NULL; b = b->next) {
NULL              478 source4/heimdal/lib/krb5/config_file.c     return NULL;
NULL              502 source4/heimdal/lib/krb5/config_file.c     const krb5_config_binding *foo = NULL;
NULL              560 source4/heimdal/lib/krb5/config_file.c     if (ret == NULL)
NULL              585 source4/heimdal/lib/krb5/config_file.c     char **strings = NULL;
NULL              587 source4/heimdal/lib/krb5/config_file.c     const krb5_config_binding *b = NULL;
NULL              593 source4/heimdal/lib/krb5/config_file.c 	char *pos = NULL;
NULL              595 source4/heimdal/lib/krb5/config_file.c 	if(tmp == NULL)
NULL              600 source4/heimdal/lib/krb5/config_file.c 	    if(tmp2 == NULL)
NULL              605 source4/heimdal/lib/krb5/config_file.c 	    if(strings[nstr-1] == NULL)
NULL              607 source4/heimdal/lib/krb5/config_file.c 	    s = strtok_r(NULL, " \t", &pos);
NULL              613 source4/heimdal/lib/krb5/config_file.c 	if(tmp == NULL)
NULL              616 source4/heimdal/lib/krb5/config_file.c 	strings[nstr] = NULL;
NULL              623 source4/heimdal/lib/krb5/config_file.c     return NULL;
NULL              659 source4/heimdal/lib/krb5/config_file.c     if(str == NULL)
NULL              712 source4/heimdal/lib/krb5/config_file.c     if(str == NULL)
NULL              763 source4/heimdal/lib/krb5/config_file.c     if(str == NULL)
NULL               47 source4/heimdal/lib/krb5/config_file_netinfo.c     krb5_config_section **next = NULL;
NULL               57 source4/heimdal/lib/krb5/config_file_netinfo.c 	    if (b == NULL)
NULL               60 source4/heimdal/lib/krb5/config_file_netinfo.c 	    b->next = NULL;
NULL               65 source4/heimdal/lib/krb5/config_file_netinfo.c 	    if (next == NULL) {
NULL               98 source4/heimdal/lib/krb5/config_file_netinfo.c 	index = ni_proplist_match(pl, "name", NULL);
NULL              100 source4/heimdal/lib/krb5/config_file_netinfo.c 	if (b == NULL) return NI_FAILED;
NULL              110 source4/heimdal/lib/krb5/config_file_netinfo.c 	b->next = NULL;
NULL              111 source4/heimdal/lib/krb5/config_file_netinfo.c 	b->u.list = NULL;
NULL              122 source4/heimdal/lib/krb5/config_file_netinfo.c 	nis = ni_proplist2binding(&pl, b->u.list == NULL ? &b->u.list : &b->u.list->next);
NULL              138 source4/heimdal/lib/krb5/config_file_netinfo.c     void *ni = NULL, *lastni = NULL;
NULL              147 source4/heimdal/lib/krb5/config_file_netinfo.c     s = NULL;
NULL              151 source4/heimdal/lib/krb5/config_file_netinfo.c 	    nis = ni_open(NULL, ".", &ni);
NULL              153 source4/heimdal/lib/krb5/config_file_netinfo.c 	    if (lastni != NULL) ni_free(lastni);
NULL              169 source4/heimdal/lib/krb5/config_file_netinfo.c     if (ni != NULL) ni_free(ni);
NULL              170 source4/heimdal/lib/krb5/config_file_netinfo.c     if (ni != lastni && lastni != NULL) ni_free(lastni);
NULL              176 source4/heimdal/lib/krb5/config_file_netinfo.c 	*res = NULL;
NULL               40 source4/heimdal/lib/krb5/context.c     (C)->E = krb5_config_get_ ## T ## _default ((C), NULL, (D), 	\
NULL               41 source4/heimdal/lib/krb5/context.c 						"libdefaults", F, NULL)
NULL               45 source4/heimdal/lib/krb5/context.c 	if (krb5_config_get_bool_default((C), NULL, (D),"libdefaults", F, NULL)) { \
NULL               61 source4/heimdal/lib/krb5/context.c     krb5_enctype *etypes = NULL;
NULL               63 source4/heimdal/lib/krb5/context.c     etypes_str = krb5_config_get_strings(context, NULL, "libdefaults",
NULL               64 source4/heimdal/lib/krb5/context.c 					 name, NULL);
NULL               69 source4/heimdal/lib/krb5/context.c 	if (etypes == NULL) {
NULL              105 source4/heimdal/lib/krb5/context.c     if (*ret_enctypes == NULL) {
NULL              130 source4/heimdal/lib/krb5/context.c     INIT_FIELD(context, string, http_proxy, NULL, "http_proxy");
NULL              145 source4/heimdal/lib/krb5/context.c     tmp = NULL;
NULL              148 source4/heimdal/lib/krb5/context.c     if(tmp != NULL)
NULL              155 source4/heimdal/lib/krb5/context.c 	       NULL, "default_keytab_modify_name");
NULL              169 source4/heimdal/lib/krb5/context.c     tmp = krb5_config_get_string(context, NULL, "libdefaults",
NULL              170 source4/heimdal/lib/krb5/context.c 				 "dns_proxy", NULL);
NULL              174 source4/heimdal/lib/krb5/context.c     context->default_realms = NULL;
NULL              180 source4/heimdal/lib/krb5/context.c 	krb5_set_extra_addresses(context, NULL);
NULL              181 source4/heimdal/lib/krb5/context.c 	adr = krb5_config_get_strings(context, NULL,
NULL              184 source4/heimdal/lib/krb5/context.c 				      NULL);
NULL              195 source4/heimdal/lib/krb5/context.c 	krb5_set_ignore_addresses(context, NULL);
NULL              196 source4/heimdal/lib/krb5/context.c 	adr = krb5_config_get_strings(context, NULL,
NULL              199 source4/heimdal/lib/krb5/context.c 				      NULL);
NULL              219 source4/heimdal/lib/krb5/context.c     context->default_cc_name = NULL;
NULL              222 source4/heimdal/lib/krb5/context.c     ret = krb5_config_get_bool_default(context, NULL, FALSE,
NULL              224 source4/heimdal/lib/krb5/context.c 				       "allow_weak_crypto", NULL);
NULL              240 source4/heimdal/lib/krb5/context.c     context->cc_ops = NULL;
NULL              259 source4/heimdal/lib/krb5/context.c     context->kt_types     = NULL;
NULL              295 source4/heimdal/lib/krb5/context.c     *context = NULL;
NULL              307 source4/heimdal/lib/krb5/context.c     if (p->mutex == NULL) {
NULL              329 source4/heimdal/lib/krb5/context.c 	p = NULL;
NULL              354 source4/heimdal/lib/krb5/context.c     *out = NULL;
NULL              357 source4/heimdal/lib/krb5/context.c     if (p == NULL) {
NULL              363 source4/heimdal/lib/krb5/context.c     if (p->mutex == NULL) {
NULL              404 source4/heimdal/lib/krb5/context.c     if(context->warn_dest != NULL)
NULL              451 source4/heimdal/lib/krb5/context.c     if(context->warn_dest != NULL)
NULL              453 source4/heimdal/lib/krb5/context.c     krb5_set_extra_addresses(context, NULL);
NULL              454 source4/heimdal/lib/krb5/context.c     krb5_set_ignore_addresses(context, NULL);
NULL              455 source4/heimdal/lib/krb5/context.c     krb5_set_send_to_kdc_func(context, NULL, NULL);
NULL              456 source4/heimdal/lib/krb5/context.c     if (context->mutex != NULL) {
NULL              480 source4/heimdal/lib/krb5/context.c     krb5_config_binding *tmp = NULL;
NULL              481 source4/heimdal/lib/krb5/context.c     while(filenames != NULL && *filenames != NULL && **filenames != '\0') {
NULL              492 source4/heimdal/lib/krb5/context.c     if(tmp == NULL)
NULL              515 source4/heimdal/lib/krb5/context.c     if (pp == NULL) {
NULL              521 source4/heimdal/lib/krb5/context.c     pp[*len + 1] = NULL;
NULL              540 source4/heimdal/lib/krb5/context.c     pp = NULL;
NULL              547 source4/heimdal/lib/krb5/context.c 	l = strsep_copy(&q, ":", NULL, 0);
NULL              551 source4/heimdal/lib/krb5/context.c 	if(fn == NULL) {
NULL              563 source4/heimdal/lib/krb5/context.c     if (pq != NULL) {
NULL              566 source4/heimdal/lib/krb5/context.c 	for (i = 0; pq[i] != NULL; i++) {
NULL              568 source4/heimdal/lib/krb5/context.c 	    if (fn == NULL) {
NULL              600 source4/heimdal/lib/krb5/context.c     char **defpp, **pp = NULL;
NULL              629 source4/heimdal/lib/krb5/context.c     const char *files = NULL;
NULL              631 source4/heimdal/lib/krb5/context.c     if (pfilenames == NULL)
NULL              635 source4/heimdal/lib/krb5/context.c     if (files == NULL)
NULL              638 source4/heimdal/lib/krb5/context.c     return krb5_prepend_config_files(files, NULL, pfilenames);
NULL              656 source4/heimdal/lib/krb5/context.c     for(p = filenames; *p != NULL; p++)
NULL              699 source4/heimdal/lib/krb5/context.c     krb5_enctype *e = NULL, *ep;
NULL              708 source4/heimdal/lib/krb5/context.c 	if (ep == NULL) {
NULL              739 source4/heimdal/lib/krb5/context.c     krb5_enctype *p = NULL;
NULL              818 source4/heimdal/lib/krb5/context.c     const char *p = NULL;
NULL              819 source4/heimdal/lib/krb5/context.c     if(context != NULL)
NULL              821 source4/heimdal/lib/krb5/context.c     if(p == NULL)
NULL              823 source4/heimdal/lib/krb5/context.c     if (p == NULL)
NULL              839 source4/heimdal/lib/krb5/context.c     if(context->et_list == NULL){
NULL              943 source4/heimdal/lib/krb5/context.c     if(addresses == NULL) {
NULL              944 source4/heimdal/lib/krb5/context.c 	if(context->extra_addresses != NULL) {
NULL              946 source4/heimdal/lib/krb5/context.c 	    context->extra_addresses = NULL;
NULL              950 source4/heimdal/lib/krb5/context.c     if(context->extra_addresses == NULL) {
NULL              952 source4/heimdal/lib/krb5/context.c 	if(context->extra_addresses == NULL) {
NULL              976 source4/heimdal/lib/krb5/context.c     if(context->extra_addresses == NULL) {
NULL             1025 source4/heimdal/lib/krb5/context.c     if(addresses == NULL) {
NULL             1026 source4/heimdal/lib/krb5/context.c 	if(context->ignore_addresses != NULL) {
NULL             1028 source4/heimdal/lib/krb5/context.c 	    context->ignore_addresses = NULL;
NULL             1032 source4/heimdal/lib/krb5/context.c     if(context->ignore_addresses == NULL) {
NULL             1034 source4/heimdal/lib/krb5/context.c 	if(context->ignore_addresses == NULL) {
NULL             1058 source4/heimdal/lib/krb5/context.c     if(context->ignore_addresses == NULL) {
NULL               98 source4/heimdal/lib/krb5/convert_creds.c     if(sp == NULL) {
NULL               59 source4/heimdal/lib/krb5/copy_host_realm.c     for (n = 1, p = from; *p != NULL; ++p)
NULL               63 source4/heimdal/lib/krb5/copy_host_realm.c     if (*to == NULL) {
NULL               69 source4/heimdal/lib/krb5/copy_host_realm.c     for (i = 0, p = from; *p != NULL; ++p, ++i) {
NULL               71 source4/heimdal/lib/krb5/copy_host_realm.c 	if ((*to)[i] == NULL) {
NULL               69 source4/heimdal/lib/krb5/creds.c     c->client = NULL;
NULL               71 source4/heimdal/lib/krb5/creds.c     c->server = NULL;
NULL              159 source4/heimdal/lib/krb5/creds.c     if (c == NULL) {
NULL              358 source4/heimdal/lib/krb5/crypto.c     if(len > 0 && s == NULL) {
NULL              441 source4/heimdal/lib/krb5/crypto.c     if(len != 0 && str == NULL) {
NULL              503 source4/heimdal/lib/krb5/crypto.c     if(len != 0 && s == NULL) {
NULL              575 source4/heimdal/lib/krb5/crypto.c     uint16_t *s = NULL;
NULL              580 source4/heimdal/lib/krb5/crypto.c     if (m == NULL) {
NULL              586 source4/heimdal/lib/krb5/crypto.c     EVP_DigestInit_ex(m, EVP_md4(), NULL);
NULL              596 source4/heimdal/lib/krb5/crypto.c     if (len != 0 && s == NULL) {
NULL              625 source4/heimdal/lib/krb5/crypto.c     EVP_DigestFinal_ex (m, key->keyvalue.data, NULL);
NULL              664 source4/heimdal/lib/krb5/crypto.c     if (et == NULL)
NULL              667 source4/heimdal/lib/krb5/crypto.c     kd.schedule = NULL;
NULL              669 source4/heimdal/lib/krb5/crypto.c     if(kd.key == NULL) {
NULL              708 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&key->ectx, c, NULL, kd->key->keyvalue.data, NULL, 1);
NULL              709 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&key->dctx, c, NULL, kd->key->keyvalue.data, NULL, 0);
NULL              790 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              791 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              792 source4/heimdal/lib/krb5/crypto.c     NULL
NULL              859 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              862 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              873 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              876 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              887 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL              902 source4/heimdal/lib/krb5/crypto.c     if (e == NULL) {
NULL              911 source4/heimdal/lib/krb5/crypto.c 	    if (*string == NULL) {
NULL              934 source4/heimdal/lib/krb5/crypto.c     if (e == NULL) {
NULL             1048 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             1104 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             1120 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             1137 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             1163 source4/heimdal/lib/krb5/crypto.c     if(kt->schedule == NULL)
NULL             1165 source4/heimdal/lib/krb5/crypto.c     if (key->schedule != NULL)
NULL             1168 source4/heimdal/lib/krb5/crypto.c     if(key->schedule == NULL) {
NULL             1175 source4/heimdal/lib/krb5/crypto.c 	key->schedule = NULL;
NULL             1224 source4/heimdal/lib/krb5/crypto.c     if (EVP_Digest(data, len, C->checksum.data, NULL, EVP_md4(), NULL) != 1)
NULL             1245 source4/heimdal/lib/krb5/crypto.c     if (m == NULL) {
NULL             1250 source4/heimdal/lib/krb5/crypto.c     EVP_DigestInit_ex(m, evp_md, NULL);
NULL             1253 source4/heimdal/lib/krb5/crypto.c     EVP_DigestFinal_ex (m, p + 8, NULL);
NULL             1256 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->ectx, NULL, NULL, NULL, (void *)&ivec, -1);
NULL             1278 source4/heimdal/lib/krb5/crypto.c     if (m == NULL) {
NULL             1284 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(&ctx->dctx, NULL, NULL, NULL, (void *)&ivec, -1);
NULL             1287 source4/heimdal/lib/krb5/crypto.c     EVP_DigestInit_ex(m, evp_md, NULL);
NULL             1290 source4/heimdal/lib/krb5/crypto.c     EVP_DigestFinal_ex (m, res, NULL);
NULL             1331 source4/heimdal/lib/krb5/crypto.c     if (EVP_Digest(data, len, C->checksum.data, NULL, EVP_md5(), NULL) != 1)
NULL             1390 source4/heimdal/lib/krb5/crypto.c     if (EVP_Digest(data, len, C->checksum.data, NULL, EVP_sha1(), NULL) != 1)
NULL             1411 source4/heimdal/lib/krb5/crypto.c     if (ipad == NULL)
NULL             1414 source4/heimdal/lib/krb5/crypto.c     if (opad == NULL) {
NULL             1466 source4/heimdal/lib/krb5/crypto.c     if (c == NULL) {
NULL             1474 source4/heimdal/lib/krb5/crypto.c     kd.schedule = NULL;
NULL             1531 source4/heimdal/lib/krb5/crypto.c     if (m == NULL) {
NULL             1544 source4/heimdal/lib/krb5/crypto.c     EVP_DigestInit_ex(m, EVP_md5(), NULL);
NULL             1551 source4/heimdal/lib/krb5/crypto.c     EVP_DigestFinal_ex (m, tmp, NULL);
NULL             1567 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1576 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1585 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1603 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1632 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1641 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1651 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1661 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1671 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             1700 source4/heimdal/lib/krb5/crypto.c     return NULL;
NULL             1718 source4/heimdal/lib/krb5/crypto.c 	if(*key == NULL) {
NULL             1753 source4/heimdal/lib/krb5/crypto.c     if(keyed_checksum && crypto == NULL) {
NULL             1765 source4/heimdal/lib/krb5/crypto.c 	dkey = NULL;
NULL             1789 source4/heimdal/lib/krb5/crypto.c     struct checksum_type *ct = NULL;
NULL             1797 source4/heimdal/lib/krb5/crypto.c 	if (ct == NULL)
NULL             1801 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             1833 source4/heimdal/lib/krb5/crypto.c     if (ct == NULL || (ct->flags & F_DISABLED)) {
NULL             1844 source4/heimdal/lib/krb5/crypto.c     if(keyed_checksum && crypto == NULL) {
NULL             1856 source4/heimdal/lib/krb5/crypto.c 	dkey = NULL;
NULL             1893 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             1915 source4/heimdal/lib/krb5/crypto.c     struct checksum_type *ct = NULL;
NULL             1917 source4/heimdal/lib/krb5/crypto.c     if (crypto != NULL) {
NULL             1919 source4/heimdal/lib/krb5/crypto.c         if (ct == NULL)
NULL             1923 source4/heimdal/lib/krb5/crypto.c     if (ct == NULL) {
NULL             1941 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             1956 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             1971 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             1986 source4/heimdal/lib/krb5/crypto.c     if(ct == NULL) {
NULL             2025 source4/heimdal/lib/krb5/crypto.c     if (ivec == NULL) {
NULL             2029 source4/heimdal/lib/krb5/crypto.c 	if (loiv == NULL) {
NULL             2034 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(c, NULL, NULL, NULL, loiv, -1);
NULL             2037 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(c, NULL, NULL, NULL, ivec, -1);
NULL             2057 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
NULL             2076 source4/heimdal/lib/krb5/crypto.c     EVP_CipherInit_ex(c, NULL, NULL, NULL, (void *)&ivec, -1);
NULL             2149 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, t, sizeof(t), 0, key, &k1_c);
NULL             2164 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, cdata + 16, len - 16, 0, &ke, &cksum);
NULL             2174 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, data, 16, 0, &ke, &k3_c);
NULL             2213 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, t, sizeof(t), 0, key, &k1_c);
NULL             2228 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, cdata, 16, 0, &ke, &k3_c);
NULL             2241 source4/heimdal/lib/krb5/crypto.c     ret = hmac(NULL, c, cdata + 16, len - 16, 0, &ke, &cksum);
NULL             2329 source4/heimdal/lib/krb5/crypto.c     ret = (*ct->checksum)(context, NULL, in->data, in->length, 0, &result);
NULL             2338 source4/heimdal/lib/krb5/crypto.c     derived = NULL;
NULL             2353 source4/heimdal/lib/krb5/crypto.c 	EVP_CipherInit_ex(&ctx, c, NULL, derived->keyvalue.data, NULL, 1);
NULL             2376 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2380 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2390 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2394 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2409 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2424 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2439 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2478 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2482 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2493 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2497 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2511 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2525 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2535 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2539 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2549 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2553 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2563 source4/heimdal/lib/krb5/crypto.c     NULL,
NULL             2567 source4/heimdal/lib/krb5/crypto.c     NULL
NULL             2602 source4/heimdal/lib/krb5/crypto.c     return NULL;
NULL             2613 source4/heimdal/lib/krb5/crypto.c     if(e == NULL) {
NULL             2617 source4/heimdal/lib/krb5/crypto.c 	*string = NULL;
NULL             2621 source4/heimdal/lib/krb5/crypto.c     if(*string == NULL) {
NULL             2651 source4/heimdal/lib/krb5/crypto.c     if(e == NULL) {
NULL             2666 source4/heimdal/lib/krb5/crypto.c     if(e == NULL) {
NULL             2724 source4/heimdal/lib/krb5/crypto.c     if (c == NULL) {
NULL             2748 source4/heimdal/lib/krb5/crypto.c     return e1 != NULL && e2 != NULL && e1->keytype == e2->keytype;
NULL             2790 source4/heimdal/lib/krb5/crypto.c     if(p == NULL) {
NULL             2854 source4/heimdal/lib/krb5/crypto.c     if(p == NULL) {
NULL             2916 source4/heimdal/lib/krb5/crypto.c     if (tmp == NULL) {
NULL             2968 source4/heimdal/lib/krb5/crypto.c     if(len != 0 && p == NULL) {
NULL             3009 source4/heimdal/lib/krb5/crypto.c     if(result->data == NULL && l != 0) {
NULL             3039 source4/heimdal/lib/krb5/crypto.c     if(len != 0 && p == NULL) {
NULL             3062 source4/heimdal/lib/krb5/crypto.c     ret = verify_checksum(context, NULL, 0, p, len, &cksum);
NULL             3071 source4/heimdal/lib/krb5/crypto.c     if(result->data == NULL && l != 0) {
NULL             3101 source4/heimdal/lib/krb5/crypto.c     if (p == NULL) {
NULL             3115 source4/heimdal/lib/krb5/crypto.c     if(result->data == NULL && sz != 0) {
NULL             3131 source4/heimdal/lib/krb5/crypto.c     return NULL;
NULL             3199 source4/heimdal/lib/krb5/crypto.c     if (hiv == NULL || hiv->data.length != headersz)
NULL             3208 source4/heimdal/lib/krb5/crypto.c     if (piv == NULL && pad_sz != 0)
NULL             3220 source4/heimdal/lib/krb5/crypto.c     if (tiv == NULL || tiv->data.length != trailersz)
NULL             3290 source4/heimdal/lib/krb5/crypto.c     if(p == NULL)
NULL             3396 source4/heimdal/lib/krb5/crypto.c     if (hiv == NULL || hiv->data.length < headersz)
NULL             3403 source4/heimdal/lib/krb5/crypto.c     if (tiv == NULL || tiv->data.length < trailersz)
NULL             3419 source4/heimdal/lib/krb5/crypto.c     if (p == NULL)
NULL             3536 source4/heimdal/lib/krb5/crypto.c     if (civ == NULL)
NULL             3633 source4/heimdal/lib/krb5/crypto.c     return krb5_encrypt_ivec(context, crypto, usage, data, len, result, NULL);
NULL             3650 source4/heimdal/lib/krb5/crypto.c 	result->kvno = NULL;
NULL             3682 source4/heimdal/lib/krb5/crypto.c 			      NULL);
NULL             3732 source4/heimdal/lib/krb5/crypto.c 	    p = krb5_config_get_string(context, NULL, "libdefaults",
NULL             3733 source4/heimdal/lib/krb5/crypto.c 				       "egd_socket", NULL);
NULL             3734 source4/heimdal/lib/krb5/crypto.c 	    if (p != NULL)
NULL             3758 source4/heimdal/lib/krb5/crypto.c 	    krb5_abortx(NULL, "Fatal: could not seed the "
NULL             3765 source4/heimdal/lib/krb5/crypto.c 	krb5_abortx(NULL, "Failed to generate random block");
NULL             3776 source4/heimdal/lib/krb5/crypto.c 	key->schedule = NULL;
NULL             3798 source4/heimdal/lib/krb5/crypto.c 	if(k == NULL) {
NULL             3814 source4/heimdal/lib/krb5/crypto.c 			   1, 0, NULL);
NULL             3821 source4/heimdal/lib/krb5/crypto.c 	if(len != 0 && c == NULL) {
NULL             3826 source4/heimdal/lib/krb5/crypto.c 	(*et->encrypt)(context, key, c, len, 1, 0, NULL);
NULL             3828 source4/heimdal/lib/krb5/crypto.c 	if(res_len != 0 && k == NULL) {
NULL             3860 source4/heimdal/lib/krb5/crypto.c 	key->schedule = NULL;
NULL             3872 source4/heimdal/lib/krb5/crypto.c     if(d == NULL)
NULL             3873 source4/heimdal/lib/krb5/crypto.c 	return NULL;
NULL             3893 source4/heimdal/lib/krb5/crypto.c     *derived_key = NULL;
NULL             3896 source4/heimdal/lib/krb5/crypto.c     if (et == NULL) {
NULL             3907 source4/heimdal/lib/krb5/crypto.c     d.schedule = NULL;
NULL             3931 source4/heimdal/lib/krb5/crypto.c     if(d == NULL) {
NULL             3951 source4/heimdal/lib/krb5/crypto.c     if(*crypto == NULL) {
NULL             3958 source4/heimdal/lib/krb5/crypto.c     if((*crypto)->et == NULL || ((*crypto)->et->flags & F_DISABLED)) {
NULL             3960 source4/heimdal/lib/krb5/crypto.c 	*crypto = NULL;
NULL             3968 source4/heimdal/lib/krb5/crypto.c 	*crypto = NULL;
NULL             3976 source4/heimdal/lib/krb5/crypto.c 	*crypto = NULL;
NULL             3979 source4/heimdal/lib/krb5/crypto.c     (*crypto)->key.schedule = NULL;
NULL             3981 source4/heimdal/lib/krb5/crypto.c     (*crypto)->key_usage = NULL;
NULL             4072 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4099 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4124 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4133 source4/heimdal/lib/krb5/crypto.c     if(kd.key == NULL) {
NULL             4145 source4/heimdal/lib/krb5/crypto.c     if(tmp == NULL) {
NULL             4156 source4/heimdal/lib/krb5/crypto.c     kd.schedule = NULL;
NULL             4275 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4317 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4326 source4/heimdal/lib/krb5/crypto.c     if (keydata == NULL) {
NULL             4473 source4/heimdal/lib/krb5/crypto.c     if (ai->parameters != NULL &&
NULL             4484 source4/heimdal/lib/krb5/crypto.c     if(et == NULL) {
NULL             4493 source4/heimdal/lib/krb5/crypto.c     if (keydata == NULL) {
NULL             4544 source4/heimdal/lib/krb5/crypto.c     if(et == NULL || et->prf_length == 0) {
NULL             4565 source4/heimdal/lib/krb5/crypto.c     if(et->prf == NULL) {
NULL             4599 source4/heimdal/lib/krb5/crypto.c     return NULL;
NULL             4617 source4/heimdal/lib/krb5/crypto.c     if (keytype != KEYTYPE_DES || context->etypes_des == NULL)
NULL             4623 source4/heimdal/lib/krb5/crypto.c     if (ret == NULL && n != 0) {
NULL             4641 source4/heimdal/lib/krb5/crypto.c     if(kt == NULL) {
NULL             4647 source4/heimdal/lib/krb5/crypto.c     if(*string == NULL) {
NULL             4698 source4/heimdal/lib/krb5/crypto.c     if (ret == NULL && n != 0) {
NULL               50 source4/heimdal/lib/krb5/data.c     p->data   = NULL;
NULL               65 source4/heimdal/lib/krb5/data.c     if(p->data != NULL)
NULL              118 source4/heimdal/lib/krb5/data.c     if(len && p->data == NULL)
NULL              169 source4/heimdal/lib/krb5/data.c 	p->data = NULL;
NULL              194 source4/heimdal/lib/krb5/data.c     if(*outdata == NULL) {
NULL              202 source4/heimdal/lib/krb5/data.c 	*outdata = NULL;
NULL               56 source4/heimdal/lib/krb5/error_string.c     context->error_string = NULL;
NULL              125 source4/heimdal/lib/krb5/error_string.c     char *ret = NULL;
NULL              141 source4/heimdal/lib/krb5/error_string.c     return str != NULL;
NULL              180 source4/heimdal/lib/krb5/error_string.c 	return NULL;
NULL               44 source4/heimdal/lib/krb5/expand_hostname.c     if (*new_hostname == NULL) {
NULL               72 source4/heimdal/lib/krb5/expand_hostname.c     error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
NULL               75 source4/heimdal/lib/krb5/expand_hostname.c     for (a = ai; a != NULL; a = a->ai_next) {
NULL               76 source4/heimdal/lib/krb5/expand_hostname.c 	if (a->ai_canonname != NULL) {
NULL               79 source4/heimdal/lib/krb5/expand_hostname.c 	    if (*new_hostname == NULL) {
NULL              139 source4/heimdal/lib/krb5/expand_hostname.c     error = getaddrinfo (orig_hostname, NULL, &hints, &ai);
NULL              144 source4/heimdal/lib/krb5/expand_hostname.c     for (a = ai; a != NULL; a = a->ai_next) {
NULL              145 source4/heimdal/lib/krb5/expand_hostname.c 	if (a->ai_canonname != NULL) {
NULL              184 source4/heimdal/lib/krb5/fcache.c     if(f == NULL) {
NULL              190 source4/heimdal/lib/krb5/fcache.c     if(f->filename == NULL){
NULL              307 source4/heimdal/lib/krb5/fcache.c     if(f == NULL) {
NULL              313 source4/heimdal/lib/krb5/fcache.c     if(file == NULL) {
NULL              477 source4/heimdal/lib/krb5/fcache.c 	if (!krb5_config_get_bool_default(context, NULL, TRUE,
NULL              480 source4/heimdal/lib/krb5/fcache.c 					  NULL))
NULL              514 source4/heimdal/lib/krb5/fcache.c     if(sp == NULL) {
NULL              639 source4/heimdal/lib/krb5/fcache.c     if(sp != NULL)
NULL              681 source4/heimdal/lib/krb5/fcache.c     if (*cursor == NULL) {
NULL              691 source4/heimdal/lib/krb5/fcache.c 	*cursor = NULL;
NULL              731 source4/heimdal/lib/krb5/fcache.c     *cursor = NULL;
NULL              801 source4/heimdal/lib/krb5/fcache.c     if (iter == NULL) {
NULL              816 source4/heimdal/lib/krb5/fcache.c     char *expandedfn = NULL;
NULL              968 source4/heimdal/lib/krb5/fcache.c     NULL, /* fcc_retrieve */
NULL              981 source4/heimdal/lib/krb5/fcache.c     NULL,
NULL               48 source4/heimdal/lib/krb5/free_host_realm.c     if(realmlist == NULL)
NULL               55 source4/heimdal/lib/krb5/generate_subkey.c     if (*subkey == NULL) {
NULL               67 source4/heimdal/lib/krb5/generate_subkey.c 	*subkey = NULL;
NULL               63 source4/heimdal/lib/krb5/get_addrs.c     if (hostent == NULL) {
NULL               71 source4/heimdal/lib/krb5/get_addrs.c     if (res->val == NULL) {
NULL               76 source4/heimdal/lib/krb5/get_addrs.c     res->val[0].address.data = NULL;
NULL              109 source4/heimdal/lib/krb5/get_addrs.c     res->val = NULL;
NULL              120 source4/heimdal/lib/krb5/get_addrs.c     for (ifa = ifa0, num = 0; ifa != NULL; ifa = ifa->ifa_next, num++)
NULL              138 source4/heimdal/lib/krb5/get_addrs.c     if (res->val == NULL) {
NULL              146 source4/heimdal/lib/krb5/get_addrs.c     for (ifa = ifa0, idx = 0; ifa != NULL; ifa = ifa->ifa_next) {
NULL              149 source4/heimdal/lib/krb5/get_addrs.c 	if (ifa->ifa_addr == NULL)
NULL              189 source4/heimdal/lib/krb5/get_addrs.c 	for (ifa = ifa0; ifa != NULL; ifa = ifa->ifa_next) {
NULL              192 source4/heimdal/lib/krb5/get_addrs.c 	    if (ifa->ifa_addr == NULL)
NULL              224 source4/heimdal/lib/krb5/get_addrs.c 	res->val = NULL;
NULL              241 source4/heimdal/lib/krb5/get_addrs.c 	res->val = NULL;
NULL              262 source4/heimdal/lib/krb5/get_addrs.c 	res->val = NULL;
NULL              100 source4/heimdal/lib/krb5/get_cred.c 	if (req_body->enc_authorization_data == NULL) {
NULL              110 source4/heimdal/lib/krb5/get_cred.c 	    req_body->enc_authorization_data = NULL;
NULL              124 source4/heimdal/lib/krb5/get_cred.c 	req_body->enc_authorization_data = NULL;
NULL              155 source4/heimdal/lib/krb5/get_cred.c 	if(t->req_body.etype.val == NULL) {
NULL              166 source4/heimdal/lib/krb5/get_cred.c 			      NULL);
NULL              176 source4/heimdal/lib/krb5/get_cred.c     if (t->req_body.sname == NULL) {
NULL              192 source4/heimdal/lib/krb5/get_cred.c     if(t->req_body.till == NULL){
NULL              202 source4/heimdal/lib/krb5/get_cred.c 	if (t->req_body.additional_tickets == NULL) {
NULL              209 source4/heimdal/lib/krb5/get_cred.c 	if (t->req_body.additional_tickets->val == NULL) {
NULL              220 source4/heimdal/lib/krb5/get_cred.c     if (t->padata == NULL) {
NULL              226 source4/heimdal/lib/krb5/get_cred.c     if (t->padata->val == NULL) {
NULL              245 source4/heimdal/lib/krb5/get_cred.c 	krb5_keyblock *key = NULL;
NULL              251 source4/heimdal/lib/krb5/get_cred.c 	if (krb5_config_get_bool_default(context, NULL, FALSE,
NULL              255 source4/heimdal/lib/krb5/get_cred.c 					 NULL))
NULL              298 source4/heimdal/lib/krb5/get_cred.c 	t->req_body.addresses = NULL;
NULL              324 source4/heimdal/lib/krb5/get_cred.c 			      NULL);
NULL              411 source4/heimdal/lib/krb5/get_cred.c     krb5_keyblock *subkey = NULL;
NULL              418 source4/heimdal/lib/krb5/get_cred.c     padata.val = NULL;
NULL              424 source4/heimdal/lib/krb5/get_cred.c     if(flags.b.enc_tkt_in_skey && second_ticket == NULL){
NULL              506 source4/heimdal/lib/krb5/get_cred.c     req.req_body.addresses = NULL;
NULL              517 source4/heimdal/lib/krb5/get_cred.c 	krb5_sendto_ctx_set_func(stctx, _krb5_kdc_retry, NULL);
NULL              552 source4/heimdal/lib/krb5/get_cred.c 				   NULL,
NULL              603 source4/heimdal/lib/krb5/get_cred.c     krb5_addresses addresses = { 0, NULL };
NULL              610 source4/heimdal/lib/krb5/get_cred.c     if (addrs == NULL && krbtgt->addresses.len != 0) {
NULL              613 source4/heimdal/lib/krb5/get_cred.c 	krb5_appdefault_boolean(context, NULL, krbtgt->server->realm,
NULL              621 source4/heimdal/lib/krb5/get_cred.c 		addrs = NULL;
NULL              645 source4/heimdal/lib/krb5/get_cred.c     if(*out_creds == NULL) {
NULL              659 source4/heimdal/lib/krb5/get_cred.c 		       in_creds, krbtgt, NULL, NULL, *out_creds);
NULL              719 source4/heimdal/lib/krb5/get_cred.c     if(tmp == NULL) {
NULL              726 source4/heimdal/lib/krb5/get_cred.c     tmp[i+1] = NULL;
NULL              760 source4/heimdal/lib/krb5/get_cred.c     *out_creds = NULL;
NULL              769 source4/heimdal/lib/krb5/get_cred.c     try_realm = krb5_config_get_string(context, NULL, "capaths",
NULL              770 source4/heimdal/lib/krb5/get_cred.c 				       client_realm, server_realm, NULL);
NULL              771 source4/heimdal/lib/krb5/get_cred.c     if (try_realm == NULL)
NULL              779 source4/heimdal/lib/krb5/get_cred.c 			      NULL);
NULL              794 source4/heimdal/lib/krb5/get_cred.c 	    if(*out_creds == NULL) {
NULL              799 source4/heimdal/lib/krb5/get_cred.c 		ret = get_cred_kdc_address(context, ccache, flags, NULL,
NULL              806 source4/heimdal/lib/krb5/get_cred.c 		    *out_creds = NULL;
NULL              824 source4/heimdal/lib/krb5/get_cred.c 				  NULL, NULL, &tgt, ret_tgts);
NULL              850 source4/heimdal/lib/krb5/get_cred.c 				  tgt_inst, KRB5_TGS_NAME, server_realm, NULL);
NULL              867 source4/heimdal/lib/krb5/get_cred.c     if(*out_creds == NULL) {
NULL              871 source4/heimdal/lib/krb5/get_cred.c 	ret = get_cred_kdc_address (context, ccache, flags, NULL,
NULL              876 source4/heimdal/lib/krb5/get_cred.c 	    *out_creds = NULL;
NULL              904 source4/heimdal/lib/krb5/get_cred.c     *out_creds = NULL;
NULL              916 source4/heimdal/lib/krb5/get_cred.c 				  NULL);
NULL              945 source4/heimdal/lib/krb5/get_cred.c 	if (impersonate_principal == NULL || flags.b.constrained_delegation) {
NULL              953 source4/heimdal/lib/krb5/get_cred.c 	    ret = get_cred_kdc_address (context, ccache, flags, NULL,
NULL             1086 source4/heimdal/lib/krb5/get_cred.c 			    in_creds, NULL, NULL,
NULL             1115 source4/heimdal/lib/krb5/get_cred.c     *out_creds = NULL;
NULL             1117 source4/heimdal/lib/krb5/get_cred.c     if (res_creds == NULL) {
NULL             1169 source4/heimdal/lib/krb5/get_cred.c     tgts = NULL;
NULL             1171 source4/heimdal/lib/krb5/get_cred.c 			   in_creds, NULL, NULL, out_creds, &tgts);
NULL             1207 source4/heimdal/lib/krb5/get_cred.c     if (*opt == NULL) {
NULL             1266 source4/heimdal/lib/krb5/get_cred.c 	opt->ticket = NULL;
NULL             1272 source4/heimdal/lib/krb5/get_cred.c 	if (opt->ticket == NULL) {
NULL             1280 source4/heimdal/lib/krb5/get_cred.c 	    opt->ticket = NULL;
NULL             1316 source4/heimdal/lib/krb5/get_cred.c     *out_creds = NULL;
NULL             1318 source4/heimdal/lib/krb5/get_cred.c     if (res_creds == NULL) {
NULL             1386 source4/heimdal/lib/krb5/get_cred.c     tgts = NULL;
NULL             1414 source4/heimdal/lib/krb5/get_cred.c     krb5_creds in, *template, *out = NULL;
NULL             1433 source4/heimdal/lib/krb5/get_cred.c 				  realm, NULL);
NULL             1454 source4/heimdal/lib/krb5/get_cred.c     ret = krb5_get_kdc_cred(context, ccache, flags, NULL, NULL, &in, &out);
NULL               46 source4/heimdal/lib/krb5/get_default_principal.c     if(user == NULL)
NULL               48 source4/heimdal/lib/krb5/get_default_principal.c     if(user == NULL)
NULL               67 source4/heimdal/lib/krb5/get_default_principal.c     *princ = NULL;
NULL               72 source4/heimdal/lib/krb5/get_default_principal.c 	if(user == NULL)
NULL               74 source4/heimdal/lib/krb5/get_default_principal.c 	if(user != NULL && strcmp(user, "root") != 0)
NULL               75 source4/heimdal/lib/krb5/get_default_principal.c 	    ret = krb5_make_principal(context, princ, NULL, user, "root", NULL);
NULL               77 source4/heimdal/lib/krb5/get_default_principal.c 	    ret = krb5_make_principal(context, princ, NULL, "root", NULL);
NULL               80 source4/heimdal/lib/krb5/get_default_principal.c 	if(pw != NULL)
NULL               84 source4/heimdal/lib/krb5/get_default_principal.c 	    if(user == NULL)
NULL               87 source4/heimdal/lib/krb5/get_default_principal.c 	if(user == NULL) {
NULL               93 source4/heimdal/lib/krb5/get_default_principal.c 	ret = krb5_make_principal(context, princ, NULL, user, NULL);
NULL              105 source4/heimdal/lib/krb5/get_default_principal.c     *princ = NULL;
NULL               47 source4/heimdal/lib/krb5/get_default_realm.c     if (context->default_realms == NULL) {
NULL               48 source4/heimdal/lib/krb5/get_default_realm.c 	krb5_error_code ret = krb5_set_default_realm (context, NULL);
NULL               69 source4/heimdal/lib/krb5/get_default_realm.c     if (context->default_realms == NULL
NULL               70 source4/heimdal/lib/krb5/get_default_realm.c 	|| context->default_realms[0] == NULL) {
NULL               72 source4/heimdal/lib/krb5/get_default_realm.c 	ret = krb5_set_default_realm (context, NULL);
NULL               78 source4/heimdal/lib/krb5/get_default_realm.c     if (res == NULL) {
NULL               49 source4/heimdal/lib/krb5/get_for_creds.c     for (a = ai; a != NULL; a = a->ai_next)
NULL               53 source4/heimdal/lib/krb5/get_for_creds.c     if (tmp == NULL && (addr->len + n) != 0) {
NULL               64 source4/heimdal/lib/krb5/get_for_creds.c     for (a = ai; a != NULL; a = a->ai_next) {
NULL              125 source4/heimdal/lib/krb5/get_for_creds.c     if (hostname == NULL &&
NULL              130 source4/heimdal/lib/krb5/get_for_creds.c 	if (inst != NULL &&
NULL              132 source4/heimdal/lib/krb5/get_for_creds.c 	    host != NULL &&
NULL              133 source4/heimdal/lib/krb5/get_for_creds.c 	    krb5_principal_get_comp_string(context, server, 2) == NULL)
NULL              148 source4/heimdal/lib/krb5/get_for_creds.c 			       NULL);
NULL              212 source4/heimdal/lib/krb5/get_for_creds.c     paddrs = NULL;
NULL              214 source4/heimdal/lib/krb5/get_for_creds.c     addrs.val = NULL;
NULL              223 source4/heimdal/lib/krb5/get_for_creds.c 	krb5_appdefault_boolean(context, NULL,
NULL              236 source4/heimdal/lib/krb5/get_for_creds.c     if (paddrs != NULL) {
NULL              238 source4/heimdal/lib/krb5/get_for_creds.c 	ret = getaddrinfo (hostname, NULL, NULL, &ai);
NULL              260 source4/heimdal/lib/krb5/get_for_creds.c 			     NULL,
NULL              271 source4/heimdal/lib/krb5/get_for_creds.c     if (cred.tickets.val == NULL) {
NULL              284 source4/heimdal/lib/krb5/get_for_creds.c     if (enc_krb_cred_part.ticket_info.val == NULL) {
NULL              297 source4/heimdal/lib/krb5/get_for_creds.c 	if (enc_krb_cred_part.timestamp == NULL) {
NULL              304 source4/heimdal/lib/krb5/get_for_creds.c 	if (enc_krb_cred_part.usec == NULL) {
NULL              311 source4/heimdal/lib/krb5/get_for_creds.c 	enc_krb_cred_part.timestamp = NULL;
NULL              312 source4/heimdal/lib/krb5/get_for_creds.c 	enc_krb_cred_part.usec = NULL;
NULL              336 source4/heimdal/lib/krb5/get_for_creds.c 	    krb5_appdefault_boolean(context, NULL, srealm, "no-addresses",
NULL              348 source4/heimdal/lib/krb5/get_for_creds.c 	    if (enc_krb_cred_part.r_address == NULL) {
NULL              414 source4/heimdal/lib/krb5/get_for_creds.c 	cred.enc_part.kvno = NULL;
NULL               68 source4/heimdal/lib/krb5/get_host_realm.c     if (*realms == NULL)
NULL               72 source4/heimdal/lib/krb5/get_host_realm.c 	(*realms)[i] = NULL;
NULL               79 source4/heimdal/lib/krb5/get_host_realm.c 	    if (tmp == NULL) {
NULL               97 source4/heimdal/lib/krb5/get_host_realm.c     static const char *default_labels[] = { "_kerberos", NULL };
NULL              104 source4/heimdal/lib/krb5/get_host_realm.c     config_labels = krb5_config_get_strings(context, NULL, "libdefaults",
NULL              105 source4/heimdal/lib/krb5/get_host_realm.c 					    "dns_lookup_realm_labels", NULL);
NULL              106 source4/heimdal/lib/krb5/get_host_realm.c     if(config_labels != NULL)
NULL              112 source4/heimdal/lib/krb5/get_host_realm.c     for (i = 0; labels[i] != NULL; i++) {
NULL              120 source4/heimdal/lib/krb5/get_host_realm.c     	if(r != NULL) {
NULL              145 source4/heimdal/lib/krb5/get_host_realm.c     char **tmp = krb5_config_get_strings (context, NULL,
NULL              148 source4/heimdal/lib/krb5/get_host_realm.c 					  NULL);
NULL              150 source4/heimdal/lib/krb5/get_host_realm.c     if (tmp == NULL)
NULL              172 source4/heimdal/lib/krb5/get_host_realm.c     dns_locate_enable = krb5_config_get_bool_default(context, NULL, TRUE,
NULL              173 source4/heimdal/lib/krb5/get_host_realm.c 	"libdefaults", "dns_lookup_realm", NULL);
NULL              174 source4/heimdal/lib/krb5/get_host_realm.c     for (p = host; p != NULL; p = strchr (p + 1, '.')) {
NULL              178 source4/heimdal/lib/krb5/get_host_realm.c 		    for (q = host; q != NULL; q = strchr(q + 1, '.'))
NULL              191 source4/heimdal/lib/krb5/get_host_realm.c     if(p != NULL) {
NULL              194 source4/heimdal/lib/krb5/get_host_realm.c 	if (*realms == NULL) {
NULL              200 source4/heimdal/lib/krb5/get_host_realm.c 	if((*realms)[0] == NULL) {
NULL              206 source4/heimdal/lib/krb5/get_host_realm.c 	(*realms)[1] = NULL;
NULL              230 source4/heimdal/lib/krb5/get_host_realm.c     if (host == NULL) {
NULL              232 source4/heimdal/lib/krb5/get_host_realm.c 	    *realms = NULL;
NULL              242 source4/heimdal/lib/krb5/get_host_realm.c     use_dns = (strchr(host, '.') != NULL);
NULL              245 source4/heimdal/lib/krb5/get_host_realm.c     if (ret && targethost != NULL) {
NULL               46 source4/heimdal/lib/krb5/get_in_tkt.c     krb5_enctype *tmp = NULL;
NULL               49 source4/heimdal/lib/krb5/get_in_tkt.c     if (etypes == NULL) {
NULL               61 source4/heimdal/lib/krb5/get_in_tkt.c     if (i != 0 && *val == NULL) {
NULL               70 source4/heimdal/lib/krb5/get_in_tkt.c     if (tmp != NULL)
NULL               92 source4/heimdal/lib/krb5/get_in_tkt.c     if (rep->kdc_rep.padata == NULL)
NULL               98 source4/heimdal/lib/krb5/get_in_tkt.c     if (pa == NULL)
NULL              152 source4/heimdal/lib/krb5/get_in_tkt.c 	if (ref.referred_realm == NULL
NULL              219 source4/heimdal/lib/krb5/get_in_tkt.c     if (rep->kdc_rep.padata == NULL)
NULL              225 source4/heimdal/lib/krb5/get_in_tkt.c     if (pa == NULL)
NULL              367 source4/heimdal/lib/krb5/get_in_tkt.c     if (decrypt_proc == NULL)
NULL              377 source4/heimdal/lib/krb5/get_in_tkt.c     creds->session.keyvalue.data   = NULL;
NULL              468 source4/heimdal/lib/krb5/get_in_tkt.c 	&& krb5_config_get_bool (context, NULL,
NULL              471 source4/heimdal/lib/krb5/get_in_tkt.c 				 NULL)) {
NULL              533 source4/heimdal/lib/krb5/get_in_tkt.c 	creds->addresses.val = NULL;
NULL              538 source4/heimdal/lib/krb5/get_in_tkt.c     creds->authdata.val = NULL;
NULL              548 source4/heimdal/lib/krb5/get_in_tkt.c     creds->second_ticket.data   = NULL;
NULL              626 source4/heimdal/lib/krb5/get_in_tkt.c     if(salt == NULL) {
NULL              638 source4/heimdal/lib/krb5/get_in_tkt.c     if (pa2 == NULL) {
NULL              684 source4/heimdal/lib/krb5/get_in_tkt.c     if (a->req_body.cname == NULL) {
NULL              690 source4/heimdal/lib/krb5/get_in_tkt.c     if (a->req_body.sname == NULL) {
NULL              707 source4/heimdal/lib/krb5/get_in_tkt.c 	if (a->req_body.from == NULL) {
NULL              720 source4/heimdal/lib/krb5/get_in_tkt.c 	if (a->req_body.rtime == NULL) {
NULL              740 source4/heimdal/lib/krb5/get_in_tkt.c 	a->req_body.addresses = NULL;
NULL              743 source4/heimdal/lib/krb5/get_in_tkt.c 	if (a->req_body.addresses == NULL) {
NULL              755 source4/heimdal/lib/krb5/get_in_tkt.c 		a->req_body.addresses = NULL;
NULL              762 source4/heimdal/lib/krb5/get_in_tkt.c     a->req_body.enc_authorization_data = NULL;
NULL              763 source4/heimdal/lib/krb5/get_in_tkt.c     a->req_body.additional_tickets = NULL;
NULL              765 source4/heimdal/lib/krb5/get_in_tkt.c     if(preauth != NULL) {
NULL              768 source4/heimdal/lib/krb5/get_in_tkt.c 	if(a->padata == NULL) {
NULL              773 source4/heimdal/lib/krb5/get_in_tkt.c 	a->padata->val = NULL;
NULL              789 source4/heimdal/lib/krb5/get_in_tkt.c 			    sp = NULL;
NULL              803 source4/heimdal/lib/krb5/get_in_tkt.c     if (ptypes == NULL || *ptypes == KRB5_PADATA_NONE)
NULL              804 source4/heimdal/lib/krb5/get_in_tkt.c 	a->padata = NULL;
NULL              807 source4/heimdal/lib/krb5/get_in_tkt.c 	if (a->padata == NULL) {
NULL              813 source4/heimdal/lib/krb5/get_in_tkt.c 	a->padata->val = NULL;
NULL              818 source4/heimdal/lib/krb5/get_in_tkt.c 		   a->req_body.etype.len, NULL);
NULL              854 source4/heimdal/lib/krb5/get_in_tkt.c 			   NULL);
NULL              868 source4/heimdal/lib/krb5/get_in_tkt.c 				       NULL);
NULL              906 source4/heimdal/lib/krb5/get_in_tkt.c     krb5_preauthdata *my_preauth = NULL;
NULL              931 source4/heimdal/lib/krb5/get_in_tkt.c 	    my_preauth = NULL;
NULL              986 source4/heimdal/lib/krb5/get_in_tkt.c     pa = NULL;
NULL              992 source4/heimdal/lib/krb5/get_in_tkt.c 	if(pa == NULL) {
NULL             1027 source4/heimdal/lib/krb5/get_in_tkt.c 				   NULL,
NULL             1066 source4/heimdal/lib/krb5/get_in_tkt.c 			    NULL,
NULL               52 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c     if(keytab == NULL)
NULL               60 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c     if (keytab == NULL)
NULL               94 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c 			    NULL,
NULL               95 source4/heimdal/lib/krb5/get_in_tkt_with_keytab.c 			    NULL,
NULL               46 source4/heimdal/lib/krb5/get_port.c     if ((sp = roken_getservbyname (service, proto)) == NULL) {
NULL               63 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_MUTEX_init(m) mutex_init(m, NULL)
NULL               70 source4/heimdal/lib/krb5/heim_threads.h #define	HEIMDAL_RWLOCK_init(l) rwlock_init(l, NULL)	
NULL               90 source4/heimdal/lib/krb5/heim_threads.h #define HEIMDAL_MUTEX_init(m) pthread_mutex_init(m, NULL)
NULL               97 source4/heimdal/lib/krb5/heim_threads.h #define	HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)	
NULL              167 source4/heimdal/lib/krb5/heim_threads.h 	do { (k)->value = NULL; (k)->destructor = (d); r = 0; } while(0)
NULL               54 source4/heimdal/lib/krb5/init_creds.c     *opt = NULL;
NULL               56 source4/heimdal/lib/krb5/init_creds.c     if (o == NULL) {
NULL               63 source4/heimdal/lib/krb5/init_creds.c     if (o->opt_private == NULL) {
NULL               81 source4/heimdal/lib/krb5/init_creds.c     *out = NULL;
NULL               83 source4/heimdal/lib/krb5/init_creds.c     if (opt == NULL) {
NULL               89 source4/heimdal/lib/krb5/init_creds.c     if(opt->opt_private == NULL) {
NULL               91 source4/heimdal/lib/krb5/init_creds.c 	if (opt->opt_private == NULL) {
NULL              106 source4/heimdal/lib/krb5/init_creds.c     if (opt->opt_private == NULL || opt->opt_private->error == NULL)
NULL              110 source4/heimdal/lib/krb5/init_creds.c     opt->opt_private->error = NULL;
NULL              120 source4/heimdal/lib/krb5/init_creds.c     if (opt->opt_private == NULL)
NULL              126 source4/heimdal/lib/krb5/init_creds.c     if (opt->opt_private->error == NULL)
NULL              131 source4/heimdal/lib/krb5/init_creds.c 	opt->opt_private->error = NULL;
NULL              140 source4/heimdal/lib/krb5/init_creds.c     if (opt == NULL || opt->opt_private == NULL)
NULL              161 source4/heimdal/lib/krb5/init_creds.c     ret = krb5_config_get_time (context, NULL,
NULL              165 source4/heimdal/lib/krb5/init_creds.c 				NULL);
NULL              168 source4/heimdal/lib/krb5/init_creds.c     ret = krb5_config_get_time (context, NULL,
NULL              171 source4/heimdal/lib/krb5/init_creds.c 				NULL);
NULL              183 source4/heimdal/lib/krb5/init_creds.c 				 NULL,
NULL              187 source4/heimdal/lib/krb5/init_creds.c 				 NULL)
NULL              189 source4/heimdal/lib/krb5/init_creds.c 				 NULL,
NULL              192 source4/heimdal/lib/krb5/init_creds.c 				 NULL);
NULL              333 source4/heimdal/lib/krb5/init_creds.c     if (opt->opt_private == NULL) {
NULL              378 source4/heimdal/lib/krb5/init_creds.c     *error = NULL;
NULL              384 source4/heimdal/lib/krb5/init_creds.c     if (opt->opt_private->error == NULL)
NULL              388 source4/heimdal/lib/krb5/init_creds.c     if (*error == NULL) {
NULL               79 source4/heimdal/lib/krb5/init_creds_pw.c     if (*key == NULL)
NULL               85 source4/heimdal/lib/krb5/init_creds_pw.c 	*key = NULL;
NULL              109 source4/heimdal/lib/krb5/init_creds_pw.c     ret = krb5_config_get_time (context, NULL,
NULL              113 source4/heimdal/lib/krb5/init_creds_pw.c 				NULL);
NULL              116 source4/heimdal/lib/krb5/init_creds_pw.c     ret = krb5_config_get_time (context, NULL,
NULL              119 source4/heimdal/lib/krb5/init_creds_pw.c 				NULL);
NULL              175 source4/heimdal/lib/krb5/init_creds_pw.c 				  NULL);
NULL              200 source4/heimdal/lib/krb5/init_creds_pw.c     (*prompter) (context, data, NULL, p, 0, NULL);
NULL              256 source4/heimdal/lib/krb5/init_creds_pw.c static krb5_addresses no_addrs = { 0, NULL };
NULL              273 source4/heimdal/lib/krb5/init_creds_pw.c     if (options == NULL) {
NULL              289 source4/heimdal/lib/krb5/init_creds_pw.c     if (ctx->key_proc == NULL)
NULL              295 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->pre_auth_types = NULL;
NULL              296 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->addrs = NULL;
NULL              297 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->etypes = NULL;
NULL              298 source4/heimdal/lib/krb5/init_creds_pw.c     ctx->pre_auth_types = NULL;
NULL              324 source4/heimdal/lib/krb5/init_creds_pw.c 	    ctx->addrs = NULL;
NULL              328 source4/heimdal/lib/krb5/init_creds_pw.c 	    ctx->addrs = NULL;
NULL              338 source4/heimdal/lib/krb5/init_creds_pw.c 	if (etypes == NULL) {
NULL              350 source4/heimdal/lib/krb5/init_creds_pw.c 	if (pre_auth_types == NULL) {
NULL              430 source4/heimdal/lib/krb5/init_creds_pw.c 	ret = (*prompter) (context, data, NULL, "Changing password",
NULL              458 source4/heimdal/lib/krb5/init_creds_pw.c     ret = (*prompter) (context, data, NULL, p, 0, NULL);
NULL              507 source4/heimdal/lib/krb5/init_creds_pw.c     if (a == NULL) {
NULL              520 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL              523 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL              524 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL              526 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL);
NULL              559 source4/heimdal/lib/krb5/init_creds_pw.c     if (a->req_body.cname == NULL) {
NULL              565 source4/heimdal/lib/krb5/init_creds_pw.c     if (a->req_body.sname == NULL) {
NULL              584 source4/heimdal/lib/krb5/init_creds_pw.c 	if (a->req_body.from == NULL) {
NULL              597 source4/heimdal/lib/krb5/init_creds_pw.c 	if (a->req_body.rtime == NULL) {
NULL              617 source4/heimdal/lib/krb5/init_creds_pw.c 	a->req_body.addresses = NULL;
NULL              620 source4/heimdal/lib/krb5/init_creds_pw.c 	if (a->req_body.addresses == NULL) {
NULL              632 source4/heimdal/lib/krb5/init_creds_pw.c 		a->req_body.addresses = NULL;
NULL              639 source4/heimdal/lib/krb5/init_creds_pw.c     a->req_body.enc_authorization_data = NULL;
NULL              640 source4/heimdal/lib/krb5/init_creds_pw.c     a->req_body.additional_tickets = NULL;
NULL              642 source4/heimdal/lib/krb5/init_creds_pw.c     a->padata = NULL;
NULL              675 source4/heimdal/lib/krb5/init_creds_pw.c     if (paid->salt.saltvalue.data == NULL) {
NULL              692 source4/heimdal/lib/krb5/init_creds_pw.c 	paid->s2kparams = NULL;
NULL              719 source4/heimdal/lib/krb5/init_creds_pw.c 		if (e.val[i].salt == NULL)
NULL              732 source4/heimdal/lib/krb5/init_creds_pw.c 		if (e.val[i].salt == NULL)
NULL              743 source4/heimdal/lib/krb5/init_creds_pw.c     return NULL;
NULL              769 source4/heimdal/lib/krb5/init_creds_pw.c 		if (e.val[i].salt == NULL)
NULL              782 source4/heimdal/lib/krb5/init_creds_pw.c 				   NULL);
NULL              783 source4/heimdal/lib/krb5/init_creds_pw.c 		    if (e.val[i].salt == NULL)
NULL              795 source4/heimdal/lib/krb5/init_creds_pw.c     return NULL;
NULL              807 source4/heimdal/lib/krb5/init_creds_pw.c 	return NULL;
NULL              813 source4/heimdal/lib/krb5/init_creds_pw.c 		   NULL);
NULL              815 source4/heimdal/lib/krb5/init_creds_pw.c 	return NULL;
NULL              840 source4/heimdal/lib/krb5/init_creds_pw.c     if (md == NULL)
NULL              841 source4/heimdal/lib/krb5/init_creds_pw.c 	return NULL;
NULL              845 source4/heimdal/lib/krb5/init_creds_pw.c     return NULL;
NULL              855 source4/heimdal/lib/krb5/init_creds_pw.c     struct pa_info_data *p = NULL;
NULL              858 source4/heimdal/lib/krb5/init_creds_pw.c     for (i = 0; p == NULL && i < sizeof(pa_prefs)/sizeof(pa_prefs[0]); i++) {
NULL              860 source4/heimdal/lib/krb5/init_creds_pw.c 	if (pa == NULL)
NULL              939 source4/heimdal/lib/krb5/init_creds_pw.c     if(salt == NULL) {
NULL              976 source4/heimdal/lib/krb5/init_creds_pw.c     if (ctx->key_proc == NULL || ctx->password == NULL)
NULL              991 source4/heimdal/lib/krb5/init_creds_pw.c 			  NULL, NULL);
NULL              999 source4/heimdal/lib/krb5/init_creds_pw.c 			  &salt, NULL);
NULL             1028 source4/heimdal/lib/krb5/init_creds_pw.c     if (ctx->pk_init_ctx == NULL)
NULL             1094 source4/heimdal/lib/krb5/init_creds_pw.c     if (*out_md == NULL) {
NULL             1099 source4/heimdal/lib/krb5/init_creds_pw.c     (*out_md)->val = NULL;
NULL             1129 source4/heimdal/lib/krb5/init_creds_pw.c 	*out_md = NULL;
NULL             1144 source4/heimdal/lib/krb5/init_creds_pw.c     struct pa_info_data paid, *ppaid = NULL;
NULL             1158 source4/heimdal/lib/krb5/init_creds_pw.c     if (ppaid == NULL) {
NULL             1163 source4/heimdal/lib/krb5/init_creds_pw.c 	paid.s2kparams = NULL;
NULL             1166 source4/heimdal/lib/krb5/init_creds_pw.c     pa = NULL;
NULL             1173 source4/heimdal/lib/krb5/init_creds_pw.c 	if (pa == NULL) {
NULL             1223 source4/heimdal/lib/krb5/init_creds_pw.c     krb5_krbhst_info *hi = NULL;
NULL             1224 source4/heimdal/lib/krb5/init_creds_pw.c     krb5_sendto_ctx stctx = NULL;
NULL             1243 source4/heimdal/lib/krb5/init_creds_pw.c     krb5_sendto_ctx_set_func(stctx, _krb5_kdc_retry, NULL);
NULL             1265 source4/heimdal/lib/krb5/init_creds_pw.c 	    ctx->as_req.padata = NULL;
NULL             1325 source4/heimdal/lib/krb5/init_creds_pw.c 					     NULL);
NULL             1349 source4/heimdal/lib/krb5/init_creds_pw.c 	krb5_keyblock *key = NULL;
NULL             1370 source4/heimdal/lib/krb5/init_creds_pw.c 				   NULL,
NULL             1372 source4/heimdal/lib/krb5/init_creds_pw.c 				   NULL,
NULL             1375 source4/heimdal/lib/krb5/init_creds_pw.c 				   NULL,
NULL             1376 source4/heimdal/lib/krb5/init_creds_pw.c 				   NULL);
NULL             1436 source4/heimdal/lib/krb5/init_creds_pw.c 	    if (prompter == NULL || ctx.password == NULL)
NULL             1441 source4/heimdal/lib/krb5/init_creds_pw.c 	    if (ctx.in_tkt_service != NULL
NULL             1496 source4/heimdal/lib/krb5/init_creds_pw.c     if (in_options == NULL) {
NULL             1501 source4/heimdal/lib/krb5/init_creds_pw.c 						      NULL,
NULL             1509 source4/heimdal/lib/krb5/init_creds_pw.c     if (password == NULL &&
NULL             1510 source4/heimdal/lib/krb5/init_creds_pw.c 	options->opt_private->password == NULL &&
NULL             1511 source4/heimdal/lib/krb5/init_creds_pw.c 	options->opt_private->pk_init_ctx == NULL)
NULL             1527 source4/heimdal/lib/krb5/init_creds_pw.c 	ret = (*prompter) (context, data, NULL, NULL, 1, &prompt);
NULL             1539 source4/heimdal/lib/krb5/init_creds_pw.c     if (options->opt_private->password == NULL) {
NULL             1541 source4/heimdal/lib/krb5/init_creds_pw.c 						      password, NULL);
NULL             1588 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL             1591 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL             1592 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL,
NULL             1594 source4/heimdal/lib/krb5/init_creds_pw.c 			    NULL);
NULL               78 source4/heimdal/lib/krb5/kcm.c     arg.desc_ptr = NULL;
NULL               80 source4/heimdal/lib/krb5/kcm.c     arg.rbuf = NULL;
NULL              134 source4/heimdal/lib/krb5/kcm.c     response_data->data = NULL;
NULL              172 source4/heimdal/lib/krb5/kcm.c     *storage_p = NULL;
NULL              175 source4/heimdal/lib/krb5/kcm.c     if (sp == NULL) {
NULL              209 source4/heimdal/lib/krb5/kcm.c     if (k == NULL) {
NULL              214 source4/heimdal/lib/krb5/kcm.c     if (name != NULL) {
NULL              216 source4/heimdal/lib/krb5/kcm.c 	if (k->name == NULL) {
NULL              223 source4/heimdal/lib/krb5/kcm.c 	k->name = NULL;
NULL              225 source4/heimdal/lib/krb5/kcm.c     path = krb5_config_get_string_default(context, NULL,
NULL              229 source4/heimdal/lib/krb5/kcm.c 					  NULL);
NULL              234 source4/heimdal/lib/krb5/kcm.c     path = krb5_config_get_string_default(context, NULL,
NULL              238 source4/heimdal/lib/krb5/kcm.c 					  NULL);
NULL              259 source4/heimdal/lib/krb5/kcm.c     if (response_p != NULL)
NULL              260 source4/heimdal/lib/krb5/kcm.c 	*response_p = NULL;
NULL              268 source4/heimdal/lib/krb5/kcm.c     if (response == NULL) {
NULL              286 source4/heimdal/lib/krb5/kcm.c     if (response_p != NULL) {
NULL              304 source4/heimdal/lib/krb5/kcm.c     if (k != NULL) {
NULL              305 source4/heimdal/lib/krb5/kcm.c 	if (k->name != NULL)
NULL              313 source4/heimdal/lib/krb5/kcm.c     *id = NULL;
NULL              343 source4/heimdal/lib/krb5/kcm.c     ret = kcm_alloc(context, NULL, id);
NULL              409 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              448 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              487 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              645 source4/heimdal/lib/krb5/kcm.c     if (*cursor == NULL)
NULL              738 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              748 source4/heimdal/lib/krb5/kcm.c     *cursor = NULL;
NULL              794 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              825 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              861 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, oldk, request, NULL, NULL);
NULL              878 source4/heimdal/lib/krb5/kcm.c     *mtime = time(NULL);
NULL              906 source4/heimdal/lib/krb5/kcm.c     NULL,
NULL              907 source4/heimdal/lib/krb5/kcm.c     NULL,
NULL              908 source4/heimdal/lib/krb5/kcm.c     NULL,
NULL              911 source4/heimdal/lib/krb5/kcm.c     NULL,
NULL              923 source4/heimdal/lib/krb5/kcm.c     ret = kcm_alloc(context, NULL, &id);
NULL              952 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL              992 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL             1040 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL             1077 source4/heimdal/lib/krb5/kcm.c     ret = krb5_store_int8(request, (server == NULL) ? 0 : 1);
NULL             1083 source4/heimdal/lib/krb5/kcm.c     if (server != NULL) {
NULL             1097 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL             1153 source4/heimdal/lib/krb5/kcm.c     ret = kcm_call(context, k, request, NULL, NULL);
NULL               50 source4/heimdal/lib/krb5/keyblock.c 	if (keyblock->keyvalue.data != NULL)
NULL               83 source4/heimdal/lib/krb5/keyblock.c     if (k == NULL) {
NULL               57 source4/heimdal/lib/krb5/keytab.c     if(tmp == NULL) {
NULL               86 source4/heimdal/lib/krb5/keytab.c     if(residual == NULL) {
NULL              108 source4/heimdal/lib/krb5/keytab.c     if (k == NULL) {
NULL              113 source4/heimdal/lib/krb5/keytab.c     k->data = NULL;
NULL              117 source4/heimdal/lib/krb5/keytab.c 	k = NULL;
NULL              146 source4/heimdal/lib/krb5/keytab.c     const char *kt = NULL;
NULL              147 source4/heimdal/lib/krb5/keytab.c     if(context->default_keytab_modify == NULL) {
NULL              259 source4/heimdal/lib/krb5/keytab.c     *str = NULL;
NULL              271 source4/heimdal/lib/krb5/keytab.c 	*str = NULL;
NULL              308 source4/heimdal/lib/krb5/keytab.c     if(principal != NULL &&
NULL              372 source4/heimdal/lib/krb5/keytab.c 	char *enctype_str = NULL;
NULL              449 source4/heimdal/lib/krb5/keytab.c     if(id->start_seq_get == NULL) {
NULL              471 source4/heimdal/lib/krb5/keytab.c     if(id->next_entry == NULL) {
NULL              490 source4/heimdal/lib/krb5/keytab.c     if(id->end_seq_get == NULL) {
NULL              509 source4/heimdal/lib/krb5/keytab.c     if(id->add == NULL) {
NULL              515 source4/heimdal/lib/krb5/keytab.c     entry->timestamp = time(NULL);
NULL              529 source4/heimdal/lib/krb5/keytab.c     if(id->remove == NULL) {
NULL               49 source4/heimdal/lib/krb5/keytab_any.c     for (; a != NULL; a = next) {
NULL               61 source4/heimdal/lib/krb5/keytab_any.c     struct any_data *a, *a0 = NULL, *prev = NULL;
NULL               67 source4/heimdal/lib/krb5/keytab_any.c 	if (a == NULL) {
NULL               71 source4/heimdal/lib/krb5/keytab_any.c 	if (a0 == NULL) {
NULL               74 source4/heimdal/lib/krb5/keytab_any.c 	    if (a->name == NULL) {
NULL               80 source4/heimdal/lib/krb5/keytab_any.c 	    a->name = NULL;
NULL               81 source4/heimdal/lib/krb5/keytab_any.c 	if (prev != NULL)
NULL               83 source4/heimdal/lib/krb5/keytab_any.c 	a->next = NULL;
NULL               89 source4/heimdal/lib/krb5/keytab_any.c     if (a0 == NULL) {
NULL              136 source4/heimdal/lib/krb5/keytab_any.c     if(c->data == NULL){
NULL              141 source4/heimdal/lib/krb5/keytab_any.c     for (ed->a = a; ed->a != NULL; ed->a = ed->a->next) {
NULL              146 source4/heimdal/lib/krb5/keytab_any.c     if (ed->a == NULL) {
NULL              148 source4/heimdal/lib/krb5/keytab_any.c 	c->data = NULL;
NULL              175 source4/heimdal/lib/krb5/keytab_any.c 	while ((ed->a = ed->a->next) != NULL) {
NULL              180 source4/heimdal/lib/krb5/keytab_any.c 	if (ed->a == NULL) {
NULL              196 source4/heimdal/lib/krb5/keytab_any.c     if (ed->a != NULL)
NULL              199 source4/heimdal/lib/krb5/keytab_any.c     cursor->data = NULL;
NULL              210 source4/heimdal/lib/krb5/keytab_any.c     while(a != NULL) {
NULL              231 source4/heimdal/lib/krb5/keytab_any.c     while(a != NULL) {
NULL              256 source4/heimdal/lib/krb5/keytab_any.c     NULL, /* get */
NULL               64 source4/heimdal/lib/krb5/keytab_file.c     if (data->data == NULL) {
NULL               85 source4/heimdal/lib/krb5/keytab_file.c     if (*data == NULL) {
NULL              193 source4/heimdal/lib/krb5/keytab_file.c     if(p == NULL) {
NULL              225 source4/heimdal/lib/krb5/keytab_file.c     if(p->name.name_string.val == NULL) {
NULL              297 source4/heimdal/lib/krb5/keytab_file.c     if(d == NULL) {
NULL              302 source4/heimdal/lib/krb5/keytab_file.c     if(d->filename == NULL) {
NULL              391 source4/heimdal/lib/krb5/keytab_file.c     if (c->sp == NULL) {
NULL              496 source4/heimdal/lib/krb5/keytab_file.c     return fkt_next_entry_int(context, id, entry, cursor, NULL, NULL);
NULL              608 source4/heimdal/lib/krb5/keytab_file.c 	if(emem == NULL) {
NULL              747 source4/heimdal/lib/krb5/keytab_file.c     NULL, /* get */
NULL              760 source4/heimdal/lib/krb5/keytab_file.c     NULL, /* get */
NULL              773 source4/heimdal/lib/krb5/keytab_file.c     NULL, /* get */
NULL               75 source4/heimdal/lib/krb5/keytab_keyfile.c     if (f == NULL) {
NULL               83 source4/heimdal/lib/krb5/keytab_keyfile.c     if (fgets (buf, sizeof(buf), f) == NULL) {
NULL               94 source4/heimdal/lib/krb5/keytab_keyfile.c     if (d->cell == NULL) {
NULL              101 source4/heimdal/lib/krb5/keytab_keyfile.c     if (f != NULL) {
NULL              102 source4/heimdal/lib/krb5/keytab_keyfile.c 	if (fgets (buf, sizeof(buf), f) == NULL) {
NULL              104 source4/heimdal/lib/krb5/keytab_keyfile.c 	    d->cell = NULL;
NULL              119 source4/heimdal/lib/krb5/keytab_keyfile.c     if (d->realm == NULL) {
NULL              121 source4/heimdal/lib/krb5/keytab_keyfile.c 	d->cell = NULL;
NULL              139 source4/heimdal/lib/krb5/keytab_keyfile.c     if (d == NULL) {
NULL              152 source4/heimdal/lib/krb5/keytab_keyfile.c     if (d->filename == NULL) {
NULL              248 source4/heimdal/lib/krb5/keytab_keyfile.c 			       d->realm, "afs", d->cell, NULL);
NULL              263 source4/heimdal/lib/krb5/keytab_keyfile.c     if (entry->keyblock.keyvalue.data == NULL) {
NULL              277 source4/heimdal/lib/krb5/keytab_keyfile.c     entry->timestamp = time(NULL);
NULL              333 source4/heimdal/lib/krb5/keytab_keyfile.c     if(sp == NULL) {
NULL              443 source4/heimdal/lib/krb5/keytab_keyfile.c     NULL, /* get */
NULL              448 source4/heimdal/lib/krb5/keytab_keyfile.c     NULL /* remove */
NULL               62 source4/heimdal/lib/krb5/keytab_memory.c     for (d = mkt_head; d != NULL; d = d->next)
NULL               76 source4/heimdal/lib/krb5/keytab_memory.c     if(d == NULL) {
NULL               83 source4/heimdal/lib/krb5/keytab_memory.c     if (d->name == NULL) {
NULL               90 source4/heimdal/lib/krb5/keytab_memory.c     d->entries = NULL;
NULL              115 source4/heimdal/lib/krb5/keytab_memory.c     for (dp = &mkt_head; *dp != NULL; dp = &(*dp)->next) {
NULL              180 source4/heimdal/lib/krb5/keytab_memory.c     if(tmp == NULL) {
NULL              221 source4/heimdal/lib/krb5/keytab_memory.c     if(e != NULL || d->num_entries == 0)
NULL              231 source4/heimdal/lib/krb5/keytab_memory.c     NULL, /* get */
NULL              295 source4/heimdal/lib/krb5/krb5.h     krb5_config_get_bool_default((C), NULL, TRUE, 			 \
NULL              297 source4/heimdal/lib/krb5/krb5.h 				 NULL)
NULL               70 source4/heimdal/lib/krb5/krbhst.c     *res = NULL;
NULL               91 source4/heimdal/lib/krb5/krbhst.c     if(r == NULL)
NULL               99 source4/heimdal/lib/krb5/krbhst.c     if(*res == NULL) {
NULL              114 source4/heimdal/lib/krb5/krbhst.c 	    if(hi == NULL) {
NULL              119 source4/heimdal/lib/krb5/krbhst.c 		*res = NULL;
NULL              195 source4/heimdal/lib/krb5/krbhst.c     if(hi == NULL)
NULL              196 source4/heimdal/lib/krb5/krbhst.c 	return NULL;
NULL              216 source4/heimdal/lib/krb5/krbhst.c 	return NULL;
NULL              223 source4/heimdal/lib/krb5/krbhst.c     if(p != NULL) {
NULL              228 source4/heimdal/lib/krb5/krbhst.c 	    return NULL;
NULL              239 source4/heimdal/lib/krb5/krbhst.c     if (hi->ai != NULL)
NULL              252 source4/heimdal/lib/krb5/krbhst.c     if(*to == NULL) {
NULL              262 source4/heimdal/lib/krb5/krbhst.c     from->ai = NULL;
NULL              263 source4/heimdal/lib/krb5/krbhst.c     (*to)->next = NULL;
NULL              292 source4/heimdal/lib/krb5/krbhst.c     if(hi == NULL)
NULL              352 source4/heimdal/lib/krb5/krbhst.c     if (host->ai == NULL) {
NULL              367 source4/heimdal/lib/krb5/krbhst.c     if(hi != NULL) {
NULL              402 source4/heimdal/lib/krb5/krbhst.c     hostlist = krb5_config_get_strings(context, NULL,
NULL              403 source4/heimdal/lib/krb5/krbhst.c 				       "realms", kd->realm, conf_string, NULL);
NULL              405 source4/heimdal/lib/krb5/krbhst.c     if(hostlist == NULL)
NULL              408 source4/heimdal/lib/krb5/krbhst.c     for(i = 0; hostlist && hostlist[i] != NULL; i++)
NULL              446 source4/heimdal/lib/krb5/krbhst.c     if (host == NULL)
NULL              461 source4/heimdal/lib/krb5/krbhst.c 	if(hi == NULL) {
NULL              508 source4/heimdal/lib/krb5/krbhst.c     if(hi == NULL)
NULL              526 source4/heimdal/lib/krb5/krbhst.c     struct krb5_plugin *list = NULL, *e;
NULL              531 source4/heimdal/lib/krb5/krbhst.c     if(ret != 0 || list == NULL)
NULL              534 source4/heimdal/lib/krb5/krbhst.c     for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
NULL              779 source4/heimdal/lib/krb5/krbhst.c     if((kd = calloc(1, sizeof(*kd))) == NULL)
NULL              780 source4/heimdal/lib/krb5/krbhst.c 	return NULL;
NULL              782 source4/heimdal/lib/krb5/krbhst.c     if((kd->realm = strdup(realm)) == NULL) {
NULL              784 source4/heimdal/lib/krb5/krbhst.c 	return NULL;
NULL              846 source4/heimdal/lib/krb5/krbhst.c     if((kd = common_init(context, realm, flags)) == NULL)
NULL              900 source4/heimdal/lib/krb5/krbhst.c     if (handle == NULL)
NULL              903 source4/heimdal/lib/krb5/krbhst.c     for (h = handle->hosts; h != NULL; h = next) {
NULL              936 source4/heimdal/lib/krb5/krbhst.c     if(*hostlist == NULL) {
NULL              945 source4/heimdal/lib/krb5/krbhst.c 	if(((*hostlist)[nhost++] = strdup(host)) == NULL) {
NULL              951 source4/heimdal/lib/krb5/krbhst.c     (*hostlist)[nhost++] = NULL;
NULL               51 source4/heimdal/lib/krb5/log.c     if(fp == NULL)
NULL               52 source4/heimdal/lib/krb5/log.c 	return NULL;
NULL              106 source4/heimdal/lib/krb5/log.c     { NULL, -1 }
NULL              123 source4/heimdal/lib/krb5/log.c     if(f == NULL) {
NULL              129 source4/heimdal/lib/krb5/log.c     if(f->program == NULL){
NULL              149 source4/heimdal/lib/krb5/log.c     if(fp == NULL) {
NULL              192 source4/heimdal/lib/krb5/log.c     if(sd == NULL) {
NULL              225 source4/heimdal/lib/krb5/log.c     if(f->fd == NULL)
NULL              230 source4/heimdal/lib/krb5/log.c 	f->fd = NULL;
NULL              248 source4/heimdal/lib/krb5/log.c     if(fd == NULL) {
NULL              284 source4/heimdal/lib/krb5/log.c 	if(p == NULL) {
NULL              292 source4/heimdal/lib/krb5/log.c 	ret = open_file(context, f, min, max, NULL, NULL, stderr, 1);
NULL              294 source4/heimdal/lib/krb5/log.c 	ret = open_file(context, f, min, max, "/dev/console", "w", NULL, 0);
NULL              297 source4/heimdal/lib/krb5/log.c 	FILE *file = NULL;
NULL              300 source4/heimdal/lib/krb5/log.c 	if(fn == NULL) {
NULL              318 source4/heimdal/lib/krb5/log.c 	    if(file == NULL){
NULL              331 source4/heimdal/lib/krb5/log.c 	ret = open_file(context, f, min, max, strdup(p + 7), "w", NULL, 0);
NULL              366 source4/heimdal/lib/krb5/log.c     p = krb5_config_get_strings(context, NULL, "logging", program, NULL);
NULL              367 source4/heimdal/lib/krb5/log.c     if(p == NULL)
NULL              368 source4/heimdal/lib/krb5/log.c 	p = krb5_config_get_strings(context, NULL, "logging", "default", NULL);
NULL              387 source4/heimdal/lib/krb5/log.c     fac->val = NULL;
NULL              389 source4/heimdal/lib/krb5/log.c     fac->program = NULL;
NULL              407 source4/heimdal/lib/krb5/log.c     char *msg = NULL;
NULL              408 source4/heimdal/lib/krb5/log.c     const char *actual = NULL;
NULL              417 source4/heimdal/lib/krb5/log.c 		t = time(NULL);
NULL              420 source4/heimdal/lib/krb5/log.c 	    if(actual == NULL) {
NULL              422 source4/heimdal/lib/krb5/log.c 		if(msg == NULL)
NULL              429 source4/heimdal/lib/krb5/log.c     if(reply == NULL)
NULL              444 source4/heimdal/lib/krb5/log.c     return krb5_vlog_msg(context, fac, NULL, level, fmt, ap);
NULL               71 source4/heimdal/lib/krb5/mcache.c     if(m == NULL)
NULL               72 source4/heimdal/lib/krb5/mcache.c 	return NULL;
NULL               73 source4/heimdal/lib/krb5/mcache.c     if(name == NULL)
NULL               77 source4/heimdal/lib/krb5/mcache.c     if(m->name == NULL) {
NULL               79 source4/heimdal/lib/krb5/mcache.c 	return NULL;
NULL               83 source4/heimdal/lib/krb5/mcache.c     for (m_c = mcc_head; m_c != NULL; m_c = m_c->next)
NULL               90 source4/heimdal/lib/krb5/mcache.c 	return NULL;
NULL               95 source4/heimdal/lib/krb5/mcache.c     m->primary_principal = NULL;
NULL               96 source4/heimdal/lib/krb5/mcache.c     m->creds = NULL;
NULL               97 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
NULL              110 source4/heimdal/lib/krb5/mcache.c     for (m = mcc_head; m != NULL; m = m->next)
NULL              115 source4/heimdal/lib/krb5/mcache.c     if (m != NULL) {
NULL              123 source4/heimdal/lib/krb5/mcache.c     if (m == NULL) {
NULL              141 source4/heimdal/lib/krb5/mcache.c     m = mcc_alloc(NULL);
NULL              143 source4/heimdal/lib/krb5/mcache.c     if (m == NULL) {
NULL              162 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
NULL              211 source4/heimdal/lib/krb5/mcache.c 	if (m->primary_principal != NULL) {
NULL              213 source4/heimdal/lib/krb5/mcache.c 	    m->primary_principal = NULL;
NULL              218 source4/heimdal/lib/krb5/mcache.c 	while (l != NULL) {
NULL              226 source4/heimdal/lib/krb5/mcache.c 	m->creds = NULL;
NULL              244 source4/heimdal/lib/krb5/mcache.c     if (l == NULL) {
NULL              258 source4/heimdal/lib/krb5/mcache.c     m->mtime = time(NULL);
NULL              269 source4/heimdal/lib/krb5/mcache.c     if (MISDEAD(m) || m->primary_principal == NULL)
NULL              303 source4/heimdal/lib/krb5/mcache.c     if (l != NULL) {
NULL              333 source4/heimdal/lib/krb5/mcache.c 	    m->mtime = time(NULL);
NULL              358 source4/heimdal/lib/krb5/mcache.c     if (iter == NULL) {
NULL              381 source4/heimdal/lib/krb5/mcache.c     if (iter->cache == NULL)
NULL              408 source4/heimdal/lib/krb5/mcache.c     iter->cache = NULL;
NULL              440 source4/heimdal/lib/krb5/mcache.c     mto->mtime = mfrom->mtime = time(NULL);
NULL              452 source4/heimdal/lib/krb5/mcache.c     if (*str == NULL) {
NULL              484 source4/heimdal/lib/krb5/mcache.c     NULL, /* mcc_retrieve */
NULL              491 source4/heimdal/lib/krb5/mcache.c     NULL,
NULL              497 source4/heimdal/lib/krb5/mcache.c     NULL,
NULL               50 source4/heimdal/lib/krb5/misc.c     if (sp == NULL) {
NULL              100 source4/heimdal/lib/krb5/mit_glue.c 	if (*data == NULL)
NULL              106 source4/heimdal/lib/krb5/mit_glue.c 	    *data = NULL;
NULL              144 source4/heimdal/lib/krb5/mit_glue.c     return krb5_enctype_valid(NULL, etype);
NULL              150 source4/heimdal/lib/krb5/mit_glue.c     return krb5_cksumtype_valid(NULL, ctype);
NULL              156 source4/heimdal/lib/krb5/mit_glue.c     return krb5_checksum_is_collision_proof(NULL, ctype);
NULL              162 source4/heimdal/lib/krb5/mit_glue.c     return krb5_checksum_is_keyed(NULL, ctype);
NULL              171 source4/heimdal/lib/krb5/mit_glue.c     if (*new == NULL)
NULL              239 source4/heimdal/lib/krb5/mit_glue.c 			    ivec ? ivec->data : NULL);
NULL              279 source4/heimdal/lib/krb5/mit_glue.c 			    ivec ? ivec->data : NULL);
NULL               66 source4/heimdal/lib/krb5/mk_error.c 	if(e_text == NULL)
NULL               49 source4/heimdal/lib/krb5/mk_priv.c     u_char *buf = NULL;
NULL               58 source4/heimdal/lib/krb5/mk_priv.c 	outdata == NULL)
NULL               78 source4/heimdal/lib/krb5/mk_priv.c 	part.timestamp = NULL;
NULL               79 source4/heimdal/lib/krb5/mk_priv.c 	part.usec      = NULL;
NULL               91 source4/heimdal/lib/krb5/mk_priv.c 	part.seq_number = NULL;
NULL              110 source4/heimdal/lib/krb5/mk_priv.c     s.enc_part.kvno = NULL;
NULL               46 source4/heimdal/lib/krb5/mk_rep.c     u_char *buf = NULL;
NULL               59 source4/heimdal/lib/krb5/mk_rep.c 	if (auth_context->local_subkey == NULL) {
NULL               77 source4/heimdal/lib/krb5/mk_rep.c 	body.subkey = NULL;
NULL               84 source4/heimdal/lib/krb5/mk_rep.c 	if (body.seq_number == NULL) {
NULL               91 source4/heimdal/lib/krb5/mk_rep.c 	body.seq_number = NULL;
NULL               94 source4/heimdal/lib/krb5/mk_rep.c     ap.enc_part.kvno  = NULL;
NULL              107 source4/heimdal/lib/krb5/mk_req.c 				NULL);
NULL               55 source4/heimdal/lib/krb5/mk_req_ext.c 	if(*auth_context == NULL)
NULL               65 source4/heimdal/lib/krb5/mk_req_ext.c     if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
NULL               87 source4/heimdal/lib/krb5/mk_req_ext.c 				       NULL,
NULL               99 source4/heimdal/lib/krb5/mk_req_ext.c 				       NULL,
NULL              122 source4/heimdal/lib/krb5/mk_req_ext.c 	c_opt = NULL;
NULL              133 source4/heimdal/lib/krb5/mk_req_ext.c 				    NULL,
NULL              144 source4/heimdal/lib/krb5/mk_req_ext.c     if(auth_context == NULL)
NULL               50 source4/heimdal/lib/krb5/n-fold.c 	if (tmp == NULL)
NULL              112 source4/heimdal/lib/krb5/n-fold.c     if (tmp == NULL || buf == NULL)
NULL               90 source4/heimdal/lib/krb5/pac.c     krb5_storage *sp = NULL;
NULL               94 source4/heimdal/lib/krb5/pac.c     if (p == NULL) {
NULL              101 source4/heimdal/lib/krb5/pac.c     if (sp == NULL) {
NULL              125 source4/heimdal/lib/krb5/pac.c     if (p->pac == NULL) {
NULL              224 source4/heimdal/lib/krb5/pac.c     *pac = NULL;
NULL              236 source4/heimdal/lib/krb5/pac.c     if (p == NULL) {
NULL              242 source4/heimdal/lib/krb5/pac.c     if (p->pac == NULL) {
NULL              274 source4/heimdal/lib/krb5/pac.c     if (ptr == NULL) {
NULL              382 source4/heimdal/lib/krb5/pac.c     if (*types == NULL) {
NULL              417 source4/heimdal/lib/krb5/pac.c     krb5_crypto crypto = NULL;
NULL              418 source4/heimdal/lib/krb5/pac.c     krb5_storage *sp = NULL;
NULL              427 source4/heimdal/lib/krb5/pac.c     if (sp == NULL) {
NULL              438 source4/heimdal/lib/krb5/pac.c     if (cksum.checksum.data == NULL) {
NULL              485 source4/heimdal/lib/krb5/pac.c     krb5_crypto crypto = NULL;
NULL              542 source4/heimdal/lib/krb5/pac.c     if (sp == NULL) {
NULL              570 source4/heimdal/lib/krb5/pac.c     if (s == NULL) {
NULL              589 source4/heimdal/lib/krb5/pac.c 	if (ucs2 == NULL) {
NULL              608 source4/heimdal/lib/krb5/pac.c 	if (s == NULL) {
NULL              656 source4/heimdal/lib/krb5/pac.c     if (sp == NULL) {
NULL              676 source4/heimdal/lib/krb5/pac.c     if (s2 == NULL) {
NULL              734 source4/heimdal/lib/krb5/pac.c     if (pac->server_checksum == NULL) {
NULL              738 source4/heimdal/lib/krb5/pac.c     if (pac->privsvr_checksum == NULL) {
NULL              742 source4/heimdal/lib/krb5/pac.c     if (pac->logon_name == NULL) {
NULL              837 source4/heimdal/lib/krb5/pac.c     krb5_crypto crypto = NULL;
NULL              872 source4/heimdal/lib/krb5/pac.c     krb5_storage *sp = NULL, *spdata = NULL;
NULL              882 source4/heimdal/lib/krb5/pac.c     if (p->logon_name == NULL)
NULL              884 source4/heimdal/lib/krb5/pac.c     if (p->server_checksum == NULL)
NULL              886 source4/heimdal/lib/krb5/pac.c     if (p->privsvr_checksum == NULL)
NULL              893 source4/heimdal/lib/krb5/pac.c 	if (ptr == NULL) {
NULL              899 source4/heimdal/lib/krb5/pac.c 	if (p->logon_name == NULL) {
NULL              904 source4/heimdal/lib/krb5/pac.c 	if (p->server_checksum == NULL) {
NULL              909 source4/heimdal/lib/krb5/pac.c 	if (p->privsvr_checksum == NULL) {
NULL              931 source4/heimdal/lib/krb5/pac.c     if (sp == NULL) {
NULL              938 source4/heimdal/lib/krb5/pac.c     if (spdata == NULL) {
NULL              953 source4/heimdal/lib/krb5/pac.c 	void *ptr = NULL;
NULL               44 source4/heimdal/lib/krb5/padata.c     return NULL;
NULL               54 source4/heimdal/lib/krb5/padata.c     if (pa == NULL) {
NULL              101 source4/heimdal/lib/krb5/pkinit.c     if (integer->data == NULL) {
NULL              115 source4/heimdal/lib/krb5/pkinit.c     bn = BN_bin2bn((const unsigned char *)f->data, f->length, NULL);
NULL              116 source4/heimdal/lib/krb5/pkinit.c     if (bn == NULL) {
NULL              119 source4/heimdal/lib/krb5/pkinit.c 	return NULL;
NULL              148 source4/heimdal/lib/krb5/pkinit.c     cf[2].oid = NULL;
NULL              176 source4/heimdal/lib/krb5/pkinit.c     hx509_cert cert = NULL;
NULL              177 source4/heimdal/lib/krb5/pkinit.c     hx509_query *q = NULL;
NULL              200 source4/heimdal/lib/krb5/pkinit.c 				    NULL,
NULL              203 source4/heimdal/lib/krb5/pkinit.c 				    NULL,
NULL              221 source4/heimdal/lib/krb5/pkinit.c     hx509_name subject = NULL;
NULL              234 source4/heimdal/lib/krb5/pkinit.c 	if (id.subjectName == NULL) {
NULL              251 source4/heimdal/lib/krb5/pkinit.c     if (id.issuerAndSerialNumber == NULL) {
NULL              294 source4/heimdal/lib/krb5/pkinit.c     id.subjectKeyIdentifier = NULL;
NULL              297 source4/heimdal/lib/krb5/pkinit.c     if (p == NULL) {
NULL              348 source4/heimdal/lib/krb5/pkinit.c 			       NULL,
NULL              359 source4/heimdal/lib/krb5/pkinit.c     if (a->pkAuthenticator.paChecksum == NULL) {
NULL              379 source4/heimdal/lib/krb5/pkinit.c 	    if (a->clientDHNonce == NULL) {
NULL              384 source4/heimdal/lib/krb5/pkinit.c 	    if (a->clientDHNonce == NULL) {
NULL              396 source4/heimdal/lib/krb5/pkinit.c 	if (a->clientPublicValue == NULL)
NULL              420 source4/heimdal/lib/krb5/pkinit.c 	dp.j = NULL;
NULL              421 source4/heimdal/lib/krb5/pkinit.c 	dp.validationParms = NULL;
NULL              425 source4/heimdal/lib/krb5/pkinit.c 	if (a->clientPublicValue->algorithm.parameters == NULL) {
NULL              458 source4/heimdal/lib/krb5/pkinit.c 	if (a->supportedCMSTypes == NULL)
NULL              461 source4/heimdal/lib/krb5/pkinit.c 	ret = hx509_crypto_available(ctx->id->hx509ctx, HX509_SELECT_ALL, NULL,
NULL              483 source4/heimdal/lib/krb5/pkinit.c     if (content_info->content == NULL)
NULL              486 source4/heimdal/lib/krb5/pkinit.c     if (content_info->content->data == NULL)
NULL              614 source4/heimdal/lib/krb5/pkinit.c 	    if (req.trustedCertifiers == NULL) {
NULL              631 source4/heimdal/lib/krb5/pkinit.c 	req.kdcPkId = NULL;
NULL              652 source4/heimdal/lib/krb5/pkinit.c 	krb5_padata_add(context, md, KRB5_PADATA_PK_AS_09_BINDING, NULL, 0);
NULL              671 source4/heimdal/lib/krb5/pkinit.c     win2k_compat = krb5_config_get_bool_default(context, NULL,
NULL              676 source4/heimdal/lib/krb5/pkinit.c 						NULL);
NULL              680 source4/heimdal/lib/krb5/pkinit.c 	    krb5_config_get_bool_default(context, NULL,
NULL              685 source4/heimdal/lib/krb5/pkinit.c 					 NULL);
NULL              691 source4/heimdal/lib/krb5/pkinit.c 	krb5_config_get_bool_default(context, NULL,
NULL              696 source4/heimdal/lib/krb5/pkinit.c 				     NULL);
NULL              698 source4/heimdal/lib/krb5/pkinit.c 	krb5_config_get_bool_default(context, NULL,
NULL              703 source4/heimdal/lib/krb5/pkinit.c 				     NULL);
NULL              706 source4/heimdal/lib/krb5/pkinit.c 	krb5_config_get_bool_default(context, NULL,
NULL              711 source4/heimdal/lib/krb5/pkinit.c 				     NULL);
NULL              714 source4/heimdal/lib/krb5/pkinit.c 	krb5_config_get_bool_default(context, NULL,
NULL              719 source4/heimdal/lib/krb5/pkinit.c 				     NULL);
NULL              736 source4/heimdal/lib/krb5/pkinit.c     *signer = NULL;
NULL              742 source4/heimdal/lib/krb5/pkinit.c 				  NULL,
NULL              754 source4/heimdal/lib/krb5/pkinit.c     if (*signer == NULL) {
NULL              773 source4/heimdal/lib/krb5/pkinit.c 	    *signer = NULL;
NULL              809 source4/heimdal/lib/krb5/pkinit.c     if (*key == NULL) {
NULL              822 source4/heimdal/lib/krb5/pkinit.c 	*key = NULL;
NULL              874 source4/heimdal/lib/krb5/pkinit.c     if (*key == NULL) {
NULL              887 source4/heimdal/lib/krb5/pkinit.c 	*key = NULL;
NULL              935 source4/heimdal/lib/krb5/pkinit.c 					   NULL);
NULL              995 source4/heimdal/lib/krb5/pkinit.c     struct krb5_pk_cert *host = NULL;
NULL              997 source4/heimdal/lib/krb5/pkinit.c     heim_oid contentType = { 0, NULL };
NULL             1010 source4/heimdal/lib/krb5/pkinit.c 			       NULL,
NULL             1044 source4/heimdal/lib/krb5/pkinit.c 	ret = hx509_cms_unwrap_ContentInfo(&content, &type, &out, NULL);
NULL             1134 source4/heimdal/lib/krb5/pkinit.c     unsigned char *p, *dh_gen_key = NULL;
NULL             1135 source4/heimdal/lib/krb5/pkinit.c     struct krb5_pk_cert *host = NULL;
NULL             1136 source4/heimdal/lib/krb5/pkinit.c     BIGNUM *kdc_dh_pubkey = NULL;
NULL             1138 source4/heimdal/lib/krb5/pkinit.c     heim_oid contentType = { 0, NULL };
NULL             1195 source4/heimdal/lib/krb5/pkinit.c 	if (k_n == NULL) {
NULL             1202 source4/heimdal/lib/krb5/pkinit.c 	if (c_n == NULL) {
NULL             1217 source4/heimdal/lib/krb5/pkinit.c 	c_n = NULL;
NULL             1226 source4/heimdal/lib/krb5/pkinit.c 	ret = decode_DHPublicKey(p, size, &k, NULL);
NULL             1236 source4/heimdal/lib/krb5/pkinit.c 	if (kdc_dh_pubkey == NULL) {
NULL             1248 source4/heimdal/lib/krb5/pkinit.c     if (dh_gen_key == NULL) {
NULL             1265 source4/heimdal/lib/krb5/pkinit.c     if (*key == NULL) {
NULL             1281 source4/heimdal/lib/krb5/pkinit.c 	*key = NULL;
NULL             1354 source4/heimdal/lib/krb5/pkinit.c 	ret = hx509_cms_unwrap_ContentInfo(&os, &oid, &data, NULL);
NULL             1414 source4/heimdal/lib/krb5/pkinit.c 					       &oid, &data, NULL);
NULL             1479 source4/heimdal/lib/krb5/pkinit.c     ret = (*p->prompter)(p->context, p->prompter_data, NULL, NULL, 1, &prompt);
NULL             1507 source4/heimdal/lib/krb5/pkinit.c     struct krb5_pk_identity *id = NULL;
NULL             1508 source4/heimdal/lib/krb5/pkinit.c     hx509_lock lock = NULL;
NULL             1512 source4/heimdal/lib/krb5/pkinit.c     *ret_id = NULL;
NULL             1514 source4/heimdal/lib/krb5/pkinit.c     if (anchor_id == NULL) {
NULL             1520 source4/heimdal/lib/krb5/pkinit.c     if (user_id == NULL) {
NULL             1529 source4/heimdal/lib/krb5/pkinit.c     if (id == NULL) {
NULL             1560 source4/heimdal/lib/krb5/pkinit.c     ret = hx509_certs_init(id->hx509ctx, anchor_id, 0, NULL, &id->anchors);
NULL             1568 source4/heimdal/lib/krb5/pkinit.c 			   0, NULL, &id->certpool);
NULL             1577 source4/heimdal/lib/krb5/pkinit.c 				 NULL, *chain_list);
NULL             1644 source4/heimdal/lib/krb5/pkinit.c 	if (m == NULL)
NULL             1648 source4/heimdal/lib/krb5/pkinit.c 	for (i = 0; moduli[i] != NULL; i++) {
NULL             1652 source4/heimdal/lib/krb5/pkinit.c 	if (moduli[i] == NULL) {
NULL             1663 source4/heimdal/lib/krb5/pkinit.c     if (dh->p == NULL)
NULL             1666 source4/heimdal/lib/krb5/pkinit.c     if (dh->g == NULL)
NULL             1669 source4/heimdal/lib/krb5/pkinit.c     if (dh->q == NULL)
NULL             1692 source4/heimdal/lib/krb5/pkinit.c     if (f == NULL) {
NULL             1698 source4/heimdal/lib/krb5/pkinit.c     if (s == NULL) {
NULL             1715 source4/heimdal/lib/krb5/pkinit.c     if (p1 == NULL) {
NULL             1744 source4/heimdal/lib/krb5/pkinit.c     *m = NULL;
NULL             1747 source4/heimdal/lib/krb5/pkinit.c     if (m1 == NULL) {
NULL             1760 source4/heimdal/lib/krb5/pkinit.c     if (p1 == NULL) {
NULL             1767 source4/heimdal/lib/krb5/pkinit.c     if (p1 == NULL) {
NULL             1774 source4/heimdal/lib/krb5/pkinit.c     if (p1 == NULL) {
NULL             1815 source4/heimdal/lib/krb5/pkinit.c     for (i = 0; moduli[i] != NULL; i++) {
NULL             1885 source4/heimdal/lib/krb5/pkinit.c     struct krb5_dh_moduli **m = NULL, **m2;
NULL             1890 source4/heimdal/lib/krb5/pkinit.c     *moduli = NULL;
NULL             1893 source4/heimdal/lib/krb5/pkinit.c     if (m == NULL) {
NULL             1916 source4/heimdal/lib/krb5/pkinit.c     if (file == NULL)
NULL             1920 source4/heimdal/lib/krb5/pkinit.c     if (f == NULL) {
NULL             1926 source4/heimdal/lib/krb5/pkinit.c     while(fgets(buf, sizeof(buf), f) != NULL) {
NULL             1933 source4/heimdal/lib/krb5/pkinit.c 	if (m2 == NULL) {
NULL             1941 source4/heimdal/lib/krb5/pkinit.c 	m[n] = NULL;
NULL             1948 source4/heimdal/lib/krb5/pkinit.c 	if (element == NULL)
NULL             1952 source4/heimdal/lib/krb5/pkinit.c 	m[n + 1] = NULL;
NULL             1968 source4/heimdal/lib/krb5/pkinit.c 	*name = NULL;
NULL             1970 source4/heimdal/lib/krb5/pkinit.c     for (i = 0; moduli[i] != NULL; i++) {
NULL             1973 source4/heimdal/lib/krb5/pkinit.c 	    (q == NULL || der_heim_integer_cmp(&moduli[i]->q, q) == 0))
NULL             2002 source4/heimdal/lib/krb5/pkinit.c     if (opt->opt_private == NULL || opt->opt_private->pk_init_ctx == NULL)
NULL             2007 source4/heimdal/lib/krb5/pkinit.c     ctx->dh = NULL;
NULL             2016 source4/heimdal/lib/krb5/pkinit.c 	    krb5_free_data(NULL, ctx->clientDHNonce);
NULL             2017 source4/heimdal/lib/krb5/pkinit.c 	    ctx->clientDHNonce = NULL;
NULL             2022 source4/heimdal/lib/krb5/pkinit.c 	ctx->id = NULL;
NULL             2025 source4/heimdal/lib/krb5/pkinit.c     opt->opt_private->pk_init_ctx = NULL;
NULL             2044 source4/heimdal/lib/krb5/pkinit.c     char *anchors = NULL;
NULL             2046 source4/heimdal/lib/krb5/pkinit.c     if (opt->opt_private == NULL) {
NULL             2054 source4/heimdal/lib/krb5/pkinit.c     if (opt->opt_private->pk_init_ctx == NULL) {
NULL             2059 source4/heimdal/lib/krb5/pkinit.c     opt->opt_private->pk_init_ctx->dh = NULL;
NULL             2060 source4/heimdal/lib/krb5/pkinit.c     opt->opt_private->pk_init_ctx->id = NULL;
NULL             2061 source4/heimdal/lib/krb5/pkinit.c     opt->opt_private->pk_init_ctx->clientDHNonce = NULL;
NULL             2065 source4/heimdal/lib/krb5/pkinit.c     opt->opt_private->pk_init_ctx->peer = NULL;
NULL             2068 source4/heimdal/lib/krb5/pkinit.c     if (pool == NULL)
NULL             2069 source4/heimdal/lib/krb5/pkinit.c 	pool = krb5_config_get_strings(context, NULL,
NULL             2072 source4/heimdal/lib/krb5/pkinit.c 				       NULL);
NULL             2074 source4/heimdal/lib/krb5/pkinit.c     if (pki_revoke == NULL)
NULL             2075 source4/heimdal/lib/krb5/pkinit.c 	pki_revoke = krb5_config_get_strings(context, NULL,
NULL             2078 source4/heimdal/lib/krb5/pkinit.c 					     NULL);
NULL             2080 source4/heimdal/lib/krb5/pkinit.c     if (x509_anchors == NULL) {
NULL             2083 source4/heimdal/lib/krb5/pkinit.c 			       "pkinit_anchors", NULL, &anchors);
NULL             2098 source4/heimdal/lib/krb5/pkinit.c 	opt->opt_private->pk_init_ctx = NULL;
NULL             2106 source4/heimdal/lib/krb5/pkinit.c 	moduli_file = krb5_config_get_string(context, NULL,
NULL             2109 source4/heimdal/lib/krb5/pkinit.c 					     NULL);
NULL             2112 source4/heimdal/lib/krb5/pkinit.c 	    krb5_config_get_int_default(context, NULL, 0,
NULL             2115 source4/heimdal/lib/krb5/pkinit.c 					NULL);
NULL             2125 source4/heimdal/lib/krb5/pkinit.c 	if (opt->opt_private->pk_init_ctx->dh == NULL) {
NULL               55 source4/heimdal/lib/krb5/plugin.c static struct plugin *registered = NULL;
NULL               89 source4/heimdal/lib/krb5/plugin.c     if (*e == NULL) {
NULL               99 source4/heimdal/lib/krb5/plugin.c     if ((*e)->dsohandle == NULL) {
NULL              101 source4/heimdal/lib/krb5/plugin.c 	*e = NULL;
NULL              109 source4/heimdal/lib/krb5/plugin.c     if ((*e)->symbol == NULL) {
NULL              141 source4/heimdal/lib/krb5/plugin.c     for (e = registered; e != NULL; e = e->next)
NULL              146 source4/heimdal/lib/krb5/plugin.c     if (e == NULL) {
NULL              152 source4/heimdal/lib/krb5/plugin.c     if (e->name == NULL) {
NULL              176 source4/heimdal/lib/krb5/plugin.c     char *sysdirs[2] = { NULL, NULL };
NULL              177 source4/heimdal/lib/krb5/plugin.c     char **dirs = NULL, **di;
NULL              180 source4/heimdal/lib/krb5/plugin.c     DIR *d = NULL;
NULL              182 source4/heimdal/lib/krb5/plugin.c     *list = NULL;
NULL              186 source4/heimdal/lib/krb5/plugin.c     for (p = registered; p != NULL; p = p->next) {
NULL              191 source4/heimdal/lib/krb5/plugin.c 	if (e == NULL) {
NULL              198 source4/heimdal/lib/krb5/plugin.c 	e->dsohandle = NULL;
NULL              206 source4/heimdal/lib/krb5/plugin.c     dirs = krb5_config_get_strings(context, NULL, "libdefaults",
NULL              207 source4/heimdal/lib/krb5/plugin.c 				   "plugin_dir", NULL);
NULL              208 source4/heimdal/lib/krb5/plugin.c     if (dirs == NULL) {
NULL              213 source4/heimdal/lib/krb5/plugin.c     for (di = dirs; *di != NULL; di++) {
NULL              216 source4/heimdal/lib/krb5/plugin.c 	if (d == NULL)
NULL              220 source4/heimdal/lib/krb5/plugin.c 	while ((entry = readdir(d)) != NULL) {
NULL              222 source4/heimdal/lib/krb5/plugin.c 	    if (path == NULL) {
NULL              241 source4/heimdal/lib/krb5/plugin.c     if (*list == NULL) {
NULL              254 source4/heimdal/lib/krb5/plugin.c     *list = NULL;
NULL              121 source4/heimdal/lib/krb5/principal.c        return NULL;
NULL              149 source4/heimdal/lib/krb5/principal.c     heim_general_string realm = NULL;
NULL              163 source4/heimdal/lib/krb5/principal.c     *principal = NULL;
NULL              195 source4/heimdal/lib/krb5/principal.c     if (comp == NULL) {
NULL              203 source4/heimdal/lib/krb5/principal.c     if (start == NULL) {
NULL              238 source4/heimdal/lib/krb5/principal.c 		if (comp[n] == NULL) {
NULL              270 source4/heimdal/lib/krb5/principal.c 	if (realm == NULL) {
NULL              286 source4/heimdal/lib/krb5/principal.c 	    realm = NULL;
NULL              294 source4/heimdal/lib/krb5/principal.c 	if (comp[n] == NULL) {
NULL              305 source4/heimdal/lib/krb5/principal.c     if (*principal == NULL) {
NULL              377 source4/heimdal/lib/krb5/principal.c     if (!no_realm && princ_realm(principal) == NULL) {
NULL              476 source4/heimdal/lib/krb5/principal.c     if(*name == NULL) {
NULL              484 source4/heimdal/lib/krb5/principal.c 	*name = NULL;
NULL              552 source4/heimdal/lib/krb5/principal.c     if (princ_realm(principal) == NULL) {
NULL              585 source4/heimdal/lib/krb5/principal.c     if(tmp == NULL) {
NULL              592 source4/heimdal/lib/krb5/principal.c     if (princ_ncomp(p, len) == NULL) {
NULL              623 source4/heimdal/lib/krb5/principal.c 	if(s == NULL)
NULL              641 source4/heimdal/lib/krb5/principal.c     if (p == NULL) {
NULL              649 source4/heimdal/lib/krb5/principal.c     if(p->realm == NULL){
NULL              668 source4/heimdal/lib/krb5/principal.c     krb5_realm r = NULL;
NULL              670 source4/heimdal/lib/krb5/principal.c     if(realm == NULL) {
NULL              727 source4/heimdal/lib/krb5/principal.c     if (p == NULL) {
NULL              835 source4/heimdal/lib/krb5/principal.c     { NULL, NULL }
NULL              850 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL, "realms", realm,
NULL              851 source4/heimdal/lib/krb5/principal.c 			       "v4_name_convert", "host", name, NULL);
NULL              852 source4/heimdal/lib/krb5/principal.c     if(p == NULL)
NULL              853 source4/heimdal/lib/krb5/principal.c 	p = krb5_config_get_string(context, NULL, "libdefaults",
NULL              854 source4/heimdal/lib/krb5/principal.c 				   "v4_name_convert", "host", name, NULL);
NULL              859 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL,
NULL              865 source4/heimdal/lib/krb5/principal.c 			       NULL);
NULL              867 source4/heimdal/lib/krb5/principal.c 	return NULL;
NULL              868 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL,
NULL              873 source4/heimdal/lib/krb5/principal.c 			       NULL);
NULL              875 source4/heimdal/lib/krb5/principal.c 	return NULL;
NULL              879 source4/heimdal/lib/krb5/principal.c     return NULL;
NULL              913 source4/heimdal/lib/krb5/principal.c     if(instance == NULL)
NULL              916 source4/heimdal/lib/krb5/principal.c 	instance = NULL;
NULL              920 source4/heimdal/lib/krb5/principal.c     if(p == NULL)
NULL              923 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL, "realms", realm,
NULL              924 source4/heimdal/lib/krb5/principal.c 			       "v4_instance_convert", instance, NULL);
NULL              927 source4/heimdal/lib/krb5/principal.c 	ret = krb5_make_principal(context, &pr, realm, name, instance, NULL);
NULL              928 source4/heimdal/lib/krb5/principal.c 	if(func == NULL || (*func)(context, funcctx, pr)){
NULL              933 source4/heimdal/lib/krb5/principal.c 	*princ = NULL;
NULL              939 source4/heimdal/lib/krb5/principal.c 	char *inst = NULL;
NULL              965 source4/heimdal/lib/krb5/principal.c 	ret = getaddrinfo(instance, NULL, &hints, &ai);
NULL              968 source4/heimdal/lib/krb5/principal.c 	    for (a = ai; a != NULL; a = a->ai_next) {
NULL              969 source4/heimdal/lib/krb5/principal.c 		if (a->ai_canonname != NULL) {
NULL              979 source4/heimdal/lib/krb5/principal.c 	    if (inst == NULL) {
NULL              986 source4/heimdal/lib/krb5/principal.c 				      NULL);
NULL              989 source4/heimdal/lib/krb5/principal.c 		if(func == NULL || (*func)(context, funcctx, pr)){
NULL              997 source4/heimdal/lib/krb5/principal.c     if(func != NULL) {
NULL             1000 source4/heimdal/lib/krb5/principal.c 	ret = krb5_make_principal(context, &pr, realm, name, host, NULL);
NULL             1013 source4/heimdal/lib/krb5/principal.c     if (func == NULL &&
NULL             1023 source4/heimdal/lib/krb5/principal.c 	domains = krb5_config_get_strings(context, NULL, "realms", realm,
NULL             1024 source4/heimdal/lib/krb5/principal.c 					  "v4_domains", NULL);
NULL             1027 source4/heimdal/lib/krb5/principal.c 	    ret = krb5_make_principal(context, &pr, realm, name, host, NULL);
NULL             1028 source4/heimdal/lib/krb5/principal.c 	    if(func == NULL || (*func)(context, funcctx, pr)){
NULL             1039 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL, "realms", realm,
NULL             1040 source4/heimdal/lib/krb5/principal.c 			       "default_domain", NULL);
NULL             1041 source4/heimdal/lib/krb5/principal.c     if(p == NULL){
NULL             1051 source4/heimdal/lib/krb5/principal.c     ret = krb5_make_principal(context, &pr, realm, name, host, NULL);
NULL             1052 source4/heimdal/lib/krb5/principal.c     if(func == NULL || (*func)(context, funcctx, pr)){
NULL             1060 source4/heimdal/lib/krb5/principal.c     p = krb5_config_get_string(context, NULL,
NULL             1066 source4/heimdal/lib/krb5/principal.c 			       NULL);
NULL             1067 source4/heimdal/lib/krb5/principal.c     if(p == NULL)
NULL             1068 source4/heimdal/lib/krb5/principal.c 	p = krb5_config_get_string(context, NULL,
NULL             1073 source4/heimdal/lib/krb5/principal.c 				   NULL);
NULL             1077 source4/heimdal/lib/krb5/principal.c     ret = krb5_make_principal(context, &pr, realm, name, instance, NULL);
NULL             1078 source4/heimdal/lib/krb5/principal.c     if(func == NULL || (*func)(context, funcctx, pr)){
NULL             1107 source4/heimdal/lib/krb5/principal.c 					func ? convert_func : NULL,
NULL             1123 source4/heimdal/lib/krb5/principal.c 						NULL,
NULL             1126 source4/heimdal/lib/krb5/principal.c 						NULL);
NULL             1129 source4/heimdal/lib/krb5/principal.c 				       NULL, resolve, princ);
NULL             1154 source4/heimdal/lib/krb5/principal.c 			      NULL,
NULL             1159 source4/heimdal/lib/krb5/principal.c 			      NULL);
NULL             1163 source4/heimdal/lib/krb5/principal.c 			      NULL,
NULL             1167 source4/heimdal/lib/krb5/principal.c 			      NULL);
NULL             1171 source4/heimdal/lib/krb5/principal.c 			      NULL,
NULL             1176 source4/heimdal/lib/krb5/principal.c 			      NULL);
NULL             1180 source4/heimdal/lib/krb5/principal.c 			      NULL,
NULL             1184 source4/heimdal/lib/krb5/principal.c 			      NULL);
NULL             1301 source4/heimdal/lib/krb5/principal.c     char **realms, *host = NULL;
NULL             1309 source4/heimdal/lib/krb5/principal.c     if(hostname == NULL) {
NULL             1320 source4/heimdal/lib/krb5/principal.c     if(sname == NULL)
NULL             1336 source4/heimdal/lib/krb5/principal.c 			      hostname, NULL);
NULL             1359 source4/heimdal/lib/krb5/principal.c     { NULL }
NULL               43 source4/heimdal/lib/krb5/prog_setup.c     arg_printusage(args, num_args, NULL, "");
NULL               55 source4/heimdal/lib/krb5/prog_setup.c     if(usage == NULL)
NULL               68 source4/heimdal/lib/krb5/prompter_posix.c 		     stdin) == NULL)
NULL               76 source4/heimdal/lib/krb5/rd_cred.c 	outdata == NULL)
NULL               79 source4/heimdal/lib/krb5/rd_cred.c     *ret_creds = NULL;
NULL              131 source4/heimdal/lib/krb5/rd_cred.c 	if (auth_context->remote_subkey == NULL || ret == KRB5KRB_AP_ERR_BAD_INTEGRITY)
NULL              221 source4/heimdal/lib/krb5/rd_cred.c 	if (enc_krb_cred_part.timestamp == NULL ||
NULL              222 source4/heimdal/lib/krb5/rd_cred.c 	    enc_krb_cred_part.usec      == NULL ||
NULL              249 source4/heimdal/lib/krb5/rd_cred.c     if (*ret_creds == NULL) {
NULL              261 source4/heimdal/lib/krb5/rd_cred.c 	if(creds == NULL) {
NULL              305 source4/heimdal/lib/krb5/rd_cred.c     (*ret_creds)[i] = NULL;
NULL              319 source4/heimdal/lib/krb5/rd_cred.c 	*ret_creds = NULL;
NULL              334 source4/heimdal/lib/krb5/rd_cred.c     ret = krb5_rd_cred(context, auth_context, in_data, &creds, NULL);
NULL               80 source4/heimdal/lib/krb5/rd_error.c     if (error->e_text != NULL) {
NULL               85 source4/heimdal/lib/krb5/rd_error.c 	if (creds != NULL) {
NULL               58 source4/heimdal/lib/krb5/rd_priv.c 	if (outdata == NULL) {
NULL              139 source4/heimdal/lib/krb5/rd_priv.c 	if (part.timestamp == NULL ||
NULL              140 source4/heimdal/lib/krb5/rd_priv.c 	    part.usec      == NULL ||
NULL              155 source4/heimdal/lib/krb5/rd_priv.c 	if ((part.seq_number == NULL
NULL              157 source4/heimdal/lib/krb5/rd_priv.c 	    || (part.seq_number != NULL
NULL               80 source4/heimdal/lib/krb5/rd_rep.c     if (*repl == NULL) {
NULL               98 source4/heimdal/lib/krb5/rd_rep.c 	    *repl = NULL;
NULL              161 source4/heimdal/lib/krb5/rd_req.c 			       realms, num_realms, NULL);
NULL              179 source4/heimdal/lib/krb5/rd_req.c     etypes->val = NULL;
NULL              182 source4/heimdal/lib/krb5/rd_req.c     if (ad == NULL)
NULL              190 source4/heimdal/lib/krb5/rd_req.c 					NULL);
NULL              210 source4/heimdal/lib/krb5/rd_req.c 			   NULL);
NULL              284 source4/heimdal/lib/krb5/rd_req.c     if(authenticator->cksum == NULL) {
NULL              348 source4/heimdal/lib/krb5/rd_req.c 	*ticket = NULL;
NULL              359 source4/heimdal/lib/krb5/rd_req.c     if (t == NULL) {
NULL              371 source4/heimdal/lib/krb5/rd_req.c 	ac->keyblock = NULL;
NULL              496 source4/heimdal/lib/krb5/rd_req.c 	if (*auth_context == NULL)
NULL              505 source4/heimdal/lib/krb5/rd_req.c     if (auth_context == NULL || *auth_context == NULL)
NULL              534 source4/heimdal/lib/krb5/rd_req.c     if (*ctx == NULL) {
NULL              618 source4/heimdal/lib/krb5/rd_req.c     if (*ctx == NULL) {
NULL              740 source4/heimdal/lib/krb5/rd_req.c     if(keytab == NULL)
NULL              761 source4/heimdal/lib/krb5/rd_req.c     if(keytab == NULL)
NULL              781 source4/heimdal/lib/krb5/rd_req.c     krb5_principal service = NULL;
NULL              782 source4/heimdal/lib/krb5/rd_req.c     krb5_rd_req_out_ctx o = NULL;
NULL              788 source4/heimdal/lib/krb5/rd_req.c     if (*auth_context == NULL) {
NULL              798 source4/heimdal/lib/krb5/rd_req.c     if(server == NULL){
NULL              808 source4/heimdal/lib/krb5/rd_req.c 	(*auth_context)->keyblock == NULL) {
NULL              829 source4/heimdal/lib/krb5/rd_req.c 	krb5_keytab keytab = NULL;
NULL              877 source4/heimdal/lib/krb5/rd_req.c 				  NULL);
NULL              885 source4/heimdal/lib/krb5/rd_req.c     if (ret || outctx == NULL) {
NULL               49 source4/heimdal/lib/krb5/replay.c     if(id->name == NULL) {
NULL               62 source4/heimdal/lib/krb5/replay.c     *id = NULL;
NULL               70 source4/heimdal/lib/krb5/replay.c     if(*id == NULL) {
NULL               85 source4/heimdal/lib/krb5/replay.c     *id = NULL;
NULL               99 source4/heimdal/lib/krb5/replay.c 	*id = NULL;
NULL              137 source4/heimdal/lib/krb5/replay.c     if(f == NULL) {
NULL              206 source4/heimdal/lib/krb5/replay.c     ent.stamp = time(NULL);
NULL              209 source4/heimdal/lib/krb5/replay.c     if(f == NULL) {
NULL              236 source4/heimdal/lib/krb5/replay.c     if(f == NULL) {
NULL              297 source4/heimdal/lib/krb5/replay.c     if(tmp == NULL) {
NULL              309 source4/heimdal/lib/krb5/replay.c     if(name == NULL) {
NULL               73 source4/heimdal/lib/krb5/send_to_kdc.c 	 ret = select (fd + 1, &fdset, NULL, NULL, &timeout);
NULL               94 source4/heimdal/lib/krb5/send_to_kdc.c 	     if (tmp == NULL) {
NULL              195 source4/heimdal/lib/krb5/send_to_kdc.c     if (request == NULL)
NULL              209 source4/heimdal/lib/krb5/send_to_kdc.c 	if (s == NULL) {
NULL              215 source4/heimdal/lib/krb5/send_to_kdc.c 	if(p == NULL) {
NULL              272 source4/heimdal/lib/krb5/send_to_kdc.c     if (proxy == NULL)
NULL              278 source4/heimdal/lib/krb5/send_to_kdc.c     if(colon != NULL)
NULL              290 source4/heimdal/lib/krb5/send_to_kdc.c     for (a = ai; a != NULL; a = a->ai_next) {
NULL              301 source4/heimdal/lib/krb5/send_to_kdc.c     if (a == NULL) {
NULL              308 source4/heimdal/lib/krb5/send_to_kdc.c     if(prefix == NULL) {
NULL              328 source4/heimdal/lib/krb5/send_to_kdc.c     struct krb5_plugin *list = NULL, *e;
NULL              332 source4/heimdal/lib/krb5/send_to_kdc.c     if(ret != 0 || list == NULL)
NULL              335 source4/heimdal/lib/krb5/send_to_kdc.c     for (e = list; e != NULL; e = _krb5_plugin_get_next(e)) {
NULL              413 source4/heimdal/lib/krb5/send_to_kdc.c 	     for (a = ai; a != NULL; a = a->ai_next) {
NULL              472 source4/heimdal/lib/krb5/send_to_kdc.c     krb5_sendto_ctx_set_func(ctx, _krb5_kdc_retry, NULL);
NULL              485 source4/heimdal/lib/krb5/send_to_kdc.c     if (func == NULL) {
NULL              486 source4/heimdal/lib/krb5/send_to_kdc.c 	context->send_to_kdc = NULL;
NULL              491 source4/heimdal/lib/krb5/send_to_kdc.c     if (context->send_to_kdc == NULL) {
NULL              510 source4/heimdal/lib/krb5/send_to_kdc.c 	return krb5_set_send_to_kdc_func(to, NULL, NULL);
NULL              526 source4/heimdal/lib/krb5/send_to_kdc.c     if (*ctx == NULL) {
NULL              577 source4/heimdal/lib/krb5/send_to_kdc.c     krb5_krbhst_handle handle = NULL;
NULL              583 source4/heimdal/lib/krb5/send_to_kdc.c     if (ctx == NULL) {
NULL              608 source4/heimdal/lib/krb5/send_to_kdc.c 	if (handle == NULL) {
NULL              628 source4/heimdal/lib/krb5/send_to_kdc.c 	    handle = NULL;
NULL              654 source4/heimdal/lib/krb5/send_to_kdc.c     ret = krb5_error_from_rd_error(context, &error, NULL);
NULL               48 source4/heimdal/lib/krb5/set_default_realm.c     if (*list == NULL) {
NULL               54 source4/heimdal/lib/krb5/set_default_realm.c     if ((*list)[0] == NULL) {
NULL               60 source4/heimdal/lib/krb5/set_default_realm.c     (*list)[1] = NULL;
NULL               75 source4/heimdal/lib/krb5/set_default_realm.c     krb5_realm *realms = NULL;
NULL               77 source4/heimdal/lib/krb5/set_default_realm.c     if (realm == NULL) {
NULL               78 source4/heimdal/lib/krb5/set_default_realm.c 	realms = krb5_config_get_strings (context, NULL,
NULL               81 source4/heimdal/lib/krb5/set_default_realm.c 					  NULL);
NULL               82 source4/heimdal/lib/krb5/set_default_realm.c 	if (realms == NULL)
NULL               83 source4/heimdal/lib/krb5/set_default_realm.c 	    ret = krb5_get_host_realm(context, NULL, &realms);
NULL              386 source4/heimdal/lib/krb5/store.c     if(*string == NULL){
NULL              415 source4/heimdal/lib/krb5/store.c     char *s = NULL;
NULL              424 source4/heimdal/lib/krb5/store.c 	if (tmp == NULL) {
NULL              474 source4/heimdal/lib/krb5/store.c     char *s = NULL;
NULL              492 source4/heimdal/lib/krb5/store.c 	if (tmp == NULL) {
NULL              551 source4/heimdal/lib/krb5/store.c     if(p == NULL)
NULL              578 source4/heimdal/lib/krb5/store.c     if(p->name.name_string.val == NULL && ncomp != 0){
NULL              714 source4/heimdal/lib/krb5/store.c     if (adr->val == NULL && adr->len != 0)
NULL              749 source4/heimdal/lib/krb5/store.c     if (auth->val == NULL && tmp != 0)
NULL               69 source4/heimdal/lib/krb5/store_emem.c 	if(base == NULL)
NULL              122 source4/heimdal/lib/krb5/store_emem.c     if (sp == NULL)
NULL              123 source4/heimdal/lib/krb5/store_emem.c 	return NULL;
NULL              126 source4/heimdal/lib/krb5/store_emem.c     if (s == NULL) {
NULL              128 source4/heimdal/lib/krb5/store_emem.c 	return NULL;
NULL              135 source4/heimdal/lib/krb5/store_emem.c     if (s->base == NULL) {
NULL              138 source4/heimdal/lib/krb5/store_emem.c 	return NULL;
NULL               76 source4/heimdal/lib/krb5/store_fd.c 	return NULL;
NULL               79 source4/heimdal/lib/krb5/store_fd.c     if (sp == NULL) {
NULL               81 source4/heimdal/lib/krb5/store_fd.c 	return NULL;
NULL               85 source4/heimdal/lib/krb5/store_fd.c     if (sp->data == NULL) {
NULL               88 source4/heimdal/lib/krb5/store_fd.c 	return NULL;
NULL              101 source4/heimdal/lib/krb5/store_mem.c     if(sp == NULL)
NULL              102 source4/heimdal/lib/krb5/store_mem.c 	return NULL;
NULL              104 source4/heimdal/lib/krb5/store_mem.c     if(s == NULL) {
NULL              106 source4/heimdal/lib/krb5/store_mem.c 	return NULL;
NULL              117 source4/heimdal/lib/krb5/store_mem.c     sp->free = NULL;
NULL              132 source4/heimdal/lib/krb5/store_mem.c     if(sp == NULL)
NULL              133 source4/heimdal/lib/krb5/store_mem.c 	return NULL;
NULL              135 source4/heimdal/lib/krb5/store_mem.c     if(s == NULL) {
NULL              137 source4/heimdal/lib/krb5/store_mem.c 	return NULL;
NULL              148 source4/heimdal/lib/krb5/store_mem.c     sp->free = NULL;
NULL               57 source4/heimdal/lib/krb5/ticket.c     *to = NULL;
NULL               59 source4/heimdal/lib/krb5/ticket.c     if(tmp == NULL) {
NULL              169 source4/heimdal/lib/krb5/ticket.c 					   NULL);
NULL              191 source4/heimdal/lib/krb5/ticket.c 				      NULL);
NULL              285 source4/heimdal/lib/krb5/ticket.c     if (ticket->ticket.authorization_data == NULL) {
NULL               59 source4/heimdal/lib/krb5/time.c     gettimeofday(&tv, NULL);
NULL               88 source4/heimdal/lib/krb5/time.c     *timeret = time(NULL) + context->kdc_sec_offset;
NULL              103 source4/heimdal/lib/krb5/time.c     gettimeofday (&tv, NULL);
NULL              119 source4/heimdal/lib/krb5/time.c     if(tm == NULL ||
NULL               82 source4/heimdal/lib/krb5/transited.c 	    if(p == NULL) {
NULL               90 source4/heimdal/lib/krb5/transited.c 	    if(tmp == NULL){
NULL               98 source4/heimdal/lib/krb5/transited.c 	    if(path->realm == NULL){
NULL              116 source4/heimdal/lib/krb5/transited.c 	    if(tmp == NULL){
NULL              124 source4/heimdal/lib/krb5/transited.c 	    if(path->realm == NULL){
NULL              151 source4/heimdal/lib/krb5/transited.c     const char *next_realm = NULL;
NULL              179 source4/heimdal/lib/krb5/transited.c     const char *prev_realm = NULL;
NULL              185 source4/heimdal/lib/krb5/transited.c 	    if(prev_realm == NULL)
NULL              191 source4/heimdal/lib/krb5/transited.c 	    if(tmp == NULL){
NULL              206 source4/heimdal/lib/krb5/transited.c 	    if(tmp == NULL){
NULL              229 source4/heimdal/lib/krb5/transited.c     if(r == NULL){
NULL              231 source4/heimdal/lib/krb5/transited.c 	return NULL;
NULL              262 source4/heimdal/lib/krb5/transited.c     if(head == NULL){
NULL              263 source4/heimdal/lib/krb5/transited.c 	r->next = NULL;
NULL              276 source4/heimdal/lib/krb5/transited.c     struct tr_realm *r = NULL;
NULL              294 source4/heimdal/lib/krb5/transited.c 	    if(tmp == NULL){
NULL              302 source4/heimdal/lib/krb5/transited.c 	    if(r == NULL){
NULL              313 source4/heimdal/lib/krb5/transited.c     if(tmp == NULL){
NULL              322 source4/heimdal/lib/krb5/transited.c     if(r == NULL){
NULL              339 source4/heimdal/lib/krb5/transited.c     struct tr_realm *r = NULL;
NULL              344 source4/heimdal/lib/krb5/transited.c 	*realms = NULL;
NULL              384 source4/heimdal/lib/krb5/transited.c 	if (R == NULL)
NULL              401 source4/heimdal/lib/krb5/transited.c     char *s = NULL;
NULL              414 source4/heimdal/lib/krb5/transited.c     if (s == NULL)
NULL              444 source4/heimdal/lib/krb5/transited.c     tr_realms = krb5_config_get_strings(context, NULL,
NULL              448 source4/heimdal/lib/krb5/transited.c 					NULL);
NULL              454 source4/heimdal/lib/krb5/transited.c 	if(p == NULL || *p == NULL) {
NULL              477 source4/heimdal/lib/krb5/transited.c     char **bad_realms = krb5_config_get_strings(context, NULL,
NULL              480 source4/heimdal/lib/krb5/transited.c 						NULL);
NULL              481 source4/heimdal/lib/krb5/transited.c     if(bad_realms == NULL)
NULL              114 source4/heimdal/lib/krb5/v4_glue.c     *cc = NULL;
NULL              115 source4/heimdal/lib/krb5/v4_glue.c     if(tkfile == NULL) {
NULL              122 source4/heimdal/lib/krb5/v4_glue.c 	if(*cc == NULL)
NULL              127 source4/heimdal/lib/krb5/v4_glue.c 	if (*cc == NULL)
NULL              244 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL)
NULL              428 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              449 source4/heimdal/lib/krb5/v4_glue.c     RCHECK(ret, put_nir(sp, sname, sinstance, NULL), error);
NULL              485 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              544 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              594 source4/heimdal/lib/krb5/v4_glue.c     if (name == NULL) name = "";
NULL              595 source4/heimdal/lib/krb5/v4_glue.c     if (inst == NULL) inst = "";
NULL              596 source4/heimdal/lib/krb5/v4_glue.c     if (realm == NULL) realm = "";
NULL              597 source4/heimdal/lib/krb5/v4_glue.c     if (e_string == NULL) e_string = "";
NULL              600 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              636 source4/heimdal/lib/krb5/v4_glue.c 	*str = NULL;
NULL              657 source4/heimdal/lib/krb5/v4_glue.c     krb5_storage *sp = NULL;
NULL              664 source4/heimdal/lib/krb5/v4_glue.c     *sname = NULL;
NULL              665 source4/heimdal/lib/krb5/v4_glue.c     *sinstance = NULL;
NULL              670 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              710 source4/heimdal/lib/krb5/v4_glue.c 	if (ad->prealm == NULL) {
NULL              724 source4/heimdal/lib/krb5/v4_glue.c 	    *sname = NULL;
NULL              728 source4/heimdal/lib/krb5/v4_glue.c 	    *sinstance = NULL;
NULL              761 source4/heimdal/lib/krb5/v4_glue.c     char *realm = NULL;
NULL              762 source4/heimdal/lib/krb5/v4_glue.c     char *sname = NULL;
NULL              763 source4/heimdal/lib/krb5/v4_glue.c     char *sinstance = NULL;
NULL              764 source4/heimdal/lib/krb5/v4_glue.c     char *r_realm = NULL;
NULL              765 source4/heimdal/lib/krb5/v4_glue.c     char *r_name = NULL;
NULL              766 source4/heimdal/lib/krb5/v4_glue.c     char *r_instance = NULL;
NULL              779 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              844 source4/heimdal/lib/krb5/v4_glue.c     sp = NULL;
NULL              851 source4/heimdal/lib/krb5/v4_glue.c     if (sp == NULL) {
NULL              885 source4/heimdal/lib/krb5/v4_glue.c     gettimeofday(&tv, NULL);
NULL               49 source4/heimdal/lib/krb5/warn.c     char *msg = NULL;
NULL               50 source4/heimdal/lib/krb5/warn.c     const char *err_str = NULL;
NULL               52 source4/heimdal/lib/krb5/warn.c     args[0] = args[1] = NULL;
NULL               59 source4/heimdal/lib/krb5/warn.c 	if(msg == NULL)
NULL               69 source4/heimdal/lib/krb5/warn.c 	if (err_str != NULL) {
NULL              125 source4/heimdal/lib/ntlm/ntlm.c     p->data = NULL;
NULL              142 source4/heimdal/lib/ntlm/ntlm.c     if (buf->data == NULL && len != 0) {
NULL              218 source4/heimdal/lib/ntlm/ntlm.c 		*s = NULL;
NULL              333 source4/heimdal/lib/ntlm/ntlm.c     data->data = NULL;
NULL              337 source4/heimdal/lib/ntlm/ntlm.c     if (out == NULL)
NULL              416 source4/heimdal/lib/ntlm/ntlm.c     if (in == NULL) {
NULL              497 source4/heimdal/lib/ntlm/ntlm.c     if (out == NULL)
NULL              561 source4/heimdal/lib/ntlm/ntlm.c     if (in == NULL) {
NULL              617 source4/heimdal/lib/ntlm/ntlm.c     krb5_storage *out = NULL;
NULL              638 source4/heimdal/lib/ntlm/ntlm.c     if (out == NULL)
NULL              717 source4/heimdal/lib/ntlm/ntlm.c     if (in == NULL) {
NULL              776 source4/heimdal/lib/ntlm/ntlm.c     krb5_storage *out = NULL;
NULL              824 source4/heimdal/lib/ntlm/ntlm.c     if (out == NULL)
NULL              916 source4/heimdal/lib/ntlm/ntlm.c     if (key->data == NULL)
NULL              960 source4/heimdal/lib/ntlm/ntlm.c     if (answer->data == NULL)
NULL             1000 source4/heimdal/lib/ntlm/ntlm.c     if (session->data == NULL) {
NULL             1006 source4/heimdal/lib/ntlm/ntlm.c     if (master->data == NULL) {
NULL             1057 source4/heimdal/lib/ntlm/ntlm.c     HMAC_Init_ex(&c, key, len, EVP_md5(), NULL);
NULL             1134 source4/heimdal/lib/ntlm/ntlm.c     t = unix2nttime(time(NULL));
NULL             1146 source4/heimdal/lib/ntlm/ntlm.c     if (sp == NULL)
NULL             1165 source4/heimdal/lib/ntlm/ntlm.c     sp = NULL;
NULL             1168 source4/heimdal/lib/ntlm/ntlm.c     HMAC_Init_ex(&c, ntlmv2, 16, EVP_md5(), NULL);
NULL             1175 source4/heimdal/lib/ntlm/ntlm.c     if (sp == NULL) {
NULL             1186 source4/heimdal/lib/ntlm/ntlm.c     sp = NULL;
NULL             1241 source4/heimdal/lib/ntlm/ntlm.c     infotarget->data = NULL;
NULL             1247 source4/heimdal/lib/ntlm/ntlm.c 	now = time(NULL);
NULL             1256 source4/heimdal/lib/ntlm/ntlm.c     if (sp == NULL)
NULL             1287 source4/heimdal/lib/ntlm/ntlm.c     if (infotarget->data == NULL) {
NULL             1295 source4/heimdal/lib/ntlm/ntlm.c     sp = NULL;
NULL             1298 source4/heimdal/lib/ntlm/ntlm.c     HMAC_Init_ex(&c, ntlmv2, 16, EVP_md5(), NULL);
NULL             1345 source4/heimdal/lib/ntlm/ntlm.c     if (lm->data == NULL)
NULL             1350 source4/heimdal/lib/ntlm/ntlm.c     if (ntlm->data == NULL) {
NULL             1352 source4/heimdal/lib/ntlm/ntlm.c 	lm->data = NULL;
NULL               64 source4/heimdal/lib/roken/base64.c     if (p == NULL)
NULL               53 source4/heimdal/lib/roken/copyhostent.c     if (res == NULL)
NULL               54 source4/heimdal/lib/roken/copyhostent.c 	return NULL;
NULL               55 source4/heimdal/lib/roken/copyhostent.c     res->h_name      = NULL;
NULL               56 source4/heimdal/lib/roken/copyhostent.c     res->h_aliases   = NULL;
NULL               59 source4/heimdal/lib/roken/copyhostent.c     res->h_addr_list = NULL;
NULL               61 source4/heimdal/lib/roken/copyhostent.c     if (res->h_name == NULL) {
NULL               63 source4/heimdal/lib/roken/copyhostent.c 	return NULL;
NULL               65 source4/heimdal/lib/roken/copyhostent.c     for (n = 0, p = h->h_aliases; *p != NULL; ++p)
NULL               68 source4/heimdal/lib/roken/copyhostent.c     if (res->h_aliases == NULL) {
NULL               70 source4/heimdal/lib/roken/copyhostent.c 	return NULL;
NULL               73 source4/heimdal/lib/roken/copyhostent.c 	res->h_aliases[i] = NULL;
NULL               76 source4/heimdal/lib/roken/copyhostent.c 	if (res->h_aliases[i] == NULL) {
NULL               78 source4/heimdal/lib/roken/copyhostent.c 	    return NULL;
NULL               82 source4/heimdal/lib/roken/copyhostent.c     for (n = 0, p = h->h_addr_list; *p != NULL; ++p)
NULL               85 source4/heimdal/lib/roken/copyhostent.c     if (res->h_addr_list == NULL) {
NULL               87 source4/heimdal/lib/roken/copyhostent.c 	return NULL;
NULL               90 source4/heimdal/lib/roken/copyhostent.c 	res->h_addr_list[i] = NULL;
NULL               94 source4/heimdal/lib/roken/copyhostent.c 	if (res->h_addr_list[i] == NULL) {
NULL               96 source4/heimdal/lib/roken/copyhostent.c 	    return NULL;
NULL               70 source4/heimdal/lib/roken/dumpdata.c     *buf = NULL;
NULL               80 source4/heimdal/lib/roken/dumpdata.c     if (*buf == NULL) {
NULL               92 source4/heimdal/lib/roken/dumpdata.c 	*buf = NULL;
NULL               53 source4/heimdal/lib/roken/ecalloc.c     if (tmp == NULL && number * size != 0)
NULL               53 source4/heimdal/lib/roken/emalloc.c     if (tmp == NULL && sz != 0)
NULL               53 source4/heimdal/lib/roken/erealloc.c     if (tmp == NULL && sz != 0)
NULL               53 source4/heimdal/lib/roken/estrdup.c     if (tmp == NULL)
NULL               50 source4/heimdal/lib/roken/freeaddrinfo.c     while(ai != NULL) {
NULL               51 source4/heimdal/lib/roken/freehostent.c     if (h->h_aliases != NULL) {
NULL               52 source4/heimdal/lib/roken/freehostent.c 	for (p = h->h_aliases; *p != NULL; ++p)
NULL               56 source4/heimdal/lib/roken/freehostent.c     if (h->h_addr_list != NULL) {
NULL               57 source4/heimdal/lib/roken/freehostent.c 	for (p = h->h_addr_list; *p != NULL; ++p)
NULL               61 source4/heimdal/lib/roken/gai_strerror.c {0,			NULL},
NULL               73 source4/heimdal/lib/roken/gai_strerror.c     for (g = errors; g->str != NULL; ++g)
NULL               53 source4/heimdal/lib/roken/getaddrinfo.c     const char *proto_str = NULL;
NULL               57 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL && hints->ai_protocol != 0) {
NULL               60 source4/heimdal/lib/roken/getaddrinfo.c 	if (protoent == NULL)
NULL               67 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL)
NULL               72 source4/heimdal/lib/roken/getaddrinfo.c 	if (proto_str == NULL)
NULL               76 source4/heimdal/lib/roken/getaddrinfo.c 	if (proto_str == NULL)
NULL               79 source4/heimdal/lib/roken/getaddrinfo.c 	if (proto_str != NULL) {
NULL               85 source4/heimdal/lib/roken/getaddrinfo.c 	    if (se == NULL) {
NULL               94 source4/heimdal/lib/roken/getaddrinfo.c     if (se == NULL) {
NULL              117 source4/heimdal/lib/roken/getaddrinfo.c     if (a == NULL)
NULL              121 source4/heimdal/lib/roken/getaddrinfo.c     a->ai_next      = NULL;
NULL              144 source4/heimdal/lib/roken/getaddrinfo.c     if (a->ai_addr == NULL)
NULL              164 source4/heimdal/lib/roken/getaddrinfo.c     if (a->ai_addr == NULL)
NULL              191 source4/heimdal/lib/roken/getaddrinfo.c     struct addrinfo *first = NULL;
NULL              196 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL)
NULL              214 source4/heimdal/lib/roken/getaddrinfo.c 		       &current, const_v6, &v6_addr, NULL);
NULL              219 source4/heimdal/lib/roken/getaddrinfo.c 		       &current, const_v4, &v4_addr, NULL);
NULL              232 source4/heimdal/lib/roken/getaddrinfo.c     char *canonname = NULL;
NULL              236 source4/heimdal/lib/roken/getaddrinfo.c 	struct hostent *he2 = NULL;
NULL              240 source4/heimdal/lib/roken/getaddrinfo.c 	if (strchr (tmp_canon, '.') == NULL) {
NULL              245 source4/heimdal/lib/roken/getaddrinfo.c 	    if (he2 != NULL) {
NULL              248 source4/heimdal/lib/roken/getaddrinfo.c 		if (strchr (tmp, '.') != NULL)
NULL              254 source4/heimdal/lib/roken/getaddrinfo.c 	if (he2 != NULL)
NULL              256 source4/heimdal/lib/roken/getaddrinfo.c 	if (canonname == NULL)
NULL              260 source4/heimdal/lib/roken/getaddrinfo.c     for (h = he->h_addr_list; *h != NULL; ++h) {
NULL              267 source4/heimdal/lib/roken/getaddrinfo.c 	    canonname = NULL;
NULL              279 source4/heimdal/lib/roken/getaddrinfo.c     struct addrinfo *first = NULL;
NULL              284 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL) {
NULL              294 source4/heimdal/lib/roken/getaddrinfo.c 			   &current, const_v6, &v6_addr, NULL);
NULL              305 source4/heimdal/lib/roken/getaddrinfo.c 			   &current, const_v4, &v4_addr, NULL);
NULL              319 source4/heimdal/lib/roken/getaddrinfo.c     struct addrinfo *first = NULL;
NULL              326 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL) {
NULL              337 source4/heimdal/lib/roken/getaddrinfo.c 	if (he != NULL) {
NULL              349 source4/heimdal/lib/roken/getaddrinfo.c 	if (he != NULL) {
NULL              382 source4/heimdal/lib/roken/getaddrinfo.c     *res = NULL;
NULL              384 source4/heimdal/lib/roken/getaddrinfo.c     if (servname == NULL && nodename == NULL)
NULL              387 source4/heimdal/lib/roken/getaddrinfo.c     if (hints != NULL
NULL              396 source4/heimdal/lib/roken/getaddrinfo.c     if (servname != NULL) {
NULL              402 source4/heimdal/lib/roken/getaddrinfo.c     if (nodename != NULL) {
NULL              108 source4/heimdal/lib/roken/getarg.c     t = time(NULL);
NULL              128 source4/heimdal/lib/roken/getarg.c 	   args[i].short_name == 0 || args[i].long_name == NULL) {
NULL              237 source4/heimdal/lib/roken/getarg.c     if (progname == NULL)
NULL              240 source4/heimdal/lib/roken/getarg.c     if (i18n == NULL)
NULL              343 source4/heimdal/lib/roken/getarg.c     if (strings == NULL) {
NULL              345 source4/heimdal/lib/roken/getarg.c 	s->strings = NULL;
NULL              360 source4/heimdal/lib/roken/getarg.c     char *goptarg = NULL;
NULL              363 source4/heimdal/lib/roken/getarg.c     struct getargs *partial = NULL;
NULL              364 source4/heimdal/lib/roken/getarg.c     struct getargs *current = NULL;
NULL              371 source4/heimdal/lib/roken/getarg.c     if (p != NULL)
NULL              402 source4/heimdal/lib/roken/getarg.c     if (current == NULL) {
NULL              525 source4/heimdal/lib/roken/getarg.c 		if(goptarg == NULL) {
NULL              566 source4/heimdal/lib/roken/getarg.c     srandom(time(NULL));
NULL              568 source4/heimdal/lib/roken/getarg.c     srand (time(NULL));
NULL              606 source4/heimdal/lib/roken/getarg.c     { NULL, '1', arg_flag, &flag1, "one", NULL },
NULL              607 source4/heimdal/lib/roken/getarg.c     { NULL, '2', arg_flag, &flag2, "two", NULL },
NULL              608 source4/heimdal/lib/roken/getarg.c     { "foo", 'f', arg_negative_flag, &foo_flag, "foo", NULL },
NULL               52 source4/heimdal/lib/roken/getipnodebyaddr.c     if (tmp == NULL) {
NULL               66 source4/heimdal/lib/roken/getipnodebyaddr.c 	return NULL;
NULL               69 source4/heimdal/lib/roken/getipnodebyaddr.c     if (tmp == NULL) {
NULL               71 source4/heimdal/lib/roken/getipnodebyaddr.c 	return NULL;
NULL               60 source4/heimdal/lib/roken/getipnodebyname.c 	return NULL;
NULL               64 source4/heimdal/lib/roken/getipnodebyname.c     if (tmp == NULL) {
NULL               78 source4/heimdal/lib/roken/getipnodebyname.c 	return NULL;
NULL               81 source4/heimdal/lib/roken/getipnodebyname.c     if (tmp == NULL) {
NULL               83 source4/heimdal/lib/roken/getipnodebyname.c 	return NULL;
NULL               50 source4/heimdal/lib/roken/getnameinfo.c     if (host != NULL) {
NULL               52 source4/heimdal/lib/roken/getnameinfo.c 	    if (inet_ntop (af, addr, host, hostlen) == NULL)
NULL               58 source4/heimdal/lib/roken/getnameinfo.c 	    if (he != NULL) {
NULL               62 source4/heimdal/lib/roken/getnameinfo.c 		    if (dot != NULL)
NULL               67 source4/heimdal/lib/roken/getnameinfo.c 	    } else if (inet_ntop (af, addr, host, hostlen) == NULL)
NULL               72 source4/heimdal/lib/roken/getnameinfo.c     if (serv != NULL) {
NULL               83 source4/heimdal/lib/roken/getnameinfo.c 	    if (se == NULL) {
NULL               67 source4/heimdal/lib/roken/hex.c     if (p == NULL)
NULL               51 source4/heimdal/lib/roken/hostent_find_fqdn.c     if (strchr (ret, '.') == NULL)
NULL               52 source4/heimdal/lib/roken/hostent_find_fqdn.c 	for (h = (const char **)he->h_aliases; *h != NULL; ++h) {
NULL               53 source4/heimdal/lib/roken/hostent_find_fqdn.c 	    if (strchr (*h, '.') != NULL) {
NULL               56 source4/heimdal/lib/roken/inet_ntop.c 	return NULL;
NULL               92 source4/heimdal/lib/roken/inet_ntop.c 	return NULL;
NULL              131 source4/heimdal/lib/roken/inet_ntop.c 	return NULL;
NULL               53 source4/heimdal/lib/roken/parse_time.c     {NULL, 0},
NULL               61 source4/heimdal/lib/roken/parse_units.c     if (def_unit != NULL) {
NULL               70 source4/heimdal/lib/roken/parse_units.c 	if (u->name == NULL)
NULL              112 source4/heimdal/lib/roken/parse_units.c 	partial_unit = NULL;
NULL              129 source4/heimdal/lib/roken/parse_units.c 	if (u->name == NULL) {
NULL              185 source4/heimdal/lib/roken/parse_units.c     return parse_something (s, units, NULL, acc_flags, orig, 1);
NULL              216 source4/heimdal/lib/roken/parse_units.c 		s = NULL;
NULL              291 source4/heimdal/lib/roken/parse_units.c 	    if (u2->name == NULL)
NULL               75 source4/heimdal/lib/roken/resolve.c     {NULL, 	0}
NULL               97 source4/heimdal/lib/roken/resolve.c     return NULL;
NULL              137 source4/heimdal/lib/roken/resolve.c     *ret_rr = NULL;
NULL              159 source4/heimdal/lib/roken/resolve.c     if(rr == NULL)
NULL              162 source4/heimdal/lib/roken/resolve.c     if(rr->domain == NULL) {
NULL              180 source4/heimdal/lib/roken/resolve.c 	if(rr->u.txt == NULL) {
NULL              202 source4/heimdal/lib/roken/resolve.c 	if(rr->u.mx == NULL) {
NULL              226 source4/heimdal/lib/roken/resolve.c 	if(rr->u.srv == NULL) {
NULL              242 source4/heimdal/lib/roken/resolve.c 	if(rr->u.txt == NULL) {
NULL              260 source4/heimdal/lib/roken/resolve.c 	if (rr->u.key == NULL) {
NULL              298 source4/heimdal/lib/roken/resolve.c 	if (rr->u.sig == NULL) {
NULL              329 source4/heimdal/lib/roken/resolve.c 	if (rr->u.cert == NULL) {
NULL              352 source4/heimdal/lib/roken/resolve.c 	if (rr->u.sshfp == NULL) {
NULL              374 source4/heimdal/lib/roken/resolve.c 	if (rr->u.ds == NULL) {
NULL              388 source4/heimdal/lib/roken/resolve.c 	if(size != 0 && rr->u.data == NULL) {
NULL              416 source4/heimdal/lib/roken/resolve.c     if (r == NULL)
NULL              417 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              448 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              453 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              456 source4/heimdal/lib/roken/resolve.c     if(r->q.domain == NULL) {
NULL              458 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              462 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              474 source4/heimdal/lib/roken/resolve.c 	    return NULL;
NULL              481 source4/heimdal/lib/roken/resolve.c 	    return NULL;
NULL              488 source4/heimdal/lib/roken/resolve.c 	    return NULL;
NULL              492 source4/heimdal/lib/roken/resolve.c     *rr = NULL;
NULL              508 source4/heimdal/lib/roken/resolve.c     unsigned char *reply = NULL;
NULL              515 source4/heimdal/lib/roken/resolve.c 	return NULL; /* is this the best we can do? */
NULL              525 source4/heimdal/lib/roken/resolve.c 	    reply = NULL;
NULL              540 source4/heimdal/lib/roken/resolve.c 	if (reply == NULL) {
NULL              544 source4/heimdal/lib/roken/resolve.c 	    return NULL;
NULL              563 source4/heimdal/lib/roken/resolve.c 	    return NULL;
NULL              586 source4/heimdal/lib/roken/resolve.c 	return NULL;
NULL              626 source4/heimdal/lib/roken/resolve.c     if(srvs == NULL)
NULL              635 source4/heimdal/lib/roken/resolve.c 	    (*ss)->next = NULL;
NULL              644 source4/heimdal/lib/roken/resolve.c     oldstate = initstate(time(NULL), (char*)state, sizeof(state));
NULL              655 source4/heimdal/lib/roken/resolve.c 	    assert(*tt != NULL);
NULL              666 source4/heimdal/lib/roken/resolve.c 		if(*tt == NULL)
NULL              681 source4/heimdal/lib/roken/resolve.c 	    *tt = NULL;
NULL              682 source4/heimdal/lib/roken/resolve.c 	    while(ss < ee && *ss == NULL)
NULL              699 source4/heimdal/lib/roken/resolve.c     return NULL;
NULL              107 source4/heimdal/lib/roken/rkpty.c 	return NULL;
NULL              121 source4/heimdal/lib/roken/rkpty.c     if (cmd == NULL)
NULL              124 source4/heimdal/lib/roken/rkpty.c     while (fgets(s, sizeof(s),  cmd) != NULL) {
NULL              130 source4/heimdal/lib/roken/rkpty.c 	if (c == NULL)
NULL              137 source4/heimdal/lib/roken/rkpty.c 	if ((str = iscmd(s, "expect ")) != NULL) {
NULL              140 source4/heimdal/lib/roken/rkpty.c 	} else if ((str = iscmd(s, "send ")) != NULL) {
NULL              143 source4/heimdal/lib/roken/rkpty.c 	} else if ((str = iscmd(s, "password ")) != NULL) {
NULL              166 source4/heimdal/lib/roken/rkpty.c     for (c = commands; c != NULL; c = c->next) {
NULL              264 source4/heimdal/lib/roken/rkpty.c     { "help",		0, arg_flag,	&help_flag, NULL }
NULL              270 source4/heimdal/lib/roken/rkpty.c     arg_printusage (args, sizeof(args)/sizeof(*args), NULL, "infile command..");
NULL              331 source4/heimdal/lib/roken/rkpty.c 	    sigaction(SIGALRM, &sa, NULL);
NULL              106 source4/heimdal/lib/roken/roken_gethostby.c 	    *path = NULL;
NULL              113 source4/heimdal/lib/roken/roken_gethostby.c     char *proxy_host = NULL;
NULL              121 source4/heimdal/lib/roken/roken_gethostby.c     if(dns_path == NULL)
NULL              124 source4/heimdal/lib/roken/roken_gethostby.c 	split_spec(proxy_spec, &proxy_host, &proxy_port, NULL, 80);
NULL              148 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL; /* no configured host */
NULL              151 source4/heimdal/lib/roken/roken_gethostby.c     if(request == NULL)
NULL              152 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              156 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              161 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              166 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              179 source4/heimdal/lib/roken/roken_gethostby.c     else return NULL;
NULL              180 source4/heimdal/lib/roken/roken_gethostby.c     foo = NULL;
NULL              182 source4/heimdal/lib/roken/roken_gethostby.c     if(p == NULL)
NULL              183 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              193 source4/heimdal/lib/roken/roken_gethostby.c 	he.h_aliases = NULL;
NULL              197 source4/heimdal/lib/roken/roken_gethostby.c 	while((p = strtok_r(NULL, " \t\r\n", &foo)) && num_addrs < MAX_ADDRS) {
NULL              206 source4/heimdal/lib/roken/roken_gethostby.c 	    addr_list[++num_addrs] = NULL;
NULL              233 source4/heimdal/lib/roken/roken_gethostby.c 	return NULL;
NULL              258 source4/heimdal/lib/roken/roken_gethostby.c     if(query == NULL)
NULL               89 source4/heimdal/lib/roken/rtbl.c     return NULL;
NULL               99 source4/heimdal/lib/roken/rtbl.c     return NULL;
NULL              131 source4/heimdal/lib/roken/rtbl.c     if (tmp == NULL)
NULL              135 source4/heimdal/lib/roken/rtbl.c     if (col == NULL)
NULL              138 source4/heimdal/lib/roken/rtbl.c     if (col->header == NULL) {
NULL              142 source4/heimdal/lib/roken/rtbl.c     col->prefix = NULL;
NULL              146 source4/heimdal/lib/roken/rtbl.c     col->rows = NULL;
NULL              148 source4/heimdal/lib/roken/rtbl.c     col->suffix = NULL;
NULL              174 source4/heimdal/lib/roken/rtbl.c 	if(tmp == NULL)
NULL              178 source4/heimdal/lib/roken/rtbl.c 	    if((tmp[table->columns[c]->num_rows++].data = strdup("")) == NULL)
NULL              205 source4/heimdal/lib/roken/rtbl.c     if (table->column_prefix == NULL)
NULL              216 source4/heimdal/lib/roken/rtbl.c     if (table->column_separator == NULL)
NULL              227 source4/heimdal/lib/roken/rtbl.c     if (c == NULL)
NULL              232 source4/heimdal/lib/roken/rtbl.c     if (c->prefix == NULL)
NULL              243 source4/heimdal/lib/roken/rtbl.c     if (c == NULL)
NULL              247 source4/heimdal/lib/roken/rtbl.c     if(prefix == NULL)
NULL              248 source4/heimdal/lib/roken/rtbl.c 	c->prefix = NULL;
NULL              251 source4/heimdal/lib/roken/rtbl.c 	if (c->prefix == NULL)
NULL              257 source4/heimdal/lib/roken/rtbl.c     if(suffix == NULL)
NULL              258 source4/heimdal/lib/roken/rtbl.c 	c->suffix = NULL;
NULL              261 source4/heimdal/lib/roken/rtbl.c 	if (c->suffix == NULL)
NULL              271 source4/heimdal/lib/roken/rtbl.c     if (c == NULL)
NULL              294 source4/heimdal/lib/roken/rtbl.c     if (row.data == NULL)
NULL              297 source4/heimdal/lib/roken/rtbl.c     if (tmp == NULL) {
NULL              311 source4/heimdal/lib/roken/rtbl.c     if (c == NULL)
NULL              340 source4/heimdal/lib/roken/rtbl.c     if (c == NULL)
NULL              375 source4/heimdal/lib/roken/rtbl.c 	    if(table->column_separator != NULL && i > 0)
NULL              378 source4/heimdal/lib/roken/rtbl.c 	    if(i == table->num_columns - 1 && c->suffix == NULL)
NULL              407 source4/heimdal/lib/roken/rtbl.c 	    if(table->column_separator != NULL && i > 0)
NULL              413 source4/heimdal/lib/roken/rtbl.c 		if(i == table->num_columns - 1 && c->suffix == NULL)
NULL               51 source4/heimdal/lib/roken/setprogname.c     if(argv0 == NULL)
NULL               54 source4/heimdal/lib/roken/setprogname.c     if(p == NULL)
NULL               92 source4/heimdal/lib/roken/simple_exec.c     RETSIGTYPE (*old_func)(int sig) = NULL;
NULL              111 source4/heimdal/lib/roken/simple_exec.c 	    if (func == NULL)
NULL              147 source4/heimdal/lib/roken/simple_exec.c     return wait_for_process_timed(pid, NULL, NULL, 0);
NULL              159 source4/heimdal/lib/roken/simple_exec.c     if(stdin_fd != NULL)
NULL              161 source4/heimdal/lib/roken/simple_exec.c     if(stdout_fd != NULL)
NULL              163 source4/heimdal/lib/roken/simple_exec.c     if(stderr_fd != NULL)
NULL              171 source4/heimdal/lib/roken/simple_exec.c 	if(argv == NULL)
NULL              175 source4/heimdal/lib/roken/simple_exec.c 	if(stdin_fd != NULL)
NULL              177 source4/heimdal/lib/roken/simple_exec.c 	if(stdout_fd != NULL)
NULL              179 source4/heimdal/lib/roken/simple_exec.c 	if(stderr_fd != NULL)
NULL              183 source4/heimdal/lib/roken/simple_exec.c 	if(stdin_fd == NULL)
NULL              185 source4/heimdal/lib/roken/simple_exec.c 	if(stdout_fd == NULL)
NULL              187 source4/heimdal/lib/roken/simple_exec.c 	if(stderr_fd == NULL)
NULL              209 source4/heimdal/lib/roken/simple_exec.c 	if(stdin_fd != NULL) {
NULL              213 source4/heimdal/lib/roken/simple_exec.c 	if(stdout_fd != NULL) {
NULL              217 source4/heimdal/lib/roken/simple_exec.c 	if(stderr_fd != NULL) {
NULL              223 source4/heimdal/lib/roken/simple_exec.c 	if(stdin_fd != NULL) {
NULL              227 source4/heimdal/lib/roken/simple_exec.c 	if(stdout_fd != NULL) {
NULL              231 source4/heimdal/lib/roken/simple_exec.c 	if(stderr_fd != NULL) {
NULL              258 source4/heimdal/lib/roken/simple_exec.c     return simple_execvp_timed(file, args, NULL, NULL, 0);
NULL              281 source4/heimdal/lib/roken/simple_exec.c     return simple_execve_timed(file, args, envp, NULL, NULL, 0);
NULL              294 source4/heimdal/lib/roken/simple_exec.c     if(argv == NULL)
NULL              313 source4/heimdal/lib/roken/simple_exec.c     if(argv == NULL)
NULL              330 source4/heimdal/lib/roken/simple_exec.c     if(argv == NULL)
NULL               54 source4/heimdal/lib/roken/strcollect.c 	    if(tmp == NULL) {
NULL               57 source4/heimdal/lib/roken/strcollect.c 		return NULL;
NULL               63 source4/heimdal/lib/roken/strcollect.c     } while(argv[i - 1] != NULL);
NULL               75 source4/heimdal/lib/roken/strcollect.c     return sub (NULL, 0, 0, ap);
NULL               88 source4/heimdal/lib/roken/strcollect.c     if (ret == NULL)
NULL               57 source4/heimdal/lib/roken/strpool.c 	p->str = NULL;
NULL               73 source4/heimdal/lib/roken/strpool.c     if (p == NULL) {
NULL               75 source4/heimdal/lib/roken/strpool.c 	if (p == NULL)
NULL               76 source4/heimdal/lib/roken/strpool.c 	    return NULL;
NULL               77 source4/heimdal/lib/roken/strpool.c 	p->str = NULL;
NULL               83 source4/heimdal/lib/roken/strpool.c     if (str == NULL) {
NULL               85 source4/heimdal/lib/roken/strpool.c 	return NULL;
NULL               88 source4/heimdal/lib/roken/strpool.c     if (str2 == NULL) {
NULL               90 source4/heimdal/lib/roken/strpool.c 	return NULL;
NULL              107 source4/heimdal/lib/roken/strpool.c     p->str = NULL;
NULL               49 source4/heimdal/lib/roken/strsep.c     if(*str == NULL)
NULL               50 source4/heimdal/lib/roken/strsep.c 	return NULL;
NULL               53 source4/heimdal/lib/roken/strsep.c 	*str = NULL;
NULL               52 source4/heimdal/lib/roken/strsep_copy.c     if(save == NULL)
NULL               63 source4/heimdal/lib/roken/strsep_copy.c 	*stringp = NULL;
NULL              158 source4/heimdal/lib/roken/vis.c 	if (!isascii(c) || !isalnum(c) || strchr("$-_.+!*'(),", c) != NULL) {
NULL              181 source4/heimdal/lib/roken/vis.c 	isextra = strchr(extra, c) != NULL;
NULL              258 source4/heimdal/lib/roken/vis.c 	char *nextra = NULL;
NULL              260 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(dst != NULL);
NULL              261 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(extra != NULL);
NULL              297 source4/heimdal/lib/roken/vis.c 	char *nextra = NULL;
NULL              300 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(dst != NULL);
NULL              301 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(src != NULL);
NULL              302 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(extra != NULL);
NULL              326 source4/heimdal/lib/roken/vis.c 	char *nextra = NULL;
NULL              329 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(dst != NULL);
NULL              330 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(src != NULL);
NULL              331 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(extra != NULL);
NULL              362 source4/heimdal/lib/roken/vis.c 	char *extra = NULL;
NULL              365 source4/heimdal/lib/roken/vis.c 	_DIAGASSERT(dst != NULL);
NULL              395 source4/heimdal/lib/roken/vis.c 	char *extra = NULL;
NULL              412 source4/heimdal/lib/roken/vis.c 	char *extra = NULL;
NULL               47 source4/heimdal/lib/vers/print_version.c     if(progname == NULL)
NULL               58 source4/heimdal/lib/wind/bidi.c     return s != NULL;
NULL               68 source4/heimdal/lib/wind/bidi.c     return s != NULL;
NULL               56 source4/heimdal/lib/wind/combining.c     if (s != NULL) {
NULL               62 source4/heimdal/lib/wind/errorlist.c     if (s == NULL)
NULL               70 source4/heimdal/lib/wind/map.c 	if (s != NULL && (s->flags & flags)) {
NULL              145 source4/heimdal/lib/wind/normalize.c 	    if (s != NULL) {
NULL              289 source4/heimdal/lib/wind/normalize.c     if (tmp == NULL)
NULL               67 source4/heimdal/lib/wind/stringprep.c     if (tmp == NULL)
NULL              157 source4/heimdal/lib/wind/utf8.c     return wind_utf8ucs4(in, NULL, out_len);
NULL              247 source4/heimdal/lib/wind/utf8.c     return wind_ucs4utf8(in, in_len, NULL, out_len);
NULL              441 source4/heimdal/lib/wind/utf8.c     return wind_utf8ucs2(in, NULL, out_len);
NULL              519 source4/heimdal/lib/wind/utf8.c     return wind_ucs2utf8(in, in_len, NULL, out_len);
NULL               27 source4/heimdal_build/gssapi-glue.c 	return NULL;
NULL               33 source4/heimdal_build/krb5-glue.c     NULL, /* scc_retrieve */
NULL               34 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_principal */
NULL               35 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_first */
NULL               36 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_next */
NULL               37 source4/heimdal_build/krb5-glue.c     NULL, /* scc_end_get */
NULL               38 source4/heimdal_build/krb5-glue.c     NULL, /* scc_remove_cred */
NULL               39 source4/heimdal_build/krb5-glue.c     NULL, /* scc_set_flags */
NULL               40 source4/heimdal_build/krb5-glue.c     NULL,
NULL               41 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_cache_first */
NULL               42 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_cache_next */
NULL               43 source4/heimdal_build/krb5-glue.c     NULL, /* scc_end_cache_get */
NULL               44 source4/heimdal_build/krb5-glue.c     NULL, /* scc_move */
NULL               45 source4/heimdal_build/krb5-glue.c     NULL, /* scc_get_default_name */
NULL               46 source4/heimdal_build/krb5-glue.c     NULL  /* scc_set_default */
NULL               68 source4/kdc/hdb-samba4.c 	NULL
NULL               80 source4/kdc/hdb-samba4.c 	NULL
NULL               89 source4/kdc/hdb-samba4.c     gentime = ldb_msg_find_attr_as_string(msg, attr, NULL);
NULL               94 source4/kdc/hdb-samba4.c     if (tmp == NULL) {
NULL              213 source4/kdc/hdb-samba4.c 	struct supplementalCredentialsPackage *scpk = NULL;
NULL              216 source4/kdc/hdb-samba4.c 	struct package_PrimaryKerberosCtr3 *pkb3 = NULL;
NULL              217 source4/kdc/hdb-samba4.c 	struct package_PrimaryKerberosCtr4 *pkb4 = NULL;
NULL              221 source4/kdc/hdb-samba4.c 	entry_ex->entry.keys.val = NULL;
NULL              256 source4/kdc/hdb-samba4.c 					scpk = NULL;
NULL              264 source4/kdc/hdb-samba4.c 					scpk = NULL;
NULL              329 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.keys.val == NULL) {
NULL              338 source4/kdc/hdb-samba4.c 		key.salt = NULL; /* No salt for this enc type */
NULL              373 source4/kdc/hdb-samba4.c 			key.salt = NULL;
NULL              381 source4/kdc/hdb-samba4.c 				if (key.salt == NULL) {
NULL              391 source4/kdc/hdb-samba4.c 					key.salt = NULL;
NULL              407 source4/kdc/hdb-samba4.c 					key.salt = NULL;
NULL              436 source4/kdc/hdb-samba4.c 			key.salt = NULL;
NULL              444 source4/kdc/hdb-samba4.c 				if (key.salt == NULL) {
NULL              454 source4/kdc/hdb-samba4.c 					key.salt = NULL;
NULL              468 source4/kdc/hdb-samba4.c 					key.salt = NULL;
NULL              484 source4/kdc/hdb-samba4.c 		entry_ex->entry.keys.val = NULL;
NULL              503 source4/kdc/hdb-samba4.c 	const char *dnsdomain = ldb_msg_find_attr_as_string(realm_ref_msg, "dnsRoot", NULL);
NULL              510 source4/kdc/hdb-samba4.c 							ldb_dn_new(mem_ctx, (struct ldb_context *)db->hdb_db, NULL));
NULL              553 source4/kdc/hdb-samba4.c 	if (ent_type == HDB_SAMBA4_ENT_TYPE_ANY && principal == NULL) {
NULL              554 source4/kdc/hdb-samba4.c 		const char *samAccountName = ldb_msg_find_attr_as_string(msg, "samAccountName", NULL);
NULL              560 source4/kdc/hdb-samba4.c 		samAccountName = ldb_msg_find_attr_as_string(msg, "samAccountName", NULL);
NULL              561 source4/kdc/hdb-samba4.c 		krb5_make_principal(context, &entry_ex->entry.principal, realm, samAccountName, NULL);
NULL              596 source4/kdc/hdb-samba4.c 	if (lp_parm_bool(lp_ctx, NULL, "kdc", "require spn for service", true)) {
NULL              597 source4/kdc/hdb-samba4.c 		if (!is_computer && !ldb_msg_find_attr_as_string(msg, "servicePrincipalName", NULL)) {
NULL              605 source4/kdc/hdb-samba4.c 	entry_ex->entry.created_by.principal = NULL;
NULL              608 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.modified_by == NULL) {
NULL              617 source4/kdc/hdb-samba4.c 	entry_ex->entry.modified_by->principal = NULL;
NULL              619 source4/kdc/hdb-samba4.c 	entry_ex->entry.valid_start = NULL;
NULL              623 source4/kdc/hdb-samba4.c 		entry_ex->entry.valid_end = NULL;
NULL              626 source4/kdc/hdb-samba4.c 		if (entry_ex->entry.valid_end == NULL) {
NULL              638 source4/kdc/hdb-samba4.c 			entry_ex->entry.pw_end = NULL;
NULL              641 source4/kdc/hdb-samba4.c 			if (entry_ex->entry.pw_end == NULL) {
NULL              648 source4/kdc/hdb-samba4.c 		entry_ex->entry.pw_end = NULL;
NULL              651 source4/kdc/hdb-samba4.c 	entry_ex->entry.max_life = NULL;
NULL              653 source4/kdc/hdb-samba4.c 	entry_ex->entry.max_renew = NULL;
NULL              655 source4/kdc/hdb-samba4.c 	entry_ex->entry.generation = NULL;
NULL              665 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.etypes == NULL) {
NULL              672 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.etypes->val == NULL) {
NULL              738 source4/kdc/hdb-samba4.c 	entry_ex->entry.created_by.principal = NULL;
NULL              740 source4/kdc/hdb-samba4.c 	entry_ex->entry.valid_start = NULL;
NULL              749 source4/kdc/hdb-samba4.c 		dnsdomain = ldb_msg_find_attr_as_string(msg, "trustPartner", NULL);
NULL              791 source4/kdc/hdb-samba4.c 	entry_ex->entry.keys.val = NULL;
NULL              799 source4/kdc/hdb-samba4.c 		key.salt = NULL; /* No salt for this enc type */
NULL              801 source4/kdc/hdb-samba4.c 		if (entry_ex->entry.keys.val == NULL) {
NULL              845 source4/kdc/hdb-samba4.c 	entry_ex->entry.pw_end = NULL;
NULL              847 source4/kdc/hdb-samba4.c 	entry_ex->entry.max_life = NULL;
NULL              849 source4/kdc/hdb-samba4.c 	entry_ex->entry.max_renew = NULL;
NULL              851 source4/kdc/hdb-samba4.c 	entry_ex->entry.generation = NULL;
NULL              854 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.etypes == NULL) {
NULL              861 source4/kdc/hdb-samba4.c 	if (entry_ex->entry.etypes->val == NULL) {
NULL              872 source4/kdc/hdb-samba4.c 	p->realm_ref_msg = NULL;
NULL              896 source4/kdc/hdb-samba4.c 	char *filter = NULL;
NULL              902 source4/kdc/hdb-samba4.c 	struct ldb_result *res = NULL;
NULL              963 source4/kdc/hdb-samba4.c 	char *filter = NULL;
NULL              966 source4/kdc/hdb-samba4.c 	struct ldb_result *res = NULL;
NULL             1064 source4/kdc/hdb-samba4.c 	struct ldb_message **msg = NULL;
NULL             1065 source4/kdc/hdb-samba4.c 	struct ldb_message **realm_ref_msg = NULL;
NULL             1098 source4/kdc/hdb-samba4.c 	struct ldb_message **msg = NULL;
NULL             1099 source4/kdc/hdb-samba4.c 	struct ldb_message **realm_ref_msg_1 = NULL;
NULL             1100 source4/kdc/hdb-samba4.c 	struct ldb_message **realm_ref_msg_2 = NULL;
NULL             1104 source4/kdc/hdb-samba4.c 	krb5_principal alloc_principal = NULL;
NULL             1123 source4/kdc/hdb-samba4.c  		const char *dnsdomain = ldb_msg_find_attr_as_string(realm_ref_msg_1[0], "dnsRoot", NULL);
NULL             1143 source4/kdc/hdb-samba4.c 		realm_dn = samdb_result_dn((struct ldb_context *)db->hdb_db, mem_ctx, realm_ref_msg_1[0], "nCName", NULL);
NULL             1216 source4/kdc/hdb-samba4.c 	struct ldb_message **msg = NULL;
NULL             1217 source4/kdc/hdb-samba4.c 	struct ldb_message **realm_ref_msg = NULL;
NULL             1272 source4/kdc/hdb-samba4.c 		realm_dn = samdb_result_dn((struct ldb_context *)db->hdb_db, mem_ctx, realm_ref_msg[0], "nCName", NULL);
NULL             1369 source4/kdc/hdb-samba4.c 					NULL, HDB_SAMBA4_ENT_TYPE_ANY, 
NULL             1378 source4/kdc/hdb-samba4.c 		db->hdb_dbc = NULL;
NULL             1392 source4/kdc/hdb-samba4.c 	struct ldb_dn *realm_dn = NULL;
NULL             1393 source4/kdc/hdb-samba4.c 	struct ldb_result *res = NULL;
NULL             1394 source4/kdc/hdb-samba4.c 	struct ldb_message **realm_ref_msgs = NULL;
NULL             1401 source4/kdc/hdb-samba4.c 		db->hdb_dbc = NULL;
NULL             1412 source4/kdc/hdb-samba4.c 	priv->msgs = NULL;
NULL             1413 source4/kdc/hdb-samba4.c 	priv->realm_ref_msgs = NULL;
NULL             1440 source4/kdc/hdb-samba4.c 	realm_dn = samdb_result_dn((struct ldb_context *)db->hdb_db, mem_ctx, realm_ref_msgs[0], "nCName", NULL);
NULL             1463 source4/kdc/hdb-samba4.c 		db->hdb_dbc = NULL;
NULL             1501 source4/kdc/hdb-samba4.c 	(*db)->hdb_db = NULL;
NULL             1521 source4/kdc/hdb-samba4.c 	if ((*db)->hdb_db == NULL) {
NULL             1526 source4/kdc/hdb-samba4.c 	(*db)->hdb_dbc = NULL;
NULL             1538 source4/kdc/hdb-samba4.c 	(*db)->hdb__get = NULL;
NULL             1539 source4/kdc/hdb-samba4.c 	(*db)->hdb__put = NULL;
NULL             1541 source4/kdc/hdb-samba4.c 	(*db)->hdb__del = NULL;
NULL              114 source4/kdc/kdc.c 	if (kdc_socket->send_queue == NULL) {
NULL              141 source4/kdc/kdc.c 	blob = data_blob_talloc(tmp_ctx, NULL, dsize);
NULL              142 source4/kdc/kdc.c 	if (blob.data == NULL) {
NULL              180 source4/kdc/kdc.c 	if (rep == NULL) {
NULL              188 source4/kdc/kdc.c 	if (rep->packet.data == NULL) {
NULL              263 source4/kdc/kdc.c 	blob = data_blob_talloc(kdcconn, NULL, reply.length + 4);
NULL              330 source4/kdc/kdc.c 	krb5_kdc_update_time(NULL);
NULL              343 source4/kdc/kdc.c 		*reply = data_blob(NULL, 0);
NULL              350 source4/kdc/kdc.c 		*reply = data_blob(NULL, 0);	
NULL              374 source4/kdc/kdc.c 	if (kdcconn->packet == NULL) {
NULL              443 source4/kdc/kdc.c 	kdc_socket->send_queue = NULL;
NULL              465 source4/kdc/kdc.c 	kpasswd_socket->send_queue = NULL;
NULL              579 source4/kdc/kdc.c 	r->out.generic_reply = data_blob(NULL, 0);
NULL              616 source4/kdc/kdc.c 				  NULL);
NULL              700 source4/kdc/kdc.c 	if (kdc == NULL) {
NULL              736 source4/kdc/kdc.c 				    &kdc->config->db[0], NULL);
NULL               72 source4/kdc/kpasswdd.c 	*error_blob = data_blob_talloc(mem_ctx, NULL, 2 + len + 1);
NULL              100 source4/kdc/kpasswdd.c 			     result_code, NULL, &k5_error_bytes, 
NULL              101 source4/kdc/kpasswdd.c 			     NULL, NULL, NULL, NULL, &k5_error_blob);
NULL              201 source4/kdc/kpasswdd.c 					password, NULL, NULL, 
NULL              252 source4/kdc/kpasswdd.c 		struct samr_DomInfo1 *dominfo = NULL;
NULL              353 source4/kdc/kpasswdd.c 							   NULL, 
NULL              359 source4/kdc/kpasswdd.c 						   &set_password_on_dn, NULL);
NULL              366 source4/kdc/kpasswdd.c 							   NULL, 
NULL              371 source4/kdc/kpasswdd.c 		if (msg == NULL) {
NULL              384 source4/kdc/kpasswdd.c 						    set_password_on_dn, NULL,
NULL              385 source4/kdc/kpasswdd.c 						    msg, &password, NULL, NULL, 
NULL              444 source4/kdc/kpasswdd.c 	DATA_BLOB krb_priv_rep = data_blob(NULL, 0);
NULL              445 source4/kdc/kpasswdd.c 	DATA_BLOB ap_rep = data_blob(NULL, 0);
NULL              610 source4/kdc/kpasswdd.c 	*reply = data_blob_talloc(mem_ctx, NULL, krb_priv_rep.length + ap_rep.length + header_len);
NULL               38 source4/kdc/pac-glue.c 	*ptr = NULL;
NULL              125 source4/kdc/pac-glue.c 		*pac = NULL;
NULL              133 source4/kdc/pac-glue.c 					     data_blob(NULL, 0),
NULL              134 source4/kdc/pac-glue.c 					     data_blob(NULL, 0),
NULL              173 source4/kdc/pac-glue.c 		*pac = NULL;
NULL              210 source4/kdc/pac-glue.c 		e_data->data = NULL;
NULL              240 source4/kdc/pac-glue.c 	char *name, *workstation = NULL;
NULL               61 source4/ldap_server/ldap_backend.c 				     conn->global_catalog ? LDB_FLG_RDONLY : 0, NULL);
NULL               62 source4/ldap_server/ldap_backend.c 	if (conn->ldb == NULL) {
NULL               67 source4/ldap_server/ldap_backend.c 		char **sasl_mechs = NULL;
NULL               88 source4/ldap_server/ldap_backend.c 				sasl_mechs[j+1] = NULL;
NULL              105 source4/ldap_server/ldap_backend.c 		return NULL;
NULL              108 source4/ldap_server/ldap_backend.c 	if (reply->msg == NULL) {
NULL              110 source4/ldap_server/ldap_backend.c 		return NULL;
NULL              115 source4/ldap_server/ldap_backend.c 	reply->msg->controls = NULL;
NULL              139 source4/ldap_server/ldap_backend.c 	r->response.dn = NULL;
NULL              140 source4/ldap_server/ldap_backend.c 	r->response.errormessage = NULL;
NULL              141 source4/ldap_server/ldap_backend.c 	r->response.referral = NULL;
NULL              142 source4/ldap_server/ldap_backend.c 	r->oid = NULL;
NULL              143 source4/ldap_server/ldap_backend.c 	r->value = NULL;
NULL              158 source4/ldap_server/ldap_backend.c 	struct ldb_result *res = NULL;
NULL              163 source4/ldap_server/ldap_backend.c 	struct ldb_extended_dn_control *extended_dn_decoded = NULL;
NULL              165 source4/ldap_server/ldap_backend.c 	const char **attrs = NULL;
NULL              166 source4/ldap_server/ldap_backend.c 	const char *scope_str, *errstr = NULL;
NULL              217 source4/ldap_server/ldap_backend.c 		attrs[i] = NULL;
NULL              231 source4/ldap_server/ldap_backend.c 					  NULL);
NULL              240 source4/ldap_server/ldap_backend.c 		search_options = NULL;
NULL              286 source4/ldap_server/ldap_backend.c 			ent->attributes = NULL;
NULL              296 source4/ldap_server/ldap_backend.c 				ent->attributes[j].values = NULL;
NULL              314 source4/ldap_server/ldap_backend.c 	done->dn = NULL;
NULL              315 source4/ldap_server/ldap_backend.c 	done->referral = NULL;
NULL              322 source4/ldap_server/ldap_backend.c 			errstr = NULL;
NULL              334 source4/ldap_server/ldap_backend.c 	done->errormessage = (errstr?talloc_strdup(done_r, errstr):NULL);
NULL              349 source4/ldap_server/ldap_backend.c 	struct ldb_message *msg = NULL;
NULL              351 source4/ldap_server/ldap_backend.c 	const char *errstr = NULL;
NULL              372 source4/ldap_server/ldap_backend.c 	msg->elements = NULL;
NULL              382 source4/ldap_server/ldap_backend.c 			msg->elements[i].values = NULL;
NULL              433 source4/ldap_server/ldap_backend.c 	modify_result->dn = NULL;
NULL              435 source4/ldap_server/ldap_backend.c 	modify_result->errormessage = (errstr?talloc_strdup(modify_reply, errstr):NULL);
NULL              436 source4/ldap_server/ldap_backend.c 	modify_result->referral = NULL;
NULL              452 source4/ldap_server/ldap_backend.c 	struct ldb_message *msg = NULL;
NULL              454 source4/ldap_server/ldap_backend.c 	const char *errstr = NULL;
NULL              475 source4/ldap_server/ldap_backend.c 	msg->elements = NULL;
NULL              486 source4/ldap_server/ldap_backend.c 			msg->elements[i].values = NULL;
NULL              525 source4/ldap_server/ldap_backend.c 	add_result->dn = NULL;
NULL              527 source4/ldap_server/ldap_backend.c 	add_result->errormessage = (errstr?talloc_strdup(add_reply,errstr):NULL);
NULL              528 source4/ldap_server/ldap_backend.c 	add_result->referral = NULL;
NULL              545 source4/ldap_server/ldap_backend.c 	const char *errstr = NULL;
NULL              570 source4/ldap_server/ldap_backend.c 	del_result->dn = NULL;
NULL              572 source4/ldap_server/ldap_backend.c 	del_result->errormessage = (errstr?talloc_strdup(del_reply,errstr):NULL);
NULL              573 source4/ldap_server/ldap_backend.c 	del_result->referral = NULL;
NULL              588 source4/ldap_server/ldap_backend.c 	struct ldb_dn *olddn, *newdn=NULL, *newrdn;
NULL              589 source4/ldap_server/ldap_backend.c 	struct ldb_dn *parentdn = NULL;
NULL              590 source4/ldap_server/ldap_backend.c 	const char *errstr = NULL;
NULL              653 source4/ldap_server/ldap_backend.c 	modifydn->dn = NULL;
NULL              655 source4/ldap_server/ldap_backend.c 	modifydn->errormessage = (errstr?talloc_strdup(modifydn_r,errstr):NULL);
NULL              656 source4/ldap_server/ldap_backend.c 	modifydn->referral = NULL;
NULL              671 source4/ldap_server/ldap_backend.c 	struct ldb_result *res = NULL;
NULL              674 source4/ldap_server/ldap_backend.c 	const char *errstr = NULL;
NULL              675 source4/ldap_server/ldap_backend.c 	const char *filter = NULL;
NULL              695 source4/ldap_server/ldap_backend.c 	attrs[0] = NULL;
NULL              710 source4/ldap_server/ldap_backend.c 			errstr = NULL;
NULL              714 source4/ldap_server/ldap_backend.c 			errstr = NULL;
NULL              723 source4/ldap_server/ldap_backend.c 	compare->dn = NULL;
NULL              725 source4/ldap_server/ldap_backend.c 	compare->errormessage = (errstr?talloc_strdup(compare_r,errstr):NULL);
NULL              726 source4/ldap_server/ldap_backend.c 	compare->referral = NULL;
NULL               65 source4/ldap_server/ldap_bind.c 		errstr = NULL;
NULL               90 source4/ldap_server/ldap_bind.c 	resp->response.dn = NULL;
NULL               91 source4/ldap_server/ldap_bind.c 	resp->response.referral = NULL;
NULL               92 source4/ldap_server/ldap_bind.c 	resp->SASL.secblob = NULL;
NULL              121 source4/ldap_server/ldap_bind.c 	const char *errstr=NULL;
NULL              141 source4/ldap_server/ldap_bind.c 		conn->session_info = NULL;
NULL              174 source4/ldap_server/ldap_bind.c 		DATA_BLOB input = data_blob(NULL, 0);
NULL              175 source4/ldap_server/ldap_bind.c 		DATA_BLOB output = data_blob(NULL, 0);
NULL              189 source4/ldap_server/ldap_bind.c 		resp->SASL.secblob = NULL;
NULL              194 source4/ldap_server/ldap_bind.c 		errstr = NULL;
NULL              196 source4/ldap_server/ldap_bind.c 		struct auth_session_info *old_session_info=NULL;
NULL              200 source4/ldap_server/ldap_bind.c 		errstr = NULL;
NULL              229 source4/ldap_server/ldap_bind.c 			conn->session_info = NULL;
NULL              264 source4/ldap_server/ldap_bind.c 	resp->response.dn = NULL;
NULL              266 source4/ldap_server/ldap_bind.c 	resp->response.referral = NULL;
NULL              300 source4/ldap_server/ldap_bind.c 	resp->response.dn = NULL;
NULL              302 source4/ldap_server/ldap_bind.c 	resp->response.referral = NULL;
NULL              303 source4/ldap_server/ldap_bind.c 	resp->SASL.secblob = NULL;
NULL               50 source4/ldap_server/ldap_extended.c 	(*errstr) = NULL;
NULL               70 source4/ldap_server/ldap_extended.c 					  NULL);
NULL               80 source4/ldap_server/ldap_extended.c 	reply->msg->r.ExtendedResponse.response.errormessage = NULL;
NULL               96 source4/ldap_server/ldap_extended.c 		.oid	= NULL,
NULL               97 source4/ldap_server/ldap_extended.c 		.fn	= NULL,
NULL              106 source4/ldap_server/ldap_extended.c 	const char *error_str = NULL;
NULL              118 source4/ldap_server/ldap_extended.c 	reply->msg->r.ExtendedResponse.response.errormessage = NULL;
NULL               83 source4/ldap_server/ldap_server.c 	call->replies = NULL;
NULL               84 source4/ldap_server/ldap_server.c 	call->send_callback = NULL;
NULL               85 source4/ldap_server/ldap_server.c 	call->send_private = NULL;
NULL               94 source4/ldap_server/ldap_server.c 	blob = data_blob(NULL, 0);
NULL               96 source4/ldap_server/ldap_server.c 	if (call->replies == NULL) {
NULL              143 source4/ldap_server/ldap_server.c 	if (asn1 == NULL || msg == NULL) {
NULL              190 source4/ldap_server/ldap_server.c 		conn->limits.ite = NULL;
NULL              195 source4/ldap_server/ldap_server.c 		conn->limits.te = NULL;
NULL              230 source4/ldap_server/ldap_server.c 	const char *attrs[] = { "configurationNamingContext", NULL };
NULL              231 source4/ldap_server/ldap_server.c 	const char *attrs2[] = { "lDAPAdminLimits", NULL };
NULL              233 source4/ldap_server/ldap_server.c 	struct ldb_result *res = NULL;
NULL              247 source4/ldap_server/ldap_server.c 	if (tmp_ctx == NULL) {
NULL              251 source4/ldap_server/ldap_server.c 	basedn = ldb_dn_new(tmp_ctx, conn->ldb, NULL);
NULL              256 source4/ldap_server/ldap_server.c 	ret = ldb_search(conn->ldb, tmp_ctx, &res, basedn, LDB_SCOPE_BASE, attrs, NULL);
NULL              266 source4/ldap_server/ldap_server.c 	if (conf_dn == NULL) {
NULL              272 source4/ldap_server/ldap_server.c 	if (policy_dn == NULL) {
NULL              276 source4/ldap_server/ldap_server.c 	ret = ldb_search(conn->ldb, tmp_ctx, &res, policy_dn, LDB_SCOPE_BASE, attrs2, NULL);
NULL              286 source4/ldap_server/ldap_server.c 	if (el == NULL) {
NULL              344 source4/ldap_server/ldap_server.c 	conn->packet      = NULL;
NULL              362 source4/ldap_server/ldap_server.c 								    c->event.fde, NULL);
NULL              376 source4/ldap_server/ldap_server.c 	if (conn->packet == NULL) {
NULL              536 source4/ldap_server/ldap_server.c 	if (ldap_service == NULL) goto failed;
NULL              541 source4/ldap_server/ldap_server.c 	if (ldap_service->tls_params == NULL) goto failed;
NULL              573 source4/ldap_server/ldap_server.c 				     "unix", ldapi_path, NULL, 
NULL               28 source4/lib/cmdline/credentials.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               41 source4/lib/cmdline/popt_common.c struct cli_credentials *cmdline_credentials = NULL;
NULL               42 source4/lib/cmdline/popt_common.c struct loadparm_context *cmdline_lp_ctx = NULL;
NULL               64 source4/lib/cmdline/popt_common.c 		if (lp_configfile(cmdline_lp_ctx) == NULL) {
NULL              126 source4/lib/cmdline/popt_common.c 			char *new_logfile = talloc_asprintf(NULL, "%s/log.%s", arg, pname);
NULL              184 source4/lib/cmdline/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK, (void *)popt_common_callback },
NULL              185 source4/lib/cmdline/popt_common.c 	{ "name-resolve", 'R', POPT_ARG_STRING, NULL, 'R', "Use these name resolution services only", "NAME-RESOLVE-ORDER" },
NULL              186 source4/lib/cmdline/popt_common.c 	{ "socket-options", 'O', POPT_ARG_STRING, NULL, 'O', "socket options to use", "SOCKETOPTIONS" },
NULL              187 source4/lib/cmdline/popt_common.c 	{ "netbiosname", 'n', POPT_ARG_STRING, NULL, 'n', "Primary netbios name", "NETBIOSNAME" },
NULL              188 source4/lib/cmdline/popt_common.c 	{ "signing", 'S', POPT_ARG_STRING, NULL, 'S', "Set the client signing state", "on|off|required" },
NULL              189 source4/lib/cmdline/popt_common.c 	{ "workgroup", 'W', POPT_ARG_STRING, NULL, 'W', "Set the workgroup name", "WORKGROUP" },
NULL              190 source4/lib/cmdline/popt_common.c 	{ "realm", 0, POPT_ARG_STRING, NULL, 'r', "Set the realm name", "REALM" },
NULL              191 source4/lib/cmdline/popt_common.c 	{ "scope", 'i', POPT_ARG_STRING, NULL, 'i', "Use this Netbios scope", "SCOPE" },
NULL              192 source4/lib/cmdline/popt_common.c 	{ "maxprotocol", 'm', POPT_ARG_STRING, NULL, 'm', "Set max protocol level", "MAXPROTOCOL" },
NULL              193 source4/lib/cmdline/popt_common.c 	{ NULL }
NULL              197 source4/lib/cmdline/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_samba_callback },
NULL              198 source4/lib/cmdline/popt_common.c 	{ "debuglevel",   'd', POPT_ARG_STRING, NULL, 'd', "Set debug level", "DEBUGLEVEL" },
NULL              199 source4/lib/cmdline/popt_common.c 	{ "debug-stderr", 0, POPT_ARG_NONE, NULL, OPT_DEBUG_STDERR, "Send debug output to STDERR", NULL },
NULL              200 source4/lib/cmdline/popt_common.c 	{ "configfile",   's', POPT_ARG_STRING, NULL, 's', "Use alternative configuration file", "CONFIGFILE" },
NULL              201 source4/lib/cmdline/popt_common.c 	{ "option",         0, POPT_ARG_STRING, NULL, OPT_OPTION, "Set smb.conf option from command line", "name=value" },
NULL              202 source4/lib/cmdline/popt_common.c 	{ "log-basename", 'l', POPT_ARG_STRING, NULL, 'l', "Basename for log/debug files", "LOGFILEBASE" },
NULL              203 source4/lib/cmdline/popt_common.c 	{ "leak-report",     0, POPT_ARG_NONE, NULL, OPT_LEAK_REPORT, "enable talloc leak reporting on exit", NULL },	
NULL              204 source4/lib/cmdline/popt_common.c 	{ "leak-report-full",0, POPT_ARG_NONE, NULL, OPT_LEAK_REPORT_FULL, "enable full talloc leak reporting on exit", NULL },
NULL              205 source4/lib/cmdline/popt_common.c 	{ NULL }
NULL              209 source4/lib/cmdline/popt_common.c 	{ NULL, 0, POPT_ARG_CALLBACK, (void *)popt_version_callback },
NULL              210 source4/lib/cmdline/popt_common.c 	{ "version", 'V', POPT_ARG_NONE, NULL, 'V', "Print version" },
NULL              211 source4/lib/cmdline/popt_common.c 	{ NULL }
NULL               31 source4/lib/cmdline/popt_common.h #define POPT_COMMON_SAMBA { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_samba, 0, "Common samba options:", NULL },
NULL               32 source4/lib/cmdline/popt_common.h #define POPT_COMMON_CONNECTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_connection, 0, "Connection options:", NULL },
NULL               33 source4/lib/cmdline/popt_common.h #define POPT_COMMON_VERSION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version, 0, "Common samba options:", NULL },
NULL               34 source4/lib/cmdline/popt_common.h #define POPT_COMMON_CREDENTIALS { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_credentials, 0, "Authentication options:", NULL },
NULL              130 source4/lib/cmdline/popt_credentials.c 	{ NULL, 0, POPT_ARG_CALLBACK|POPT_CBFLAG_PRE|POPT_CBFLAG_POST, (void *)popt_common_credentials_callback },
NULL              131 source4/lib/cmdline/popt_credentials.c 	{ "user", 'U', POPT_ARG_STRING, NULL, 'U', "Set the network username", "[DOMAIN/]USERNAME[%PASSWORD]" },
NULL              133 source4/lib/cmdline/popt_credentials.c 	{ "password", 0, POPT_ARG_STRING, NULL, OPT_PASSWORD, "Password" },
NULL              134 source4/lib/cmdline/popt_credentials.c 	{ "authentication-file", 'A', POPT_ARG_STRING, NULL, 'A', "Get the credentials from a file", "FILE" },
NULL              135 source4/lib/cmdline/popt_credentials.c 	{ "machine-pass", 'P', POPT_ARG_NONE, NULL, 'P', "Use stored machine account password (implies -k)" },
NULL              136 source4/lib/cmdline/popt_credentials.c 	{ "simple-bind-dn", 0, POPT_ARG_STRING, NULL, OPT_SIMPLE_BIND_DN, "DN to use for a simple bind" },
NULL              137 source4/lib/cmdline/popt_credentials.c 	{ "kerberos", 'k', POPT_ARG_STRING, NULL, OPT_KERBEROS, "Use Kerberos" },
NULL              138 source4/lib/cmdline/popt_credentials.c 	{ NULL }
NULL               68 source4/lib/com/classes/simple.c 	ret->ctx = NULL;
NULL               70 source4/lib/com/classes/simple.c 	ret->object_data = NULL;
NULL               94 source4/lib/com/classes/simple.c 	NULL,
NULL               95 source4/lib/com/classes/simple.c 	NULL,
NULL               96 source4/lib/com/classes/simple.c 	NULL
NULL              113 source4/lib/com/classes/simple.c 	class_object->ctx = NULL;
NULL              114 source4/lib/com/classes/simple.c 	class_object->object_data = NULL;
NULL               77 source4/lib/com/dcom/main.c 	d = NULL;
NULL               79 source4/lib/com/dcom/main.c 		if (c->server == NULL) {
NULL              102 source4/lib/com/dcom/main.c 		if ((server == NULL && c->server == NULL) ||
NULL              103 source4/lib/com/dcom/main.c 			(server != NULL && c->server != NULL && 
NULL              158 source4/lib/com/dcom/main.c 	dcom_add_server_credentials(ctx, NULL, credentials);
NULL              171 source4/lib/com/dcom/main.c 	if (server == NULL) { 
NULL              174 source4/lib/com/dcom/main.c 					   			   dcom_get_server_credentials(ctx, NULL), ctx->event_ctx, ctx->lp_ctx);
NULL              225 source4/lib/com/dcom/main.c 	return NULL; 
NULL              317 source4/lib/com/dcom/main.c 	ru_template = NULL;
NULL              320 source4/lib/com/dcom/main.c 		(*ip)[i] = NULL;
NULL              333 source4/lib/com/dcom/main.c 		m->rem_unknown = NULL;
NULL              393 source4/lib/com/dcom/main.c 		ip[i] = NULL;
NULL              441 source4/lib/com/dcom/main.c 	if (table == NULL) {
NULL              443 source4/lib/com/dcom/main.c 		guid_str = GUID_string(NULL, &iid);
NULL              451 source4/lib/com/dcom/main.c 		ox->pipe = p = NULL;
NULL              548 source4/lib/com/dcom/main.c 		*_p = NULL;
NULL              584 source4/lib/com/dcom/main.c 		p->vtable = NULL;
NULL              609 source4/lib/com/dcom/main.c         if (c == NULL) return NULL;
NULL              656 source4/lib/com/dcom/main.c         if (c == NULL) return NULL;
NULL               30 source4/lib/com/dcom/tables.c }  *proxies = NULL;
NULL               50 source4/lib/com/dcom/tables.c 	return NULL;
NULL               58 source4/lib/com/dcom/tables.c }  *marshals = NULL;
NULL               79 source4/lib/com/dcom/tables.c 	return NULL;
NULL               90 source4/lib/com/dcom/tables.c 	return NULL;
NULL               29 source4/lib/com/main.c 	*ctx = talloc(NULL, struct com_context);
NULL               30 source4/lib/com/main.c 	if (event_ctx == NULL) {
NULL               39 source4/lib/com/main.c 	struct IUnknown *iunk = NULL;
NULL               50 source4/lib/com/main.c 		DEBUG(3, ("Unable to obtain class object for %s\n", GUID_string(NULL, clsid)));
NULL               55 source4/lib/com/main.c 	error = IClassFactory_CreateInstance(factory, ctx, NULL, &classfact_iid, &iunk);
NULL               30 source4/lib/com/pycom.c static struct com_context *py_com_ctx = NULL; /* FIXME: evil global */
NULL               41 source4/lib/com/pycom.c 		return NULL;
NULL               46 source4/lib/com/pycom.c 		return NULL;
NULL               52 source4/lib/com/pycom.c 		return NULL;
NULL               58 source4/lib/com/pycom.c 		return NULL;
NULL               68 source4/lib/com/pycom.c 	{ NULL },
NULL               76 source4/lib/com/pycom.c 	error = com_init_ctx(&py_com_ctx, NULL);
NULL               83 source4/lib/com/pycom.c 	if (m == NULL)
NULL               34 source4/lib/com/rot.c 	return NULL; 
NULL               34 source4/lib/com/tables.c } * running_classes = NULL;
NULL               49 source4/lib/com/tables.c 	return NULL;
NULL               66 source4/lib/com/tables.c 		return NULL;
NULL               72 source4/lib/com/tables.c 		return NULL;
NULL               85 source4/lib/com/tables.c 	if (c != NULL) {
NULL               91 source4/lib/com/tables.c 	if (c != NULL) {
NULL               95 source4/lib/com/tables.c 	return NULL;
NULL               33 source4/lib/events/tevent_s4.c 	char *s = NULL;
NULL               66 source4/lib/events/tevent_s4.c 	ev = tevent_context_init_byname(mem_ctx, NULL);
NULL               68 source4/lib/events/tevent_s4.c 		tevent_set_debug(ev, ev_wrap_debug, NULL);
NULL               86 source4/lib/events/tevent_s4.c 	if (ev == NULL) {		
NULL               43 source4/lib/ldb-samba/ldif_handlers.c 	if (sid == NULL) {
NULL               46 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_push_struct_blob(out, mem_ctx, NULL, sid,
NULL               65 source4/lib/ldb-samba/ldif_handlers.c 	if (sid == NULL) {
NULL               68 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_pull_struct_blob_all(in, sid, NULL, sid,
NULL               76 source4/lib/ldb-samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              155 source4/lib/ldb-samba/ldif_handlers.c 	*out = data_blob_talloc(mem_ctx, NULL, in->length/2+1);
NULL              165 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_pull_struct_blob_all(out, mem_ctx, NULL, &sid,
NULL              188 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_push_struct_blob(out, mem_ctx, NULL, &guid,
NULL              204 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_pull_struct_blob_all(in, mem_ctx, NULL, &guid,
NULL              210 source4/lib/ldb-samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              239 source4/lib/ldb-samba/ldif_handlers.c 	*out = data_blob_talloc(mem_ctx, NULL, in->length/2+1);
NULL              249 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_pull_struct_blob_all(out, mem_ctx, NULL, &guid,
NULL              317 source4/lib/ldb-samba/ldif_handlers.c 	sd = sddl_decode(mem_ctx, (const char *)in->data, NULL);
NULL              318 source4/lib/ldb-samba/ldif_handlers.c 	if (sd == NULL) {
NULL              321 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_push_struct_blob(out, mem_ctx, NULL, sd,
NULL              340 source4/lib/ldb-samba/ldif_handlers.c 	if (sd == NULL) {
NULL              344 source4/lib/ldb-samba/ldif_handlers.c 	ndr_err = ndr_pull_struct_blob(in, sd, NULL, sd,
NULL              350 source4/lib/ldb-samba/ldif_handlers.c 	out->data = (uint8_t *)sddl_encode(mem_ctx, sd, NULL);
NULL              352 source4/lib/ldb-samba/ldif_handlers.c 	if (out->data == NULL) {
NULL              367 source4/lib/ldb-samba/ldif_handlers.c 	struct ldb_dn *dn1 = NULL;
NULL              453 source4/lib/ldb-samba/ldif_handlers.c 	if (tmp_ctx == NULL) {
NULL              458 source4/lib/ldb-samba/ldif_handlers.c 	if (blob == NULL) {
NULL              466 source4/lib/ldb-samba/ldif_handlers.c 	if (string == NULL) {
NULL              515 source4/lib/ldb-samba/ldif_handlers.c 			line = NULL;
NULL              542 source4/lib/ldb-samba/ldif_handlers.c 	if (blob == NULL) {
NULL              557 source4/lib/ldb-samba/ldif_handlers.c 	if (string == NULL) {
NULL              568 source4/lib/ldb-samba/ldif_handlers.c 		if (string == NULL) {
NULL              721 source4/lib/ldb-samba/ldif_handlers.c 	const struct ldb_schema_syntax *s = NULL;
NULL              742 source4/lib/ldb-samba/ldif_handlers.c 		const struct ldb_schema_syntax *s = NULL;
NULL               39 source4/lib/ldb/common/attrib_handlers.c 	if (in->length > 0 && out->data == NULL) {
NULL               64 source4/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL               87 source4/lib/ldb/common/attrib_handlers.c 	while ((t = strchr(s, ' ')) != NULL) {
NULL              117 source4/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              130 source4/lib/ldb/common/attrib_handlers.c 	return strtoll((char *)v1->data, NULL, 0) - strtoll((char *)v2->data, NULL, 0);
NULL              241 source4/lib/ldb/common/attrib_handlers.c 	out->data = NULL;
NULL              249 source4/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              268 source4/lib/ldb/common/attrib_handlers.c 	struct ldb_dn *dn1 = NULL, *dn2 = NULL;
NULL              307 source4/lib/ldb/common/attrib_handlers.c 	if (out->data == NULL) {
NULL              377 source4/lib/ldb/common/attrib_handlers.c 	return NULL;
NULL               62 source4/lib/ldb/common/ldb.c 	char *s = NULL;
NULL               98 source4/lib/ldb/common/ldb.c 	if (ev_ctx == NULL) {
NULL              107 source4/lib/ldb/common/ldb.c 		return NULL;
NULL              133 source4/lib/ldb/common/ldb.c 	struct ldb_dn *tmp_dn=NULL;
NULL              139 source4/lib/ldb/common/ldb.c 		NULL
NULL              143 source4/lib/ldb/common/ldb.c 	ret = ldb_search(ldb, tmp_ctx, &res, ldb_dn_new(tmp_ctx, ldb, NULL),
NULL              265 source4/lib/ldb/common/ldb.c 	char *old_string = NULL;
NULL              281 source4/lib/ldb/common/ldb.c 		ldb->err_string = NULL;
NULL              287 source4/lib/ldb/common/ldb.c 	while (module && module->ops->op == NULL) module = module->next; \
NULL              288 source4/lib/ldb/common/ldb.c 	if (module == NULL) {						\
NULL              321 source4/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              364 source4/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              405 source4/lib/ldb/common/ldb.c 		if (ldb->err_string == NULL) {
NULL              437 source4/lib/ldb/common/ldb.c 	if (ldb->err_string == NULL) {
NULL              459 source4/lib/ldb/common/ldb.c 	if (NULL == ev) {
NULL              496 source4/lib/ldb/common/ldb.c 	if (req == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              503 source4/lib/ldb/common/ldb.c 	req->starttime = time(NULL);
NULL              513 source4/lib/ldb/common/ldb.c 	if (newreq == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              515 source4/lib/ldb/common/ldb.c 	if (oldreq == NULL) {
NULL              570 source4/lib/ldb/common/ldb.c 	if (req->callback == NULL) {
NULL              650 source4/lib/ldb/common/ldb.c 		res->msgs[res->count + 1] = NULL;
NULL              669 source4/lib/ldb/common/ldb.c 		res->refs[n + 1] = NULL;
NULL              725 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              728 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              734 source4/lib/ldb/common/ldb.c 	if (base == NULL) {
NULL              735 source4/lib/ldb/common/ldb.c 		req->op.search.base = ldb_dn_new(req, ldb, NULL);
NULL              742 source4/lib/ldb/common/ldb.c 	if (req->op.search.tree == NULL) {
NULL              756 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL              781 source4/lib/ldb/common/ldb.c 	if (tree == NULL) {
NULL              806 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              809 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              823 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL              844 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              847 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              861 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL              882 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              885 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              899 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL              921 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              924 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL              939 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL              990 source4/lib/ldb/common/ldb.c 	*ret_req = NULL;
NULL              993 source4/lib/ldb/common/ldb.c 	if (req == NULL) {
NULL             1008 source4/lib/ldb/common/ldb.c 	if (req->handle == NULL) {
NULL             1027 source4/lib/ldb/common/ldb.c 	*_res = NULL;
NULL             1035 source4/lib/ldb/common/ldb.c 				     oid, data, NULL,
NULL             1037 source4/lib/ldb/common/ldb.c 				     NULL);
NULL             1074 source4/lib/ldb/common/ldb.c 	expression = NULL;
NULL             1075 source4/lib/ldb/common/ldb.c 	*result = NULL;
NULL             1076 source4/lib/ldb/common/ldb.c 	req = NULL;
NULL             1099 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1102 source4/lib/ldb/common/ldb.c 					NULL);
NULL             1115 source4/lib/ldb/common/ldb.c 		res = NULL;
NULL             1142 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1143 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1145 source4/lib/ldb/common/ldb.c 					NULL);
NULL             1172 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1173 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1175 source4/lib/ldb/common/ldb.c 					NULL);
NULL             1197 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1198 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1200 source4/lib/ldb/common/ldb.c 					NULL);
NULL             1223 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1224 source4/lib/ldb/common/ldb.c 					NULL,
NULL             1226 source4/lib/ldb/common/ldb.c 					NULL);
NULL             1253 source4/lib/ldb/common/ldb.c 	if (tmp_ctx == NULL) {
NULL             1258 source4/lib/ldb/common/ldb.c 	if (seq == NULL) {
NULL             1294 source4/lib/ldb/common/ldb.c 	return NULL;
NULL             1409 source4/lib/ldb/common/ldb.c 	if (o == NULL) {
NULL             1431 source4/lib/ldb/common/ldb.c 	return NULL;
NULL               63 source4/lib/ldb/common/ldb_attributes.c 	if (a == NULL) {
NULL               95 source4/lib/ldb/common/ldb_attributes.c 		if (a[i].name == NULL) {
NULL              113 source4/lib/ldb/common/ldb_attributes.c 	.name	= NULL,
NULL              165 source4/lib/ldb/common/ldb_attributes.c 	if (a == NULL || a->name == NULL) {
NULL              273 source4/lib/ldb/common/ldb_attributes.c 	return NULL;
NULL               43 source4/lib/ldb/common/ldb_controls.c 	if (req->controls != NULL) {
NULL               53 source4/lib/ldb/common/ldb_controls.c 	return NULL;
NULL               63 source4/lib/ldb/common/ldb_controls.c 	if (rep->controls != NULL) {
NULL               73 source4/lib/ldb/common/ldb_controls.c 	return NULL;
NULL               87 source4/lib/ldb/common/ldb_controls.c 		req->controls = NULL;
NULL              101 source4/lib/ldb/common/ldb_controls.c 	lcs[j] = NULL;
NULL              113 source4/lib/ldb/common/ldb_controls.c 	if (controls == NULL) {
NULL              139 source4/lib/ldb/common/ldb_controls.c 	ctrls[n] = NULL;
NULL              140 source4/lib/ldb/common/ldb_controls.c 	ctrls[n+1] = NULL;
NULL              161 source4/lib/ldb/common/ldb_controls.c 	char *error_string = NULL;
NULL              163 source4/lib/ldb/common/ldb_controls.c 	if (control_strings == NULL || control_strings[0] == NULL)
NULL              164 source4/lib/ldb/common/ldb_controls.c 		return NULL;
NULL              192 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              196 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              203 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              221 source4/lib/ldb/common/ldb_controls.c 				control->contextId = NULL;
NULL              244 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              264 source4/lib/ldb/common/ldb_controls.c 				control->cookie = NULL;
NULL              287 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              293 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              324 source4/lib/ldb/common/ldb_controls.c 					return NULL;
NULL              326 source4/lib/ldb/common/ldb_controls.c 				control = NULL;
NULL              335 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              358 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              364 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              389 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              395 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              418 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              424 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              428 source4/lib/ldb/common/ldb_controls.c 			ctrl[i]->data = NULL;
NULL              447 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              453 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              459 source4/lib/ldb/common/ldb_controls.c 			control->cookie = NULL;
NULL              483 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              488 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              498 source4/lib/ldb/common/ldb_controls.c 				control[0]->orderingRule = NULL;
NULL              500 source4/lib/ldb/common/ldb_controls.c 			control[1] = NULL;
NULL              518 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              524 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              528 source4/lib/ldb/common/ldb_controls.c 			ctrl[i]->data = NULL;
NULL              545 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              551 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              555 source4/lib/ldb/common/ldb_controls.c 			ctrl[i]->data = NULL;
NULL              572 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              578 source4/lib/ldb/common/ldb_controls.c 				return NULL;
NULL              582 source4/lib/ldb/common/ldb_controls.c 			ctrl[i]->data = NULL;
NULL              589 source4/lib/ldb/common/ldb_controls.c 		return NULL;
NULL              592 source4/lib/ldb/common/ldb_controls.c 	ctrl[i] = NULL;
NULL               77 source4/lib/ldb/common/ldb_debug.c 	if (ldb->debug_ops.debug == NULL) {
NULL               97 source4/lib/ldb/common/ldb_debug.c 	if (msg != NULL) {
NULL               41 source4/lib/ldb/common/ldb_dn.c #define LDB_FREE(x) do { talloc_free(x); x = NULL; } while(0)
NULL               87 source4/lib/ldb/common/ldb_dn.c 	if (! ldb) return NULL;
NULL              119 source4/lib/ldb/common/ldb_dn.c 			dn->extended_linearized = NULL;
NULL              130 source4/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              147 source4/lib/ldb/common/ldb_dn.c 	if ( (! mem_ctx) || (! ldb)) return NULL;
NULL              159 source4/lib/ldb/common/ldb_dn.c 	return NULL;
NULL              205 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              211 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              271 source4/lib/ldb/common/ldb_dn.c 	dn->extended_components = NULL;
NULL              292 source4/lib/ldb/common/ldb_dn.c 	t = NULL;
NULL              570 source4/lib/ldb/common/ldb_dn.c 				if ( t ) t = NULL;
NULL              584 source4/lib/ldb/common/ldb_dn.c 				if ( t ) t = NULL;
NULL              600 source4/lib/ldb/common/ldb_dn.c 					if ( t ) t = NULL;
NULL              607 source4/lib/ldb/common/ldb_dn.c 					if ( t ) t = NULL;
NULL              662 source4/lib/ldb/common/ldb_dn.c 	if ( ! dn || ( dn->invalid)) return NULL;
NULL              668 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              673 source4/lib/ldb/common/ldb_dn.c 		if ( ! dn->linearized) return NULL;
NULL              684 source4/lib/ldb/common/ldb_dn.c 	if ( ! dn->linearized) return NULL;
NULL              718 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              726 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              750 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              762 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL              771 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              839 source4/lib/ldb/common/ldb_dn.c 		if (!dn->casefold) return NULL;
NULL              845 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              856 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL              866 source4/lib/ldb/common/ldb_dn.c 	if ( ! dn->casefold) return NULL;
NULL             1036 source4/lib/ldb/common/ldb_dn.c 	if (src == NULL) {
NULL             1041 source4/lib/ldb/common/ldb_dn.c 	if (dst.value.data == NULL) {
NULL             1046 source4/lib/ldb/common/ldb_dn.c 	if (dst.name == NULL) {
NULL             1053 source4/lib/ldb/common/ldb_dn.c 		if (dst.cf_value.data == NULL) {
NULL             1060 source4/lib/ldb/common/ldb_dn.c 		if (dst.cf_name == NULL) {
NULL             1067 source4/lib/ldb/common/ldb_dn.c 		dst.cf_value.data = NULL;
NULL             1068 source4/lib/ldb/common/ldb_dn.c 		dst.cf_name = NULL;
NULL             1080 source4/lib/ldb/common/ldb_dn.c 	if (src == NULL) {
NULL             1085 source4/lib/ldb/common/ldb_dn.c 	if (dst.value.data == NULL) {
NULL             1090 source4/lib/ldb/common/ldb_dn.c 	if (dst.name == NULL) {
NULL             1103 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1108 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1119 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL             1126 source4/lib/ldb/common/ldb_dn.c 				return NULL;
NULL             1137 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL             1144 source4/lib/ldb/common/ldb_dn.c 				return NULL;
NULL             1153 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL             1161 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL             1169 source4/lib/ldb/common/ldb_dn.c 			return NULL;
NULL             1197 source4/lib/ldb/common/ldb_dn.c 		s = NULL;
NULL             1215 source4/lib/ldb/common/ldb_dn.c 			if (dn->components[dn->comp_num].value.data == NULL) {
NULL             1282 source4/lib/ldb/common/ldb_dn.c 	if (base_str == NULL) {
NULL             1316 source4/lib/ldb/common/ldb_dn.c 		s = NULL;
NULL             1340 source4/lib/ldb/common/ldb_dn.c 			if (dn->components[i].value.data == NULL) {
NULL             1400 source4/lib/ldb/common/ldb_dn.c 	if (child_str == NULL) {
NULL             1504 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1509 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1531 source4/lib/ldb/common/ldb_dn.c 	char *cracked = NULL;
NULL             1535 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1604 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1606 source4/lib/ldb/common/ldb_dn.c 	if (num >= dn->comp_num) return NULL;
NULL             1613 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1615 source4/lib/ldb/common/ldb_dn.c 	if (num >= dn->comp_num) return NULL;
NULL             1622 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1624 source4/lib/ldb/common/ldb_dn.c 	if (dn->comp_num == 0) return NULL;
NULL             1631 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1633 source4/lib/ldb/common/ldb_dn.c 	if (dn->comp_num == 0) return NULL;
NULL             1690 source4/lib/ldb/common/ldb_dn.c 		return NULL;
NULL             1697 source4/lib/ldb/common/ldb_dn.c 	return NULL;
NULL               74 source4/lib/ldb/common/ldb_ldif.c 	if (value->data == NULL) {
NULL              112 source4/lib/ldb/common/ldb_ldif.c 	char *p=NULL;
NULL              162 source4/lib/ldb/common/ldb_ldif.c 	if (!out) return NULL;
NULL              264 source4/lib/ldb/common/ldb_ldif.c 	{NULL, 0}
NULL              284 source4/lib/ldb/common/ldb_ldif.c 	mem_ctx = talloc_named_const(NULL, 0, "ldb_ldif_write");
NULL              383 source4/lib/ldb/common/ldb_ldif.c 	char *chunk = NULL;
NULL              395 source4/lib/ldb/common/ldb_ldif.c 				return NULL;
NULL              527 source4/lib/ldb/common/ldb_ldif.c 	const char *attr=NULL;
NULL              528 source4/lib/ldb/common/ldb_ldif.c 	char *chunk=NULL, *s;
NULL              532 source4/lib/ldb/common/ldb_ldif.c 	value.data = NULL;
NULL              535 source4/lib/ldb/common/ldb_ldif.c 	if (!ldif) return NULL;
NULL              538 source4/lib/ldb/common/ldb_ldif.c 	if (ldif->msg == NULL) {
NULL              540 source4/lib/ldb/common/ldb_ldif.c 		return NULL;
NULL              546 source4/lib/ldb/common/ldb_ldif.c 	msg->dn = NULL;
NULL              547 source4/lib/ldb/common/ldb_ldif.c 	msg->elements = NULL;
NULL              616 source4/lib/ldb/common/ldb_ldif.c 			if (ldb_msg_add_empty(msg, (char *)value.data, flags, NULL) != 0) {
NULL              679 source4/lib/ldb/common/ldb_ldif.c 	return NULL;
NULL               47 source4/lib/ldb/common/ldb_match.c 	if (base == NULL || dn == NULL) {
NULL              112 source4/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              151 source4/lib/ldb/common/ldb_match.c 		if (valuedn == NULL) {
NULL              166 source4/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              191 source4/lib/ldb/common/ldb_match.c 	uint8_t *save_p = NULL;
NULL              200 source4/lib/ldb/common/ldb_match.c 	cnk.data = NULL;
NULL              216 source4/lib/ldb/common/ldb_match.c 		cnk.data = NULL;
NULL              226 source4/lib/ldb/common/ldb_match.c 		if (p == NULL) goto failed;
NULL              237 source4/lib/ldb/common/ldb_match.c 		cnk.data = NULL;
NULL              262 source4/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL              282 source4/lib/ldb/common/ldb_match.c 	i1 = strtoull((char *)v1->data, NULL, 0);
NULL              283 source4/lib/ldb/common/ldb_match.c 	i2 = strtoull((char *)v2->data, NULL, 0);
NULL              293 source4/lib/ldb/common/ldb_match.c 	i1 = strtoull((char *)v1->data, NULL, 0);
NULL              294 source4/lib/ldb/common/ldb_match.c 	i2 = strtoull((char *)v2->data, NULL, 0);
NULL              315 source4/lib/ldb/common/ldb_match.c 	int (*comp)(const struct ldb_val *, const struct ldb_val *) = NULL;
NULL              322 source4/lib/ldb/common/ldb_match.c 	if (tree->u.extended.rule_id == NULL) {
NULL              326 source4/lib/ldb/common/ldb_match.c 	if (tree->u.extended.attr == NULL) {
NULL              337 source4/lib/ldb/common/ldb_match.c 	if (comp == NULL) {
NULL              345 source4/lib/ldb/common/ldb_match.c 	if (el == NULL) {
NULL               56 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL               79 source4/lib/ldb/common/ldb_modules.c 	char **modules = NULL;
NULL               88 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL               95 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              101 source4/lib/ldb/common/ldb_modules.c 	while ((p = strrchr(modstr, ',')) != NULL) {
NULL              110 source4/lib/ldb/common/ldb_modules.c 			return NULL;
NULL              116 source4/lib/ldb/common/ldb_modules.c 	modules[i + 1] = NULL;
NULL              126 source4/lib/ldb/common/ldb_modules.c } *ldb_backends = NULL;
NULL              131 source4/lib/ldb/common/ldb_modules.c } *registered_modules = NULL;
NULL              144 source4/lib/ldb/common/ldb_modules.c 		if (builtins[i].backend_ops == NULL) continue;
NULL              159 source4/lib/ldb/common/ldb_modules.c 	return NULL;
NULL              216 source4/lib/ldb/common/ldb_modules.c 	if (strchr(url, ':') != NULL) {
NULL              225 source4/lib/ldb/common/ldb_modules.c 	if (fn == NULL) {
NULL              228 source4/lib/ldb/common/ldb_modules.c 		if (symbol_name == NULL) {
NULL              232 source4/lib/ldb/common/ldb_modules.c 		if (ops != NULL) {
NULL              240 source4/lib/ldb/common/ldb_modules.c 	if (fn == NULL) {
NULL              262 source4/lib/ldb/common/ldb_modules.c 		if (builtins[i].module_ops == NULL) continue;
NULL              273 source4/lib/ldb/common/ldb_modules.c 	return NULL;
NULL              281 source4/lib/ldb/common/ldb_modules.c 	if (ldb_find_module_ops(ops->name) != NULL)
NULL              284 source4/lib/ldb/common/ldb_modules.c 	if (entry == NULL)
NULL              301 source4/lib/ldb/common/ldb_modules.c 	if (ldb->modules_dir == NULL)
NULL              302 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              310 source4/lib/ldb/common/ldb_modules.c 	if (handle == NULL) {
NULL              312 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              317 source4/lib/ldb/common/ldb_modules.c 	if (sym == NULL) {
NULL              319 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              334 source4/lib/ldb/common/ldb_modules.c 	for (i = 0; module_list[i] != NULL; i++) {
NULL              343 source4/lib/ldb/common/ldb_modules.c 		if (ops == NULL) {
NULL              346 source4/lib/ldb/common/ldb_modules.c 			if (symbol_name == NULL) {
NULL              353 source4/lib/ldb/common/ldb_modules.c 		if (ops == NULL) {
NULL              360 source4/lib/ldb/common/ldb_modules.c 		if (current == NULL) {
NULL              376 source4/lib/ldb/common/ldb_modules.c 	while (module && module->ops->init_context == NULL) 
NULL              395 source4/lib/ldb/common/ldb_modules.c 	const char **modules = NULL;
NULL              407 source4/lib/ldb/common/ldb_modules.c 		for (i = 0; options[i] != NULL; i++) {
NULL              415 source4/lib/ldb/common/ldb_modules.c 	if ((modules == NULL) && (strcmp("ldap", ldb->modules->ops->name) != 0)) { 
NULL              416 source4/lib/ldb/common/ldb_modules.c 		const char * const attrs[] = { "@LIST" , NULL};
NULL              417 source4/lib/ldb/common/ldb_modules.c 		struct ldb_result *res = NULL;
NULL              421 source4/lib/ldb/common/ldb_modules.c 		if (mods_dn == NULL) {
NULL              443 source4/lib/ldb/common/ldb_modules.c 				module_list = ldb_msg_find_attr_as_string(res->msgs[0], "@LIST", NULL);
NULL              455 source4/lib/ldb/common/ldb_modules.c 	if (modules != NULL) {
NULL              478 source4/lib/ldb/common/ldb_modules.c 	while (module && module->ops->op == NULL) module = module->next; \
NULL              479 source4/lib/ldb/common/ldb_modules.c 	if (module == NULL) { \
NULL              496 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              500 source4/lib/ldb/common/ldb_modules.c 	module->prev = module->next = NULL;
NULL              534 source4/lib/ldb/common/ldb_modules.c 	if (request->callback == NULL) {
NULL              609 source4/lib/ldb/common/ldb_modules.c 	if (h == NULL) {
NULL              611 source4/lib/ldb/common/ldb_modules.c 		return NULL;
NULL              640 source4/lib/ldb/common/ldb_modules.c 		req->callback(req, NULL);
NULL              666 source4/lib/ldb/common/ldb_modules.c 		req->callback(req, NULL);
NULL              695 source4/lib/ldb/common/ldb_modules.c 		req->callback(req, NULL);
NULL              717 source4/lib/ldb/common/ldb_modules.c 	if (req == NULL) {
NULL              728 source4/lib/ldb/common/ldb_modules.c 	if (req->handle == NULL) {
NULL              764 source4/lib/ldb/common/ldb_modules.c 	NULL
NULL              774 source4/lib/ldb/common/ldb_modules.c #define NULL LDB_MODULE(NULL),
NULL               56 source4/lib/ldb/common/ldb_msg.c 	return NULL;
NULL               89 source4/lib/ldb/common/ldb_msg.c 	return NULL;
NULL               99 source4/lib/ldb/common/ldb_msg.c 	if (v->data == NULL) {
NULL              100 source4/lib/ldb/common/ldb_msg.c 		v2.data = NULL;
NULL              134 source4/lib/ldb/common/ldb_msg.c 	els[msg->num_elements].values = NULL;
NULL              163 source4/lib/ldb/common/ldb_msg.c 	if (ldb_msg_add_empty(msg, el->name, flags, NULL) != 0) {
NULL              244 source4/lib/ldb/common/ldb_msg.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              275 source4/lib/ldb/common/ldb_msg.c 	if (str == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              324 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              337 source4/lib/ldb/common/ldb_msg.c 	return strtol((const char *)v->data, NULL, 0);
NULL              348 source4/lib/ldb/common/ldb_msg.c 	return strtoul((const char *)v->data, NULL, 0);
NULL              359 source4/lib/ldb/common/ldb_msg.c 	return strtoll((const char *)v->data, NULL, 0);
NULL              370 source4/lib/ldb/common/ldb_msg.c 	return strtoull((const char *)v->data, NULL, 0);
NULL              381 source4/lib/ldb/common/ldb_msg.c 	return strtod((const char *)v->data, NULL);
NULL              422 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              427 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              452 source4/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              458 source4/lib/ldb/common/ldb_msg.c 	if (msg2->elements == NULL) goto failed;
NULL              468 source4/lib/ldb/common/ldb_msg.c 	return NULL;
NULL              482 source4/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              485 source4/lib/ldb/common/ldb_msg.c 	if (msg2->dn == NULL) goto failed;
NULL              491 source4/lib/ldb/common/ldb_msg.c 		if (el->name == NULL) goto failed;
NULL              495 source4/lib/ldb/common/ldb_msg.c 			if (el->values[j].data == NULL && values[j].length != 0) {
NULL              505 source4/lib/ldb/common/ldb_msg.c 	return NULL;
NULL              519 source4/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) return NULL;
NULL              529 source4/lib/ldb/common/ldb_msg.c 			if (el1->values == NULL) {
NULL              530 source4/lib/ldb/common/ldb_msg.c 				return NULL;
NULL              566 source4/lib/ldb/common/ldb_msg.c 	mod->elements = NULL;
NULL              569 source4/lib/ldb/common/ldb_msg.c 	if (msg2 == NULL) {
NULL              570 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              585 source4/lib/ldb/common/ldb_msg.c 			return NULL;
NULL              595 source4/lib/ldb/common/ldb_msg.c 					      LDB_FLAG_MOD_DELETE, NULL) != 0) {
NULL              596 source4/lib/ldb/common/ldb_msg.c 				return NULL;
NULL              610 source4/lib/ldb/common/ldb_msg.c 	if (msg->dn == NULL) {
NULL              648 source4/lib/ldb/common/ldb_msg.c 	if (ret == NULL) {
NULL              649 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              677 source4/lib/ldb/common/ldb_msg.c 	if (ret == NULL) {
NULL              678 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              684 source4/lib/ldb/common/ldb_msg.c 	ret[i+1] = NULL;
NULL              710 source4/lib/ldb/common/ldb_msg.c 	if (el == NULL) {
NULL              714 source4/lib/ldb/common/ldb_msg.c 	if (el->name == NULL) {
NULL              727 source4/lib/ldb/common/ldb_msg.c 	if (el == NULL) {
NULL              770 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              785 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              798 source4/lib/ldb/common/ldb_msg.c 	if (s == NULL) return 0;
NULL              822 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              837 source4/lib/ldb/common/ldb_msg.c 		return NULL;
NULL              850 source4/lib/ldb/common/ldb_msg.c 	if (s == NULL) return 0;
NULL              889 source4/lib/ldb/common/ldb_msg.c 	if (el == NULL)
NULL               70 source4/lib/ldb/common/ldb_parse.c 	if (ret.data == NULL) return ret;
NULL              110 source4/lib/ldb/common/ldb_parse.c 	if (ret == NULL) return NULL;
NULL              145 source4/lib/ldb/common/ldb_parse.c 		if (value == NULL) return NULL;
NULL              148 source4/lib/ldb/common/ldb_parse.c 			if (value[1] == '\0') return NULL;
NULL              156 source4/lib/ldb/common/ldb_parse.c 	return NULL;
NULL              164 source4/lib/ldb/common/ldb_parse.c 	struct ldb_val **ret = NULL;
NULL              169 source4/lib/ldb/common/ldb_parse.c 	if (wc == NULL) return NULL;
NULL              184 source4/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              187 source4/lib/ldb/common/ldb_parse.c 		if (ret[val] == NULL) return NULL;
NULL              190 source4/lib/ldb/common/ldb_parse.c 		if ((ret[val])->data == NULL) return NULL;
NULL              195 source4/lib/ldb/common/ldb_parse.c 	if (ret != NULL) {
NULL              196 source4/lib/ldb/common/ldb_parse.c 		ret[val] = NULL;
NULL              225 source4/lib/ldb/common/ldb_parse.c 	if (ret->u.extended.value.data == NULL) goto failed;
NULL              228 source4/lib/ldb/common/ldb_parse.c 	if (p1 == NULL) goto failed;
NULL              239 source4/lib/ldb/common/ldb_parse.c 			if (ret->u.extended.rule_id == NULL) goto failed;
NULL              241 source4/lib/ldb/common/ldb_parse.c 			ret->u.extended.rule_id = NULL;
NULL              246 source4/lib/ldb/common/ldb_parse.c 		if (ret->u.extended.rule_id == NULL) goto failed;
NULL              253 source4/lib/ldb/common/ldb_parse.c 	return NULL;
NULL              276 source4/lib/ldb/common/ldb_parse.c 		if (p == NULL) { /* malformed attribute name */
NULL              291 source4/lib/ldb/common/ldb_parse.c 	if (name == NULL) return 0;
NULL              332 source4/lib/ldb/common/ldb_parse.c 	if (val == NULL) {
NULL              362 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              368 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              386 source4/lib/ldb/common/ldb_parse.c 			if (ldb_parse_find_wildcard(value) != NULL) {
NULL              392 source4/lib/ldb/common/ldb_parse.c 				if (ret->u.substring.chunks == NULL){
NULL              394 source4/lib/ldb/common/ldb_parse.c 					return NULL;
NULL              408 source4/lib/ldb/common/ldb_parse.c 			if (ret->u.equality.value.data == NULL) {
NULL              410 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              419 source4/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              421 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              430 source4/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              432 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              441 source4/lib/ldb/common/ldb_parse.c 			if (ret->u.comparison.value.data == NULL) {
NULL              443 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              455 source4/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              482 source4/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              491 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              500 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              506 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              519 source4/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              542 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              549 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              556 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              590 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              611 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              618 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              639 source4/lib/ldb/common/ldb_parse.c 	if (s == NULL || *s == 0) {
NULL              661 source4/lib/ldb/common/ldb_parse.c 	if (tree == NULL) {
NULL              662 source4/lib/ldb/common/ldb_parse.c 		return NULL;
NULL              669 source4/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              672 source4/lib/ldb/common/ldb_parse.c 			if (s == NULL) {
NULL              674 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              678 source4/lib/ldb/common/ldb_parse.c 			if (s2 == NULL) {
NULL              680 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              685 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) {
NULL              687 source4/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              692 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              699 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              707 source4/lib/ldb/common/ldb_parse.c 		if (ret == NULL) return NULL;
NULL              710 source4/lib/ldb/common/ldb_parse.c 			if (s2 == NULL) {
NULL              712 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              720 source4/lib/ldb/common/ldb_parse.c 			if (s == NULL) {
NULL              722 source4/lib/ldb/common/ldb_parse.c 				return NULL;
NULL              727 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) {
NULL              729 source4/lib/ldb/common/ldb_parse.c 			return NULL;
NULL              735 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              742 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              752 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              759 source4/lib/ldb/common/ldb_parse.c 		if (s == NULL) return NULL;
NULL              770 source4/lib/ldb/common/ldb_parse.c 	return NULL;
NULL               62 source4/lib/ldb/common/ldb_utf8.c 		return NULL;
NULL               72 source4/lib/ldb/common/ldb_utf8.c 	ldb_set_utf8_fns(ldb, NULL, ldb_casefold_default);
NULL              118 source4/lib/ldb/common/ldb_utf8.c 		return NULL;
NULL              109 source4/lib/ldb/common/qsort.c       PUSH (NULL, NULL);
NULL               68 source4/lib/ldb/examples/ldbreader.c 	ldb = ldb_init(NULL, NULL);
NULL               76 source4/lib/ldb/examples/ldbreader.c 	if (LDB_SUCCESS != ldb_connect(ldb, "tdb://tdbtest.ldb", LDB_FLG_RDONLY, NULL) ){
NULL               90 source4/lib/ldb/examples/ldbreader.c 				      NULL, LDB_SCOPE_DEFAULT, NULL,
NULL              110 source4/lib/ldb/examples/ldbreader.c 		ldb_ldif_write(ldb, vprintf_fn, NULL, &ldifMsg);
NULL               72 source4/lib/ldb/examples/ldifreader.c 	ldb = ldb_init(NULL, NULL);
NULL              111 source4/lib/ldb/examples/ldifreader.c 		ldb_ldif_write(ldb, vprintf_fn, NULL, ldifMsg);
NULL               31 source4/lib/ldb/include/dlinklist.h 		(p)->next = (p)->prev = NULL; \
NULL               35 source4/lib/ldb/include/dlinklist.h 		(p)->prev = NULL; \
NULL               46 source4/lib/ldb/include/dlinklist.h 		if (list) (list)->prev = NULL; \
NULL               51 source4/lib/ldb/include/dlinklist.h 	if ((p) && ((p) != (list))) (p)->next = (p)->prev = NULL; \
NULL               67 source4/lib/ldb/include/dlinklist.h 			(p)->next = (p)->prev = NULL; \
NULL               72 source4/lib/ldb/include/dlinklist.h 			(p)->next = NULL; \
NULL               79 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (ctx->req == NULL) {
NULL               87 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		ctx->req->callback(ctx->req, NULL);
NULL              105 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb_request_done(ac, NULL, LDB_SUCCESS);
NULL              124 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		return NULL;
NULL              126 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	mods[0] = NULL;
NULL              135 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		mods[n + 1] = NULL;
NULL              159 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	return NULL;
NULL              202 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	ildb_request_done(ac, NULL, LDB_ERR_TIME_LIMIT_EXCEEDED);
NULL              224 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	controls = NULL;
NULL              228 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		ildb_request_done(ac, NULL, ret);
NULL              234 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		ildb_request_done(ac, NULL, ret);
NULL              354 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		req->replies = NULL;
NULL              391 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req == NULL) {
NULL              403 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	req->time_event = NULL;
NULL              433 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req->op.search.tree == NULL) {
NULL              439 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              446 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (req->op.search.base == NULL) {
NULL              451 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.SearchRequest.basedn == NULL) {
NULL              488 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              495 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.AddRequest.dn == NULL) {
NULL              501 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (mods == NULL) {
NULL              508 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.AddRequest.attributes == NULL) {
NULL              531 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              538 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyRequest.dn == NULL) {
NULL              544 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (mods == NULL) {
NULL              551 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyRequest.mods == NULL) {
NULL              572 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              579 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.DelRequest.dn == NULL) {
NULL              596 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg == NULL) {
NULL              602 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.dn == NULL) {
NULL              611 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.newrdn == NULL) {
NULL              618 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (msg->r.ModifyDNRequest.newsuperior == NULL) {
NULL              651 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	struct ldb_dn *dn = NULL;
NULL              693 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (ac == NULL) {
NULL              707 source4/lib/ldb/ldb_ildap/ldb_ildap.c 		if (NULL == te) {
NULL              800 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (creds == NULL) {
NULL              807 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	if (creds != NULL && cli_credentials_authentication_requested(creds)) {
NULL               80 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		return NULL;
NULL               82 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	mods[0] = NULL;
NULL               91 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		mods[num_mods+1] = NULL;
NULL              123 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		mods[num_mods]->mod_vals.modv_bvals[j] = NULL;
NULL              131 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	return NULL;
NULL              216 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->op.search.tree == NULL) {
NULL              221 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->controls != NULL) {
NULL              228 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (req->op.search.base == NULL) {
NULL              231 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (search_base == NULL) {
NULL              236 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (expression == NULL) {
NULL              259 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			    NULL,
NULL              260 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			    NULL,
NULL              290 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (mods == NULL) {
NULL              295 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (dn == NULL) {
NULL              300 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			   NULL,
NULL              301 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			   NULL,
NULL              329 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (mods == NULL) {
NULL              334 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (dn == NULL) {
NULL              339 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              340 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              369 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              370 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			      NULL,
NULL              399 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (old_dn == NULL) {
NULL              416 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			  1, NULL, NULL,
NULL              458 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		req->callback(req, NULL);
NULL              475 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	LDAPControl **serverctrlsp = NULL;
NULL              476 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	char **referralsp = NULL;
NULL              477 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	char *matcheddnp = NULL;
NULL              478 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	char *errmsgp = NULL;
NULL              499 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	       	if (msg != NULL) {
NULL              500 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			BerElement *berptr = NULL;
NULL              524 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			ldbmsg->elements = NULL;
NULL              540 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			ret = ldb_module_send_entry(ac->req, ldbmsg, NULL /* controls not yet supported */);
NULL              560 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		if (referralsp == NULL) {
NULL              591 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		if (serverctrlsp != NULL) {
NULL              593 source4/lib/ldb/ldb_ldap/ldb_ldap.c 			ac->controls = NULL;
NULL              652 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_request_done(ac, NULL, LDB_ERR_TIME_LIMIT_EXCEEDED);
NULL              669 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		lldb_request_done(ac, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              680 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		lldb_request_done(ac, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              694 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (NULL == lte) {
NULL              695 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		lldb_request_done(ac, NULL, LDB_ERR_OPERATIONS_ERROR);
NULL              701 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	struct ldb_dn *dn = NULL;
NULL              734 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	lldb_request_done(ac, NULL, LDB_SUCCESS);
NULL              756 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (NULL == ev) {
NULL              761 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (ac == NULL) {
NULL              776 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		if (NULL == te) {
NULL              806 source4/lib/ldb/ldb_ldap/ldb_ldap.c 		lldb_request_done(ac, NULL, ret);
NULL              813 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (NULL == te) {
NULL              821 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	if (NULL == te) {
NULL              118 source4/lib/ldb/ldb_map/ldb_map.c 	if (ac == NULL) {
NULL              120 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              152 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              162 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              167 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              181 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              191 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              196 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              267 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              281 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              300 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              307 source4/lib/ldb/ldb_map/ldb_map.c 	const struct ldb_map_attribute *wildcard = NULL;
NULL              356 source4/lib/ldb/ldb_map/ldb_map.c 	if (map == NULL) {
NULL              369 source4/lib/ldb/ldb_map/ldb_map.c 	if (map == NULL) {
NULL              382 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              389 source4/lib/ldb/ldb_map/ldb_map.c 	if (map == NULL) {
NULL              411 source4/lib/ldb/ldb_map/ldb_map.c 	if (*attrs == NULL) {
NULL              420 source4/lib/ldb/ldb_map/ldb_map.c 	(*attrs)[i+k] = NULL;
NULL              478 source4/lib/ldb/ldb_map/ldb_map.c 	if (dn == NULL) {
NULL              479 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              485 source4/lib/ldb/ldb_map/ldb_map.c 	if (newdn == NULL) {
NULL              487 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              495 source4/lib/ldb/ldb_map/ldb_map.c 		if (map == NULL) {
NULL              510 source4/lib/ldb/ldb_map/ldb_map.c 			if (map->u.convert.convert_local == NULL) {
NULL              520 source4/lib/ldb/ldb_map/ldb_map.c 			if (name == NULL) goto failed;
NULL              523 source4/lib/ldb/ldb_map/ldb_map.c 			if (value.data == NULL) goto failed;
NULL              538 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              553 source4/lib/ldb/ldb_map/ldb_map.c 	if (dn == NULL) {
NULL              554 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              560 source4/lib/ldb/ldb_map/ldb_map.c 	if (newdn == NULL) {
NULL              562 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              570 source4/lib/ldb/ldb_map/ldb_map.c 		if (map == NULL) {
NULL              585 source4/lib/ldb/ldb_map/ldb_map.c 			if (map->u.convert.convert_remote == NULL) {
NULL              595 source4/lib/ldb/ldb_map/ldb_map.c 			if (name == NULL) goto failed;
NULL              598 source4/lib/ldb/ldb_map/ldb_map.c 			if (value.data == NULL) goto failed;
NULL              613 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              646 source4/lib/ldb/ldb_map/ldb_map.c 		newval.data = NULL;
NULL              675 source4/lib/ldb/ldb_map/ldb_map.c 		newval.data = NULL;
NULL              723 source4/lib/ldb/ldb_map/ldb_map.c 	if (oc == NULL) {
NULL              729 source4/lib/ldb/ldb_map/ldb_map.c 	if (el == NULL) {
NULL              737 source4/lib/ldb/ldb_map/ldb_map.c 	if (el->values == NULL) {
NULL              798 source4/lib/ldb/ldb_map/ldb_map.c 	if (oc == NULL) {
NULL              799 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              804 source4/lib/ldb/ldb_map/ldb_map.c 	if (el == NULL) {
NULL              806 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              812 source4/lib/ldb/ldb_map/ldb_map.c 	if (el->values == NULL) {
NULL              815 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              833 source4/lib/ldb/ldb_map/ldb_map.c 		if (el->values == NULL) {
NULL              836 source4/lib/ldb/ldb_map/ldb_map.c 			return NULL;
NULL              882 source4/lib/ldb/ldb_map/ldb_map.c 		search_tree = ldb_parse_tree(ac, NULL);
NULL              883 source4/lib/ldb/ldb_map/ldb_map.c 		if (search_tree == NULL) {
NULL              884 source4/lib/ldb/ldb_map/ldb_map.c 			return NULL;
NULL              891 source4/lib/ldb/ldb_map/ldb_map.c 					NULL,
NULL              895 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              918 source4/lib/ldb/ldb_map/ldb_map.c 	if (msg == NULL) {
NULL              920 source4/lib/ldb/ldb_map/ldb_map.c 		return NULL;
NULL              929 source4/lib/ldb/ldb_map/ldb_map.c 	if (ldb_msg_add_empty(msg, IS_MAPPED, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              938 source4/lib/ldb/ldb_map/ldb_map.c 				ac, msg, NULL,
NULL              949 source4/lib/ldb/ldb_map/ldb_map.c 	return NULL;
NULL              970 source4/lib/ldb/ldb_map/ldb_map.c 		.local_name = NULL,
NULL              980 source4/lib/ldb/ldb_map/ldb_map.c 			.remote_names = { "objectClass", NULL },
NULL              992 source4/lib/ldb/ldb_map/ldb_map.c 	static const char * const attrs[] = { MAP_DN_FROM, MAP_DN_TO, NULL };
NULL             1000 source4/lib/ldb/ldb_map/ldb_map.c 		data->local_base_dn = NULL;
NULL             1001 source4/lib/ldb/ldb_map/ldb_map.c 		data->remote_base_dn = NULL;
NULL             1014 source4/lib/ldb/ldb_map/ldb_map.c 	ret = ldb_search(ldb, data, &res, dn, LDB_SCOPE_BASE, attrs, NULL);
NULL             1056 source4/lib/ldb/ldb_map/ldb_map.c 	if (data->attribute_maps == NULL) {
NULL             1105 source4/lib/ldb/ldb_map/ldb_map.c 	if (data == NULL) {
NULL               42 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (el == NULL) {
NULL               44 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return NULL;
NULL               49 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (el->values == NULL) {
NULL               52 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return NULL;
NULL               70 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	struct ldb_message_element *el=NULL;
NULL               74 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (map == NULL) {
NULL               86 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		if (map->u.convert.convert_local == NULL) {
NULL              100 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		if (map->u.generate.generate_remote == NULL) {
NULL              118 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (el == NULL) {
NULL              126 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (el == NULL) {
NULL              209 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              224 source4/lib/ldb/ldb_map/ldb_map_inbound.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              249 source4/lib/ldb/ldb_map/ldb_map_inbound.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              270 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	static const char * const attrs[] = { IS_MAPPED, NULL };
NULL              275 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (tree == NULL) {
NULL              282 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (*req == NULL) {
NULL              300 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              310 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              317 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              334 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              344 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              387 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac == NULL) {
NULL              394 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac->local_msg == NULL) {
NULL              402 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (remote_msg == NULL) {
NULL              495 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac == NULL) {
NULL              501 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac->local_msg == NULL) {
NULL              509 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (remote_msg == NULL) {
NULL              553 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              558 source4/lib/ldb/ldb_map/ldb_map_inbound.c 					LDB_FLAG_MOD_ADD, NULL) != 0) {
NULL              620 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac == NULL) {
NULL              661 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              713 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac == NULL) {
NULL              754 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (ac->local_dn == NULL) {
NULL              785 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              795 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              802 source4/lib/ldb/ldb_map/ldb_map_inbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              821 source4/lib/ldb/ldb_map/ldb_map_inbound.c 	if (local_req == NULL) {
NULL               43 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (attrs == NULL)
NULL               44 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return NULL;
NULL               48 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (result == NULL) {
NULL               51 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	result[0] = NULL;
NULL               58 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			if (result == NULL) {
NULL               63 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			result[last+1] = NULL;
NULL               73 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	return NULL;
NULL               83 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	const char *name=NULL;
NULL               89 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (result == NULL) {
NULL               92 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	result[0] = NULL;
NULL               97 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			const char **new_attrs = NULL;
NULL              122 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (map == NULL) {
NULL              143 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				if (result == NULL) {
NULL              148 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				result[last+1] = NULL;
NULL              156 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (result == NULL) {
NULL              161 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		result[last+1] = NULL;
NULL              170 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	return NULL;
NULL              194 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (old == NULL) {
NULL              226 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (el == NULL) {
NULL              228 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return NULL;
NULL              232 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (el->values == NULL) {
NULL              235 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return NULL;
NULL              239 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (el->name == NULL) {
NULL              242 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return NULL;
NULL              250 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return NULL;
NULL              264 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_message_element *old, *el=NULL;
NULL              265 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	const char *remote_name = NULL;
NULL              279 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (map == NULL) {
NULL              304 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (map->u.convert.convert_remote == NULL) {
NULL              323 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (map->u.generate.generate_local == NULL) {
NULL              339 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (el == NULL) {
NULL              352 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	struct ldb_message_element *el=NULL;
NULL              362 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			if (el == NULL) {
NULL              462 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (msg == NULL) {
NULL              476 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (dn == NULL) {
NULL              525 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree == NULL) {
NULL              564 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              577 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (child == NULL) {
NULL              579 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              595 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              603 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if ((*new)->u.list.elements == NULL) {
NULL              628 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              644 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              657 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree == NULL) {
NULL              670 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              687 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              700 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (child == NULL) {
NULL              702 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              718 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              726 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if ((*new)->u.list.elements == NULL) {
NULL              751 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              769 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (*new == NULL) {
NULL              811 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (attr == NULL) {
NULL              813 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              830 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		(*new)->u.substring.chunks = NULL;
NULL              835 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				*new = NULL;
NULL              841 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				*new = NULL;
NULL              845 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			(*new)->u.substring.chunks[i+1] = NULL;
NULL              878 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree == NULL) {
NULL              891 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              905 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		*new = NULL;
NULL              922 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*local_tree = NULL;
NULL              923 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	*remote_tree = NULL;
NULL              926 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree == NULL) {
NULL              960 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree == NULL) {
NULL              973 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tmp_ctx == NULL) {
NULL              979 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (tree_attrs == NULL) {
NULL              983 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	tree_attrs[0] = NULL;
NULL             1032 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (mr == NULL) {
NULL             1101 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	const char *wildcard[] = { "*", NULL };
NULL             1125 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (ac == NULL) {
NULL             1132 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (attrs == NULL) {
NULL             1151 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (((local_tree != NULL) && (remote_tree != NULL)) &&
NULL             1154 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		local_tree = NULL;
NULL             1155 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		remote_tree = NULL;
NULL             1158 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (local_tree == NULL) {
NULL             1161 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (local_tree == NULL) {
NULL             1169 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (remote_tree == NULL) {
NULL             1171 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		remote_tree = ldb_parse_tree(ac, NULL);
NULL             1172 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (remote_tree == NULL) {
NULL             1205 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1226 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1241 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1259 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (ac->r_current == NULL) {
NULL             1266 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL             1277 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (ac->r_current == NULL || ac->r_current->remote == NULL) {
NULL             1285 source4/lib/ldb/ldb_map/ldb_map_outbound.c 					 NULL, NULL,
NULL             1287 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	if (search_req == NULL) {
NULL             1305 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL             1319 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL             1337 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (ac->r_current->local != NULL) {
NULL             1346 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				return ldb_module_done(ac->req, NULL, NULL,
NULL             1353 source4/lib/ldb/ldb_map/ldb_map_outbound.c 							NULL, NULL, ret);
NULL             1357 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		if (ac->r_current->next != NULL) {
NULL             1363 source4/lib/ldb/ldb_map/ldb_map_outbound.c 							       NULL, NULL, ret);
NULL               76 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c sqlite3_stmt *  stmtGetEID = NULL;
NULL               87 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (str == NULL) return NULL;
NULL               90 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (ret == NULL) {
NULL               92 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL              196 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (pBase160 != NULL &&
NULL              200 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                 if (pBase160 == NULL) {
NULL              241 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                 if (pBase160 != NULL) {
NULL              256 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	char *ret = NULL;
NULL              266 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (tmp == NULL) return NULL;
NULL              271 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (child == NULL) return NULL;
NULL              274 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (tmp == NULL) return NULL;
NULL              284 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (tmp == NULL) return NULL;
NULL              289 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (child == NULL) return NULL;
NULL              292 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (tmp == NULL) return NULL;
NULL              300 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (child == NULL) return NULL;
NULL              312 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              317 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              318 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              346 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (wild_card_string == NULL) return NULL;
NULL              351 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (wild_card_string == NULL) return NULL;
NULL              360 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              368 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              369 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              381 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              386 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              387 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              400 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              405 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              406 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              423 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              432 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) return NULL;
NULL              437 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (value.data == NULL) {
NULL              438 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			return NULL;
NULL              451 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		return NULL;
NULL              459 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	return NULL;
NULL              487 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if ((p = sqlite3_vmprintf(pSql, args)) == NULL) {
NULL              503 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                            NULL)) == SQLITE_SCHEMA) {
NULL              504 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              506 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              515 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              517 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              531 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                         if (stmtGetEID != NULL) {
NULL              533 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                 stmtGetEID = NULL;
NULL              636 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(sqlite, "ROLLBACK;", NULL, NULL, &errmsg);
NULL              691 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			ret = ldb_module_send_entry(ac->req, msg, NULL);
NULL              709 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (msg->dn == NULL) {
NULL              711 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (msg->dn == NULL)
NULL              755 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) return -1;
NULL              783 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (local_ctx == NULL) {
NULL              811 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	char *query = NULL;
NULL              827 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (norm_basedn == NULL) {
NULL              936 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (query == NULL) {
NULL              946 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ctx->ares = NULL;
NULL              962 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (ctx->ares->message == NULL) {
NULL              966 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = ldb_module_send_entry(req, ctx->ares->message, NULL);
NULL             1013 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (dn == NULL || ndn == NULL) {
NULL             1023 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1027 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1049 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) {
NULL             1062 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (value.data == NULL) {
NULL             1073 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (insert == NULL) {
NULL             1077 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			ret = sqlite3_exec(lsqlite3->sqlite, insert, NULL, NULL, &errmsg);
NULL             1129 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		if (attr == NULL) {
NULL             1145 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			if (mod == NULL) {
NULL             1149 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1168 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (value.data == NULL) {
NULL             1180 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1184 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1204 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1208 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1224 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (value.data == NULL) {
NULL             1235 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				if (mod == NULL) {
NULL             1239 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 				ret = sqlite3_exec(lsqlite3->sqlite, mod, NULL, NULL, &errmsg);
NULL             1283 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1287 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1319 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (old_cdn == NULL || new_cdn == NULL || new_dn == NULL) {
NULL             1328 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (query == NULL) {
NULL             1333 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, query, NULL, NULL, &errmsg);
NULL             1355 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "BEGIN IMMEDIATE;", NULL, NULL, &errmsg);
NULL             1384 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "COMMIT;", NULL, NULL, &errmsg);
NULL             1440 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		req->callback(req, NULL);
NULL             1524 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (ac == NULL) {
NULL             1535 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (NULL == te) {
NULL             1541 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (NULL == ac->timeout_event) {
NULL             1580 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	if (local_ctx == NULL) {
NULL             1686 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "PRAGMA auto_vacuum = 1;", NULL, NULL, &errmsg);
NULL             1697 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, "PRAGMA synchronous = OFF;", NULL, NULL, &errmsg);
NULL             1721 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* user data */
NULL             1723 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* step func */
NULL             1724 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL             /* final func */
NULL             1735 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* user data */
NULL             1737 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,            /* step func */
NULL             1738 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL             /* final func */
NULL             1751 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL,             /* step func */
NULL             1752 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c                                      NULL              /* final func */
NULL             1758 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "BEGIN EXCLUSIVE;", NULL, NULL, &errmsg);
NULL             1781 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 		ret = sqlite3_exec(lsqlite3->sqlite, schema, NULL, NULL, &errmsg);
NULL             1819 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	ret = sqlite3_exec(lsqlite3->sqlite, "COMMIT;", NULL, NULL, &errmsg);
NULL             1857 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3->sqlite = NULL;
NULL             1858 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	lsqlite3->options = NULL;
NULL             1884 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 			lsqlite3->options[i+1] = NULL;
NULL             1897 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (lsqlite3 && lsqlite3->sqlite != NULL) {
NULL               49 source4/lib/ldb/ldb_tdb/ldb_cache.c 	{ NULL, 0 }
NULL               66 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache->attributes == NULL) {
NULL               77 source4/lib/ldb/ldb_tdb/ldb_cache.c 	ltdb->cache->attributes = NULL;
NULL               96 source4/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb_valid_attr_flags[j].name == NULL) {
NULL              119 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (dn == NULL) goto failed;
NULL              158 source4/lib/ldb/ldb_tdb/ldb_cache.c 		if (s == NULL) {
NULL              199 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg == NULL) {
NULL              244 source4/lib/ldb/ldb_tdb/ldb_cache.c 	ltdb->cache = NULL;
NULL              265 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_dn *baseinfo_dn = NULL, *options_dn = NULL;
NULL              266 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_dn *indexlist_dn = NULL;
NULL              268 source4/lib/ldb/ldb_tdb/ldb_cache.c 	struct ldb_message *baseinfo = NULL, *options = NULL;
NULL              274 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache != NULL && 
NULL              279 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache == NULL) {
NULL              281 source4/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb->cache == NULL) goto failed;
NULL              284 source4/lib/ldb/ldb_tdb/ldb_cache.c 		if (ltdb->cache->indexlist == NULL ||
NULL              285 source4/lib/ldb/ldb_tdb/ldb_cache.c 		    ltdb->cache->attributes == NULL) {
NULL              291 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (baseinfo == NULL) goto failed;
NULL              294 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (baseinfo_dn == NULL) goto failed;
NULL              323 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (options == NULL) goto failed;
NULL              326 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (options_dn == NULL) goto failed;
NULL              349 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (ltdb->cache->indexlist == NULL ||
NULL              350 source4/lib/ldb/ldb_tdb/ldb_cache.c 	    ltdb->cache->attributes == NULL) {
NULL              355 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (indexlist_dn == NULL) goto failed;
NULL              394 source4/lib/ldb/ldb_tdb/ldb_cache.c 	time_t t = time(NULL);
NULL              395 source4/lib/ldb/ldb_tdb/ldb_cache.c 	char *s = NULL;
NULL              401 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg == NULL) {
NULL              415 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (msg->dn == NULL) {
NULL              421 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (el[0].name == NULL) {
NULL              433 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (el[1].name == NULL) {
NULL              443 source4/lib/ldb/ldb_tdb/ldb_cache.c 	if (s == NULL) {
NULL              469 source4/lib/ldb/ldb_tdb/ldb_cache.c 	for (i = 0; ltdb_valid_attr_flags[i].name != NULL; i++) {
NULL               75 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (ltdb->idxptr->dn_list == NULL) {
NULL               81 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (ltdb->idxptr->dn_list[ltdb->idxptr->num_dns] == NULL) {
NULL              146 source4/lib/ldb/ldb_tdb/ldb_index.c 	val2 = talloc_realloc(NULL, el->values, struct ldb_val, i);
NULL              147 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (val2 == NULL) {
NULL              159 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (el->values[i].data == NULL) {
NULL              182 source4/lib/ldb/ldb_tdb/ldb_index.c 	ptr = NULL;
NULL              186 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (tmp == NULL) {
NULL              191 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (tmp->value.data == NULL) {
NULL              198 source4/lib/ldb/ldb_tdb/ldb_index.c 	val2 = talloc_realloc(NULL, el->values, struct ldb_val, 1);
NULL              199 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (val2 == NULL) {
NULL              296 source4/lib/ldb/ldb_tdb/ldb_index.c 	ltdb->idxptr = NULL;
NULL              306 source4/lib/ldb/ldb_tdb/ldb_index.c 	ltdb->idxptr = NULL;
NULL              439 source4/lib/ldb/ldb_tdb/ldb_index.c 		return NULL;
NULL              452 source4/lib/ldb/ldb_tdb/ldb_index.c 		return NULL;
NULL              456 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (!vstr) return NULL;
NULL              482 source4/lib/ldb/ldb_tdb/ldb_index.c 			if (attr == NULL) {
NULL              524 source4/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              528 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (ldb_msg_find_idx(index_list, tree->u.equality.attr, NULL, LTDB_IDXATTR) == -1) {
NULL              538 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL              599 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (list->dn == NULL) {
NULL              604 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (list->dn[0] == NULL) {
NULL              632 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (list3 == NULL) {
NULL              724 source4/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              732 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (list2 == NULL) {
NULL              810 source4/lib/ldb/ldb_tdb/ldb_index.c 	list->dn = NULL;
NULL              818 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (list2 == NULL) {
NULL              877 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (list2 == NULL) {
NULL              892 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1023 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (dn == NULL) {
NULL             1056 source4/lib/ldb/ldb_tdb/ldb_index.c 		ret = ldb_module_send_entry(ac->req, msg, NULL);
NULL             1082 source4/lib/ldb/ldb_tdb/ldb_index.c 	ret = ldb_msg_find_idx(ltdb->cache->indexlist, NULL, NULL, LTDB_IDXATTR);
NULL             1088 source4/lib/ldb/ldb_tdb/ldb_index.c 	ret = ldb_msg_find_idx(ltdb->cache->indexlist, NULL, NULL, LTDB_IDXONE);
NULL             1102 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (dn_list == NULL) {
NULL             1109 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (dn_list->dn == NULL) {
NULL             1114 source4/lib/ldb/ldb_tdb/ldb_index.c 		if (dn_list->dn[0] == NULL) {
NULL             1230 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1251 source4/lib/ldb/ldb_tdb/ldb_index.c 		msg->elements = NULL;
NULL             1294 source4/lib/ldb/ldb_tdb/ldb_index.c 				       NULL, LTDB_IDXATTR);
NULL             1318 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (dn == NULL) {
NULL             1352 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1428 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (dn == NULL) {
NULL             1434 source4/lib/ldb/ldb_tdb/ldb_index.c 				       NULL, LTDB_IDXATTR);
NULL             1463 source4/lib/ldb/ldb_tdb/ldb_index.c 	ret = ldb_msg_find_idx(ltdb->cache->indexlist, NULL, NULL, LTDB_IDXONE);
NULL             1469 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (pdn == NULL) {
NULL             1474 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (dn == NULL) {
NULL             1480 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (val.data == NULL) {
NULL             1522 source4/lib/ldb/ldb_tdb/ldb_index.c 	const char *dn = NULL;
NULL             1534 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg == NULL) {
NULL             1547 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (key2.dptr == NULL) {
NULL             1560 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (msg->dn == NULL) {
NULL             1596 source4/lib/ldb/ldb_tdb/ldb_index.c 	ret = tdb_traverse(ltdb->tdb, delete_index, NULL);
NULL               91 source4/lib/ldb/ldb_tdb/ldb_pack.c 	if (dn == NULL) {
NULL              171 source4/lib/ldb/ldb_tdb/ldb_pack.c 	message->elements = NULL;
NULL              187 source4/lib/ldb/ldb_tdb/ldb_pack.c 		message->dn = NULL;
NULL              197 source4/lib/ldb/ldb_tdb/ldb_pack.c 		if (message->dn == NULL) {
NULL              211 source4/lib/ldb/ldb_tdb/ldb_pack.c 		message->elements = NULL;
NULL              241 source4/lib/ldb/ldb_tdb/ldb_pack.c 		if (message->elements[i].name == NULL) {
NULL              248 source4/lib/ldb/ldb_tdb/ldb_pack.c 		message->elements[i].values = NULL;
NULL              269 source4/lib/ldb/ldb_tdb/ldb_pack.c 			if (message->elements[i].values[j].data == NULL) {
NULL               70 source4/lib/ldb/ldb_tdb/ldb_search.c 		elnew->values = NULL;
NULL              152 source4/lib/ldb/ldb_tdb/ldb_search.c 		return NULL;
NULL              158 source4/lib/ldb/ldb_tdb/ldb_search.c 		return NULL;
NULL              162 source4/lib/ldb/ldb_tdb/ldb_search.c 	ret->elements = NULL;
NULL              167 source4/lib/ldb/ldb_tdb/ldb_search.c 			return NULL;
NULL              178 source4/lib/ldb/ldb_tdb/ldb_search.c 				return NULL;
NULL              185 source4/lib/ldb/ldb_tdb/ldb_search.c 				return NULL;
NULL              196 source4/lib/ldb/ldb_tdb/ldb_search.c 			return NULL;				
NULL              263 source4/lib/ldb/ldb_tdb/ldb_search.c 	msg->elements = NULL;
NULL              311 source4/lib/ldb/ldb_tdb/ldb_search.c 	(*res)[(*count)+1] = NULL;
NULL              404 source4/lib/ldb/ldb_tdb/ldb_search.c 		if (msg->dn == NULL) {
NULL              425 source4/lib/ldb/ldb_tdb/ldb_search.c 	ret = ldb_module_send_entry(ac->req, msg, NULL);
NULL              485 source4/lib/ldb/ldb_tdb/ldb_search.c 	if (req->op.search.tree == NULL) {
NULL              490 source4/lib/ldb/ldb_tdb/ldb_search.c 	if ((req->op.search.base == NULL) || (ldb_dn_is_null(req->op.search.base) == true)) {
NULL              118 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	char *key_str = NULL;
NULL              119 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	const char *dn_folded = NULL;
NULL              155 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	key.dptr = NULL;
NULL              343 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              451 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	e2->values = NULL;
NULL              481 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (dn == NULL) {
NULL              585 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg2 == NULL) {
NULL              644 source4/lib/ldb/ldb_tdb/ldb_tdb.c 			if (vals == NULL) {
NULL              683 source4/lib/ldb/ldb_tdb/ldb_tdb.c 			if (dn == NULL) {
NULL              791 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              910 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ldb_message *msg = NULL;
NULL              919 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (seq == NULL) {
NULL              930 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (res == NULL) {
NULL              935 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (tmp_ctx == NULL) {
NULL              943 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (msg == NULL) {
NULL              962 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		date = ldb_msg_find_attr_as_string(msg, LTDB_MOD_TIMESTAMP, NULL);
NULL              973 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (*ext == NULL) {
NULL             1005 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		req->callback(req, NULL);
NULL             1029 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		ctx->spy->ctx = NULL;
NULL             1053 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		req->callback(req, NULL);
NULL             1065 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct ldb_extended *ext = NULL;
NULL             1126 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		ctx->spy->ctx = NULL;
NULL             1135 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (spy->ctx != NULL) {
NULL             1165 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (ac == NULL) {
NULL             1176 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (NULL == te) {
NULL             1183 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (NULL == ac->timeout_event) {
NULL             1191 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	if (NULL == ac->spy) {
NULL               66 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	if (ldb == NULL)
NULL              117 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 					return NULL;
NULL              125 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	if (w == NULL) {
NULL              126 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              129 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	w->tdb = tdb_open_ex(path, hash_size, tdb_flags, open_flags, mode, &log_ctx, NULL);
NULL              130 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	if (w->tdb == NULL) {
NULL              132 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              138 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 		return NULL;
NULL              147 source4/lib/ldb/ldb_tdb/ldb_tdb_wrap.c 	w->prev = NULL;
NULL               72 source4/lib/ldb/modules/asq.c 	if (ac == NULL) {
NULL               74 source4/lib/ldb/modules/asq.c 		return NULL;
NULL               98 source4/lib/ldb/modules/asq.c 	if (ac->controls == NULL) {
NULL              103 source4/lib/ldb/modules/asq.c 	if (ac->controls[i] == NULL) {
NULL              111 source4/lib/ldb/modules/asq.c 	if (asq == NULL)
NULL              118 source4/lib/ldb/modules/asq.c 	ac->controls[i + 1] = NULL;
NULL              120 source4/lib/ldb/modules/asq.c 	return ldb_module_done(ac->req, ac->controls, NULL, LDB_SUCCESS);
NULL              131 source4/lib/ldb/modules/asq.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              156 source4/lib/ldb/modules/asq.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              172 source4/lib/ldb/modules/asq.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              186 source4/lib/ldb/modules/asq.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              202 source4/lib/ldb/modules/asq.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              220 source4/lib/ldb/modules/asq.c 	if (ac->req_attribute == NULL)
NULL              224 source4/lib/ldb/modules/asq.c 	if (base_attrs == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              227 source4/lib/ldb/modules/asq.c 	if (base_attrs[0] == NULL) return LDB_ERR_OPERATIONS_ERROR;
NULL              229 source4/lib/ldb/modules/asq.c 	base_attrs[1] = NULL;
NULL              234 source4/lib/ldb/modules/asq.c 					NULL,
NULL              236 source4/lib/ldb/modules/asq.c 					NULL,
NULL              255 source4/lib/ldb/modules/asq.c 	if (ac->base_res == NULL) {
NULL              263 source4/lib/ldb/modules/asq.c 	if (el == NULL) {
NULL              272 source4/lib/ldb/modules/asq.c 	if (ac->reqs == NULL) {
NULL              356 source4/lib/ldb/modules/asq.c 	if (control == NULL) {
NULL               90 source4/lib/ldb/modules/operational.c 	if (canonicalName == NULL) {
NULL              118 source4/lib/ldb/modules/operational.c 	{ "createTimestamp", "whenCreated", NULL },
NULL              119 source4/lib/ldb/modules/operational.c 	{ "modifyTimestamp", "whenChanged", NULL },
NULL              120 source4/lib/ldb/modules/operational.c 	{ "structuralObjectClass", "objectClass", NULL },
NULL              159 source4/lib/ldb/modules/operational.c 			if (search_sub[i].replace == NULL ||
NULL              198 source4/lib/ldb/modules/operational.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              214 source4/lib/ldb/modules/operational.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              238 source4/lib/ldb/modules/operational.c 	const char **search_attrs = NULL;
NULL              245 source4/lib/ldb/modules/operational.c 	if (ac == NULL) {
NULL              273 source4/lib/ldb/modules/operational.c 					if (search_attrs == NULL) {
NULL              287 source4/lib/ldb/modules/operational.c 					search_attrs == NULL?req->op.search.attrs:search_attrs,
NULL              105 source4/lib/ldb/modules/paged_results.c 	if (!newr) return NULL;
NULL              112 source4/lib/ldb/modules/paged_results.c 		return NULL;
NULL              115 source4/lib/ldb/modules/paged_results.c 	newr->timestamp = time(NULL);
NULL              117 source4/lib/ldb/modules/paged_results.c 	newr->first = NULL;
NULL              119 source4/lib/ldb/modules/paged_results.c 	newr->first_ref = NULL;
NULL              120 source4/lib/ldb/modules/paged_results.c 	newr->controls = NULL;
NULL              145 source4/lib/ldb/modules/paged_results.c 	if (ac->store == NULL) {
NULL              162 source4/lib/ldb/modules/paged_results.c 	while (ac->store->first_ref != NULL) {
NULL              177 source4/lib/ldb/modules/paged_results.c 	if (ac->store->controls != NULL) {
NULL              184 source4/lib/ldb/modules/paged_results.c 	if (ac->controls == NULL) {
NULL              187 source4/lib/ldb/modules/paged_results.c 	ac->controls[num_ctrls] = NULL;
NULL              194 source4/lib/ldb/modules/paged_results.c 	if (ac->controls[i] == NULL) {
NULL              200 source4/lib/ldb/modules/paged_results.c 	if (ac->controls[i]->oid == NULL) {
NULL              207 source4/lib/ldb/modules/paged_results.c 	if (paged == NULL) {
NULL              215 source4/lib/ldb/modules/paged_results.c 		paged->cookie = NULL;
NULL              235 source4/lib/ldb/modules/paged_results.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              246 source4/lib/ldb/modules/paged_results.c 		if (msg_store == NULL) {
NULL              247 source4/lib/ldb/modules/paged_results.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              250 source4/lib/ldb/modules/paged_results.c 		msg_store->next = NULL;
NULL              253 source4/lib/ldb/modules/paged_results.c 		if (ac->store->first == NULL) {
NULL              266 source4/lib/ldb/modules/paged_results.c 		if (msg_store == NULL) {
NULL              267 source4/lib/ldb/modules/paged_results.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              270 source4/lib/ldb/modules/paged_results.c 		msg_store->next = NULL;
NULL              273 source4/lib/ldb/modules/paged_results.c 		if (ac->store->first_ref == NULL) {
NULL              307 source4/lib/ldb/modules/paged_results.c 	if (control == NULL) {
NULL              321 source4/lib/ldb/modules/paged_results.c 	if (ac == NULL) {
NULL              337 source4/lib/ldb/modules/paged_results.c 		if (ac->store == NULL) {
NULL              361 source4/lib/ldb/modules/paged_results.c 		struct results_store *current = NULL;
NULL              366 source4/lib/ldb/modules/paged_results.c 				current->timestamp = time(NULL);
NULL              370 source4/lib/ldb/modules/paged_results.c 		if (current == NULL) {
NULL              378 source4/lib/ldb/modules/paged_results.c 			return ldb_module_done(req, NULL, NULL,
NULL              384 source4/lib/ldb/modules/paged_results.c 			return ldb_module_done(req, NULL, NULL, ret);
NULL              386 source4/lib/ldb/modules/paged_results.c 		return ldb_module_done(req, ac->controls, NULL,
NULL              400 source4/lib/ldb/modules/paged_results.c 	if (data == NULL) {
NULL              405 source4/lib/ldb/modules/paged_results.c 	data->store = NULL;
NULL              115 source4/lib/ldb/modules/paged_searches.c 	ac->saved_referrals[ac->num_referrals] = NULL;
NULL              154 source4/lib/ldb/modules/paged_searches.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              166 source4/lib/ldb/modules/paged_searches.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              173 source4/lib/ldb/modules/paged_searches.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              181 source4/lib/ldb/modules/paged_searches.c 			return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              189 source4/lib/ldb/modules/paged_searches.c 							NULL, NULL, ret);
NULL              198 source4/lib/ldb/modules/paged_searches.c 							NULL, NULL, ret);
NULL              230 source4/lib/ldb/modules/paged_searches.c 	if (ac == NULL) {
NULL              238 source4/lib/ldb/modules/paged_searches.c 	ac->saved_referrals = NULL;
NULL              270 source4/lib/ldb/modules/paged_searches.c 	control->cookie = NULL;
NULL              276 source4/lib/ldb/modules/paged_searches.c 	controls[1] = NULL;
NULL              333 source4/lib/ldb/modules/paged_searches.c 	static const char *attrs[] = { "supportedControl", NULL };
NULL              342 source4/lib/ldb/modules/paged_searches.c 	if (data == NULL) {
NULL              351 source4/lib/ldb/modules/paged_searches.c 	if (base == NULL) {
NULL              358 source4/lib/ldb/modules/paged_searches.c 				   attrs, NULL,
NULL              360 source4/lib/ldb/modules/paged_searches.c 				   NULL);
NULL               60 source4/lib/ldb/modules/rdn_name.c 	return NULL;
NULL               71 source4/lib/ldb/modules/rdn_name.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL               80 source4/lib/ldb/modules/rdn_name.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              109 source4/lib/ldb/modules/rdn_name.c 	if (ac == NULL) {
NULL              117 source4/lib/ldb/modules/rdn_name.c 	if (msg == NULL) {
NULL              122 source4/lib/ldb/modules/rdn_name.c 	if (rdn_name == NULL) {
NULL              130 source4/lib/ldb/modules/rdn_name.c 	if ((attribute = rdn_name_find_attribute(msg, "name")) != NULL ) {
NULL              134 source4/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, "name", &rdn_val, NULL) != 0) {
NULL              142 source4/lib/ldb/modules/rdn_name.c 		if (ldb_msg_add_value(msg, rdn_name, &rdn_val, NULL) != 0) {
NULL              190 source4/lib/ldb/modules/rdn_name.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              200 source4/lib/ldb/modules/rdn_name.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              239 source4/lib/ldb/modules/rdn_name.c 	if (msg == NULL) {
NULL              243 source4/lib/ldb/modules/rdn_name.c 	if (msg->dn == NULL) {
NULL              247 source4/lib/ldb/modules/rdn_name.c 	if (rdn_name == NULL) {
NULL              253 source4/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_empty(msg, rdn_name, LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              256 source4/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, rdn_name, &rdn_val, NULL) != 0) {
NULL              259 source4/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_empty(msg, "name", LDB_FLAG_MOD_REPLACE, NULL) != 0) {
NULL              262 source4/lib/ldb/modules/rdn_name.c 	if (ldb_msg_add_value(msg, "name", &rdn_val, NULL) != 0) {
NULL              267 source4/lib/ldb/modules/rdn_name.c 				ac, msg, NULL,
NULL              271 source4/lib/ldb/modules/rdn_name.c 		return ldb_module_done(ac->req, NULL, NULL, ret);
NULL              279 source4/lib/ldb/modules/rdn_name.c 	return ldb_module_done(ac->req, NULL, NULL,
NULL              299 source4/lib/ldb/modules/rdn_name.c 	if (ac == NULL) {
NULL              113 source4/lib/ldb/modules/skel.c 	if (data == NULL) {
NULL              118 source4/lib/ldb/modules/skel.c 	data->some_private_data = NULL;
NULL               80 source4/lib/ldb/modules/sort.c 	controls[i+1] = NULL;
NULL              195 source4/lib/ldb/modules/sort.c 		return ldb_module_done(ac->req, NULL, NULL,
NULL              209 source4/lib/ldb/modules/sort.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              215 source4/lib/ldb/modules/sort.c 		ac->msgs[ac->num_msgs] = NULL;
NULL              224 source4/lib/ldb/modules/sort.c 			return ldb_module_done(ac->req, NULL, NULL,
NULL              230 source4/lib/ldb/modules/sort.c 		ac->referrals[ac->num_refs] = NULL;
NULL              260 source4/lib/ldb/modules/sort.c 	if (control == NULL) {
NULL              266 source4/lib/ldb/modules/sort.c 	if (ac == NULL) {
NULL              282 source4/lib/ldb/modules/sort.c 	if (sort_ctrls[1] != NULL) {
NULL              290 source4/lib/ldb/modules/sort.c 				return ldb_module_done(req, NULL, NULL,
NULL              294 source4/lib/ldb/modules/sort.c 			return ldb_module_done(req, controls, NULL, ret);
NULL               28 source4/lib/ldb/nssldb/ldb-grp.c 	NULL
NULL               33 source4/lib/ldb/nssldb/ldb-grp.c 	NULL
NULL               57 source4/lib/ldb/nssldb/ldb-grp.c 	if (_ldb_nss_ctx->gr_res != NULL) {
NULL               59 source4/lib/ldb/nssldb/ldb-grp.c 		_ldb_nss_ctx->gr_res = NULL;
NULL               88 source4/lib/ldb/nssldb/ldb-grp.c 		_ldb_nss_ctx->gr_res = NULL;
NULL              173 source4/lib/ldb/nssldb/ldb-grp.c 	if (filter == NULL) {
NULL              271 source4/lib/ldb/nssldb/ldb-grp.c 	if (filter == NULL) {
NULL              347 source4/lib/ldb/nssldb/ldb-grp.c 	const char * attrs[] = { "uidNumber", "gidNumber", NULL };
NULL              364 source4/lib/ldb/nssldb/ldb-grp.c 	if (filter == NULL) {
NULL               22 source4/lib/ldb/nssldb/ldb-nss.c struct _ldb_nss_context *_ldb_nss_ctx = NULL;
NULL               30 source4/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx != NULL) {
NULL               37 source4/lib/ldb/nssldb/ldb-nss.c 			_ldb_nss_ctx = NULL;
NULL               41 source4/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx = talloc_named(NULL, 0, "_ldb_nss_ctx(%u)", mypid);
NULL               42 source4/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx == NULL) {
NULL               48 source4/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx->ldb = ldb_init(_ldb_nss_ctx, NULL);
NULL               49 source4/lib/ldb/nssldb/ldb-nss.c 	if (_ldb_nss_ctx->ldb == NULL) {
NULL               53 source4/lib/ldb/nssldb/ldb-nss.c 	ret = ldb_connect(_ldb_nss_ctx->ldb, _LDB_NSS_URL, LDB_FLG_RDONLY, NULL);
NULL               64 source4/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx->pw_res = NULL;
NULL               66 source4/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx->gr_res = NULL;
NULL               72 source4/lib/ldb/nssldb/ldb-nss.c 	_ldb_nss_ctx = NULL;
NULL               89 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "uid", NULL);
NULL               90 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              106 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "userPassword", NULL);
NULL              107 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              136 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "gecos", NULL);
NULL              137 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              151 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "homeDirectory", NULL);
NULL              152 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              166 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(msg, "loginShell", NULL);
NULL              167 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              199 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(group, "cn", NULL);
NULL              200 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              216 source4/lib/ldb/nssldb/ldb-nss.c 	tmp = ldb_msg_find_attr_as_string(group, "userPassword", NULL);
NULL              217 source4/lib/ldb/nssldb/ldb-nss.c 	if (tmp == NULL) {
NULL              252 source4/lib/ldb/nssldb/ldb-nss.c 		tmp = ldb_msg_find_attr_as_string(members->msgs[i], "uid", NULL);
NULL              253 source4/lib/ldb/nssldb/ldb-nss.c 		if (tmp == NULL) {
NULL              269 source4/lib/ldb/nssldb/ldb-nss.c 	result->gr_mem[i] = NULL;
NULL              362 source4/lib/ldb/nssldb/ldb-nss.c 	ctrls[1] = NULL;
NULL               32 source4/lib/ldb/nssldb/ldb-pwd.c 	NULL
NULL               44 source4/lib/ldb/nssldb/ldb-pwd.c 	if (_ldb_nss_ctx->pw_res != NULL) {
NULL               46 source4/lib/ldb/nssldb/ldb-pwd.c 		_ldb_nss_ctx->pw_res = NULL;
NULL               75 source4/lib/ldb/nssldb/ldb-pwd.c 		_ldb_nss_ctx->pw_res = NULL;
NULL              132 source4/lib/ldb/nssldb/ldb-pwd.c 	if (filter == NULL) {
NULL              194 source4/lib/ldb/nssldb/ldb-pwd.c 	if (filter == NULL) {
NULL               55 source4/lib/ldb/pyldb.c 			ret, ldb_ctx == NULL?ldb_strerror(ret):ldb_errstring(ldb_ctx)));
NULL               64 source4/lib/ldb/pyldb.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               69 source4/lib/ldb/pyldb.c 	if (ldb_ctx != NULL) {		
NULL               72 source4/lib/ldb/pyldb.c 		if (a != NULL) {
NULL               75 source4/lib/ldb/pyldb.c 				return NULL;
NULL               92 source4/lib/ldb/pyldb.c 	if (ldb_ctx != NULL && PyString_Check(object)) {
NULL              111 source4/lib/ldb/pyldb.c 	if (result == NULL) {
NULL              128 source4/lib/ldb/pyldb.c 		return NULL;
NULL              190 source4/lib/ldb/pyldb.c 		return NULL;
NULL              203 source4/lib/ldb/pyldb.c 	return PyLdbDn_FromDn(ldb_dn_get_parent(NULL, dn));
NULL              213 source4/lib/ldb/pyldb.c 		return NULL;
NULL              217 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other))
NULL              218 source4/lib/ldb/pyldb.c 		return NULL;
NULL              228 source4/lib/ldb/pyldb.c 		return NULL;
NULL              232 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other))
NULL              233 source4/lib/ldb/pyldb.c 		return NULL;
NULL              250 source4/lib/ldb/pyldb.c 		NULL },
NULL              252 source4/lib/ldb/pyldb.c 		NULL },
NULL              260 source4/lib/ldb/pyldb.c 		NULL },
NULL              271 source4/lib/ldb/pyldb.c 		NULL },
NULL              272 source4/lib/ldb/pyldb.c 	{ NULL }
NULL              284 source4/lib/ldb/pyldb.c 	struct ldb_dn *ret = ldb_dn_copy(NULL, dn);
NULL              285 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, NULL, &other))
NULL              286 source4/lib/ldb/pyldb.c 		return NULL;
NULL              303 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "ldb", "dn", NULL };
NULL              308 source4/lib/ldb/pyldb.c 		return NULL;
NULL              315 source4/lib/ldb/pyldb.c 	talloc_steal(NULL, ret);
NULL              317 source4/lib/ldb/pyldb.c 	if (ret == NULL || !ldb_dn_validate(ret)) {
NULL              319 source4/lib/ldb/pyldb.c 		return NULL;
NULL              323 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL              325 source4/lib/ldb/pyldb.c 		return NULL;
NULL              335 source4/lib/ldb/pyldb.c 	if (py_ret == NULL) {
NULL              337 source4/lib/ldb/pyldb.c 		return NULL;
NULL              339 source4/lib/ldb/pyldb.c 	py_ret->mem_ctx = talloc_new(NULL);
NULL              377 source4/lib/ldb/pyldb.c 		return NULL;
NULL              390 source4/lib/ldb/pyldb.c 		return NULL;
NULL              401 source4/lib/ldb/pyldb.c 		return NULL;
NULL              440 source4/lib/ldb/pyldb.c 	if (dn == NULL)
NULL              449 source4/lib/ldb/pyldb.c 	if (dn == NULL)
NULL              458 source4/lib/ldb/pyldb.c 	if (dn == NULL)
NULL              467 source4/lib/ldb/pyldb.c 	if (dn == NULL)
NULL              478 source4/lib/ldb/pyldb.c 		return NULL;
NULL              480 source4/lib/ldb/pyldb.c 	ret = talloc_array(NULL, const char *, PyList_Size(list)+1);
NULL              485 source4/lib/ldb/pyldb.c 			return NULL;
NULL              489 source4/lib/ldb/pyldb.c 	ret[i] = NULL;
NULL              495 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "url", "flags", "options", NULL };
NULL              496 source4/lib/ldb/pyldb.c 	char *url = NULL;
NULL              511 source4/lib/ldb/pyldb.c 		options = NULL;
NULL              514 source4/lib/ldb/pyldb.c 		if (options == NULL)
NULL              518 source4/lib/ldb/pyldb.c 	if (url != NULL) {
NULL              534 source4/lib/ldb/pyldb.c 	ldb = ldb_init(NULL, NULL);
NULL              535 source4/lib/ldb/pyldb.c 	if (ldb == NULL) {
NULL              537 source4/lib/ldb/pyldb.c 		return NULL;
NULL              541 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL              543 source4/lib/ldb/pyldb.c 		return NULL;
NULL              556 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "url", "flags", "options", NULL };
NULL              561 source4/lib/ldb/pyldb.c 		return NULL;
NULL              564 source4/lib/ldb/pyldb.c 		options = NULL;
NULL              566 source4/lib/ldb/pyldb.c 		options = PyList_AsStringList(NULL, py_options);
NULL              567 source4/lib/ldb/pyldb.c 		if (options == NULL)
NULL              568 source4/lib/ldb/pyldb.c 			return NULL;
NULL              584 source4/lib/ldb/pyldb.c 		return NULL;
NULL              588 source4/lib/ldb/pyldb.c 		return NULL;
NULL              607 source4/lib/ldb/pyldb.c 		return NULL;
NULL              611 source4/lib/ldb/pyldb.c 		msg = ldb_msg_new(NULL);
NULL              617 source4/lib/ldb/pyldb.c 				return NULL;
NULL              619 source4/lib/ldb/pyldb.c 			if (msg->dn == NULL) {
NULL              621 source4/lib/ldb/pyldb.c 				return NULL;
NULL              629 source4/lib/ldb/pyldb.c 				if (msgel == NULL) {
NULL              631 source4/lib/ldb/pyldb.c 					return NULL;
NULL              638 source4/lib/ldb/pyldb.c 		if (msg->dn == NULL) {
NULL              640 source4/lib/ldb/pyldb.c 			return NULL;
NULL              663 source4/lib/ldb/pyldb.c 		return NULL;
NULL              667 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_dn, ldb, &dn))
NULL              668 source4/lib/ldb/pyldb.c 		return NULL;
NULL              683 source4/lib/ldb/pyldb.c 		return NULL;
NULL              686 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_dn1, ldb, &dn1))
NULL              687 source4/lib/ldb/pyldb.c 		return NULL;
NULL              689 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_dn2, ldb, &dn2))
NULL              690 source4/lib/ldb/pyldb.c 		return NULL;
NULL              702 source4/lib/ldb/pyldb.c 		return NULL;
NULL              715 source4/lib/ldb/pyldb.c 		return NULL;
NULL              726 source4/lib/ldb/pyldb.c 	if (ldif == NULL) {
NULL              730 source4/lib/ldb/pyldb.c 		talloc_steal(NULL, ldif);
NULL              745 source4/lib/ldb/pyldb.c 		return NULL;
NULL              748 source4/lib/ldb/pyldb.c 	while ((ldif = ldb_ldif_read_string(self->ldb_ctx, &s)) != NULL) {
NULL              765 source4/lib/ldb/pyldb.c 		return NULL;
NULL              767 source4/lib/ldb/pyldb.c 	mem_ctx = talloc_new(NULL);
NULL              774 source4/lib/ldb/pyldb.c 	if (a == NULL) {
NULL              794 source4/lib/ldb/pyldb.c 	char *expr = NULL;
NULL              797 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "base", "scope", "expression", "attrs", "controls", NULL };
NULL              809 source4/lib/ldb/pyldb.c 		return NULL;
NULL              814 source4/lib/ldb/pyldb.c 		attrs = NULL;
NULL              817 source4/lib/ldb/pyldb.c 		if (attrs == NULL)
NULL              818 source4/lib/ldb/pyldb.c 			return NULL;
NULL              825 source4/lib/ldb/pyldb.c 			return NULL;
NULL              829 source4/lib/ldb/pyldb.c 		parsed_controls = NULL;
NULL              837 source4/lib/ldb/pyldb.c 	if (res == NULL) {
NULL              839 source4/lib/ldb/pyldb.c 		return NULL;
NULL              850 source4/lib/ldb/pyldb.c 				   NULL);
NULL              855 source4/lib/ldb/pyldb.c 		return NULL;
NULL              869 source4/lib/ldb/pyldb.c 		return NULL;
NULL              881 source4/lib/ldb/pyldb.c 		return NULL;
NULL              885 source4/lib/ldb/pyldb.c 	if (data == NULL)
NULL              899 source4/lib/ldb/pyldb.c 		return NULL;
NULL              942 source4/lib/ldb/pyldb.c 		NULL },
NULL              944 source4/lib/ldb/pyldb.c 		NULL },
NULL              946 source4/lib/ldb/pyldb.c 		NULL },
NULL              948 source4/lib/ldb/pyldb.c 		NULL },
NULL              950 source4/lib/ldb/pyldb.c 		NULL },
NULL              978 source4/lib/ldb/pyldb.c 		NULL },
NULL              980 source4/lib/ldb/pyldb.c 		NULL },
NULL              982 source4/lib/ldb/pyldb.c 		NULL },
NULL              998 source4/lib/ldb/pyldb.c 	{ NULL },
NULL             1006 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1008 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1010 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1021 source4/lib/ldb/pyldb.c 	{ discard_const_p(char, "firstmodule"), (getter)py_ldb_get_firstmodule, NULL, NULL },
NULL             1022 source4/lib/ldb/pyldb.c 	{ NULL }
NULL             1036 source4/lib/ldb/pyldb.c 	ret = ldb_search(ldb_ctx, ldb_ctx, &result, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL             1058 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1060 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1062 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1121 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "base", "scope", "tree", "attrs", NULL };
NULL             1127 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1131 source4/lib/ldb/pyldb.c 	ret = ldb_build_search_req(&req, mod->ldb, NULL, PyLdbDn_AsDn(py_base), 
NULL             1132 source4/lib/ldb/pyldb.c 			     scope, NULL /* expr */, py_attrs == Py_None?NULL:PyList_AsStringList(req, py_attrs),
NULL             1133 source4/lib/ldb/pyldb.c 			     NULL /* controls */, NULL, NULL, NULL);
NULL             1153 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1155 source4/lib/ldb/pyldb.c 	req = talloc_zero(NULL, struct ldb_request);
NULL             1175 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1177 source4/lib/ldb/pyldb.c 	req = talloc_zero(NULL, struct ldb_request);
NULL             1196 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1198 source4/lib/ldb/pyldb.c 	req = talloc_zero(NULL, struct ldb_request);
NULL             1204 source4/lib/ldb/pyldb.c 	PyErr_LDB_ERROR_IS_ERR_RAISE(ret, NULL);
NULL             1216 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1218 source4/lib/ldb/pyldb.c 	req = talloc_zero(NULL, struct ldb_request);
NULL             1226 source4/lib/ldb/pyldb.c 	PyErr_LDB_ERROR_IS_ERR_RAISE(ret, NULL);
NULL             1232 source4/lib/ldb/pyldb.c 	{ "search", (PyCFunction)py_ldb_module_search, METH_VARARGS|METH_KEYWORDS, NULL },
NULL             1233 source4/lib/ldb/pyldb.c 	{ "add", (PyCFunction)py_ldb_module_add, METH_VARARGS, NULL },
NULL             1234 source4/lib/ldb/pyldb.c 	{ "modify", (PyCFunction)py_ldb_module_modify, METH_VARARGS, NULL },
NULL             1235 source4/lib/ldb/pyldb.c 	{ "rename", (PyCFunction)py_ldb_module_rename, METH_VARARGS, NULL },
NULL             1236 source4/lib/ldb/pyldb.c 	{ "delete", (PyCFunction)py_ldb_module_delete, METH_VARARGS, NULL },
NULL             1237 source4/lib/ldb/pyldb.c 	{ "start_transaction", (PyCFunction)py_ldb_module_start_transaction, METH_NOARGS, NULL },
NULL             1238 source4/lib/ldb/pyldb.c 	{ "end_transaction", (PyCFunction)py_ldb_module_end_transaction, METH_NOARGS, NULL },
NULL             1239 source4/lib/ldb/pyldb.c 	{ "del_transaction", (PyCFunction)py_ldb_module_del_transaction, METH_NOARGS, NULL },
NULL             1240 source4/lib/ldb/pyldb.c 	{ NULL },
NULL             1291 source4/lib/ldb/pyldb.c 		me = NULL;
NULL             1319 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1323 source4/lib/ldb/pyldb.c 	return PyObject_FromLdbValue(NULL, PyLdbMessageElement_AsMessageElement(self), 
NULL             1328 source4/lib/ldb/pyldb.c 	{ "get", (PyCFunction)py_ldb_msg_element_get, METH_VARARGS, NULL },
NULL             1329 source4/lib/ldb/pyldb.c 	{ NULL },
NULL             1342 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1360 source4/lib/ldb/pyldb.c 	return PyObject_GetIter(ldb_msg_element_to_set(NULL, PyLdbMessageElement_AsMessageElement(self)));
NULL             1367 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1369 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1371 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1372 source4/lib/ldb/pyldb.c 	if (talloc_reference(ret->mem_ctx, mem_ctx) == NULL) {
NULL             1374 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1382 source4/lib/ldb/pyldb.c 	PyObject *py_elements = NULL;
NULL             1385 source4/lib/ldb/pyldb.c 	char *name = NULL;
NULL             1386 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "elements", "flags", "name", NULL };
NULL             1392 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1394 source4/lib/ldb/pyldb.c 	el = talloc_zero(NULL, struct ldb_message_element);
NULL             1396 source4/lib/ldb/pyldb.c 	if (py_elements != NULL) {
NULL             1415 source4/lib/ldb/pyldb.c 			return NULL;
NULL             1423 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1426 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1429 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1436 source4/lib/ldb/pyldb.c 	char *element_str = NULL;
NULL             1443 source4/lib/ldb/pyldb.c 		if (element_str == NULL)
NULL             1444 source4/lib/ldb/pyldb.c 			element_str = talloc_strdup(NULL, PyObject_REPR(o));
NULL             1490 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1501 source4/lib/ldb/pyldb.c 	PyObject *obj = PyList_New(msg->num_elements+(msg->dn != NULL?1:0));
NULL             1502 source4/lib/ldb/pyldb.c 	if (msg->dn != NULL) {
NULL             1521 source4/lib/ldb/pyldb.c 	if (el == NULL) {
NULL             1522 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1530 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1532 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1541 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1544 source4/lib/ldb/pyldb.c 	if (ret == NULL)
NULL             1553 source4/lib/ldb/pyldb.c 	PyObject *l = PyList_New(msg->num_elements + (msg->dn == NULL?0:1));
NULL             1555 source4/lib/ldb/pyldb.c 	if (msg->dn != NULL) {
NULL             1566 source4/lib/ldb/pyldb.c 	{ "keys", (PyCFunction)py_ldb_msg_keys, METH_NOARGS, NULL },
NULL             1567 source4/lib/ldb/pyldb.c 	{ "remove", (PyCFunction)py_ldb_msg_remove_attr, METH_VARARGS, NULL },
NULL             1568 source4/lib/ldb/pyldb.c 	{ "get", (PyCFunction)py_ldb_msg_get, METH_VARARGS, NULL },
NULL             1569 source4/lib/ldb/pyldb.c 	{ "items", (PyCFunction)py_ldb_msg_items, METH_NOARGS, NULL },
NULL             1570 source4/lib/ldb/pyldb.c 	{ NULL },
NULL             1586 source4/lib/ldb/pyldb.c 	if (value == NULL) {
NULL             1589 source4/lib/ldb/pyldb.c 		struct ldb_message_element *el = PyObject_AsMessageElement(NULL,
NULL             1591 source4/lib/ldb/pyldb.c 		if (el == NULL)
NULL             1613 source4/lib/ldb/pyldb.c 	const char * const kwnames[] = { "dn", NULL };
NULL             1615 source4/lib/ldb/pyldb.c 	PyObject *pydn = NULL;
NULL             1621 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1623 source4/lib/ldb/pyldb.c 	ret = ldb_msg_new(NULL);
NULL             1624 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1626 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1629 source4/lib/ldb/pyldb.c 	if (pydn != NULL)
NULL             1630 source4/lib/ldb/pyldb.c 		if (!PyObject_AsDn(NULL, pydn, NULL, &ret->dn))
NULL             1631 source4/lib/ldb/pyldb.c 			return NULL;
NULL             1634 source4/lib/ldb/pyldb.c 	if (py_ret == NULL) {
NULL             1636 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1639 source4/lib/ldb/pyldb.c 	py_ret->mem_ctx = talloc_new(NULL);
NULL             1649 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1651 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1653 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1670 source4/lib/ldb/pyldb.c 	{ discard_const_p(char, "dn"), (getter)py_ldb_msg_get_dn, (setter)py_ldb_msg_set_dn, NULL },
NULL             1671 source4/lib/ldb/pyldb.c 	{ NULL }
NULL             1678 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1708 source4/lib/ldb/pyldb.c 	if (ret == NULL) {
NULL             1710 source4/lib/ldb/pyldb.c 		return NULL;
NULL             1713 source4/lib/ldb/pyldb.c 	ret->mem_ctx = talloc_new(NULL);
NULL             1739 source4/lib/ldb/pyldb.c 	if (py_base == NULL)
NULL             1744 source4/lib/ldb/pyldb.c 	if (py_tree == NULL)
NULL             1747 source4/lib/ldb/pyldb.c 	if (req->op.search.attrs == NULL) {
NULL             1765 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1769 source4/lib/ldb/pyldb.c 	req->op.search.res = PyLdbResult_AsResult(NULL, py_result);
NULL             1770 source4/lib/ldb/pyldb.c 	if (req->op.search.res == NULL) {
NULL             1786 source4/lib/ldb/pyldb.c 	if (py_msg == NULL) {
NULL             1796 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1812 source4/lib/ldb/pyldb.c 	if (py_msg == NULL) {
NULL             1822 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1838 source4/lib/ldb/pyldb.c 	if (py_dn == NULL)
NULL             1845 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1861 source4/lib/ldb/pyldb.c 	if (py_olddn == NULL)
NULL             1866 source4/lib/ldb/pyldb.c 	if (py_newdn == NULL)
NULL             1876 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1915 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1932 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1949 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             1971 source4/lib/ldb/pyldb.c 	if (py_ldb == NULL)
NULL             1976 source4/lib/ldb/pyldb.c 	if (py_next == NULL)
NULL             1982 source4/lib/ldb/pyldb.c 	if (py_result == NULL) {
NULL             2000 source4/lib/ldb/pyldb.c 		return NULL;
NULL             2003 source4/lib/ldb/pyldb.c 	if (ops == NULL) {
NULL             2005 source4/lib/ldb/pyldb.c 		return NULL;
NULL             2026 source4/lib/ldb/pyldb.c 	PyErr_LDB_ERROR_IS_ERR_RAISE(ret, NULL);
NULL             2037 source4/lib/ldb/pyldb.c 		return NULL;
NULL             2038 source4/lib/ldb/pyldb.c 	tresult = ldb_timestring(NULL, t);
NULL             2048 source4/lib/ldb/pyldb.c 		return NULL;
NULL             2057 source4/lib/ldb/pyldb.c 		return NULL;
NULL             2075 source4/lib/ldb/pyldb.c 		NULL },
NULL             2076 source4/lib/ldb/pyldb.c 	{ NULL }
NULL             2103 source4/lib/ldb/pyldb.c 	if (m == NULL)
NULL             2159 source4/lib/ldb/pyldb.c 	PyExc_LdbError = PyErr_NewException(discard_const_p(char, "_ldb.LdbError"), NULL, NULL);
NULL               97 source4/lib/ldb/pyldb.h 		return NULL; \
NULL               48 source4/lib/ldb/tools/cmdline.c 	struct ldb_cmdline *ret=NULL;
NULL               62 source4/lib/ldb/tools/cmdline.c 		{ "scope",     's', POPT_ARG_STRING, NULL, 's', "search scope", "SCOPE" },
NULL               63 source4/lib/ldb/tools/cmdline.c 		{ "verbose",   'v', POPT_ARG_NONE, NULL, 'v', "increase verbosity", NULL },
NULL               64 source4/lib/ldb/tools/cmdline.c 		{ "interactive", 'i', POPT_ARG_NONE, &options.interactive, 0, "input from stdin", NULL },
NULL               65 source4/lib/ldb/tools/cmdline.c 		{ "recursive", 'r', POPT_ARG_NONE, &options.recursive, 0, "recursive delete", NULL },
NULL               67 source4/lib/ldb/tools/cmdline.c 		{ "num-searches", 0, POPT_ARG_INT, &options.num_searches, 0, "number of test searches", NULL },
NULL               68 source4/lib/ldb/tools/cmdline.c 		{ "num-records", 0, POPT_ARG_INT, &options.num_records, 0, "number of test records", NULL },
NULL               69 source4/lib/ldb/tools/cmdline.c 		{ "all", 'a',    POPT_ARG_NONE, &options.all_records, 0, "(|(objectClass=*)(distinguishedName=*))", NULL },
NULL               70 source4/lib/ldb/tools/cmdline.c 		{ "nosync", 0,   POPT_ARG_NONE, &options.nosync, 0, "non-synchronous transactions", NULL },
NULL               71 source4/lib/ldb/tools/cmdline.c 		{ "sorted", 'S', POPT_ARG_NONE, &options.sorted, 0, "sort attributes", NULL },
NULL               74 source4/lib/ldb/tools/cmdline.c 		{ NULL,    'o', POPT_ARG_STRING, NULL, 'o', "ldb_connect option", "OPTION" },
NULL               75 source4/lib/ldb/tools/cmdline.c 		{ "controls", 0, POPT_ARG_STRING, NULL, 'c', "controls", NULL },
NULL               82 source4/lib/ldb/tools/cmdline.c 		{ NULL }
NULL               94 source4/lib/ldb/tools/cmdline.c 	if (ret == NULL) {
NULL              142 source4/lib/ldb/tools/cmdline.c 			if (options.options == NULL) {
NULL              147 source4/lib/ldb/tools/cmdline.c 			options.options[num_options+1] = NULL;
NULL              159 source4/lib/ldb/tools/cmdline.c 			if (options.controls == NULL) {
NULL              163 source4/lib/ldb/tools/cmdline.c 			for (p = cs, cc = 0; p != NULL; cc++) {
NULL              167 source4/lib/ldb/tools/cmdline.c 				if (t == NULL) {
NULL              169 source4/lib/ldb/tools/cmdline.c 					p = NULL;
NULL              175 source4/lib/ldb/tools/cmdline.c 			options.controls[cc] = NULL;
NULL              197 source4/lib/ldb/tools/cmdline.c 	if (ret->url == NULL) {
NULL              225 source4/lib/ldb/tools/cmdline.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              228 source4/lib/ldb/tools/cmdline.c 	if (options.modules_path != NULL) {
NULL              230 source4/lib/ldb/tools/cmdline.c 	} else if (getenv("LDB_MODULES_PATH") != NULL) {
NULL              246 source4/lib/ldb/tools/cmdline.c 	return NULL;
NULL              262 source4/lib/ldb/tools/cmdline.c 	if (reply == NULL || request == NULL) return -1;
NULL               91 source4/lib/ldb/tools/ldbadd.c 	ldb = ldb_init(NULL, NULL);
NULL               40 source4/lib/ldb/tools/ldbdel.c 	const char *attrs[] = { NULL };
NULL               80 source4/lib/ldb/tools/ldbdel.c 	ldb = ldb_init(NULL, NULL);
NULL               64 source4/lib/ldb/tools/ldbedit.c 	if (mod == NULL) {
NULL              100 source4/lib/ldb/tools/ldbedit.c 	return NULL;
NULL              203 source4/lib/ldb/tools/ldbedit.c 	struct ldb_message **msgs2 = NULL;
NULL              286 source4/lib/ldb/tools/ldbedit.c 	struct ldb_result *result = NULL;
NULL              287 source4/lib/ldb/tools/ldbedit.c 	struct ldb_dn *basedn = NULL;
NULL              290 source4/lib/ldb/tools/ldbedit.c 	const char * const * attrs = NULL;
NULL              292 source4/lib/ldb/tools/ldbedit.c 	ldb = ldb_init(NULL, NULL);
NULL              308 source4/lib/ldb/tools/ldbedit.c 	if (options->basedn != NULL) {
NULL               92 source4/lib/ldb/tools/ldbmodify.c 	ldb = ldb_init(NULL, NULL);
NULL               59 source4/lib/ldb/tools/ldbrename.c 	ldb = ldb_init(NULL, NULL);
NULL               86 source4/lib/ldb/tools/ldbsearch.c 	sctx->store[sctx->num_stored] = NULL;
NULL              101 source4/lib/ldb/tools/ldbsearch.c 	sctx->refs_store[sctx->refs_stored] = NULL;
NULL              199 source4/lib/ldb/tools/ldbsearch.c 	req = NULL;
NULL              208 source4/lib/ldb/tools/ldbsearch.c 	sctx->store = NULL;
NULL              210 source4/lib/ldb/tools/ldbsearch.c 	if (options->controls != NULL &&  sctx->req_ctrls== NULL) {
NULL              217 source4/lib/ldb/tools/ldbsearch.c 	if (basedn == NULL) {
NULL              230 source4/lib/ldb/tools/ldbsearch.c 				   NULL);
NULL              282 source4/lib/ldb/tools/ldbsearch.c 	struct ldb_dn *basedn = NULL;
NULL              283 source4/lib/ldb/tools/ldbsearch.c 	const char * const * attrs = NULL;
NULL              288 source4/lib/ldb/tools/ldbsearch.c 	ldb = ldb_init(NULL, NULL);
NULL              289 source4/lib/ldb/tools/ldbsearch.c 	if (ldb == NULL) {
NULL              308 source4/lib/ldb/tools/ldbsearch.c 	if (options->basedn != NULL) {
NULL               43 source4/lib/ldb/tools/ldbtest.c 	gettimeofday(&tp1,NULL);
NULL               48 source4/lib/ldb/tools/ldbtest.c 	gettimeofday(&tp2,NULL);
NULL              227 source4/lib/ldb/tools/ldbtest.c 		struct ldb_result *res = NULL;
NULL              231 source4/lib/ldb/tools/ldbtest.c 		ret = ldb_search(ldb, ldb, &res, basedn, LDB_SCOPE_SUBTREE, NULL, "%s", expr);
NULL              295 source4/lib/ldb/tools/ldbtest.c 	struct ldb_result *res = NULL;
NULL              318 source4/lib/ldb/tools/ldbtest.c 	msg = ldb_msg_new(NULL);
NULL              348 source4/lib/ldb/tools/ldbtest.c 	(*ldb) = ldb_init(options, NULL);
NULL              350 source4/lib/ldb/tools/ldbtest.c 	ret = ldb_connect(*ldb, options->url, flags, NULL);
NULL              358 source4/lib/ldb/tools/ldbtest.c 	ret = ldb_search(*ldb, *ldb, &res, basedn, LDB_SCOPE_SUBTREE, NULL, "uid=test");
NULL              394 source4/lib/ldb/tools/ldbtest.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              397 source4/lib/ldb/tools/ldbtest.c 	ldb = ldb_init(mem_ctx, NULL);
NULL              403 source4/lib/ldb/tools/ldbtest.c 	if (options->basedn == NULL) {
NULL               48 source4/lib/ldb_wrap.c 	char *s = NULL;
NULL              108 source4/lib/ldb_wrap.c 	char *real_url = NULL;
NULL              114 source4/lib/ldb_wrap.c 	if (ev == NULL) {
NULL              115 source4/lib/ldb_wrap.c 		return NULL;
NULL              119 source4/lib/ldb_wrap.c 	if (ldb == NULL) {
NULL              120 source4/lib/ldb_wrap.c 		return NULL;
NULL              130 source4/lib/ldb_wrap.c 		return NULL;
NULL              135 source4/lib/ldb_wrap.c 		return NULL;
NULL              140 source4/lib/ldb_wrap.c 		return NULL;
NULL              150 source4/lib/ldb_wrap.c 		return NULL;
NULL              153 source4/lib/ldb_wrap.c 	if (lp_ctx != NULL && strcmp(lp_sam_url(lp_ctx), url) == 0) {
NULL              157 source4/lib/ldb_wrap.c 	ldb_set_debug(ldb, ldb_wrap_debug, NULL);
NULL              159 source4/lib/ldb_wrap.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              162 source4/lib/ldb_wrap.c 	if (real_url == NULL) {
NULL              164 source4/lib/ldb_wrap.c 		return NULL;
NULL              168 source4/lib/ldb_wrap.c 	if (lp_parm_bool(lp_ctx, NULL, "ldb", "nosync", false)) {
NULL              180 source4/lib/ldb_wrap.c 		return NULL;
NULL              144 source4/lib/messaging/messaging.c 		d = NULL;
NULL              165 source4/lib/messaging/messaging.c 	if (rec == NULL) {
NULL              224 source4/lib/messaging/messaging.c 	msg->retry_te = NULL;
NULL              253 source4/lib/messaging/messaging.c 				if (msg->retry_te == NULL) {
NULL              273 source4/lib/messaging/messaging.c 	if (msg->pending == NULL) {
NULL              296 source4/lib/messaging/messaging.c 	packet = data_blob_talloc(msg, NULL, msize);
NULL              297 source4/lib/messaging/messaging.c 	if (packet.data == NULL) {
NULL              315 source4/lib/messaging/messaging.c 	if (rec == NULL) {
NULL              371 source4/lib/messaging/messaging.c 			msg->dispatch[i] = NULL;
NULL              450 source4/lib/messaging/messaging.c 	if (rec == NULL) {
NULL              454 source4/lib/messaging/messaging.c 	rec->packet = data_blob_talloc(rec, NULL, sizeof(*rec->header) + dlength);
NULL              455 source4/lib/messaging/messaging.c 	if (rec->packet.data == NULL) {
NULL              486 source4/lib/messaging/messaging.c 	if (msg->pending != NULL) {
NULL              493 source4/lib/messaging/messaging.c 		if (msg->pending == NULL) {
NULL              545 source4/lib/messaging/messaging.c 	if (ev == NULL) {
NULL              546 source4/lib/messaging/messaging.c 		return NULL;
NULL              550 source4/lib/messaging/messaging.c 	if (msg == NULL) {
NULL              551 source4/lib/messaging/messaging.c 		return NULL;
NULL              558 source4/lib/messaging/messaging.c 		return NULL;
NULL              575 source4/lib/messaging/messaging.c 		return NULL;
NULL              586 source4/lib/messaging/messaging.c 		return NULL;
NULL              593 source4/lib/messaging/messaging.c 		return NULL;
NULL              605 source4/lib/messaging/messaging.c 	messaging_register(msg, NULL, MSG_PING, ping_message);
NULL              606 source4/lib/messaging/messaging.c 	messaging_register(msg, NULL, MSG_IRPC, irpc_handler);
NULL              653 source4/lib/messaging/messaging.c 	if (irpc == NULL) {
NULL              678 source4/lib/messaging/messaging.c 	if (irpc == NULL) return;
NULL              708 source4/lib/messaging/messaging.c 	if (push == NULL) {
NULL              756 source4/lib/messaging/messaging.c 	if (i == NULL) {
NULL              764 source4/lib/messaging/messaging.c 	if (r == NULL) goto failed;
NULL              803 source4/lib/messaging/messaging.c 	if (m == NULL) goto failed;
NULL              808 source4/lib/messaging/messaging.c 	if (m->ndr == NULL) goto failed;
NULL              874 source4/lib/messaging/messaging.c 	if (irpc == NULL) goto failed;
NULL              883 source4/lib/messaging/messaging.c 	irpc->async.fn = NULL;
NULL              900 source4/lib/messaging/messaging.c 	if (ndr == NULL) goto failed;
NULL              922 source4/lib/messaging/messaging.c 	return NULL;
NULL              970 source4/lib/messaging/messaging.c 	if (path == NULL) {
NULL              971 source4/lib/messaging/messaging.c 		return NULL;
NULL             1000 source4/lib/messaging/messaging.c 	if (rec.dptr == NULL) {
NULL             1032 source4/lib/messaging/messaging.c 	if (t == NULL) {
NULL             1033 source4/lib/messaging/messaging.c 		return NULL;
NULL             1038 source4/lib/messaging/messaging.c 		return NULL;
NULL             1041 source4/lib/messaging/messaging.c 	if (rec.dptr == NULL) {
NULL             1044 source4/lib/messaging/messaging.c 		return NULL;
NULL             1048 source4/lib/messaging/messaging.c 	if (ret == NULL) {
NULL             1051 source4/lib/messaging/messaging.c 		return NULL;
NULL             1077 source4/lib/messaging/messaging.c 	if (t == NULL) {
NULL             1086 source4/lib/messaging/messaging.c 	if (rec.dptr == NULL) {
NULL               73 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "own_id", "messaging_path", NULL };
NULL               75 source4/lib/messaging/pymessaging.c 	const char *messaging_path = NULL;
NULL               80 source4/lib/messaging/pymessaging.c 		return NULL;
NULL               84 source4/lib/messaging/pymessaging.c 	if (ret == NULL)
NULL               85 source4/lib/messaging/pymessaging.c 		return NULL;
NULL               87 source4/lib/messaging/pymessaging.c 	ret->mem_ctx = talloc_new(NULL);
NULL               91 source4/lib/messaging/pymessaging.c 	if (messaging_path == NULL) {
NULL              102 source4/lib/messaging/pymessaging.c 			return NULL;
NULL              116 source4/lib/messaging/pymessaging.c 	if (ret->msg_ctx == NULL) {
NULL              119 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              140 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "target", "msg_type", "data", NULL };
NULL              145 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              151 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              156 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              179 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "callback", "msg_type", NULL };
NULL              183 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              199 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              210 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "callback", "msg_type", NULL };
NULL              214 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              229 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "name", NULL };
NULL              233 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              239 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              250 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "name", NULL };
NULL              254 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              271 source4/lib/messaging/pymessaging.c 	{ NULL, NULL, 0, NULL }
NULL              284 source4/lib/messaging/pymessaging.c 	{ discard_const_p(char, "server_id"), py_messaging_server_id, NULL, 
NULL              286 source4/lib/messaging/pymessaging.c 	{ NULL },
NULL              291 source4/lib/messaging/pymessaging.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              325 source4/lib/messaging/pymessaging.c 	const char *kwnames[] = { "server", "own_id", "messaging_path", NULL };
NULL              327 source4/lib/messaging/pymessaging.c 	const char *messaging_path = NULL;
NULL              333 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              337 source4/lib/messaging/pymessaging.c 	if (ret == NULL)
NULL              338 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              340 source4/lib/messaging/pymessaging.c 	ret->mem_ctx = talloc_new(NULL);
NULL              346 source4/lib/messaging/pymessaging.c 	if (messaging_path == NULL) {
NULL              357 source4/lib/messaging/pymessaging.c 			return NULL;
NULL              371 source4/lib/messaging/pymessaging.c 	if (ret->msg_ctx == NULL) {
NULL              374 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              378 source4/lib/messaging/pymessaging.c 	if (ret->dest_ids == NULL || ret->dest_ids[0].id == 0) {
NULL              381 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              403 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              410 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              424 source4/lib/messaging/pymessaging.c 	{ NULL }
NULL              434 source4/lib/messaging/pymessaging.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              450 source4/lib/messaging/pymessaging.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              455 source4/lib/messaging/pymessaging.c 	if (ptr == NULL) {
NULL              463 source4/lib/messaging/pymessaging.c 		return NULL;
NULL              470 source4/lib/messaging/pymessaging.c 	if (reqs == NULL) {
NULL              479 source4/lib/messaging/pymessaging.c 		if (reqs[i] == NULL) {
NULL              497 source4/lib/messaging/pymessaging.c 	return NULL;
NULL              516 source4/lib/messaging/pymessaging.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              554 source4/lib/messaging/pymessaging.c 	if (dep_irpc == NULL)
NULL              569 source4/lib/messaging/pymessaging.c 	mod = Py_InitModule3("messaging", NULL, "Internal RPC");
NULL              570 source4/lib/messaging/pymessaging.c 	if (mod == NULL)
NULL               62 source4/lib/messaging/tests/irpc.c 	if (r->out.out_data == NULL) {
NULL              186 source4/lib/messaging/tests/irpc.c 		torture_assert(tctx, irpc != NULL, "AddOne send failed");
NULL              238 source4/lib/messaging/tests/irpc.c 	IRPC_REGISTER(data->msg_ctx1, rpcecho, ECHO_ADDONE, irpc_AddOne, NULL);
NULL              239 source4/lib/messaging/tests/irpc.c 	IRPC_REGISTER(data->msg_ctx2, rpcecho, ECHO_ADDONE, irpc_AddOne, NULL);
NULL              241 source4/lib/messaging/tests/irpc.c 	IRPC_REGISTER(data->msg_ctx1, rpcecho, ECHO_ECHODATA, irpc_EchoData, NULL);
NULL              242 source4/lib/messaging/tests/irpc.c 	IRPC_REGISTER(data->msg_ctx2, rpcecho, ECHO_ECHODATA, irpc_EchoData, NULL);
NULL              267 source4/lib/messaging/tests/irpc.c 	torture_tcase_add_test_const(tcase, "echodata", test_echodata, NULL);
NULL              268 source4/lib/messaging/tests/irpc.c 	torture_tcase_add_test_const(tcase, "speed", test_speed, NULL);
NULL               80 source4/lib/messaging/tests/messaging.c 	torture_assert(tctx, msg_server_ctx != NULL, "Failed to init ping messaging context");
NULL               82 source4/lib/messaging/tests/messaging.c 	messaging_register_tmp(msg_server_ctx, NULL, ping_message, &msg_ping);
NULL               91 source4/lib/messaging/tests/messaging.c 	torture_assert(tctx, msg_client_ctx != NULL, 
NULL              107 source4/lib/messaging/tests/messaging.c 		status2 = messaging_send(msg_client_ctx, cluster_id(0, 1), msg_ping, NULL);
NULL              127 source4/lib/messaging/tests/messaging.c 	messaging_send(msg_client_ctx, cluster_id(0, 1), msg_exit, NULL);
NULL               65 source4/lib/registry/dir.c 	if (d == NULL) {
NULL              114 source4/lib/registry/dir.c 	char *child = talloc_asprintf(NULL, "%s/%s", dk->path, name);
NULL              133 source4/lib/registry/dir.c 	if (name == NULL) {
NULL              141 source4/lib/registry/dir.c 	if (d == NULL) {
NULL              167 source4/lib/registry/dir.c 	if (d == NULL)
NULL              187 source4/lib/registry/dir.c 				*classname = NULL;
NULL              210 source4/lib/registry/dir.c 	if (location == NULL)
NULL              224 source4/lib/registry/dir.c 		*key = NULL;
NULL              245 source4/lib/registry/dir.c 	SMB_ASSERT(key != NULL);
NULL              247 source4/lib/registry/dir.c 	if (classname != NULL)
NULL              248 source4/lib/registry/dir.c 		*classname = NULL;
NULL              251 source4/lib/registry/dir.c 	if (d == NULL)
NULL              254 source4/lib/registry/dir.c 	if (num_subkeys != NULL)
NULL              257 source4/lib/registry/dir.c 	if (num_values != NULL)
NULL              260 source4/lib/registry/dir.c 	if (max_subkeynamelen != NULL)
NULL              263 source4/lib/registry/dir.c 	if (max_valnamelen != NULL)
NULL              266 source4/lib/registry/dir.c 	if (max_valbufsize != NULL)
NULL              281 source4/lib/registry/dir.c 				if (num_subkeys != NULL)
NULL              283 source4/lib/registry/dir.c 				if (max_subkeynamelen != NULL)
NULL              288 source4/lib/registry/dir.c 				if (num_values != NULL)
NULL              290 source4/lib/registry/dir.c 				if (max_valnamelen != NULL)
NULL              292 source4/lib/registry/dir.c 				if (max_valbufsize != NULL)
NULL              302 source4/lib/registry/dir.c 	if (lastmod != NULL)
NULL              332 source4/lib/registry/dir.c 	if (contents == NULL)
NULL              335 source4/lib/registry/dir.c 	if (type != NULL)
NULL              355 source4/lib/registry/dir.c 	if (d == NULL) {
NULL              367 source4/lib/registry/dir.c 			if (name != NULL)
NULL               88 source4/lib/registry/hive.c 	SMB_ASSERT(strchr(name, '\\') == NULL);
NULL              120 source4/lib/registry/hive.c 	if (key->ops->set_value == NULL)
NULL              130 source4/lib/registry/hive.c 	if (key->ops->get_value_by_name == NULL)
NULL              141 source4/lib/registry/hive.c 	if (key->ops->enum_value == NULL)
NULL              151 source4/lib/registry/hive.c 	if (key->ops->get_sec_desc == NULL)
NULL              160 source4/lib/registry/hive.c 	if (key->ops->set_sec_desc == NULL)
NULL              168 source4/lib/registry/hive.c 	if (key->ops->delete_value == NULL)
NULL              176 source4/lib/registry/hive.c 	if (key->ops->flush_key == NULL)
NULL               41 source4/lib/registry/interface.c 	{ 0, NULL }
NULL               53 source4/lib/registry/interface.c 	return NULL;
NULL               90 source4/lib/registry/interface.c 	if (parent == NULL) {
NULL               96 source4/lib/registry/interface.c 	if (parent->context->ops->open_key == NULL) {
NULL              112 source4/lib/registry/interface.c 	if (key == NULL)
NULL              115 source4/lib/registry/interface.c 	if (key->context->ops->enum_value == NULL)
NULL              135 source4/lib/registry/interface.c 	if (key == NULL)
NULL              138 source4/lib/registry/interface.c 	if (key->context->ops->get_key_info == NULL)
NULL              157 source4/lib/registry/interface.c 	if (key == NULL)
NULL              160 source4/lib/registry/interface.c 	if (key->context->ops->enum_key == NULL)
NULL              176 source4/lib/registry/interface.c 	if (key == NULL)
NULL              179 source4/lib/registry/interface.c 	if (key->context->ops->get_value == NULL)
NULL              190 source4/lib/registry/interface.c 	if (parent == NULL)
NULL              193 source4/lib/registry/interface.c 	if (parent->context->ops->delete_key == NULL)
NULL              208 source4/lib/registry/interface.c 	if (parent == NULL)
NULL              211 source4/lib/registry/interface.c 	if (parent->context->ops->create_key == NULL) {
NULL              227 source4/lib/registry/interface.c 	if (key == NULL)
NULL              231 source4/lib/registry/interface.c 	if (key->context->ops->set_value == NULL) {
NULL              247 source4/lib/registry/interface.c 	if (key == NULL)
NULL              251 source4/lib/registry/interface.c 	if (key->context->ops->get_sec_desc == NULL)
NULL              262 source4/lib/registry/interface.c 	if (key == NULL)
NULL              265 source4/lib/registry/interface.c 	if (key->context->ops->delete_value == NULL)
NULL              276 source4/lib/registry/interface.c 	if (key == NULL)
NULL              279 source4/lib/registry/interface.c 	if (key->context->ops->flush_key == NULL)
NULL              288 source4/lib/registry/interface.c 	if (key == NULL)
NULL              291 source4/lib/registry/interface.c 	if (key->context->ops->set_sec_desc == NULL)
NULL               48 source4/lib/registry/ldb.c 	if (name != NULL)
NULL               51 source4/lib/registry/ldb.c 				      NULL));
NULL               62 source4/lib/registry/ldb.c 		if (val != NULL)
NULL               67 source4/lib/registry/ldb.c 			data->data = NULL;
NULL               73 source4/lib/registry/ldb.c 		if (val != NULL)
NULL               76 source4/lib/registry/ldb.c 			data->data = NULL;
NULL               82 source4/lib/registry/ldb.c 		uint32_t tmp = strtoul((char *)val->data, NULL, 0);
NULL              112 source4/lib/registry/ldb.c 			ldb_msg_add_value(msg, "data", &val, NULL);
NULL              114 source4/lib/registry/ldb.c 			ldb_msg_add_empty(msg, "data", LDB_FLAG_MOD_DELETE, NULL);
NULL              120 source4/lib/registry/ldb.c 			ldb_msg_add_value(msg, "data", &data, NULL);
NULL              122 source4/lib/registry/ldb.c 			ldb_msg_add_empty(msg, "data", LDB_FLAG_MOD_DELETE, NULL);
NULL              131 source4/lib/registry/ldb.c 		ldb_msg_add_value(msg, "data", &data, NULL);
NULL              153 source4/lib/registry/ldb.c 	if (key->subkeys != NULL) {
NULL              155 source4/lib/registry/ldb.c 		key->subkeys = NULL;
NULL              158 source4/lib/registry/ldb.c 	if (key->values != NULL) {
NULL              160 source4/lib/registry/ldb.c 		key->values = NULL;
NULL              181 source4/lib/registry/ldb.c 		ret = ldb_dn_new(mem_ctx, ldb, NULL);
NULL              186 source4/lib/registry/ldb.c 		return NULL;
NULL              203 source4/lib/registry/ldb.c 				return NULL;
NULL              227 source4/lib/registry/ldb.c 	ret = ldb_search(c, c, &res, kd->dn, LDB_SCOPE_ONELEVEL, NULL, "(key=*)");
NULL              249 source4/lib/registry/ldb.c 			 NULL, "(value=*)");
NULL              275 source4/lib/registry/ldb.c 	if (name != NULL)
NULL              276 source4/lib/registry/ldb.c 		*name = NULL;
NULL              277 source4/lib/registry/ldb.c 	if (classname != NULL)
NULL              278 source4/lib/registry/ldb.c 		*classname = NULL; /* TODO: Store properly */
NULL              279 source4/lib/registry/ldb.c 	if (last_mod_time != NULL)
NULL              284 source4/lib/registry/ldb.c 	if (kd->subkeys == NULL) {
NULL              292 source4/lib/registry/ldb.c 	SMB_ASSERT(el != NULL);
NULL              295 source4/lib/registry/ldb.c 	if (name != NULL)
NULL              307 source4/lib/registry/ldb.c 	const char* attrs[] = { "data", "type", NULL };
NULL              346 source4/lib/registry/ldb.c 	if (kd->values == NULL) {
NULL              370 source4/lib/registry/ldb.c 		return ldb_get_default_value(mem_ctx, k, NULL, data_type, data);
NULL              374 source4/lib/registry/ldb.c 		ret = ldb_search(c, mem_ctx, &res, kd->dn, LDB_SCOPE_ONELEVEL, NULL, "%s", query);
NULL              386 source4/lib/registry/ldb.c 		reg_ldb_unpack_value(mem_ctx, res->msgs[0], NULL, data_type, data);
NULL              404 source4/lib/registry/ldb.c 	ldap_path = reg_path_to_ldb(mem_ctx, h, name, NULL);
NULL              406 source4/lib/registry/ldb.c 	ret = ldb_search(c, mem_ctx, &res, ldap_path, LDB_SCOPE_BASE, NULL, "(key=*)");
NULL              440 source4/lib/registry/ldb.c 	if (location == NULL)
NULL              444 source4/lib/registry/ldb.c 				location, session_info, credentials, 0, NULL);
NULL              446 source4/lib/registry/ldb.c 	if (wrap == NULL) {
NULL              485 source4/lib/registry/ldb.c 	msg->dn = reg_path_to_ldb(msg, parent, name, NULL);
NULL              488 source4/lib/registry/ldb.c 	if (classname != NULL)
NULL              513 source4/lib/registry/ldb.c 	parentkd->subkeys = NULL;
NULL              532 source4/lib/registry/ldb.c 		ldb_msg_add_empty(msg, "data", LDB_FLAG_MOD_DELETE, NULL);
NULL              533 source4/lib/registry/ldb.c 		ldb_msg_add_empty(msg, "type", LDB_FLAG_MOD_DELETE, NULL);
NULL              567 source4/lib/registry/ldb.c 	kd->values = NULL;
NULL              591 source4/lib/registry/ldb.c 	ldap_path = reg_path_to_ldb(mem_ctx, key, name, NULL);
NULL              599 source4/lib/registry/ldb.c 			 NULL, "(key=*)");
NULL              610 source4/lib/registry/ldb.c 			 NULL, "(value=*)");
NULL              635 source4/lib/registry/ldb.c 							"key", NULL));
NULL              648 source4/lib/registry/ldb.c 							"value", NULL));
NULL              683 source4/lib/registry/ldb.c 	parentkd->subkeys = NULL;
NULL              729 source4/lib/registry/ldb.c 	kd->values = NULL;
NULL              748 source4/lib/registry/ldb.c 	if (classname != NULL)
NULL              749 source4/lib/registry/ldb.c 		*classname = NULL;
NULL              750 source4/lib/registry/ldb.c 	if (num_subkeys != NULL)
NULL              752 source4/lib/registry/ldb.c 	if (num_values != NULL)
NULL              754 source4/lib/registry/ldb.c 	if (last_change_time != NULL)
NULL              756 source4/lib/registry/ldb.c 	if (max_subkeynamelen != NULL)
NULL              758 source4/lib/registry/ldb.c 	if (max_valnamelen != NULL)
NULL              760 source4/lib/registry/ldb.c 	if (max_valbufsize != NULL)
NULL              763 source4/lib/registry/ldb.c 	if (kd->subkeys == NULL) {
NULL              767 source4/lib/registry/ldb.c 	if (kd->values == NULL) {
NULL              771 source4/lib/registry/ldb.c 	if (num_subkeys != NULL) {
NULL              774 source4/lib/registry/ldb.c 	if (num_values != NULL) {
NULL              779 source4/lib/registry/ldb.c 	if (max_subkeynamelen != NULL) {
NULL              791 source4/lib/registry/ldb.c 	if (max_valnamelen != NULL || max_valbufsize != NULL) {
NULL              796 source4/lib/registry/ldb.c 		if (max_valbufsize != NULL)
NULL              799 source4/lib/registry/ldb.c 		if (max_valnamelen != NULL)
NULL              803 source4/lib/registry/ldb.c 			if (max_valnamelen != NULL) {
NULL              808 source4/lib/registry/ldb.c 			if (max_valbufsize != NULL) {
NULL              812 source4/lib/registry/ldb.c 						     kd->values[i], NULL, 
NULL               80 source4/lib/registry/local.c 	const char **elements = NULL;
NULL               83 source4/lib/registry/local.c 	if (local_parent->path.elements != NULL) {
NULL               86 source4/lib/registry/local.c 		for (el = 0; local_parent->path.elements[el] != NULL; el++) {
NULL               90 source4/lib/registry/local.c 		elements[el] = NULL;
NULL               92 source4/lib/registry/local.c 		elements = NULL;
NULL               96 source4/lib/registry/local.c 	while (curbegin != NULL && *curbegin) {
NULL               97 source4/lib/registry/local.c 		if (curend != NULL)
NULL              102 source4/lib/registry/local.c 		elements[el] = NULL;
NULL              111 source4/lib/registry/local.c 		if (curend == NULL)
NULL              132 source4/lib/registry/local.c 	for (mp = rctx->mountpoints; mp != NULL; mp = mp->next) {
NULL              134 source4/lib/registry/local.c 			mp->path.elements == NULL)
NULL              138 source4/lib/registry/local.c 	if (mp == NULL)
NULL              174 source4/lib/registry/local.c 	if (last_part == NULL) {
NULL              188 source4/lib/registry/local.c 	if (local_parent->path.elements != NULL) {
NULL              191 source4/lib/registry/local.c 		for (i = 0; local_parent->path.elements[i] != NULL; i++) {
NULL              201 source4/lib/registry/local.c 	elements[i+1] = NULL;
NULL              334 source4/lib/registry/local.c 	mp->prev = mp->next = NULL;
NULL              336 source4/lib/registry/local.c 	if (elements != NULL && str_list_length(elements) != 0) {
NULL              339 source4/lib/registry/local.c 		for (i = 0; elements[i] != NULL; i++) {
NULL              343 source4/lib/registry/local.c 		mp->path.elements[i] = NULL;
NULL              345 source4/lib/registry/local.c 		mp->path.elements = NULL;
NULL               48 source4/lib/registry/patchfile.c 	struct registry_key *t1 = NULL, *t2 = NULL;
NULL               56 source4/lib/registry/patchfile.c 	if (oldkey != NULL) {
NULL               57 source4/lib/registry/patchfile.c 		error = reg_key_get_info(mem_ctx, oldkey, NULL,
NULL               59 source4/lib/registry/patchfile.c 					 NULL, NULL, NULL, NULL);
NULL               74 source4/lib/registry/patchfile.c 						     &keyname1, NULL, NULL);
NULL               81 source4/lib/registry/patchfile.c 		if (newkey != NULL) {
NULL               85 source4/lib/registry/patchfile.c 			t2 = NULL;
NULL              114 source4/lib/registry/patchfile.c 	if (newkey != NULL) {
NULL              115 source4/lib/registry/patchfile.c 		error = reg_key_get_info(mem_ctx, newkey, NULL,
NULL              117 source4/lib/registry/patchfile.c 					 NULL, NULL, NULL, NULL);
NULL              132 source4/lib/registry/patchfile.c 						     &keyname1, NULL, NULL);
NULL              140 source4/lib/registry/patchfile.c 		if (oldkey != NULL) {
NULL              147 source4/lib/registry/patchfile.c 			t1 = NULL;
NULL              189 source4/lib/registry/patchfile.c 		if (oldkey != NULL) {
NULL              228 source4/lib/registry/patchfile.c 		if (newkey != NULL)
NULL              263 source4/lib/registry/patchfile.c 		struct registry_key *r1 = NULL, *r2 = NULL;
NULL              292 source4/lib/registry/patchfile.c 	if (callbacks->done != NULL) {
NULL              359 source4/lib/registry/patchfile.c 			error = reg_key_add_abs(ctx, ctx, buf, 0, NULL, &tmp);
NULL              372 source4/lib/registry/patchfile.c 	error = reg_key_add_abs(ctx, ctx, key_name, 0, NULL, &tmp);
NULL              463 source4/lib/registry/patchfile.c 	W_ERROR_NOT_OK_RETURN(reg_key_get_info(ctx, key, NULL,
NULL              464 source4/lib/registry/patchfile.c 			       NULL, NULL, NULL, NULL, NULL, NULL));
NULL              467 source4/lib/registry/patchfile.c 			ctx, key, 0, &value_name, NULL, NULL))) {
NULL              492 source4/lib/registry/patchfile.c 	callbacks.done = NULL;
NULL               67 source4/lib/registry/patchfile_dotreg.c 			reg_val_data_string(NULL, data->iconv_convenience, value_type, value));
NULL              146 source4/lib/registry/patchfile_dotreg.c 	char *curkey = NULL;
NULL              168 source4/lib/registry/patchfile_dotreg.c 			curkey = NULL;
NULL              193 source4/lib/registry/patchfile_dotreg.c 				curkey = NULL;
NULL              211 source4/lib/registry/patchfile_dotreg.c 		if (p == NULL) {
NULL              219 source4/lib/registry/patchfile_dotreg.c 		if (curkey == NULL) {
NULL              202 source4/lib/registry/patchfile_preg.c 	DATA_BLOB data = {NULL, 0};
NULL              203 source4/lib/registry/patchfile_preg.c 	char *key = NULL;
NULL              204 source4/lib/registry/patchfile_preg.c 	char *value_name = NULL;
NULL               51 source4/lib/registry/pyregistry.c 		return NULL;
NULL               66 source4/lib/registry/pyregistry.c 		return NULL;
NULL               82 source4/lib/registry/pyregistry.c 		return NULL;
NULL               96 source4/lib/registry/pyregistry.c 		return NULL;
NULL               98 source4/lib/registry/pyregistry.c 	result = reg_diff_apply(ctx, py_iconv_convenience(NULL), filename);
NULL              113 source4/lib/registry/pyregistry.c 		return NULL;
NULL              117 source4/lib/registry/pyregistry.c 		return NULL;
NULL              121 source4/lib/registry/pyregistry.c 		elements = NULL;
NULL              124 source4/lib/registry/pyregistry.c 		elements = talloc_array(NULL, const char *, PyList_Size(py_elements));
NULL              129 source4/lib/registry/pyregistry.c 	SMB_ASSERT(ctx != NULL);
NULL              141 source4/lib/registry/pyregistry.c 	result = reg_open_local(NULL, &ctx);
NULL              158 source4/lib/registry/pyregistry.c 	{ NULL }
NULL              177 source4/lib/registry/pyregistry.c 		return NULL;
NULL              204 source4/lib/registry/pyregistry.c 		return NULL;
NULL              222 source4/lib/registry/pyregistry.c 		return NULL;
NULL              224 source4/lib/registry/pyregistry.c 	if (value.data != NULL)
NULL              243 source4/lib/registry/pyregistry.c 	{ NULL }
NULL              270 source4/lib/registry/pyregistry.c 	const char *kwnames[] = { "lp_ctx", "session_info", NULL };
NULL              279 source4/lib/registry/pyregistry.c 		return NULL;
NULL              282 source4/lib/registry/pyregistry.c     if (lp_ctx == NULL) {
NULL              284 source4/lib/registry/pyregistry.c 		return NULL;
NULL              288 source4/lib/registry/pyregistry.c 	if (credentials == NULL) {
NULL              290 source4/lib/registry/pyregistry.c 		return NULL;
NULL              293 source4/lib/registry/pyregistry.c 	session_info = NULL; /* FIXME */
NULL              295 source4/lib/registry/pyregistry.c 	result = reg_open_samba(NULL, &reg_ctx, NULL, 
NULL              299 source4/lib/registry/pyregistry.c 		return NULL;
NULL              312 source4/lib/registry/pyregistry.c 		return NULL;
NULL              314 source4/lib/registry/pyregistry.c 	result = reg_open_directory(NULL, location, &key);
NULL              327 source4/lib/registry/pyregistry.c 		return NULL;
NULL              329 source4/lib/registry/pyregistry.c 	result = reg_create_directory(NULL, location, &key);
NULL              337 source4/lib/registry/pyregistry.c 	const char *kwnames[] = { "location", "session_info", "credentials", "lp_ctx", NULL };
NULL              351 source4/lib/registry/pyregistry.c 		return NULL;
NULL              354 source4/lib/registry/pyregistry.c     if (lp_ctx == NULL) {
NULL              356 source4/lib/registry/pyregistry.c 		return NULL;
NULL              360 source4/lib/registry/pyregistry.c 	if (credentials == NULL) {
NULL              362 source4/lib/registry/pyregistry.c 		return NULL;
NULL              365 source4/lib/registry/pyregistry.c 	session_info = NULL; /* FIXME */
NULL              367 source4/lib/registry/pyregistry.c 	result = reg_open_ldb_file(NULL, location, session_info, credentials,
NULL              368 source4/lib/registry/pyregistry.c 							   tevent_context_init(NULL), lp_ctx, &key);
NULL              379 source4/lib/registry/pyregistry.c 		return NULL;
NULL              390 source4/lib/registry/pyregistry.c 		return NULL;
NULL              393 source4/lib/registry/pyregistry.c 	if (str == NULL)
NULL              405 source4/lib/registry/pyregistry.c 	{ NULL }
NULL              422 source4/lib/registry/pyregistry.c 	if (m == NULL)
NULL               73 source4/lib/registry/regf.c 			if (rel_offset != NULL)
NULL               79 source4/lib/registry/regf.c 	return NULL;
NULL              108 source4/lib/registry/regf.c 	ret.data = NULL;
NULL              113 source4/lib/registry/regf.c 	if (hbin == NULL) {
NULL              163 source4/lib/registry/regf.c 	struct hbin_block *hbin = NULL;
NULL              169 source4/lib/registry/regf.c 		return data_blob(NULL, 0);
NULL              176 source4/lib/registry/regf.c 	ret.data = NULL;
NULL              217 source4/lib/registry/regf.c 	if (data->hbins[i] == NULL) {
NULL              223 source4/lib/registry/regf.c 		SMB_ASSERT(hbin != NULL);
NULL              226 source4/lib/registry/regf.c 		data->hbins[i+1] = NULL;
NULL              233 source4/lib/registry/regf.c 		unix_to_nt_time(&hbin->last_change, time(NULL));
NULL              298 source4/lib/registry/regf.c 	if (hbin == NULL)
NULL              418 source4/lib/registry/regf.c 	hash_name = strupper_talloc(NULL, name);
NULL              440 source4/lib/registry/regf.c 	if (num_subkeys != NULL)
NULL              443 source4/lib/registry/regf.c 	if (num_values != NULL)
NULL              446 source4/lib/registry/regf.c 	if (classname != NULL) {
NULL              454 source4/lib/registry/regf.c 			*classname = NULL;
NULL              480 source4/lib/registry/regf.c 	if (nk == NULL)
NULL              481 source4/lib/registry/regf.c 		return NULL;
NULL              488 source4/lib/registry/regf.c 		return NULL;
NULL              494 source4/lib/registry/regf.c 		return NULL;
NULL              527 source4/lib/registry/regf.c 	vk = talloc(NULL, struct vk_block);
NULL              538 source4/lib/registry/regf.c 	if (name != NULL)
NULL              541 source4/lib/registry/regf.c 	if (data_type != NULL)
NULL              764 source4/lib/registry/regf.c 	if (classname != NULL) {
NULL              772 source4/lib/registry/regf.c 			*classname = NULL;
NULL              775 source4/lib/registry/regf.c 	if (last_mod_time != NULL)
NULL              778 source4/lib/registry/regf.c 	if (name != NULL)
NULL              967 source4/lib/registry/regf.c 			if (list_data.data == NULL) {
NULL             1054 source4/lib/registry/regf.c 	if (!NDR_ERR_CODE_IS_SUCCESS(ndr_push_struct_blob(&data, regf, NULL, 
NULL             1207 source4/lib/registry/regf.c 	if (!NDR_ERR_CODE_IS_SUCCESS(ndr_pull_struct_blob(&data, ctx, NULL, *sd,
NULL             1630 source4/lib/registry/regf.c 							 NULL, NULL);
NULL             1656 source4/lib/registry/regf.c 					       NULL, &data);
NULL             1710 source4/lib/registry/regf.c 	unix_to_nt_time(&nk.last_change, time(NULL));
NULL             1796 source4/lib/registry/regf.c 		if (name != NULL && name[0] != 0) {
NULL             1800 source4/lib/registry/regf.c 			vk.data_name = NULL;
NULL             1926 source4/lib/registry/regf.c 	regf = (struct regf_data *)talloc_zero(NULL, struct regf_data);
NULL             1947 source4/lib/registry/regf.c 	unix_to_nt_time(&regf_hdr->modtime, time(NULL));
NULL             1961 source4/lib/registry/regf.c 	regf->hbins[0] = NULL;
NULL             1965 source4/lib/registry/regf.c 	unix_to_nt_time(&nk.last_change, time(NULL));
NULL             1990 source4/lib/registry/regf.c 					 NULL, NULL,
NULL             1995 source4/lib/registry/regf.c 					 NULL);
NULL             1998 source4/lib/registry/regf.c 	if (!NDR_ERR_CODE_IS_SUCCESS(ndr_push_struct_blob(&data, regf, NULL, 
NULL             2070 source4/lib/registry/regf.c 	if (pull->data.data == NULL) {
NULL             2109 source4/lib/registry/regf.c 	regf->hbins[0] = NULL;
NULL             2135 source4/lib/registry/regf.c 		regf->hbins[i] = NULL;
NULL               60 source4/lib/registry/rpc.c 	r.in.system_name = NULL; \
NULL               94 source4/lib/registry/rpc.c 	{ 0, NULL }
NULL              107 source4/lib/registry/rpc.c 	*k = NULL;
NULL              114 source4/lib/registry/rpc.c 	if (known_hives[n].open == NULL)  {
NULL              301 source4/lib/registry/rpc.c 	classbuf.name = NULL;
NULL              321 source4/lib/registry/rpc.c 	if (name != NULL)
NULL              323 source4/lib/registry/rpc.c 	if (keyclass != NULL)
NULL              325 source4/lib/registry/rpc.c 	if (last_changed_time != NULL)
NULL              346 source4/lib/registry/rpc.c 	r.in.keyclass.name = NULL;
NULL              349 source4/lib/registry/rpc.c 	r.in.secdesc = NULL;
NULL              350 source4/lib/registry/rpc.c 	r.in.action_taken = NULL;
NULL              352 source4/lib/registry/rpc.c 	r.out.action_taken = NULL;
NULL              375 source4/lib/registry/rpc.c 	classname.name = NULL;
NULL              442 source4/lib/registry/rpc.c 	if (classname != NULL)
NULL              445 source4/lib/registry/rpc.c 	if (num_subkeys != NULL)
NULL              448 source4/lib/registry/rpc.c 	if (num_values != NULL)
NULL              451 source4/lib/registry/rpc.c 	if (last_changed_time != NULL)
NULL              454 source4/lib/registry/rpc.c 	if (max_subkeylen != NULL)
NULL              457 source4/lib/registry/rpc.c 	if (max_valnamelen != NULL)
NULL              460 source4/lib/registry/rpc.c 	if (max_valbufsize != NULL)
NULL              491 source4/lib/registry/rpc.c 	rctx = talloc(NULL, struct rpc_registry_context);
NULL              508 source4/lib/registry/rpc.c 		*ctx = NULL;
NULL               53 source4/lib/registry/samba.c 	return reg_mount_hive(ctx, hive, hive_id, NULL);
NULL               98 source4/lib/registry/tests/diff.c static const char *added_key = NULL;
NULL              118 source4/lib/registry/tests/diff.c 	if (W_ERROR_IS_OK(reg_generate_diff_key(&rk, NULL, "bla", &cb, tctx)))
NULL              132 source4/lib/registry/tests/diff.c 	if (!W_ERROR_IS_OK(reg_generate_diff_key(NULL, NULL, "", &cb, NULL)))
NULL              180 source4/lib/registry/tests/diff.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r1_hklm);
NULL              183 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r1_ctx, r1_hklm, HKEY_LOCAL_MACHINE, NULL);
NULL              187 source4/lib/registry/tests/diff.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r1_hkcu);
NULL              190 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r1_ctx, r1_hkcu, HKEY_CURRENT_USER, NULL);
NULL              195 source4/lib/registry/tests/diff.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r2_hklm);
NULL              198 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r2_ctx, r2_hklm, HKEY_LOCAL_MACHINE, NULL);
NULL              202 source4/lib/registry/tests/diff.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &r2_hkcu);
NULL              205 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r2_ctx, r2_hkcu, HKEY_CURRENT_USER, NULL);
NULL              210 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, key, "Network", NULL, NULL, &newkey);
NULL              212 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, newkey, "L", NULL, NULL, &newkey);
NULL              217 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, key, "Software", NULL, NULL, &newkey);
NULL              219 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Microsoft", NULL, NULL, &newkey);
NULL              221 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Windows", NULL, NULL, &newkey);
NULL              223 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "CurrentVersion", NULL, NULL, &newkey);
NULL              225 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Policies", NULL, NULL, &newkey);
NULL              227 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Explorer", NULL, NULL, &newkey);
NULL              288 source4/lib/registry/tests/diff.c 	torture_tcase_set_fixture(tcase, diff_setup_preg_tcase, NULL);
NULL              292 source4/lib/registry/tests/diff.c 	torture_tcase_set_fixture(tcase, diff_setup_dotreg_tcase, NULL);
NULL               81 source4/lib/registry/tests/generic.c 	DATA_BLOB db = { NULL, 0 };
NULL              110 source4/lib/registry/tests/generic.c 				 reg_val_description(ctx, lp_iconv_convenience(ctx->lp_ctx), NULL, REG_SZ, data),
NULL               51 source4/lib/registry/tests/hive.c 	error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values,
NULL               52 source4/lib/registry/tests/hive.c 				  NULL, NULL, NULL, NULL);
NULL               75 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(tctx, root, "Nested Keyll", NULL,
NULL               76 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL               85 source4/lib/registry/tests/hive.c 	error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values,
NULL               86 source4/lib/registry/tests/hive.c 				  NULL, NULL, NULL, NULL);
NULL              106 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL,
NULL              107 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              128 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "Parent Key", NULL,
NULL              129 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              133 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, subkey, "Child Key", NULL,
NULL              134 source4/lib/registry/tests/hive.c 				  NULL, &subkey2);
NULL              165 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL,
NULL              166 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              188 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "YA Nested Key", NULL,
NULL              189 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              211 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "EYA Nested Key", NULL,
NULL              212 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              247 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "EEYA Nested Key", NULL,
NULL              248 source4/lib/registry/tests/hive.c 							 NULL, &subkey);
NULL              282 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(mem_ctx, root, "AYAYA Nested Key", NULL,
NULL              283 source4/lib/registry/tests/hive.c 				  NULL, &subkey);
NULL              312 source4/lib/registry/tests/hive.c 	struct hive_key *subkey = NULL;
NULL              319 source4/lib/registry/tests/hive.c 					 NULL, NULL,
NULL              324 source4/lib/registry/tests/hive.c 					 NULL);
NULL              327 source4/lib/registry/tests/hive.c 	error = hive_key_add_name(tctx, root, "SecurityKey", NULL,
NULL              341 source4/lib/registry/tests/hive.c 					 NULL, NULL,
NULL              346 source4/lib/registry/tests/hive.c 					 NULL);
NULL              428 source4/lib/registry/tests/hive.c 	error = reg_open_ldb_file(tctx, dirname, NULL, NULL, tctx->ev, tctx->lp_ctx, &key);
NULL              467 source4/lib/registry/tests/hive.c 				  reg_open_directory(NULL, NULL, NULL),
NULL              481 source4/lib/registry/tests/hive.c 	torture_tcase_set_fixture(tcase, hive_setup_dir, NULL);
NULL              485 source4/lib/registry/tests/hive.c 	torture_tcase_set_fixture(tcase, hive_setup_ldb, NULL);
NULL              489 source4/lib/registry/tests/hive.c 	torture_tcase_set_fixture(tcase, hive_setup_regf, NULL);
NULL              106 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, root, "Bad Bentheim", NULL, NULL,
NULL              109 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey != NULL, "Creating new key");
NULL              127 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, root, "Hamburg", NULL, NULL,
NULL              130 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey1 != NULL, "Creating new key");
NULL              132 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, root, "Hamburg\\Hamburg", NULL, NULL,
NULL              135 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey2 != NULL, "Creating new key");
NULL              149 source4/lib/registry/tests/registry.c 	error = reg_key_add_abs(tctx, rctx, "HKEY_CLASSES_ROOT", 0, NULL,
NULL              166 source4/lib/registry/tests/registry.c 	error = reg_key_add_abs(tctx, rctx,  "HKEY_CLASSES_ROOT\\bloe", 0, NULL,
NULL              171 source4/lib/registry/tests/registry.c 				NULL, &result1);
NULL              198 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, root, "Polen", NULL, NULL, &newkey);
NULL              201 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey != NULL, "Creating new key");
NULL              229 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey);
NULL              248 source4/lib/registry/tests/registry.c 	torture_assert_werr_equal(tctx, reg_key_flush(NULL),
NULL              268 source4/lib/registry/tests/registry.c 				 &last_changed_time, NULL, NULL, NULL);
NULL              271 source4/lib/registry/tests/registry.c 	torture_assert(tctx, classname == NULL, "classname");
NULL              290 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, subkey1, "Bentheim", NULL, NULL,
NULL              298 source4/lib/registry/tests/registry.c 	error = reg_key_get_info(tctx, subkey1, NULL, &num_subkeys,
NULL              299 source4/lib/registry/tests/registry.c 				 &num_values, NULL, NULL, NULL, NULL);
NULL              316 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              331 source4/lib/registry/tests/registry.c 	error = reg_key_get_subkey_by_index(tctx, root, 0, NULL, NULL, NULL);
NULL              336 source4/lib/registry/tests/registry.c 	error = reg_key_get_subkey_by_index(tctx, root, 1, NULL, NULL, NULL);
NULL              341 source4/lib/registry/tests/registry.c 	error = reg_key_get_subkey_by_index(tctx, subkey, 0, NULL, NULL, NULL);
NULL              355 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              377 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              386 source4/lib/registry/tests/registry.c 					 NULL, NULL,
NULL              391 source4/lib/registry/tests/registry.c 					 NULL);
NULL              411 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              448 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              484 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
NULL              533 source4/lib/registry/tests/registry.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &hive_key);
NULL              536 source4/lib/registry/tests/registry.c 	error = reg_mount_hive(rctx, hive_key, HKEY_CLASSES_ROOT, NULL);
NULL              590 source4/lib/registry/tests/registry.c 	torture_tcase_set_fixture(tcase, setup_local_registry, NULL);
NULL               31 source4/lib/registry/tools/common.c 	struct registry_context *h = NULL;
NULL               34 source4/lib/registry/tools/common.c 	error = reg_open_remote(&h, NULL, creds, lp_ctx, remote, ev_ctx);
NULL               39 source4/lib/registry/tools/common.c 		return NULL;
NULL               51 source4/lib/registry/tools/common.c 	struct registry_context *h = NULL;
NULL               54 source4/lib/registry/tools/common.c 	error = reg_open_hive(ev_ctx, path, NULL, creds, ev_ctx, lp_ctx, &hive_root);
NULL               59 source4/lib/registry/tools/common.c 		return NULL;
NULL               62 source4/lib/registry/tools/common.c 	error = reg_open_local(NULL, &h);
NULL               66 source4/lib/registry/tools/common.c 		return NULL;
NULL               69 source4/lib/registry/tools/common.c 	return reg_import_hive_key(h, hive_root, -1, NULL);
NULL               77 source4/lib/registry/tools/common.c 	struct registry_context *h = NULL;
NULL               79 source4/lib/registry/tools/common.c 	error = reg_open_samba(NULL, &h, ev_ctx, lp_ctx, NULL, creds);
NULL               84 source4/lib/registry/tools/common.c 		return NULL;
NULL               43 source4/lib/registry/tools/regdiff.c 		return NULL;
NULL               45 source4/lib/registry/tools/regdiff.c 		error = reg_open_samba(NULL, &ctx, ev_ctx, lp_ctx, NULL, cmdline_credentials);
NULL               48 source4/lib/registry/tools/regdiff.c 		error = reg_open_remote(&ctx, NULL, cmdline_credentials, lp_ctx,
NULL               52 source4/lib/registry/tools/regdiff.c 		error = reg_open_local(NULL, &ctx);
NULL               58 source4/lib/registry/tools/regdiff.c 		return NULL;
NULL               68 source4/lib/registry/tools/regdiff.c 	char *outputfile = NULL;
NULL               70 source4/lib/registry/tools/regdiff.c 	const char *remote1 = NULL, *remote2 = NULL;
NULL               71 source4/lib/registry/tools/regdiff.c 	struct registry_context *h1 = NULL, *h2 = NULL;
NULL               75 source4/lib/registry/tools/regdiff.c 		{"output", 'o', POPT_ARG_STRING, &outputfile, 0, "output file to use", NULL },
NULL               76 source4/lib/registry/tools/regdiff.c 		{"null", 'n', POPT_ARG_NONE, NULL, 'n', "Diff from NULL", NULL },
NULL               77 source4/lib/registry/tools/regdiff.c 		{"remote", 'R', POPT_ARG_STRING, NULL, 'R', "Connect to remote server" , NULL },
NULL               78 source4/lib/registry/tools/regdiff.c 		{"local", 'L', POPT_ARG_NONE, NULL, 'L', "Open local registry", NULL },
NULL               82 source4/lib/registry/tools/regdiff.c 		{ NULL }
NULL              121 source4/lib/registry/tools/regdiff.c 	ev_ctx = s4_event_context_init(NULL);
NULL              124 source4/lib/registry/tools/regdiff.c 	if (h1 == NULL)
NULL              128 source4/lib/registry/tools/regdiff.c 	if (h2 == NULL)
NULL               35 source4/lib/registry/tools/regpatch.c 	const char *file = NULL;
NULL               36 source4/lib/registry/tools/regpatch.c 	const char *remote = NULL;
NULL               40 source4/lib/registry/tools/regpatch.c 		{"remote", 'R', POPT_ARG_STRING, &remote, 0, "connect to specified remote server", NULL},
NULL               41 source4/lib/registry/tools/regpatch.c 		{"file", 'F', POPT_ARG_STRING, &file, 0, "file path", NULL },
NULL               44 source4/lib/registry/tools/regpatch.c 		{ NULL }
NULL               52 source4/lib/registry/tools/regpatch.c 	ev_ctx = s4_event_context_init(NULL);
NULL               60 source4/lib/registry/tools/regpatch.c 	if (h == NULL)
NULL               64 source4/lib/registry/tools/regpatch.c 	if (patch == NULL) {
NULL               53 source4/lib/registry/tools/regshell.c 	struct security_descriptor *sec_desc = NULL;
NULL               56 source4/lib/registry/tools/regshell.c 	const char *classname = NULL;
NULL               75 source4/lib/registry/tools/regshell.c 	if (classname != NULL)
NULL              105 source4/lib/registry/tools/regshell.c 	struct registry_key *ret = NULL;
NULL              162 source4/lib/registry/tools/regshell.c 	struct registry_key *nkey = NULL;
NULL              212 source4/lib/registry/tools/regshell.c 	const char *name = NULL;
NULL              218 source4/lib/registry/tools/regshell.c 								      NULL,
NULL              219 source4/lib/registry/tools/regshell.c 								      NULL)); i++) {
NULL              246 source4/lib/registry/tools/regshell.c 	error = reg_key_add_name(ctx, ctx->current, argv[1], 0, NULL, &tmp);
NULL              325 source4/lib/registry/tools/regshell.c 	{NULL }
NULL              344 source4/lib/registry/tools/regshell.c 	char **argv = NULL;
NULL              366 source4/lib/registry/tools/regshell.c static struct registry_key *current_key = NULL;
NULL              375 source4/lib/registry/tools/regshell.c 	if (!matches) return NULL;
NULL              376 source4/lib/registry/tools/regshell.c 	matches[0] = NULL;
NULL              403 source4/lib/registry/tools/regshell.c 	matches[count] = NULL;
NULL              413 source4/lib/registry/tools/regshell.c 	return NULL;
NULL              429 source4/lib/registry/tools/regshell.c 	if (!matches) return NULL;
NULL              430 source4/lib/registry/tools/regshell.c 	matches[0] = NULL;
NULL              438 source4/lib/registry/tools/regshell.c 					     &subkeyname, NULL, NULL);
NULL              456 source4/lib/registry/tools/regshell.c 			return NULL;
NULL              463 source4/lib/registry/tools/regshell.c 		return NULL;
NULL              474 source4/lib/registry/tools/regshell.c 	matches[j] = NULL;
NULL              492 source4/lib/registry/tools/regshell.c 	const char *file = NULL;
NULL              494 source4/lib/registry/tools/regshell.c 	const char *remote = NULL;
NULL              500 source4/lib/registry/tools/regshell.c 		{"file", 'F', POPT_ARG_STRING, &file, 0, "open hive file", NULL },
NULL              501 source4/lib/registry/tools/regshell.c 		{"remote", 'R', POPT_ARG_STRING, &remote, 0, "connect to specified remote server", NULL},
NULL              505 source4/lib/registry/tools/regshell.c 		{ NULL }
NULL              513 source4/lib/registry/tools/regshell.c 	ctx = talloc_zero(NULL, struct regshell_context);
NULL              517 source4/lib/registry/tools/regshell.c 	if (remote != NULL) {
NULL              520 source4/lib/registry/tools/regshell.c 	} else if (file != NULL) {
NULL              522 source4/lib/registry/tools/regshell.c 		if (ctx->current == NULL)
NULL              530 source4/lib/registry/tools/regshell.c 	if (ctx->registry == NULL)
NULL              533 source4/lib/registry/tools/regshell.c 	if (ctx->current == NULL) {
NULL              537 source4/lib/registry/tools/regshell.c 			(ctx->current == NULL); i++) {
NULL              547 source4/lib/registry/tools/regshell.c 				ctx->current = NULL;
NULL              552 source4/lib/registry/tools/regshell.c 	if (ctx->current == NULL) {
NULL              566 source4/lib/registry/tools/regshell.c 		line = smb_readline(prompt, NULL, reg_completion);
NULL              568 source4/lib/registry/tools/regshell.c 		if (line == NULL) {
NULL               56 source4/lib/registry/tools/regtree.c 								      NULL,
NULL               57 source4/lib/registry/tools/regtree.c 								      NULL)); i++) {
NULL              105 source4/lib/registry/tools/regtree.c 	const char *file = NULL;
NULL              106 source4/lib/registry/tools/regtree.c 	const char *remote = NULL;
NULL              108 source4/lib/registry/tools/regtree.c 	struct registry_context *h = NULL;
NULL              109 source4/lib/registry/tools/regtree.c 	struct registry_key *start_key = NULL;
NULL              115 source4/lib/registry/tools/regtree.c 		{"file", 'F', POPT_ARG_STRING, &file, 0, "file path", NULL },
NULL              116 source4/lib/registry/tools/regtree.c 		{"remote", 'R', POPT_ARG_STRING, &remote, 0, "connect to specified remote server", NULL },
NULL              117 source4/lib/registry/tools/regtree.c 		{"fullpath", 'f', POPT_ARG_NONE, &fullpath, 0, "show full paths", NULL},
NULL              118 source4/lib/registry/tools/regtree.c 		{"no-values", 'V', POPT_ARG_NONE, &no_values, 0, "don't show values", NULL},
NULL              122 source4/lib/registry/tools/regtree.c 		{ NULL }
NULL              130 source4/lib/registry/tools/regtree.c 	ev_ctx = s4_event_context_init(NULL);
NULL              132 source4/lib/registry/tools/regtree.c 	if (remote != NULL) {
NULL              134 source4/lib/registry/tools/regtree.c 	} else if (file != NULL) {
NULL              140 source4/lib/registry/tools/regtree.c 	if (h == NULL && start_key == NULL)
NULL              147 source4/lib/registry/tools/regtree.c 	if (start_key != NULL) {
NULL              160 source4/lib/registry/tools/regtree.c 			SMB_ASSERT(start_key != NULL);
NULL               38 source4/lib/registry/util.c 	{ 0, NULL }
NULL               58 source4/lib/registry/util.c 	char *ret = NULL;
NULL               68 source4/lib/registry/util.c 					      (void **)&ret, NULL, false);
NULL              132 source4/lib/registry/util.c 			uint32_t tmp = strtol(data_str, NULL, 0);
NULL              161 source4/lib/registry/util.c 	if (strchr(name, '\\') != NULL)
NULL              190 source4/lib/registry/util.c 	if (strchr(path, '\\') == NULL) {
NULL              247 source4/lib/registry/util.c 	error = reg_key_add_name(mem_ctx, parent, n, NULL, sec_desc, result);
NULL               69 source4/lib/samba3/smbpasswd.c 	if (!p) return NULL;
NULL               80 source4/lib/samba3/smbpasswd.c                         return NULL;
NULL               95 source4/lib/samba3/smbpasswd.c 	if (pwd != NULL) {
NULL               99 source4/lib/samba3/smbpasswd.c 			return NULL;
NULL               38 source4/lib/smbreadline/smbreadline.c 	readfds2 = (readfds ? &readfds_buf : NULL);
NULL               39 source4/lib/smbreadline/smbreadline.c 	writefds2 = (writefds ? &writefds_buf : NULL);
NULL               40 source4/lib/smbreadline/smbreadline.c 	errorfds2 = (errorfds ? &errorfds_buf : NULL);
NULL               41 source4/lib/smbreadline/smbreadline.c 	ptval = (tval ? &tval2 : NULL);
NULL               89 source4/lib/smbreadline/smbreadline.c 		return NULL;
NULL               99 source4/lib/smbreadline/smbreadline.c 		if (sys_select_intr(fd+1,&fds,NULL,NULL,&timeout) == 1) {
NULL              155 source4/lib/smbreadline/smbreadline.c 	return NULL;
NULL              295 source4/lib/socket/access.c 			if ((strchr(*list, '/')) == NULL) {
NULL               82 source4/lib/socket/connect.c 	if (result == NULL) return NULL;
NULL               78 source4/lib/socket/connect_multi.c 	if (result == NULL) return NULL;
NULL              158 source4/lib/socket/connect_multi.c 	creq = socket_connect_send(state->sock, NULL, 
NULL               58 source4/lib/socket/interface.c 	return NULL;
NULL               75 source4/lib/socket/interface.c 	iface = talloc(*interfaces == NULL ? mem_ctx : *interfaces, struct interface);
NULL               76 source4/lib/socket/interface.c 	if (iface == NULL) 
NULL              141 source4/lib/socket/interface.c 		if (strpbrk(token, "*?") != NULL) {
NULL              203 source4/lib/socket/interface.c 	*local_interfaces = NULL;
NULL              260 source4/lib/socket/interface.c 	return NULL;
NULL              276 source4/lib/socket/interface.c 	return NULL;
NULL              292 source4/lib/socket/interface.c 	return NULL;
NULL               49 source4/lib/socket/netif.c 	struct ifaddrs *iflist = NULL;
NULL               50 source4/lib/socket/netif.c 	struct ifaddrs *ifptr = NULL;
NULL               59 source4/lib/socket/netif.c 			ifptr != NULL && total < max_interfaces;
NULL               66 source4/lib/socket/socket.c 	(*new_sock)->private_data = NULL;
NULL               68 source4/lib/socket/socket.c 	(*new_sock)->backend_name = NULL;
NULL               82 source4/lib/socket/socket.c 		getenv("SOCKET_TESTNONBLOCK") != NULL) {
NULL              107 source4/lib/socket/socket.c 	return socket_create_with_ops(NULL, ops, new_sock, type, flags);
NULL              115 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              141 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              159 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              187 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              216 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              234 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              273 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              298 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              310 source4/lib/socket/socket.c 	if (sock == NULL) {
NULL              323 source4/lib/socket/socket.c 		return NULL;
NULL              332 source4/lib/socket/socket.c 		return NULL;
NULL              341 source4/lib/socket/socket.c 		return NULL;
NULL              389 source4/lib/socket/socket.c 		return NULL;
NULL              396 source4/lib/socket/socket.c 		return NULL;
NULL              399 source4/lib/socket/socket.c 	addr->sockaddr = NULL;
NULL              415 source4/lib/socket/socket.c 		return NULL;
NULL              417 source4/lib/socket/socket.c 	addr->family = NULL; 
NULL              418 source4/lib/socket/socket.c 	addr->addr = NULL;
NULL              423 source4/lib/socket/socket.c 		return NULL;
NULL              435 source4/lib/socket/socket.c 		return NULL;
NULL              459 source4/lib/socket/socket.c 	return NULL;
NULL              483 source4/lib/socket/socket.c 	return NULL;
NULL              528 source4/lib/socket/socket.c   {NULL,0,0,0,0}};
NULL              536 source4/lib/socket/socket.c 	const char **options_list = (const char **)str_list_make(NULL, options, " \t,");
NULL              166 source4/lib/socket/socket_ip.c 	socket_set_option(sock, "SO_REUSEADDR=1", NULL);
NULL              236 source4/lib/socket/socket_ip.c 	(*new_sock) = talloc(NULL, struct socket_context);
NULL              249 source4/lib/socket/socket_ip.c 	(*new_sock)->private_data	= NULL;
NULL              316 source4/lib/socket/socket_ip.c 			 sizeof(addrstring)) == NULL) {
NULL              321 source4/lib/socket/socket_ip.c 	if (src->addr == NULL) {
NULL              405 source4/lib/socket/socket_ip.c 		return NULL;
NULL              409 source4/lib/socket/socket_ip.c 	if (he == NULL) {
NULL              410 source4/lib/socket/socket_ip.c 		return NULL;
NULL              426 source4/lib/socket/socket_ip.c 		return NULL;
NULL              433 source4/lib/socket/socket_ip.c 		return NULL;
NULL              441 source4/lib/socket/socket_ip.c 		return NULL;
NULL              447 source4/lib/socket/socket_ip.c 			 sizeof(addrstring)) == NULL) {
NULL              449 source4/lib/socket/socket_ip.c 		return NULL;
NULL              454 source4/lib/socket/socket_ip.c 		return NULL;
NULL              471 source4/lib/socket/socket_ip.c 		return NULL;
NULL              478 source4/lib/socket/socket_ip.c 		return NULL;
NULL              486 source4/lib/socket/socket_ip.c 		return NULL;
NULL              492 source4/lib/socket/socket_ip.c 			 sizeof(addrstring)) == NULL) {
NULL              494 source4/lib/socket/socket_ip.c 		return NULL;
NULL              499 source4/lib/socket/socket_ip.c 		return NULL;
NULL              558 source4/lib/socket/socket_ip.c 	if (sp == NULL) return in6addr_any;
NULL              674 source4/lib/socket/socket_ip.c 	socket_set_option(sock, "SO_REUSEADDR=1", NULL);
NULL              741 source4/lib/socket/socket_ip.c 	(*new_sock) = talloc(NULL, struct socket_context);
NULL              754 source4/lib/socket/socket_ip.c 	(*new_sock)->private_data	= NULL;
NULL              800 source4/lib/socket/socket_ip.c 	if (inet_ntop(AF_INET6, &from_addr->sin6_addr, addrstring, sizeof(addrstring)) == NULL) {
NULL              807 source4/lib/socket/socket_ip.c 	if (src->addr == NULL) {
NULL              869 source4/lib/socket/socket_ip.c 		return NULL;
NULL              873 source4/lib/socket/socket_ip.c 	if (he == NULL) {
NULL              874 source4/lib/socket/socket_ip.c 		return NULL;
NULL              891 source4/lib/socket/socket_ip.c 		return NULL;
NULL              898 source4/lib/socket/socket_ip.c 		return NULL;
NULL              906 source4/lib/socket/socket_ip.c 		return NULL;
NULL              912 source4/lib/socket/socket_ip.c 	if (addr_ret == NULL) {
NULL              914 source4/lib/socket/socket_ip.c 		return NULL;
NULL              918 source4/lib/socket/socket_ip.c 	if (peer->addr == NULL) {
NULL              920 source4/lib/socket/socket_ip.c 		return NULL;
NULL              938 source4/lib/socket/socket_ip.c 		return NULL;
NULL              945 source4/lib/socket/socket_ip.c 		return NULL;
NULL              953 source4/lib/socket/socket_ip.c 		return NULL;
NULL              959 source4/lib/socket/socket_ip.c 		       sizeof(addrstring)) == NULL) {
NULL              963 source4/lib/socket/socket_ip.c 		return NULL;
NULL              969 source4/lib/socket/socket_ip.c 		return NULL;
NULL               57 source4/lib/socket/socket_unix.c 	sock->private_data = NULL;
NULL              138 source4/lib/socket/socket_unix.c 	} else if (my_address->addr == NULL) {
NULL              200 source4/lib/socket/socket_unix.c 	(*new_sock) = talloc(NULL, struct socket_context);
NULL              213 source4/lib/socket/socket_unix.c 	(*new_sock)->private_data	= NULL;
NULL              311 source4/lib/socket/socket_unix.c 		return NULL;
NULL              318 source4/lib/socket/socket_unix.c 		return NULL;
NULL              326 source4/lib/socket/socket_unix.c 		return NULL;
NULL              335 source4/lib/socket/socket_unix.c 		return NULL;
NULL              350 source4/lib/socket/socket_unix.c 		return NULL;
NULL              357 source4/lib/socket/socket_unix.c 		return NULL;
NULL              365 source4/lib/socket/socket_unix.c 		return NULL;
NULL              374 source4/lib/socket/socket_unix.c 		return NULL;
NULL               64 source4/lib/socket/testsuite.c 	torture_assert(tctx, srv_addr != NULL && 
NULL               68 source4/lib/socket/testsuite.c 		      iface_best_ip(ifaces, "127.0.0.1"), srv_addr ? srv_addr->addr : NULL));
NULL               72 source4/lib/socket/testsuite.c 	blob  = data_blob_talloc(mem_ctx, NULL, size);
NULL               73 source4/lib/socket/testsuite.c 	blob2 = data_blob_talloc(mem_ctx, NULL, size);
NULL              155 source4/lib/socket/testsuite.c 	status = socket_connect_ev(sock2, NULL, srv_addr, 0, ev);
NULL              163 source4/lib/socket/testsuite.c 	blob  = data_blob_talloc(mem_ctx, NULL, size);
NULL              164 source4/lib/socket/testsuite.c 	blob2 = data_blob_talloc(mem_ctx, NULL, size);
NULL               84 source4/lib/stream/packet.c 	if (pc != NULL) {
NULL              202 source4/lib/stream/packet.c 	pc->sock = NULL;
NULL              393 source4/lib/stream/packet.c 		if (pc->partial.data == NULL) {
NULL              403 source4/lib/stream/packet.c 		pc->partial = data_blob(NULL, 0);
NULL              441 source4/lib/stream/packet.c 	if (pc->ev == NULL) {
NULL              570 source4/lib/stream/packet.c 	return packet_send_callback(pc, blob, NULL, NULL);
NULL               48 source4/lib/tdb_wrap.c 	char *ptr = NULL;
NULL               72 source4/lib/tdb_wrap.c 	if (ptr != NULL) {
NULL               99 source4/lib/tdb_wrap.c 	if (w == NULL) {
NULL              100 source4/lib/tdb_wrap.c 		return NULL;
NULL              106 source4/lib/tdb_wrap.c 			     open_flags, mode, &log_ctx, NULL);
NULL              107 source4/lib/tdb_wrap.c 	if (w->tdb == NULL) {
NULL              109 source4/lib/tdb_wrap.c 		return NULL;
NULL               58 source4/lib/tdr/tdr.c 	if (tdr->data.data == NULL)
NULL              340 source4/lib/tdr/tdr.c 	if (push == NULL)
NULL              341 source4/lib/tdr/tdr.c 		return NULL;
NULL              352 source4/lib/tdr/tdr.c 	if (pull == NULL)
NULL              353 source4/lib/tdr/tdr.c 		return NULL;
NULL              362 source4/lib/tdr/tdr.c 	struct tdr_push *push = tdr_push_init(NULL, iconv_convenience);
NULL              364 source4/lib/tdr/tdr.c 	if (push == NULL)
NULL              386 source4/lib/tdr/tdr.c 	char *s = NULL;
NULL              114 source4/lib/tdr/testsuite.c 	const char *l = NULL;
NULL              136 source4/lib/tdr/testsuite.c 	const char *l = NULL;
NULL              231 source4/lib/tls/tls.c 		ret = gnutls_record_send(tls->session, NULL, 0);
NULL              233 source4/lib/tls/tls.c 		ret = gnutls_record_recv(tls->session, NULL, 0);
NULL              367 source4/lib/tls/tls.c 	if (params == NULL) {
NULL              369 source4/lib/tls/tls.c 		return NULL;
NULL              372 source4/lib/tls/tls.c 	if (!lp_tls_enabled(lp_ctx) || keyfile == NULL || *keyfile == 0) {
NULL              381 source4/lib/tls/tls.c 		if (hostname == NULL) {
NULL              476 source4/lib/tls/tls.c 		return NULL;
NULL              480 source4/lib/tls/tls.c 	if (tls == NULL) {
NULL              481 source4/lib/tls/tls.c 		return NULL;
NULL              486 source4/lib/tls/tls.c 	if (talloc_reference(tls, fde) == NULL) {
NULL              488 source4/lib/tls/tls.c 		return NULL;
NULL              490 source4/lib/tls/tls.c 	if (talloc_reference(tls, socket_ctx) == NULL) {
NULL              492 source4/lib/tls/tls.c 		return NULL;
NULL              499 source4/lib/tls/tls.c 		return NULL;
NULL              536 source4/lib/tls/tls.c 	return NULL;
NULL              558 source4/lib/tls/tls.c 		return NULL;
NULL              562 source4/lib/tls/tls.c 	if (tls == NULL) return NULL;
NULL              566 source4/lib/tls/tls.c 	if (talloc_reference(tls, fde) == NULL) {
NULL              567 source4/lib/tls/tls.c 		return NULL;
NULL              569 source4/lib/tls/tls.c 	if (talloc_reference(tls, socket_ctx) == NULL) {
NULL              570 source4/lib/tls/tls.c 		return NULL;
NULL              675 source4/lib/tls/tls.c 	return NULL;
NULL              686 source4/lib/tls/tls.c 	return NULL;
NULL               46 source4/lib/tls/tlscert.c 	uint32_t serial = (uint32_t)time(NULL);
NULL               51 source4/lib/tls/tlscert.c 	time_t activation = time(NULL), expiry = activation + LIFETIME;
NULL               77 source4/lib/wmi/tools/wmic.c 	if (argv_new[i] == NULL) {
NULL              159 source4/lib/wmi/tools/wmic.c 	char *class_name = NULL;
NULL              162 source4/lib/wmi/tools/wmic.c 	struct IWbemServices *pWS = NULL;
NULL              164 source4/lib/wmi/tools/wmic.c 	struct IEnumWbemClassObject *pEnum = NULL;
NULL              165 source4/lib/wmi/tools/wmic.c 	struct com_context *ctx = NULL;
NULL              178 source4/lib/wmi/tools/wmic.c 	result = IWbemServices_ExecQuery(pWS, ctx, queryLanguage, query, WBEM_FLAG_RETURN_IMMEDIATELY | WBEM_FLAG_ENSURE_LOCATABLE, NULL, &pEnum);
NULL               77 source4/lib/wmi/tools/wmis.c 	if (argv_new[i] == NULL) {
NULL              138 source4/lib/wmi/tools/wmis.c 	struct IWbemClassObject *wco = NULL;
NULL              140 source4/lib/wmi/tools/wmis.c 	struct IWbemClassObject *out = NULL;
NULL              151 source4/lib/wmi/tools/wmis.c 					 WBEM_FLAG_RETURN_WBEM_COMPLETE, NULL, &wco, NULL);
NULL              165 source4/lib/wmi/tools/wmis.c 	result = IWbemServices_ExecMethod(pWS, ctx, objectPath, methodName, 0, NULL, in, &out, 
NULL              166 source4/lib/wmi/tools/wmis.c 					  NULL);
NULL              182 source4/lib/wmi/tools/wmis.c 	struct com_context *ctx = NULL;
NULL              185 source4/lib/wmi/tools/wmis.c 	struct IWbemServices *pWS = NULL;
NULL              186 source4/lib/wmi/tools/wmis.c 	struct IEnumWbemClassObject *pEnum = NULL;
NULL              206 source4/lib/wmi/tools/wmis.c 		query, WBEM_FLAG_RETURN_IMMEDIATELY | WBEM_FLAG_FORWARD_ONLY, NULL, &pEnum);
NULL               94 source4/lib/wmi/wbemdata.c 		*pv = NULL;
NULL              189 source4/lib/wmi/wbemdata.c 			if (cimtype != NULL) 
NULL              191 source4/lib/wmi/wbemdata.c 			if (flavor != NULL) 
NULL              235 source4/lib/wmi/wbemdata.c 	return NULL;
NULL              403 source4/lib/wmi/wbemdata.c 	if (c == NULL) return NULL;
NULL              477 source4/lib/wmi/wmi_wrap.c   if (!type) return NULL;
NULL              478 source4/lib/wmi/wmi_wrap.c   if (type->str != NULL) {
NULL             1145 source4/lib/wmi/wmi_wrap.c #define SWIG_Python_CallFunctor(functor, obj)	        PyObject_CallFunctionObjArgs(functor, obj, NULL);
NULL             1322 source4/lib/wmi/wmi_wrap.c   PyObject *res = NULL;
NULL             1377 source4/lib/wmi/wmi_wrap.c   PyObject *repr = PySwigObject_repr(v, NULL);
NULL             1462 source4/lib/wmi/wmi_wrap.c   if (!PyArg_ParseTuple(next,(char *)"O:append", &tmp)) return NULL;
NULL             1466 source4/lib/wmi/wmi_wrap.c     return NULL;
NULL             1523 source4/lib/wmi/wmi_wrap.c       return NULL;
NULL             1622 source4/lib/wmi/wmi_wrap.c 	PyObject_HEAD_INIT(NULL)
NULL             1789 source4/lib/wmi/wmi_wrap.c 	PyObject_HEAD_INIT(NULL)
NULL             1914 source4/lib/wmi/wmi_wrap.c       if (dictptr != NULL) {
NULL             2121 source4/lib/wmi/wmi_wrap.c     inst = PyObject_Call(newraw, data->newargs, NULL);
NULL             2125 source4/lib/wmi/wmi_wrap.c       if (dictptr != NULL) {
NULL             2127 source4/lib/wmi/wmi_wrap.c 	if (dict == NULL) {
NULL             2155 source4/lib/wmi/wmi_wrap.c   if (inst == NULL) {
NULL             2156 source4/lib/wmi/wmi_wrap.c     return NULL;
NULL             2161 source4/lib/wmi/wmi_wrap.c   if (inst->in_dict == NULL) {
NULL             2163 source4/lib/wmi/wmi_wrap.c     return NULL;
NULL             2166 source4/lib/wmi/wmi_wrap.c   inst->in_weakreflist = NULL;
NULL             2183 source4/lib/wmi/wmi_wrap.c  if (dictptr != NULL) {
NULL             2185 source4/lib/wmi/wmi_wrap.c    if (dict == NULL) {
NULL             2203 source4/lib/wmi/wmi_wrap.c     return NULL;
NULL             2289 source4/lib/wmi/wmi_wrap.c   if (dict == NULL) {
NULL             2320 source4/lib/wmi/wmi_wrap.c   static PyMethodDef swig_empty_runtime_method_table[] = { {NULL, NULL, 0, NULL} };/* Sentinel */
NULL             2352 source4/lib/wmi/wmi_wrap.c       obj = PyCObject_FromVoidPtr(descriptor, NULL);
NULL             2898 source4/lib/wmi/wmi_wrap.c 	if (!l) return NULL;\
NULL             2903 source4/lib/wmi/wmi_wrap.c 			return NULL;\
NULL             2912 source4/lib/wmi/wmi_wrap.c    PyObject * result = NULL;
NULL             2965 source4/lib/wmi/wmi_wrap.c 		str = talloc_asprintf(NULL, "Unsupported CIMTYPE(0x%04X)", cimtype);
NULL             2968 source4/lib/wmi/wmi_wrap.c 		return NULL;
NULL             2983 source4/lib/wmi/wmi_wrap.c 	result = NULL;
NULL             2985 source4/lib/wmi/wmi_wrap.c 	if (!properties) return NULL;
NULL             2989 source4/lib/wmi/wmi_wrap.c 		return NULL;
NULL             3035 source4/lib/wmi/wmi_wrap.c 	if (!swo_class) return NULL;
NULL             3039 source4/lib/wmi/wmi_wrap.c 		return NULL;
NULL             3044 source4/lib/wmi/wmi_wrap.c 	if (!swo) return NULL;
NULL             3049 source4/lib/wmi/wmi_wrap.c 		return NULL;
NULL             3101 source4/lib/wmi/wmi_wrap.c     (char *) "server",(char *) "nspace",(char *) "user",(char *) "password",(char *) "locale",(char *) "flags",(char *) "authority",(char *) "wbem_ctx", NULL 
NULL             3112 source4/lib/wmi/wmi_wrap.c   res2 = SWIG_AsCharPtrAndSize(obj0, &buf2, NULL, &alloc2);
NULL             3117 source4/lib/wmi/wmi_wrap.c   res3 = SWIG_AsCharPtrAndSize(obj1, &buf3, NULL, &alloc3);
NULL             3122 source4/lib/wmi/wmi_wrap.c   res4 = SWIG_AsCharPtrAndSize(obj2, &buf4, NULL, &alloc4);
NULL             3127 source4/lib/wmi/wmi_wrap.c   res5 = SWIG_AsCharPtrAndSize(obj3, &buf5, NULL, &alloc5);
NULL             3132 source4/lib/wmi/wmi_wrap.c   res6 = SWIG_AsCharPtrAndSize(obj4, &buf6, NULL, &alloc6);
NULL             3142 source4/lib/wmi/wmi_wrap.c   res8 = SWIG_AsCharPtrAndSize(obj6, &buf8, NULL, &alloc8);
NULL             3156 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3178 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3191 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3203 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3216 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3238 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3244 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
NULL             3275 source4/lib/wmi/wmi_wrap.c     (char *) "self",(char *) "strQueryLanguage",(char *) "strQuery",(char *) "lFlags",(char *) "pCtx", NULL 
NULL             3279 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3309 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3319 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3345 source4/lib/wmi/wmi_wrap.c     (char *) "self",(char *) "strQueryLanguage",(char *) "strQuery",(char *) "lFlags",(char *) "pCtx", NULL 
NULL             3349 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3379 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3389 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3413 source4/lib/wmi/wmi_wrap.c     (char *) "self",(char *) "strClass",(char *) "lFlags",(char *) "pCtx", NULL 
NULL             3417 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3444 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3454 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3467 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3489 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3495 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
NULL             3513 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3525 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3530 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3543 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3565 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3571 source4/lib/wmi/wmi_wrap.c   if (!SWIG_Python_UnpackTuple(args,(char*)"swigregister", 1, 1,&obj)) return NULL;
NULL             3597 source4/lib/wmi/wmi_wrap.c     (char *) "d",(char *) "lTimeout",(char *) "uCount", NULL 
NULL             3601 source4/lib/wmi/wmi_wrap.c   arg2 = NULL;
NULL             3620 source4/lib/wmi/wmi_wrap.c       return NULL;
NULL             3622 source4/lib/wmi/wmi_wrap.c     arg5 = talloc_array(NULL, struct WbemClassObject *, arg4);
NULL             3629 source4/lib/wmi/wmi_wrap.c   } else if (resultobj == NULL) {
NULL             3651 source4/lib/wmi/wmi_wrap.c     if (error) return NULL;
NULL             3655 source4/lib/wmi/wmi_wrap.c   return NULL;
NULL             3660 source4/lib/wmi/wmi_wrap.c 	 { (char *)"WBEM_ConnectServer", (PyCFunction) _wrap_WBEM_ConnectServer, METH_VARARGS | METH_KEYWORDS, NULL},
NULL             3661 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IUnknown_Release", (PyCFunction)_wrap_IUnknown_Release, METH_O, NULL},
NULL             3662 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IUnknown", (PyCFunction)_wrap_new_IUnknown, METH_NOARGS, NULL},
NULL             3663 source4/lib/wmi/wmi_wrap.c 	 { (char *)"delete_IUnknown", (PyCFunction)_wrap_delete_IUnknown, METH_O, NULL},
NULL             3664 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IUnknown_swigregister", IUnknown_swigregister, METH_VARARGS, NULL},
NULL             3665 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IUnknown_swiginit", IUnknown_swiginit, METH_VARARGS, NULL},
NULL             3666 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_ExecQuery", (PyCFunction) _wrap_IWbemServices_ExecQuery, METH_VARARGS | METH_KEYWORDS, NULL},
NULL             3667 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_ExecNotificationQuery", (PyCFunction) _wrap_IWbemServices_ExecNotificationQuery, METH_VARARGS | METH_KEYWORDS, NULL},
NULL             3668 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_CreateInstanceEnum", (PyCFunction) _wrap_IWbemServices_CreateInstanceEnum, METH_VARARGS | METH_KEYWORDS, NULL},
NULL             3669 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IWbemServices", (PyCFunction)_wrap_new_IWbemServices, METH_NOARGS, NULL},
NULL             3670 source4/lib/wmi/wmi_wrap.c 	 { (char *)"delete_IWbemServices", (PyCFunction)_wrap_delete_IWbemServices, METH_O, NULL},
NULL             3671 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_swigregister", IWbemServices_swigregister, METH_VARARGS, NULL},
NULL             3672 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_swiginit", IWbemServices_swiginit, METH_VARARGS, NULL},
NULL             3673 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_Reset", (PyCFunction)_wrap_IEnumWbemClassObject_Reset, METH_O, NULL},
NULL             3674 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IEnumWbemClassObject", (PyCFunction)_wrap_new_IEnumWbemClassObject, METH_NOARGS, NULL},
NULL             3675 source4/lib/wmi/wmi_wrap.c 	 { (char *)"delete_IEnumWbemClassObject", (PyCFunction)_wrap_delete_IEnumWbemClassObject, METH_O, NULL},
NULL             3676 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_swigregister", IEnumWbemClassObject_swigregister, METH_VARARGS, NULL},
NULL             3677 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_swiginit", IEnumWbemClassObject_swiginit, METH_VARARGS, NULL},
NULL             3678 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_SmartNext", (PyCFunction) _wrap_IEnumWbemClassObject_SmartNext, METH_VARARGS | METH_KEYWORDS, NULL},
NULL             3679 source4/lib/wmi/wmi_wrap.c 	 { NULL, NULL, 0, NULL }
NULL             4081 source4/lib/wmi/wmi_wrap.c     PyObject *res = NULL;
NULL             4090 source4/lib/wmi/wmi_wrap.c     if (res == NULL && !PyErr_Occurred()) {
NULL             4121 source4/lib/wmi/wmi_wrap.c         PyObject_HEAD_INIT(NULL)
NULL             4302 source4/lib/wmi/wmi_wrap.c   wmi_init(&com_ctx, NULL);
NULL               48 source4/lib/wmi/wmicore.c 	com_init_ctx(ctx, NULL);
NULL              237 source4/lib/wmi/wmicore.c         { NULL, W_ERROR(0) }
NULL              244 source4/lib/wmi/wmicore.c         while (wmi_errs[idx].dos_errstr != NULL) {
NULL              199 source4/libcli/auth/credentials.c 	creds->sequence = time(NULL);
NULL              325 source4/libcli/auth/credentials.c 	struct netr_SamBaseInfo *base = NULL;
NULL               71 source4/libcli/auth/session.c 	src = data_blob(NULL, 8+dlen);
NULL               73 source4/libcli/auth/session.c 		return data_blob(NULL, 0);
NULL               76 source4/libcli/auth/session.c 	ret = data_blob(NULL, 8+dlen);
NULL               79 source4/libcli/auth/session.c 		return data_blob(NULL, 0);
NULL              107 source4/libcli/auth/session.c 		return NULL;
NULL              110 source4/libcli/auth/session.c 	out = data_blob_talloc(mem_ctx, NULL, blob->length);
NULL              112 source4/libcli/auth/session.c 		return NULL;
NULL              121 source4/libcli/auth/session.c 		return NULL;
NULL              128 source4/libcli/auth/session.c 		return NULL;
NULL              153 source4/libcli/auth/session.c 	src = data_blob_talloc(mem_ctx, NULL, 8+dlen);
NULL              155 source4/libcli/auth/session.c 		return data_blob(NULL, 0);
NULL              158 source4/libcli/auth/session.c 	ret = data_blob_talloc(mem_ctx, NULL, 8+dlen);
NULL              161 source4/libcli/auth/session.c 		return data_blob(NULL, 0);
NULL              191 source4/libcli/auth/session.c 	out = data_blob_talloc(mem_ctx, NULL, blob->length);
NULL               70 source4/libcli/auth/smbencrypt.c 	ret = push_ucs2_talloc(NULL, &wpwd, passwd, &len);
NULL              142 source4/libcli/auth/smbencrypt.c 	if (user_in == NULL) {
NULL              149 source4/libcli/auth/smbencrypt.c 		if (domain_in == NULL) {
NULL              301 source4/libcli/auth/smbencrypt.c 	DATA_BLOB names_blob = data_blob_talloc(mem_ctx, NULL, 0);
NULL              314 source4/libcli/auth/smbencrypt.c 	DATA_BLOB response = data_blob(NULL, 0);
NULL              318 source4/libcli/auth/smbencrypt.c 	unix_to_nt_time(&nttime, time(NULL));
NULL              350 source4/libcli/auth/smbencrypt.c 		return data_blob(NULL, 0);
NULL              361 source4/libcli/auth/smbencrypt.c 	final_response = data_blob_talloc(out_mem_ctx, NULL, sizeof(ntlmv2_response) + ntlmv2_client_data.length);
NULL              378 source4/libcli/auth/smbencrypt.c 	DATA_BLOB lmv2_client_data = data_blob_talloc(mem_ctx, NULL, 8);
NULL              379 source4/libcli/auth/smbencrypt.c 	DATA_BLOB final_response = data_blob_talloc(mem_ctx, NULL,24);
NULL              421 source4/libcli/auth/smbencrypt.c 			*user_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              435 source4/libcli/auth/smbencrypt.c 			*lm_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL               81 source4/libcli/cldap/cldap.c 	blob = data_blob_talloc(tmp_ctx, NULL, dsize);
NULL               82 source4/libcli/cldap/cldap.c 	if (blob.data == NULL) {
NULL              105 source4/libcli/cldap/cldap.c 	if (ldap_msg == NULL) {
NULL              111 source4/libcli/cldap/cldap.c 	status = ldap_decode(asn1, NULL, ldap_msg);
NULL              120 source4/libcli/cldap/cldap.c 	if (req == NULL) {
NULL              250 source4/libcli/cldap/cldap.c 	if (cldap == NULL) goto failed;
NULL              253 source4/libcli/cldap/cldap.c 	if (cldap->event_ctx == NULL) goto failed;
NULL              256 source4/libcli/cldap/cldap.c 	if (cldap->idr == NULL) goto failed;
NULL              267 source4/libcli/cldap/cldap.c 	cldap->send_queue = NULL;
NULL              268 source4/libcli/cldap/cldap.c 	cldap->incoming.handler = NULL;
NULL              275 source4/libcli/cldap/cldap.c 	return NULL;
NULL              304 source4/libcli/cldap/cldap.c 	if (req == NULL) goto failed;
NULL              327 source4/libcli/cldap/cldap.c 	if (msg == NULL) goto failed;
NULL              330 source4/libcli/cldap/cldap.c 	msg->controls        = NULL;
NULL              342 source4/libcli/cldap/cldap.c 	if (search->tree == NULL) {
NULL              346 source4/libcli/cldap/cldap.c 	if (!ldap_encode(msg, NULL, &req->encoded, req)) {
NULL              360 source4/libcli/cldap/cldap.c 	return NULL;
NULL              375 source4/libcli/cldap/cldap.c 	if (req == NULL) goto failed;
NULL              386 source4/libcli/cldap/cldap.c 	if (talloc_reference(req, io->dest) == NULL) goto failed;
NULL              391 source4/libcli/cldap/cldap.c 	if (msg == NULL) goto failed;
NULL              393 source4/libcli/cldap/cldap.c 	msg->controls        = NULL;
NULL              399 source4/libcli/cldap/cldap.c 		if (!ldap_encode(msg, NULL, &blob1, req)) {
NULL              406 source4/libcli/cldap/cldap.c 		blob1 = data_blob(NULL, 0);
NULL              412 source4/libcli/cldap/cldap.c 	if (!ldap_encode(msg, NULL, &blob2, req)) {
NULL              419 source4/libcli/cldap/cldap.c 	req->encoded = data_blob_talloc(req, NULL, blob1.length + blob2.length);
NULL              420 source4/libcli/cldap/cldap.c 	if (req->encoded.data == NULL) goto failed;
NULL              446 source4/libcli/cldap/cldap.c 	if (req == NULL) {
NULL              466 source4/libcli/cldap/cldap.c 	status = ldap_decode(req->asn1, NULL, ldap_msg);
NULL              482 source4/libcli/cldap/cldap.c 		status = ldap_decode(req->asn1, NULL, ldap_msg);
NULL              530 source4/libcli/cldap/cldap.c 	const char *attr[] = { "NetLogon", NULL };
NULL              535 source4/libcli/cldap/cldap.c 	if (filter == NULL) goto failed;
NULL              538 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              542 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              546 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              551 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              555 source4/libcli/cldap/cldap.c 		if (sid == NULL) goto failed;
NULL              558 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              567 source4/libcli/cldap/cldap.c 		if (filter == NULL) goto failed;
NULL              570 source4/libcli/cldap/cldap.c 	if (filter == NULL) goto failed;
NULL              585 source4/libcli/cldap/cldap.c 	return NULL;
NULL              607 source4/libcli/cldap/cldap.c 	if (search.out.response == NULL) {
NULL              656 source4/libcli/cldap/cldap.c 	reply.response     = NULL;
NULL              682 source4/libcli/cldap/cldap.c 	reply.response     = NULL;
NULL               43 source4/libcli/cliconnect.c 	sock = smbcli_sock_connect_byname(server, ports, NULL,
NULL               47 source4/libcli/cliconnect.c 	if (sock == NULL) return false;
NULL              119 source4/libcli/cliconnect.c 		tcon.tconx.in.password = data_blob(NULL, 0);
NULL              121 source4/libcli/cliconnect.c 		tcon.tconx.in.password = data_blob_talloc(mem_ctx, NULL, 24);
NULL              163 source4/libcli/cliconnect.c 	*ret_cli = NULL;
NULL              216 source4/libcli/cliconnect.c 		return NULL;
NULL              230 source4/libcli/cliconnect.c 	return NULL;
NULL              241 source4/libcli/cliconnect.c 	*hostname = *sharename = NULL;
NULL              251 source4/libcli/cliconnect.c 	if (p != NULL && *p) {
NULL              262 source4/libcli/cliconnect.c 	*hostname = *sharename = NULL;
NULL              510 source4/libcli/clifile.c 	status = smb_raw_fileinfo(tree, NULL, &parms);
NULL              550 source4/libcli/clifile.c 	status = smb_raw_pathinfo(tree, NULL, &parms);
NULL              634 source4/libcli/clifile.c 	trim_string(path2,NULL,"\\");
NULL              129 source4/libcli/clitrans2.c 		*name = NULL;
NULL              211 source4/libcli/clitrans2.c 		*alt_name = NULL;
NULL               43 source4/libcli/composite/composite.c 	if (!c) return NULL;
NULL               48 source4/libcli/composite/composite.c 		return NULL;
NULL               59 source4/libcli/composite/composite.c 	if (c == NULL) return NT_STATUS_NO_MEMORY;
NULL              119 source4/libcli/composite/composite.c 	if (ctx->async.fn != NULL) {
NULL              126 source4/libcli/composite/composite.c 	if (p != NULL) {
NULL              148 source4/libcli/composite/composite.c 	if (ctx->async.fn != NULL) {
NULL               50 source4/libcli/dgram/dgramsocket.c 	blob = data_blob_talloc(tmp_ctx, NULL, dsize);
NULL               51 source4/libcli/dgram/dgramsocket.c 	if (blob.data == NULL) {
NULL               68 source4/libcli/dgram/dgramsocket.c 	if (packet == NULL) {
NULL              167 source4/libcli/dgram/dgramsocket.c 	if (dgmsock == NULL) goto failed;
NULL              170 source4/libcli/dgram/dgramsocket.c 	if (dgmsock->event_ctx == NULL) goto failed;
NULL              183 source4/libcli/dgram/dgramsocket.c 	dgmsock->send_queue = NULL;
NULL              184 source4/libcli/dgram/dgramsocket.c 	dgmsock->incoming.handler = NULL;
NULL              185 source4/libcli/dgram/dgramsocket.c 	dgmsock->mailslot_handlers = NULL;
NULL              192 source4/libcli/dgram/dgramsocket.c 	return NULL;
NULL              224 source4/libcli/dgram/dgramsocket.c 	if (req == NULL) goto failed;
NULL              227 source4/libcli/dgram/dgramsocket.c 	if (talloc_reference(req, dest) == NULL) goto failed;
NULL               60 source4/libcli/dgram/mailslot.c 	if (dgmslot == NULL) return NULL;
NULL               64 source4/libcli/dgram/mailslot.c 	if (dgmslot->mailslot_name == NULL) {
NULL               66 source4/libcli/dgram/mailslot.c 		return NULL;
NULL               91 source4/libcli/dgram/mailslot.c 	return NULL;
NULL              103 source4/libcli/dgram/mailslot.c 		return NULL;
NULL              105 source4/libcli/dgram/mailslot.c 	if (packet->data.msg.dgram_body_type != DGRAM_SMB) return NULL;
NULL              106 source4/libcli/dgram/mailslot.c 	if (packet->data.msg.body.smb.smb_command != SMB_TRANSACTION) return NULL;
NULL              129 source4/libcli/dgram/mailslot.c 		if (name == NULL) return NULL;
NULL              132 source4/libcli/dgram/mailslot.c 			return NULL;
NULL              136 source4/libcli/dgram/mailslot.c 		if (dgmslot != NULL) {
NULL              141 source4/libcli/dgram/mailslot.c 	return NULL;
NULL              221 source4/libcli/dgram/mailslot.c 		return data_blob(NULL, 0);
NULL               81 source4/libcli/finddcs.c 	if (c == NULL) return NULL;
NULL               99 source4/libcli/finddcs.c 		state->domain_sid = NULL;
NULL              149 source4/libcli/finddcs.c 	if ((nbt_servers == NULL) || (nbt_servers[0].id == 0)) {
NULL              196 source4/libcli/finddcs.c 	state->node_status.in.name.scope = NULL;
NULL               53 source4/libcli/ldap/ldap_bind.c 		if (creds == NULL) {
NULL               75 source4/libcli/ldap/ldap_bind.c 		return NULL;
NULL               83 source4/libcli/ldap/ldap_bind.c 	res->controls = NULL;
NULL              100 source4/libcli/ldap/ldap_bind.c 	if (conn == NULL) {
NULL              152 source4/libcli/ldap/ldap_bind.c 		if (creds == NULL) {
NULL              157 source4/libcli/ldap/ldap_bind.c 		if (creds->dn == NULL || creds->pw == NULL) {
NULL              176 source4/libcli/ldap/ldap_bind.c 		return NULL;
NULL              188 source4/libcli/ldap/ldap_bind.c 			return NULL;
NULL              192 source4/libcli/ldap/ldap_bind.c 		res->r.BindRequest.creds.SASL.secblob = NULL;
NULL              194 source4/libcli/ldap/ldap_bind.c 	res->controls = NULL;
NULL              208 source4/libcli/ldap/ldap_bind.c 	TALLOC_CTX *tmp_ctx = NULL;
NULL              210 source4/libcli/ldap/ldap_bind.c 	DATA_BLOB input = data_blob(NULL, 0);
NULL              211 source4/libcli/ldap/ldap_bind.c 	DATA_BLOB output = data_blob(NULL, 0);
NULL              221 source4/libcli/ldap/ldap_bind.c 		NULL 
NULL              270 source4/libcli/ldap/ldap_bind.c 			      false, NULL, NULL, &sasl_mechs_msgs);
NULL              285 source4/libcli/ldap/ldap_bind.c 	if (tmp_ctx == NULL) goto failed;
NULL              304 source4/libcli/ldap/ldap_bind.c 	sasl_names[i] = NULL;
NULL              344 source4/libcli/ldap/ldap_bind.c 		msg = new_ldap_sasl_bind_msg(tmp_ctx, conn->gensec->ops->sasl_name, (output.data?&output:NULL));
NULL              345 source4/libcli/ldap/ldap_bind.c 		if (msg == NULL) {
NULL              351 source4/libcli/ldap/ldap_bind.c 		if (req == NULL) {
NULL              382 source4/libcli/ldap/ldap_bind.c 			input = data_blob(NULL, 0);
NULL              411 source4/libcli/ldap/ldap_bind.c 	conn->gensec = NULL;
NULL               50 source4/libcli/ldap/ldap_client.c 	if (ev == NULL) {
NULL               51 source4/libcli/ldap/ldap_client.c 		return NULL;
NULL               55 source4/libcli/ldap/ldap_client.c 	if (conn == NULL) {
NULL               56 source4/libcli/ldap/ldap_client.c 		return NULL;
NULL               82 source4/libcli/ldap/ldap_client.c 	conn->sock = NULL;
NULL               83 source4/libcli/ldap/ldap_client.c 	conn->event.fde = NULL;
NULL               84 source4/libcli/ldap/ldap_client.c 	conn->packet = NULL;
NULL              127 source4/libcli/ldap/ldap_client.c 	if (req == NULL && msg->messageid == 0) {
NULL              130 source4/libcli/ldap/ldap_client.c 	if (req == NULL) {
NULL              155 source4/libcli/ldap/ldap_client.c 	if (req->replies == NULL) {
NULL              193 source4/libcli/ldap/ldap_client.c 	if (asn1 == NULL || msg == NULL) {
NULL              301 source4/libcli/ldap/ldap_client.c 	if (result == NULL) goto failed;
NULL              303 source4/libcli/ldap/ldap_client.c 	result->async.fn = NULL;
NULL              307 source4/libcli/ldap/ldap_client.c 	if (state == NULL) goto failed;
NULL              313 source4/libcli/ldap/ldap_client.c 	if (conn->reconnect.url == NULL) {
NULL              315 source4/libcli/ldap/ldap_client.c 		if (conn->reconnect.url == NULL) goto failed;
NULL              323 source4/libcli/ldap/ldap_client.c 		return NULL;
NULL              332 source4/libcli/ldap/ldap_client.c 			return NULL;
NULL              357 source4/libcli/ldap/ldap_client.c 			return NULL;
NULL              360 source4/libcli/ldap/ldap_client.c 		ctx = socket_connect_send(conn->sock, NULL, unix_addr, 
NULL              375 source4/libcli/ldap/ldap_client.c 		if (ctx == NULL) goto failed;
NULL              383 source4/libcli/ldap/ldap_client.c 	return NULL;
NULL              393 source4/libcli/ldap/ldap_client.c 	if (conn->event.fde == NULL) {
NULL              415 source4/libcli/ldap/ldap_client.c 		if (tls_socket == NULL) {
NULL              427 source4/libcli/ldap/ldap_client.c 	if (conn->packet == NULL) {
NULL              502 source4/libcli/ldap/ldap_client.c 		conn->reconnect.previous = time(NULL);
NULL              510 source4/libcli/ldap/ldap_client.c 	time_t now = time(NULL);
NULL              589 source4/libcli/ldap/ldap_client.c 	if (req == NULL) return NULL;
NULL              591 source4/libcli/ldap/ldap_client.c 	if (conn->sock == NULL) {
NULL              759 source4/libcli/ldap/ldap_client.c 	if (NT_STATUS_IS_LDAP(status) && conn->last_error != NULL) {
NULL              771 source4/libcli/ldap/ldap_client.c 	*msg = NULL;
NULL              805 source4/libcli/ldap/ldap_client.c 		*msg = NULL;
NULL               55 source4/libcli/ldap/ldap_controls.c 	lsrc->attr_desc = NULL;
NULL               94 source4/libcli/ldap/ldap_controls.c 	lssc = NULL;
NULL              142 source4/libcli/ldap/ldap_controls.c 	if (lssc != NULL) {
NULL              143 source4/libcli/ldap/ldap_controls.c 		lssc[num] = NULL;
NULL              163 source4/libcli/ldap/ldap_controls.c 		*out = NULL;
NULL              301 source4/libcli/ldap/ldap_controls.c 		lprc->cookie = NULL;
NULL              354 source4/libcli/ldap/ldap_controls.c 		ldc->cookie = NULL;
NULL              404 source4/libcli/ldap/ldap_controls.c 			lac->source_attribute = NULL;
NULL              552 source4/libcli/ldap/ldap_controls.c 			lvrc->match.gtOrEq.value = NULL;
NULL              572 source4/libcli/ldap/ldap_controls.c 			lvrc->contextId = NULL;
NULL              575 source4/libcli/ldap/ldap_controls.c 		lvrc->contextId = NULL;
NULL              632 source4/libcli/ldap/ldap_controls.c 		lvrc->contextId = NULL;
NULL              671 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              722 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              736 source4/libcli/ldap/ldap_controls.c 		*out = data_blob(NULL, 0);
NULL              757 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              785 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              813 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              845 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              883 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              919 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL              933 source4/libcli/ldap/ldap_controls.c 	*out = data_blob(NULL, 0);
NULL              943 source4/libcli/ldap/ldap_controls.c 	*out = data_blob(NULL, 0);
NULL              953 source4/libcli/ldap/ldap_controls.c 	*out = data_blob(NULL, 0);
NULL              963 source4/libcli/ldap/ldap_controls.c 	*out = data_blob(NULL, 0);
NULL              973 source4/libcli/ldap/ldap_controls.c 	*out = data_blob(NULL, 0);
NULL             1045 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL             1087 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL             1132 source4/libcli/ldap/ldap_controls.c 	if (out->data == NULL) {
NULL             1144 source4/libcli/ldap/ldap_controls.c 	struct dsdb_openldap_dereference_result **r = NULL;
NULL             1196 source4/libcli/ldap/ldap_controls.c 		r[i] = NULL;
NULL             1226 source4/libcli/ldap/ldap_controls.c 	{ "1.3.6.1.4.1.7165.4.3.2", NULL, NULL },
NULL             1228 source4/libcli/ldap/ldap_controls.c 	{ "1.3.6.1.4.1.7165.4.4.1", NULL, NULL },
NULL             1230 source4/libcli/ldap/ldap_controls.c 	{ NULL, NULL, NULL }
NULL               55 source4/libcli/ldap/ldap_ildap.c 		*control_res = NULL;
NULL               56 source4/libcli/ldap/ldap_ildap.c 	*results = NULL;
NULL               96 source4/libcli/ldap/ldap_ildap.c 		if (*results == NULL) {
NULL              101 source4/libcli/ldap/ldap_ildap.c 		(*results)[n+1] = NULL;
NULL               44 source4/libcli/raw/clierror.c 	return NULL;
NULL               29 source4/libcli/raw/clisession.c 	if (!req) return NULL; \
NULL               46 source4/libcli/raw/clisession.c 		return NULL;
NULL               86 source4/libcli/raw/clisession.c 	struct smbcli_request *req = NULL;
NULL              144 source4/libcli/raw/clisession.c 		return NULL;
NULL              149 source4/libcli/raw/clisession.c 		return NULL;
NULL              257 source4/libcli/raw/clisession.c 		return NULL;
NULL              284 source4/libcli/raw/clisession.c 		return NULL;
NULL               61 source4/libcli/raw/clisocket.c 	if (result == NULL) goto failed;
NULL               65 source4/libcli/raw/clisocket.c 	if (result->event_ctx == NULL) goto failed;
NULL               68 source4/libcli/raw/clisocket.c 	if (state == NULL) goto failed;
NULL               73 source4/libcli/raw/clisocket.c 	if (state->host_name == NULL) goto failed;
NULL               77 source4/libcli/raw/clisocket.c 	if (state->ports == NULL) goto failed;
NULL               87 source4/libcli/raw/clisocket.c 	if (ctx == NULL) goto failed;
NULL               94 source4/libcli/raw/clisocket.c 	return NULL;
NULL              110 source4/libcli/raw/clisocket.c 		socket_set_option(sock, state->socket_options, NULL);
NULL              174 source4/libcli/raw/clisocket.c 	sock->event.fde = NULL;
NULL              176 source4/libcli/raw/clisocket.c 	sock->sock = NULL;
NULL              184 source4/libcli/raw/clisocket.c 	socket_set_option(sock->sock, options, NULL);
NULL              204 source4/libcli/raw/clisocket.c 	if (event_ctx == NULL) {
NULL              206 source4/libcli/raw/clisocket.c 		return NULL;
NULL              209 source4/libcli/raw/clisocket.c 	if (tmp_ctx == NULL) {
NULL              211 source4/libcli/raw/clisocket.c 		return NULL;
NULL              215 source4/libcli/raw/clisocket.c 	if (name == NULL) {
NULL              218 source4/libcli/raw/clisocket.c 		return NULL;
NULL              223 source4/libcli/raw/clisocket.c 		name_type = strtol(p+1, NULL, 16);
NULL              232 source4/libcli/raw/clisocket.c 		return NULL;
NULL              243 source4/libcli/raw/clisocket.c 		return NULL;
NULL               84 source4/libcli/raw/clitransport.c 	if (!transport) return NULL;
NULL               98 source4/libcli/raw/clitransport.c 	if (transport->packet == NULL) {
NULL              100 source4/libcli/raw/clitransport.c 		return NULL;
NULL              184 source4/libcli/raw/clitransport.c 	if (req == NULL) goto failed;
NULL              207 source4/libcli/raw/clitransport.c 	return NULL;
NULL              336 source4/libcli/raw/clitransport.c 	if (transport->socket->event.te != NULL) {
NULL              357 source4/libcli/raw/clitransport.c 	struct smbcli_request *req = NULL;
NULL              527 source4/libcli/raw/clitransport.c 	if (transport->socket->sock == NULL) {
NULL              535 source4/libcli/raw/clitransport.c 	if (transport->socket->sock == NULL) {
NULL              581 source4/libcli/raw/clitransport.c 	if (req->transport->socket->sock == NULL) {
NULL              624 source4/libcli/raw/clitransport.c 	if (!req) return NULL;
NULL              634 source4/libcli/raw/clitransport.c 		return NULL;
NULL               30 source4/libcli/raw/clitree.c 	if (!req) return NULL; \
NULL               43 source4/libcli/raw/clitree.c 		return NULL;
NULL               62 source4/libcli/raw/clitree.c 	struct smbcli_request *req = NULL;
NULL               84 source4/libcli/raw/clitree.c 		return NULL;
NULL               89 source4/libcli/raw/clitree.c 		return NULL;
NULL             1384 source4/libcli/raw/interfaces.h 		file = NULL; \
NULL               40 source4/libcli/raw/rawacl.c 	nt.in.setup = NULL;
NULL               49 source4/libcli/raw/rawacl.c 	nt.in.data = data_blob(NULL, 0);
NULL               80 source4/libcli/raw/rawacl.c 	ndr = ndr_pull_init_blob(&nt.out.data, mem_ctx, NULL);
NULL              129 source4/libcli/raw/rawacl.c 	nt.in.setup = NULL;
NULL              138 source4/libcli/raw/rawacl.c 	ndr = ndr_push_init_ctx(NULL, NULL);
NULL              139 source4/libcli/raw/rawacl.c 	if (!ndr) return NULL;
NULL              144 source4/libcli/raw/rawacl.c 		return NULL;
NULL              151 source4/libcli/raw/raweas.c 	ea->value = data_blob_talloc(mem_ctx, NULL, vlen+1);
NULL              185 source4/libcli/raw/raweas.c 	*eas = NULL;
NULL              229 source4/libcli/raw/raweas.c 	*eas = NULL;
NULL              310 source4/libcli/raw/raweas.c 	*ea_names = NULL;
NULL              349 source4/libcli/raw/raweas.c 	*data = data_blob_talloc(mem_ctx, NULL, ea_size);
NULL              350 source4/libcli/raw/raweas.c 	if (data->data == NULL) {
NULL               30 source4/libcli/raw/rawfile.c 	if (!req) return NULL; \
NULL               63 source4/libcli/raw/rawfile.c 		return NULL;
NULL               85 source4/libcli/raw/rawfile.c 	struct smbcli_request *req = NULL; 
NULL              114 source4/libcli/raw/rawfile.c 		nt.in.setup = NULL;
NULL              116 source4/libcli/raw/rawfile.c 		nt.in.params = data_blob_talloc(mem_ctx, NULL, 4);
NULL              117 source4/libcli/raw/rawfile.c 		nt.in.data = data_blob(NULL, 0);
NULL              133 source4/libcli/raw/rawfile.c 		return NULL;
NULL              165 source4/libcli/raw/rawfile.c 		return NULL;
NULL              204 source4/libcli/raw/rawfile.c 	t2.in.params = data_blob_talloc(mem_ctx, NULL, 4);
NULL              205 source4/libcli/raw/rawfile.c 	t2.in.data = data_blob_talloc(mem_ctx, NULL, data_total);
NULL              234 source4/libcli/raw/rawfile.c 		return NULL;
NULL              242 source4/libcli/raw/rawfile.c 		return NULL;
NULL              272 source4/libcli/raw/rawfile.c 		return NULL;
NULL              345 source4/libcli/raw/rawfile.c 	nt.in.setup = NULL;
NULL              347 source4/libcli/raw/rawfile.c 	sd_blob = data_blob(NULL, 0);
NULL              348 source4/libcli/raw/rawfile.c 	ea_blob = data_blob(NULL, 0);
NULL              352 source4/libcli/raw/rawfile.c 		ndr_err = ndr_push_struct_blob(&sd_blob, mem_ctx, NULL,
NULL              357 source4/libcli/raw/rawfile.c 			return NULL;
NULL              364 source4/libcli/raw/rawfile.c 		ea_blob = data_blob_talloc(mem_ctx, NULL, ea_size);
NULL              365 source4/libcli/raw/rawfile.c 		if (ea_blob.data == NULL) {
NULL              366 source4/libcli/raw/rawfile.c 			return NULL;
NULL              373 source4/libcli/raw/rawfile.c 	nt.in.params = data_blob_talloc(mem_ctx, NULL, 53);
NULL              374 source4/libcli/raw/rawfile.c 	if (nt.in.params.data == NULL) {
NULL              376 source4/libcli/raw/rawfile.c 		return NULL;
NULL              403 source4/libcli/raw/rawfile.c 	nt.in.data = data_blob_talloc(mem_ctx, NULL, sd_blob.length + ea_blob.length);
NULL              437 source4/libcli/raw/rawfile.c 	t2.in.params = data_blob_talloc(mem_ctx, NULL, 28);
NULL              438 source4/libcli/raw/rawfile.c 	t2.in.data = data_blob_talloc(mem_ctx, NULL, list_size);
NULL              501 source4/libcli/raw/rawfile.c 	struct smbcli_request *req = NULL; 
NULL              621 source4/libcli/raw/rawfile.c 		return NULL;
NULL              626 source4/libcli/raw/rawfile.c 		return NULL;
NULL              782 source4/libcli/raw/rawfile.c 	struct smbcli_request *req = NULL; 
NULL              799 source4/libcli/raw/rawfile.c 		return NULL;
NULL              802 source4/libcli/raw/rawfile.c 	if (!req) return NULL;
NULL              806 source4/libcli/raw/rawfile.c 		return NULL;
NULL              828 source4/libcli/raw/rawfile.c 	struct smbcli_request *req = NULL; 
NULL              879 source4/libcli/raw/rawfile.c 		return NULL;
NULL              884 source4/libcli/raw/rawfile.c 		return NULL;
NULL              913 source4/libcli/raw/rawfile.c 		return NULL;
NULL              945 source4/libcli/raw/rawfile.c 		return NULL;
NULL              953 source4/libcli/raw/rawfile.c 		return NULL;
NULL              986 source4/libcli/raw/rawfile.c 		return NULL;
NULL               47 source4/libcli/raw/rawfileinfo.c 	io->streams = NULL;
NULL               67 source4/libcli/raw/rawfileinfo.c 					     blob.data+ofs+24, nlen, &vstr, NULL, false);
NULL              122 source4/libcli/raw/rawfileinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob, 
NULL              140 source4/libcli/raw/rawfileinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              153 source4/libcli/raw/rawfileinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              160 source4/libcli/raw/rawfileinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob, 
NULL              246 source4/libcli/raw/rawfileinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              256 source4/libcli/raw/rawfileinfo.c 		ndr_err = ndr_pull_struct_blob(blob, mem_ctx, NULL, 
NULL              480 source4/libcli/raw/rawfileinfo.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 4);
NULL              483 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              534 source4/libcli/raw/rawfileinfo.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 6);
NULL              537 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              561 source4/libcli/raw/rawfileinfo.c 	if (!req) return NULL;
NULL              567 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              604 source4/libcli/raw/rawfileinfo.c 	if (!req) return NULL;
NULL              609 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              659 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              662 source4/libcli/raw/rawfileinfo.c 	data = data_blob(NULL, 0);
NULL              669 source4/libcli/raw/rawfileinfo.c 			return NULL;
NULL              691 source4/libcli/raw/rawfileinfo.c 	struct smbcli_session *session = req?req->session:NULL;
NULL              735 source4/libcli/raw/rawfileinfo.c 		return NULL;
NULL              738 source4/libcli/raw/rawfileinfo.c 	data = data_blob(NULL, 0);
NULL              745 source4/libcli/raw/rawfileinfo.c 			return NULL;
NULL               39 source4/libcli/raw/rawfsinfo.c 		return NULL;
NULL               84 source4/libcli/raw/rawfsinfo.c 	tp.in.data = data_blob(NULL, 0);
NULL               87 source4/libcli/raw/rawfsinfo.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 2);
NULL               89 source4/libcli/raw/rawfsinfo.c 		return NULL;
NULL              145 source4/libcli/raw/rawfsinfo.c 		return NULL;
NULL              171 source4/libcli/raw/rawfsinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, &blob, 
NULL              194 source4/libcli/raw/rawfsinfo.c 		smbcli_blob_pull_string(NULL, mem_ctx, &blob, 
NULL              220 source4/libcli/raw/rawfsinfo.c 		ndr_err = ndr_pull_struct_blob(&blob, mem_ctx, NULL, &fsinfo->objectid_information.out.guid,
NULL              248 source4/libcli/raw/rawfsinfo.c 	struct smbcli_session *session = req?req->session:NULL;
NULL               27 source4/libcli/raw/rawioctl.c 	if (!req) return NULL; \
NULL               45 source4/libcli/raw/rawioctl.c 		return NULL;
NULL               88 source4/libcli/raw/rawioctl.c 	nt.in.params = data_blob(NULL, 0);
NULL              125 source4/libcli/raw/rawioctl.c 	struct smbcli_request *req = NULL;
NULL              138 source4/libcli/raw/rawioctl.c 		return NULL;
NULL               31 source4/libcli/raw/rawlpq.c 	return NULL;
NULL               62 source4/libcli/raw/rawnegotiate.c 		return NULL;
NULL               87 source4/libcli/raw/rawnegotiate.c 		return NULL;
NULL              176 source4/libcli/raw/rawnegotiate.c 		transport->negotiate.server_time = time(NULL);
NULL               34 source4/libcli/raw/rawnotify.c 		return NULL;
NULL               46 source4/libcli/raw/rawnotify.c 	nt.in.params = data_blob(NULL, 0);
NULL               47 source4/libcli/raw/rawnotify.c 	nt.in.data = data_blob(NULL, 0);
NULL               61 source4/libcli/raw/rawnotify.c 	struct smbcli_session *session = req?req->session:NULL;
NULL               72 source4/libcli/raw/rawnotify.c 	parms->nttrans.out.changes = NULL;
NULL              127 source4/libcli/raw/rawnotify.c 		return NULL;
NULL               27 source4/libcli/raw/rawreadwrite.c 	if (!req) return NULL; \
NULL               36 source4/libcli/raw/rawreadwrite.c 	struct smbcli_request *req = NULL; 
NULL               99 source4/libcli/raw/rawreadwrite.c 		return NULL;
NULL              104 source4/libcli/raw/rawreadwrite.c 		return NULL;
NULL              214 source4/libcli/raw/rawreadwrite.c 	struct smbcli_request *req = NULL; 
NULL              290 source4/libcli/raw/rawreadwrite.c 		return NULL;
NULL              295 source4/libcli/raw/rawreadwrite.c 		return NULL;
NULL               93 source4/libcli/raw/rawrequest.c 		return NULL;
NULL              100 source4/libcli/raw/rawrequest.c 	req->session = NULL;
NULL              101 source4/libcli/raw/rawrequest.c 	req->tree = NULL;
NULL              109 source4/libcli/raw/rawrequest.c 		return NULL;
NULL              128 source4/libcli/raw/rawrequest.c 	if (!req) return NULL;
NULL              176 source4/libcli/raw/rawrequest.c 	if (!req) return NULL;
NULL              228 source4/libcli/raw/rawrequest.c 	if (buf2 == NULL) {
NULL              463 source4/libcli/raw/rawrequest.c 		diff = ucs2_align(NULL, req->out.data + req->out.data_size, flags);
NULL              574 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              585 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              591 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              620 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              635 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              680 source4/libcli/raw/rawrequest.c 		return data_blob(NULL, 0);
NULL              763 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              780 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              788 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              820 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              836 source4/libcli/raw/rawrequest.c 		*dest = NULL;
NULL              866 source4/libcli/raw/rawrequest.c 	dest->s = NULL;
NULL              872 source4/libcli/raw/rawrequest.c 		if (session == NULL) {
NULL              891 source4/libcli/raw/rawrequest.c 	dest->s = NULL;
NULL              933 source4/libcli/raw/rawrequest.c 	*dest = NULL;
NULL              998 source4/libcli/raw/rawrequest.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL             1005 source4/libcli/raw/rawrequest.c 	ndr_err = ndr_pull_struct_blob(&blob, tmp_ctx, NULL, guid, 
NULL             1017 source4/libcli/raw/rawrequest.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL             1020 source4/libcli/raw/rawrequest.c 	ndr_err = ndr_push_struct_blob(&blob, tmp_ctx, NULL,
NULL               93 source4/libcli/raw/rawsearch.c 	smbcli_req_append_var_block(req, NULL, 0);
NULL              209 source4/libcli/raw/rawsearch.c 	tp.in.data = data_blob(NULL, 0);
NULL              231 source4/libcli/raw/rawsearch.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 12);
NULL              277 source4/libcli/raw/rawsearch.c 	tp.in.data = data_blob(NULL, 0);
NULL              299 source4/libcli/raw/rawsearch.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 12);
NULL              363 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              382 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              393 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              413 source4/libcli/raw/rawsearch.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              416 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              437 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              456 source4/libcli/raw/rawsearch.c 		smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL              460 source4/libcli/raw/rawsearch.c 		len = smbcli_blob_pull_string(NULL, mem_ctx, blob,
NULL               39 source4/libcli/raw/rawsetfileinfo.c 	  *blob = data_blob_talloc(mem_ctx, NULL, n); \
NULL               40 source4/libcli/raw/rawsetfileinfo.c 	  if (blob->data == NULL && n != 0) return false; \
NULL               73 source4/libcli/raw/rawsetfileinfo.c 		len = smbcli_blob_append_string(NULL, mem_ctx, blob,
NULL               83 source4/libcli/raw/rawsetfileinfo.c 		len = smbcli_blob_append_string(NULL, mem_ctx, blob,
NULL              102 source4/libcli/raw/rawsetfileinfo.c 		ndr_err = ndr_push_struct_blob(blob, mem_ctx, NULL,
NULL              297 source4/libcli/raw/rawsetfileinfo.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 6);
NULL              299 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              330 source4/libcli/raw/rawsetfileinfo.c 	tp.in.params = data_blob_talloc(mem_ctx, NULL, 6);
NULL              332 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              354 source4/libcli/raw/rawsetfileinfo.c 	if (!req) return NULL;
NULL              365 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              380 source4/libcli/raw/rawsetfileinfo.c 	if (!req) return NULL;
NULL              392 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              415 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              419 source4/libcli/raw/rawsetfileinfo.c 	if (!mem_ctx) return NULL;
NULL              423 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              462 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL              466 source4/libcli/raw/rawsetfileinfo.c 	if (!mem_ctx) return NULL;
NULL              470 source4/libcli/raw/rawsetfileinfo.c 		return NULL;
NULL               46 source4/libcli/raw/rawshadow.c 	nt.ntioctl.in.blob      = data_blob(NULL, 0);
NULL              143 source4/libcli/raw/rawtrans.c 			state->io.out.params = data_blob_talloc(state, NULL, total_param);
NULL              150 source4/libcli/raw/rawtrans.c 			state->io.out.data = data_blob_talloc(state, NULL, total_data);
NULL              267 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              280 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              286 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              313 source4/libcli/raw/rawtrans.c 		state->io.in.params = data_blob_talloc(state, NULL, parms->in.params.length);
NULL              316 source4/libcli/raw/rawtrans.c 			return NULL;
NULL              340 source4/libcli/raw/rawtrans.c 		state->io.in.data = data_blob_talloc(state, NULL, parms->in.data.length);
NULL              343 source4/libcli/raw/rawtrans.c 			return NULL;
NULL              382 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              630 source4/libcli/raw/rawtrans.c 			state->io.out.params = data_blob_talloc(state, NULL, total_param);
NULL              637 source4/libcli/raw/rawtrans.c 			state->io.out.data = data_blob_talloc(state, NULL, total_data);
NULL              746 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              752 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              774 source4/libcli/raw/rawtrans.c 		state->io.in.params = data_blob_talloc(state, NULL, parms->in.params.length);
NULL              777 source4/libcli/raw/rawtrans.c 			return NULL;
NULL              801 source4/libcli/raw/rawtrans.c 		state->io.in.data = data_blob_talloc(state, NULL, parms->in.data.length);
NULL              804 source4/libcli/raw/rawtrans.c 			return NULL;
NULL              839 source4/libcli/raw/rawtrans.c 		return NULL;
NULL              282 source4/libcli/raw/smb_signing.c 	transport->negotiate.sign_info.mac_key = data_blob(NULL, 0);
NULL              347 source4/libcli/raw/smb_signing.c 		sign_info->mac_key = data_blob_talloc(mem_ctx, NULL, response->length + user_session_key->length);
NULL              349 source4/libcli/raw/smb_signing.c 		sign_info->mac_key = data_blob_talloc(mem_ctx, NULL, user_session_key->length);
NULL              388 source4/libcli/raw/smb_signing.c 	transport->negotiate.sign_info.mac_key = data_blob(NULL, 0);
NULL               53 source4/libcli/resolve/bcast.c 	if (address_list == NULL) return NULL;
NULL               57 source4/libcli/resolve/bcast.c 		if (bcast == NULL) continue;
NULL               59 source4/libcli/resolve/bcast.c 		if (address_list[count] == NULL) {
NULL               61 source4/libcli/resolve/bcast.c 			return NULL;
NULL               65 source4/libcli/resolve/bcast.c 	address_list[count] = NULL;
NULL              105 source4/libcli/resolve/bcast.c 	return resolve_context_add_bcast_method(ctx, ifaces, lp_nbt_port(lp_ctx), lp_parm_int(lp_ctx, NULL, "nbt", "timeout", 1));
NULL              276 source4/libcli/resolve/dns_ex.c 	struct addrinfo *res_list = NULL;
NULL              351 source4/libcli/resolve/dns_ex.c 	talloc_set_destructor(state, NULL);
NULL              420 source4/libcli/resolve/dns_ex.c 		port = strtoul(p, NULL, 10);
NULL              434 source4/libcli/resolve/dns_ex.c 	state->addrs[i] = NULL;
NULL              435 source4/libcli/resolve/dns_ex.c 	state->names[i] = NULL;
NULL              457 source4/libcli/resolve/dns_ex.c 	if (c == NULL) return NULL;
NULL               41 source4/libcli/resolve/host.c 	return resolve_name_dns_ex_send(mem_ctx, event_ctx, NULL, flags,
NULL               59 source4/libcli/resolve/host.c 					  NULL);
NULL              100 source4/libcli/resolve/nbtlist.c 	state->addrs[i] = NULL;
NULL              101 source4/libcli/resolve/nbtlist.c 	state->names[i] = NULL;
NULL              126 source4/libcli/resolve/nbtlist.c 	if (c == NULL) return NULL;
NULL               70 source4/libcli/resolve/resolve.c 	if (method == NULL)
NULL               94 source4/libcli/resolve/resolve.c 		if (state->creq != NULL) {
NULL              113 source4/libcli/resolve/resolve.c 	struct composite_context *creq = NULL;
NULL              123 source4/libcli/resolve/resolve.c 		if (creq == NULL && state->method) state->method = state->method->next;
NULL              147 source4/libcli/resolve/resolve.c 	if (ctx == NULL || event_ctx == NULL) {
NULL              148 source4/libcli/resolve/resolve.c 		return NULL;
NULL              152 source4/libcli/resolve/resolve.c 	if (c == NULL) return NULL;
NULL              178 source4/libcli/resolve/resolve.c 		state->addrs[1] = NULL;
NULL              183 source4/libcli/resolve/resolve.c 		state->names[1] = NULL;
NULL              189 source4/libcli/resolve/resolve.c 	if (state->method == NULL) {
NULL              235 source4/libcli/resolve/resolve.c 	struct socket_address **addrs = NULL;
NULL              237 source4/libcli/resolve/resolve.c 	status = resolve_name_all_recv(c, mem_ctx, &addrs, NULL);
NULL              265 source4/libcli/resolve/resolve.c 	nbt->scope = NULL;
NULL               30 source4/libcli/resolve/resolve_lp.c 	if (ret == NULL)
NULL               31 source4/libcli/resolve/resolve_lp.c 		return NULL;
NULL               33 source4/libcli/resolve/resolve_lp.c 	for (i = 0; methods != NULL && methods[i] != NULL; i++) {
NULL               33 source4/libcli/resolve/testsuite.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL               47 source4/libcli/resolve/testsuite.c 		struct composite_context *c = resolve_name_host_send(mem_ctx, ev, NULL, 0, 0, &n);
NULL               48 source4/libcli/resolve/testsuite.c 		torture_assert(tctx, c != NULL, "resolve_name_host_send");
NULL               49 source4/libcli/resolve/testsuite.c 		torture_assert_ntstatus_ok(tctx, resolve_name_host_recv(c, mem_ctx, &s, NULL),
NULL               67 source4/libcli/resolve/testsuite.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL               48 source4/libcli/resolve/wins.c 	if (wins_data->address_list == NULL) return NULL;
NULL               81 source4/libcli/resolve/wins.c 	return resolve_context_add_wins_method(ctx, lp_wins_server_list(lp_ctx), ifaces, lp_nbt_port(lp_ctx), lp_parm_int(lp_ctx, NULL, "nbt", "timeout", 1));
NULL               41 source4/libcli/security/access_check.c 	if (sd->dacl == NULL) {
NULL              103 source4/libcli/security/access_check.c 	if ((sd->type & SEC_DESC_DACL_PRESENT) && sd->dacl == NULL) {
NULL              118 source4/libcli/security/access_check.c 	if (sd->dacl == NULL) {
NULL              141 source4/libcli/security/privilege.c 	return NULL;
NULL              153 source4/libcli/security/privilege.c 		return NULL;
NULL              160 source4/libcli/security/privilege.c 	return NULL;
NULL               52 source4/libcli/security/sddl.c 		if (map[i].name == NULL) {
NULL               83 source4/libcli/security/sddl.c 	{ "DA", NULL, DOMAIN_RID_ADMINS },
NULL               84 source4/libcli/security/sddl.c 	{ "EA", NULL, DOMAIN_RID_ENTERPRISE_ADMINS },
NULL               85 source4/libcli/security/sddl.c 	{ "DD", NULL, DOMAIN_RID_DCS },
NULL               86 source4/libcli/security/sddl.c 	{ "DU", NULL, DOMAIN_RID_USERS },
NULL               87 source4/libcli/security/sddl.c 	{ "CA", NULL, DOMAIN_RID_CERT_ADMINS },
NULL              107 source4/libcli/security/sddl.c 			return NULL;
NULL              121 source4/libcli/security/sddl.c 		return NULL;
NULL              126 source4/libcli/security/sddl.c 	if (sid_codes[i].sid == NULL) {
NULL              142 source4/libcli/security/sddl.c 	{ NULL, 0 }
NULL              153 source4/libcli/security/sddl.c 	{ NULL, 0 },
NULL              174 source4/libcli/security/sddl.c 	{ NULL, 0 }
NULL              197 source4/libcli/security/sddl.c 		if (ptr == NULL) return false;
NULL              204 source4/libcli/security/sddl.c 	if (!sddl_map_flags(ace_types, tok[0], &v, NULL)) {
NULL              210 source4/libcli/security/sddl.c 	if (!sddl_map_flags(ace_flags, tok[1], &v, NULL)) {
NULL              217 source4/libcli/security/sddl.c 		ace->access_mask = strtol(tok[2], NULL, 16);
NULL              219 source4/libcli/security/sddl.c 		if (!sddl_map_flags(ace_access_mask, tok[2], &v, NULL)) {
NULL              248 source4/libcli/security/sddl.c 	if (sid == NULL) {
NULL              261 source4/libcli/security/sddl.c 	{ NULL, 0 }
NULL              278 source4/libcli/security/sddl.c 	if (acl == NULL) return NULL;
NULL              289 source4/libcli/security/sddl.c 		return NULL;
NULL              298 source4/libcli/security/sddl.c 		if (astr == NULL || sddl[len+1] != ')') {
NULL              300 source4/libcli/security/sddl.c 			return NULL;
NULL              304 source4/libcli/security/sddl.c 		if (acl->aces == NULL) {
NULL              306 source4/libcli/security/sddl.c 			return NULL;
NULL              311 source4/libcli/security/sddl.c 			return NULL;
NULL              352 source4/libcli/security/sddl.c 			if (sd->dacl != NULL) goto failed;
NULL              354 source4/libcli/security/sddl.c 			if (sd->dacl == NULL) goto failed;
NULL              358 source4/libcli/security/sddl.c 			if (sd->sacl != NULL) goto failed;
NULL              360 source4/libcli/security/sddl.c 			if (sd->sacl == NULL) goto failed;
NULL              366 source4/libcli/security/sddl.c 			if (sd->owner_sid != NULL) goto failed;
NULL              368 source4/libcli/security/sddl.c 			if (sd->owner_sid == NULL) goto failed;
NULL              371 source4/libcli/security/sddl.c 			if (sd->group_sid != NULL) goto failed;
NULL              373 source4/libcli/security/sddl.c 			if (sd->group_sid == NULL) goto failed;
NULL              383 source4/libcli/security/sddl.c 	return NULL;
NULL              408 source4/libcli/security/sddl.c 			if (s == NULL) goto failed;
NULL              421 source4/libcli/security/sddl.c 	return NULL;
NULL              434 source4/libcli/security/sddl.c 	if (sidstr == NULL) return NULL;
NULL              468 source4/libcli/security/sddl.c 	char *sddl = NULL;
NULL              474 source4/libcli/security/sddl.c 	if (tmp_ctx == NULL) {
NULL              476 source4/libcli/security/sddl.c 		return NULL;
NULL              480 source4/libcli/security/sddl.c 	if (s_type == NULL) goto failed;
NULL              483 source4/libcli/security/sddl.c 	if (s_flags == NULL) goto failed;
NULL              486 source4/libcli/security/sddl.c 	if (s_mask == NULL) {
NULL              488 source4/libcli/security/sddl.c 		if (s_mask == NULL) goto failed;
NULL              497 source4/libcli/security/sddl.c 			if (s_object == NULL) goto failed;
NULL              502 source4/libcli/security/sddl.c 			if (s_iobject == NULL) goto failed;
NULL              507 source4/libcli/security/sddl.c 	if (s_trustee == NULL) goto failed;
NULL              528 source4/libcli/security/sddl.c 	if (sddl == NULL) goto failed;
NULL              533 source4/libcli/security/sddl.c 		if (ace == NULL) goto failed;
NULL              535 source4/libcli/security/sddl.c 		if (sddl == NULL) goto failed;
NULL              543 source4/libcli/security/sddl.c 	return NULL;
NULL              558 source4/libcli/security/sddl.c 	if (sddl == NULL) goto failed;
NULL              562 source4/libcli/security/sddl.c 	if (sd->owner_sid != NULL) {
NULL              564 source4/libcli/security/sddl.c 		if (sid == NULL) goto failed;
NULL              566 source4/libcli/security/sddl.c 		if (sddl == NULL) goto failed;
NULL              569 source4/libcli/security/sddl.c 	if (sd->group_sid != NULL) {
NULL              571 source4/libcli/security/sddl.c 		if (sid == NULL) goto failed;
NULL              573 source4/libcli/security/sddl.c 		if (sddl == NULL) goto failed;
NULL              576 source4/libcli/security/sddl.c 	if ((sd->type & SEC_DESC_DACL_PRESENT) && sd->dacl != NULL) {
NULL              578 source4/libcli/security/sddl.c 		if (acl == NULL) goto failed;
NULL              580 source4/libcli/security/sddl.c 		if (sddl == NULL) goto failed;
NULL              583 source4/libcli/security/sddl.c 	if ((sd->type & SEC_DESC_SACL_PRESENT) && sd->sacl != NULL) {
NULL              585 source4/libcli/security/sddl.c 		if (acl == NULL) goto failed;
NULL              587 source4/libcli/security/sddl.c 		if (sddl == NULL) goto failed;
NULL              595 source4/libcli/security/sddl.c 	return NULL;
NULL               34 source4/libcli/security/security_descriptor.c 		return NULL;
NULL               44 source4/libcli/security/security_descriptor.c 	sd->owner_sid = NULL;
NULL               45 source4/libcli/security/security_descriptor.c 	sd->group_sid = NULL;
NULL               46 source4/libcli/security/security_descriptor.c 	sd->sacl = NULL;
NULL               47 source4/libcli/security/security_descriptor.c 	sd->dacl = NULL;
NULL               58 source4/libcli/security/security_descriptor.c 	if (nacl == NULL) {
NULL               59 source4/libcli/security/security_descriptor.c 		return NULL;
NULL               63 source4/libcli/security/security_descriptor.c 	if ((nacl->aces == NULL) && (oacl->num_aces > 0)) {
NULL               75 source4/libcli/security/security_descriptor.c 	return NULL;
NULL               89 source4/libcli/security/security_descriptor.c 		return NULL;
NULL               94 source4/libcli/security/security_descriptor.c 		if (nsd->owner_sid == NULL) {
NULL              101 source4/libcli/security/security_descriptor.c 		if (nsd->group_sid == NULL) {
NULL              108 source4/libcli/security/security_descriptor.c 		if (nsd->sacl == NULL) {
NULL              115 source4/libcli/security/security_descriptor.c 		if (nsd->dacl == NULL) {
NULL              128 source4/libcli/security/security_descriptor.c 	return NULL;
NULL              139 source4/libcli/security/security_descriptor.c 	struct security_acl *acl = NULL;
NULL              147 source4/libcli/security/security_descriptor.c 	if (acl == NULL) {
NULL              149 source4/libcli/security/security_descriptor.c 		if (acl == NULL) {
NULL              155 source4/libcli/security/security_descriptor.c 		acl->aces     = NULL;
NULL              160 source4/libcli/security/security_descriptor.c 	if (acl->aces == NULL) {
NULL              221 source4/libcli/security/security_descriptor.c 	struct security_acl *acl = NULL;
NULL              229 source4/libcli/security/security_descriptor.c 	if (acl == NULL) {
NULL              240 source4/libcli/security/security_descriptor.c 				acl->aces = NULL;
NULL              378 source4/libcli/security/security_descriptor.c 		if (ace == NULL) {
NULL              380 source4/libcli/security/security_descriptor.c 			return NULL;
NULL              386 source4/libcli/security/security_descriptor.c 		if (sid == NULL) {
NULL              388 source4/libcli/security/security_descriptor.c 			return NULL;
NULL              399 source4/libcli/security/security_descriptor.c 			return NULL;
NULL              428 source4/libcli/security/security_descriptor.c 	if (sd == NULL) {
NULL              429 source4/libcli/security/security_descriptor.c 		return NULL;
NULL              436 source4/libcli/security/security_descriptor.c 		if (sd->owner_sid == NULL) {
NULL              438 source4/libcli/security/security_descriptor.c 			return NULL;
NULL              443 source4/libcli/security/security_descriptor.c 		if (sd->group_sid == NULL) {
NULL              445 source4/libcli/security/security_descriptor.c 			return NULL;
NULL              480 source4/libcli/security/security_descriptor.c 	struct security_descriptor *sd = NULL;
NULL              496 source4/libcli/security/security_descriptor.c 	struct security_descriptor *sd = NULL;
NULL              517 source4/libcli/security/security_descriptor.c 	if (ace == NULL) {
NULL              518 source4/libcli/security/security_descriptor.c 		return NULL;
NULL              522 source4/libcli/security/security_descriptor.c 	if (sid == NULL) {
NULL              524 source4/libcli/security/security_descriptor.c 		return NULL;
NULL               36 source4/libcli/security/security_token.c 		return NULL;
NULL               39 source4/libcli/security/security_token.c 	st->user_sid = NULL;
NULL               40 source4/libcli/security/security_token.c 	st->group_sid = NULL;
NULL               42 source4/libcli/security/security_token.c 	st->sids = NULL;
NULL               93 source4/libcli/security/security_token.c 	struct dom_sid *sid = dom_sid_parse_talloc(NULL, sid_string);
NULL              126 source4/libcli/security/security_token.c 	struct dom_sid *sid = dom_sid_parse_talloc(NULL, sid_string);
NULL               43 source4/libcli/security/tests/sddl.c 	torture_assert(tctx, sd != NULL, talloc_asprintf(tctx, 
NULL               47 source4/libcli/security/tests/sddl.c 	torture_assert(tctx, sddl2 != NULL, talloc_asprintf(tctx, 
NULL               51 source4/libcli/security/tests/sddl.c 	torture_assert(tctx, sd2 != NULL, talloc_asprintf(tctx, 
NULL               34 source4/libcli/smb2/break.c 	if (req == NULL) return NULL;
NULL               36 source4/libcli/smb2/close.c 	if (req == NULL) return NULL;
NULL              188 source4/libcli/smb2/connect.c 	unix_to_nt_time(&state->negprot.in.start_time, time(NULL));
NULL              212 source4/libcli/smb2/connect.c 	const char *default_ports[] = { "445", NULL };
NULL              217 source4/libcli/smb2/connect.c 	if (state->ports == NULL) {
NULL              249 source4/libcli/smb2/connect.c 	if (c == NULL) return NULL;
NULL               71 source4/libcli/smb2/create.c 		if (tag == NULL) {
NULL              139 source4/libcli/smb2/create.c 	*buffer = data_blob(NULL, 0);
NULL              178 source4/libcli/smb2/create.c 		b->blobs[b->num_blobs].data = data_blob(NULL, 0);
NULL              200 source4/libcli/smb2/create.c 	if (req == NULL) return NULL;
NULL              216 source4/libcli/smb2/create.c 		return NULL;
NULL              221 source4/libcli/smb2/create.c 		DATA_BLOB b = data_blob_talloc(req, NULL, 
NULL              228 source4/libcli/smb2/create.c 			return NULL;
NULL              239 source4/libcli/smb2/create.c 					      SMB2_CREATE_TAG_MXAC, data_blob(NULL, 0));
NULL              242 source4/libcli/smb2/create.c 			return NULL;
NULL              253 source4/libcli/smb2/create.c 			return NULL;
NULL              262 source4/libcli/smb2/create.c 			return NULL;
NULL              273 source4/libcli/smb2/create.c 			return NULL;
NULL              284 source4/libcli/smb2/create.c 			return NULL;
NULL              291 source4/libcli/smb2/create.c 		ndr_err = ndr_push_struct_blob(&sd_blob, req, NULL,
NULL              296 source4/libcli/smb2/create.c 			return NULL;
NULL              302 source4/libcli/smb2/create.c 			return NULL;
NULL              308 source4/libcli/smb2/create.c 					      SMB2_CREATE_TAG_QFID, data_blob(NULL, 0));
NULL              311 source4/libcli/smb2/create.c 			return NULL;
NULL              322 source4/libcli/smb2/create.c 			return NULL;
NULL              330 source4/libcli/smb2/create.c 		return NULL;
NULL              336 source4/libcli/smb2/create.c 		return NULL;
NULL               37 source4/libcli/smb2/find.c 	if (req == NULL) return NULL;
NULL               47 source4/libcli/smb2/find.c 		return NULL;
NULL              134 source4/libcli/smb2/find.c 	*io = NULL;
NULL              141 source4/libcli/smb2/find.c 		if (io2 == NULL) {
NULL               34 source4/libcli/smb2/flush.c 	if (req == NULL) return NULL;
NULL               38 source4/libcli/smb2/getinfo.c 	if (req == NULL) return NULL;
NULL               53 source4/libcli/smb2/getinfo.c 		return NULL;
NULL              123 source4/libcli/smb2/getinfo.c 		return NULL;
NULL              181 source4/libcli/smb2/getinfo.c 		return NULL;
NULL               36 source4/libcli/smb2/ioctl.c 	if (req == NULL) return NULL;
NULL               45 source4/libcli/smb2/ioctl.c 		return NULL;
NULL               53 source4/libcli/smb2/ioctl.c 		return NULL;
NULL               34 source4/libcli/smb2/keepalive.c 	if (req == NULL) return NULL;
NULL               36 source4/libcli/smb2/lock.c 	if (req == NULL) return NULL;
NULL               34 source4/libcli/smb2/logoff.c 	if (req == NULL) return NULL;
NULL               41 source4/libcli/smb2/negprot.c 	if (req == NULL) return NULL;
NULL               52 source4/libcli/smb2/negprot.c 		return NULL;
NULL               37 source4/libcli/smb2/notify.c 	if (req == NULL) return NULL;
NULL               78 source4/libcli/smb2/notify.c 	io->out.changes = NULL;
NULL               97 source4/libcli/smb2/notify.c 		smbcli_blob_pull_string(NULL, mem_ctx, &blob,
NULL               34 source4/libcli/smb2/read.c 	if (req == NULL) return NULL;
NULL               40 source4/libcli/smb2/request.c 		req->in.bufinfo.data       = NULL;
NULL               76 source4/libcli/smb2/request.c 	if (req == NULL) return NULL;
NULL               85 source4/libcli/smb2/request.c 	req->session   = NULL;
NULL               86 source4/libcli/smb2/request.c 	req->tree      = NULL;
NULL               89 source4/libcli/smb2/request.c 	req->async.fn  = NULL;
NULL               90 source4/libcli/smb2/request.c 	req->next = req->prev = NULL;
NULL               99 source4/libcli/smb2/request.c 	if (req->out.buffer == NULL) {
NULL              101 source4/libcli/smb2/request.c 		return NULL;
NULL              108 source4/libcli/smb2/request.c 	req->out.dynamic   = (body_dynamic_size ? req->out.body + body_fixed_size : NULL);
NULL              151 source4/libcli/smb2/request.c 	if (req == NULL) return NULL;
NULL              286 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              311 source4/libcli/smb2/request.c 	if (buf->dynamic == NULL) {
NULL              325 source4/libcli/smb2/request.c 	if (blob.data == NULL) {
NULL              372 source4/libcli/smb2/request.c 	if (buf->dynamic == NULL) {
NULL              381 source4/libcli/smb2/request.c 	if (blob.data == NULL) {
NULL              428 source4/libcli/smb2/request.c 	if (buf->dynamic == NULL) {
NULL              437 source4/libcli/smb2/request.c 	if (blob.data == NULL) {
NULL              484 source4/libcli/smb2/request.c 	if (buf->dynamic == NULL) {
NULL              493 source4/libcli/smb2/request.c 	if (blob.data == NULL) {
NULL              540 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              564 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              591 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              615 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              639 source4/libcli/smb2/request.c 		*blob = data_blob(NULL, 0);
NULL              665 source4/libcli/smb2/request.c 	if (blob.data == NULL) {
NULL              666 source4/libcli/smb2/request.c 		*str = NULL;
NULL              679 source4/libcli/smb2/request.c 				     blob.data, blob.length, &vstr, NULL, false);
NULL              699 source4/libcli/smb2/request.c 	if (str == NULL) {
NULL              700 source4/libcli/smb2/request.c 		return smb2_push_o16s16_blob(buf, ofs, data_blob(NULL, 0));
NULL               41 source4/libcli/smb2/session.c 		return NULL;
NULL               55 source4/libcli/smb2/session.c 		return NULL;
NULL               74 source4/libcli/smb2/session.c 	if (req == NULL) return NULL;
NULL               88 source4/libcli/smb2/session.c 		return NULL;
NULL              174 source4/libcli/smb2/session.c 		if (state->req == NULL) {
NULL              212 source4/libcli/smb2/session.c 	if (c == NULL) return NULL;
NULL               37 source4/libcli/smb2/setinfo.c 	if (req == NULL) return NULL;
NULL               44 source4/libcli/smb2/setinfo.c 		return NULL;
NULL               90 source4/libcli/smb2/setinfo.c 		return NULL;
NULL              103 source4/libcli/smb2/setinfo.c 		return NULL;
NULL               36 source4/libcli/smb2/tcon.c 		return NULL;
NULL               57 source4/libcli/smb2/tcon.c 	if (req == NULL) return NULL;
NULL               66 source4/libcli/smb2/tcon.c 		return NULL;
NULL               34 source4/libcli/smb2/tdis.c 	if (req == NULL) return NULL;
NULL               83 source4/libcli/smb2/transport.c 	if (!transport) return NULL;
NULL               90 source4/libcli/smb2/transport.c 	if (transport->packet == NULL) {
NULL               92 source4/libcli/smb2/transport.c 		return NULL;
NULL              190 source4/libcli/smb2/transport.c 	struct smb2_request *req = NULL;
NULL              261 source4/libcli/smb2/transport.c 	req->in.dynamic = NULL;
NULL              346 source4/libcli/smb2/transport.c 	if (req->transport->socket->sock == NULL) {
NULL              409 source4/libcli/smb2/transport.c 	if (transport->socket->event.te != NULL) {
NULL               35 source4/libcli/smb2/write.c 	if (req == NULL) return NULL;
NULL               40 source4/libcli/smb2/write.c 		return NULL;
NULL               80 source4/libcli/smb_composite/appendacl.c 	if (io->in.sd->dacl != NULL) {
NULL              241 source4/libcli/smb_composite/appendacl.c 	if (c == NULL) goto failed;
NULL              244 source4/libcli/smb_composite/appendacl.c 	if (state == NULL) goto failed;
NULL              254 source4/libcli/smb_composite/appendacl.c 	if (state->io_open == NULL) goto failed;
NULL              269 source4/libcli/smb_composite/appendacl.c 	if (state->req == NULL) goto failed;
NULL              280 source4/libcli/smb_composite/appendacl.c 	return NULL;
NULL              112 source4/libcli/smb_composite/connect.c 	state->io_tcon->tconx.in.password = data_blob(NULL, 0);	
NULL              166 source4/libcli/smb_composite/connect.c 		state->session->gensec = NULL;
NULL              198 source4/libcli/smb_composite/connect.c 	state->io_tcon->tconx.in.password = data_blob(NULL, 0);	
NULL              330 source4/libcli/smb_composite/connect.c 	    (state->io->in.called_name != NULL)) {
NULL              380 source4/libcli/smb_composite/connect.c 					       NULL, c->event_ctx, 
NULL              465 source4/libcli/smb_composite/connect.c 	if (c == NULL) goto failed;
NULL              468 source4/libcli/smb_composite/connect.c 	if (c->event_ctx == NULL) goto failed;
NULL              471 source4/libcli/smb_composite/connect.c 	if (state == NULL) goto failed;
NULL              473 source4/libcli/smb_composite/connect.c 	if (io->in.gensec_settings == NULL) goto failed;
NULL              483 source4/libcli/smb_composite/connect.c 	if (state->creq == NULL) goto failed;
NULL              490 source4/libcli/smb_composite/connect.c 	return NULL;
NULL               75 source4/libcli/smb_composite/fetchfile.c 	status = smb_composite_loadfile_recv(state->creq, NULL);
NULL              128 source4/libcli/smb_composite/fetchfile.c 	c = talloc_zero(NULL, struct composite_context);
NULL              129 source4/libcli/smb_composite/fetchfile.c 	if (c == NULL) goto failed;
NULL              132 source4/libcli/smb_composite/fetchfile.c 	if (state == NULL) goto failed;
NULL              135 source4/libcli/smb_composite/fetchfile.c 	if (state->connect == NULL) goto failed;
NULL              156 source4/libcli/smb_composite/fetchfile.c 	if (state->creq == NULL) goto failed;
NULL              168 source4/libcli/smb_composite/fetchfile.c 	return NULL;
NULL              190 source4/libcli/smb_composite/fetchfile.c 	struct composite_context *c = smb_composite_fetchfile_send(io, NULL);
NULL              136 source4/libcli/smb_composite/fsinfo.c 	if (c == NULL) goto failed;
NULL              139 source4/libcli/smb_composite/fsinfo.c 	if (state == NULL) goto failed;
NULL              145 source4/libcli/smb_composite/fsinfo.c 	if (state->connect == NULL) goto failed;
NULL              169 source4/libcli/smb_composite/fsinfo.c 	if (state->creq == NULL) goto failed;
NULL              177 source4/libcli/smb_composite/fsinfo.c 	return NULL;
NULL              223 source4/libcli/smb_composite/loadfile.c 	if (c == NULL) goto failed;
NULL              226 source4/libcli/smb_composite/loadfile.c 	if (state == NULL) goto failed;
NULL              236 source4/libcli/smb_composite/loadfile.c 	if (state->io_open == NULL) goto failed;
NULL              249 source4/libcli/smb_composite/loadfile.c 	if (state->req == NULL) goto failed;
NULL              260 source4/libcli/smb_composite/loadfile.c 	return NULL;
NULL              225 source4/libcli/smb_composite/savefile.c 	if (c == NULL) goto failed;
NULL              231 source4/libcli/smb_composite/savefile.c 	if (state == NULL) goto failed;
NULL              239 source4/libcli/smb_composite/savefile.c 	if (io_open == NULL) goto failed;
NULL              253 source4/libcli/smb_composite/savefile.c 	if (state->req == NULL) goto failed;
NULL              264 source4/libcli/smb_composite/savefile.c 	return NULL;
NULL               48 source4/libcli/smb_composite/sesssetup.c 		state->req = NULL;
NULL               86 source4/libcli/smb_composite/sesssetup.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL               87 source4/libcli/smb_composite/sesssetup.c 	DATA_BLOB null_data_blob = data_blob(NULL, 0);
NULL               89 source4/libcli/smb_composite/sesssetup.c 	struct smbcli_request *check_req = NULL;
NULL               98 source4/libcli/smb_composite/sesssetup.c 	state->req = NULL;
NULL              106 source4/libcli/smb_composite/sesssetup.c 		check_req = NULL;
NULL              189 source4/libcli/smb_composite/sesssetup.c 			state->setup.spnego.in.secblob = data_blob(NULL, 0);
NULL              232 source4/libcli/smb_composite/sesssetup.c 		check_req = NULL;
NULL              264 source4/libcli/smb_composite/sesssetup.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              298 source4/libcli/smb_composite/sesssetup.c 							      NULL, &session_key);
NULL              303 source4/libcli/smb_composite/sesssetup.c 		state->setup.nt1.in.password2 = data_blob(NULL, 0);
NULL              365 source4/libcli/smb_composite/sesssetup.c 							      NULL,
NULL              366 source4/libcli/smb_composite/sesssetup.c 							      NULL, &session_key);
NULL              396 source4/libcli/smb_composite/sesssetup.c 	const char *chosen_oid = NULL;
NULL              471 source4/libcli/smb_composite/sesssetup.c 				       data_blob(NULL, 0),
NULL              514 source4/libcli/smb_composite/sesssetup.c 	if (c == NULL) return NULL;
NULL               84 source4/libcli/smb_composite/smb2.c 	if (ctx == NULL) return NULL;
NULL               88 source4/libcli/smb_composite/smb2.c 	if (strpbrk(io->unlink.in.pattern, "*?<>") != NULL) {
NULL              163 source4/libcli/smb_composite/smb2.c 	if (ctx == NULL) return NULL;
NULL              234 source4/libcli/smb_composite/smb2.c 	if (ctx == NULL) return NULL;
NULL              333 source4/libcli/smb_composite/smb2.c 	if (ctx == NULL) return NULL;
NULL               55 source4/libcli/util/clilsa.c 	if (cli->lsa != NULL) {
NULL               60 source4/libcli/util/clilsa.c 	if (lsa == NULL) {
NULL               65 source4/libcli/util/clilsa.c 	if (lsa->ipc_tree == NULL) {
NULL               72 source4/libcli/util/clilsa.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL               84 source4/libcli/util/clilsa.c 	if (lsa->pipe == NULL) {
NULL              111 source4/libcli/util/clilsa.c 	attr.root_dir = NULL;
NULL              112 source4/libcli/util/clilsa.c 	attr.object_name = NULL;
NULL              114 source4/libcli/util/clilsa.c 	attr.sec_desc = NULL;
NULL              171 source4/libcli/util/clilsa.c 	if (sid == NULL) {
NULL              205 source4/libcli/util/clilsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              217 source4/libcli/util/clilsa.c 	if (sid == NULL) {
NULL              222 source4/libcli/util/clilsa.c 	names.names = NULL;
NULL              267 source4/libcli/util/clilsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              280 source4/libcli/util/clilsa.c 	sids.sids = NULL;
NULL              718 source4/libcli/util/nterr.c 	{ NULL, NT_STATUS(0) }
NULL              816 source4/libcli/util/nterr.c 	{ NULL, NT_STATUS(0) }
NULL              827 source4/libcli/util/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL              852 source4/libcli/util/nterr.c 	while (nt_err_desc[idx].nt_errstr != NULL) {
NULL              871 source4/libcli/util/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL              891 source4/libcli/util/nterr.c 	while (nt_errs[idx].nt_errstr != NULL) {
NULL               36 source4/libcli/util/pyerrors.h 		return NULL; \
NULL               42 source4/libcli/util/pyerrors.h 		return NULL; \
NULL               37 source4/libcli/wbclient/wbclient.c 	if (*ids == NULL || (*ids)[0].id == 0) {
NULL               59 source4/libcli/wbclient/wbclient.c 	if (ctx == NULL) return NULL;
NULL               64 source4/libcli/wbclient/wbclient.c 		return NULL;
NULL               93 source4/libcli/wbclient/wbclient.c 	if (ctx == NULL) return NULL;
NULL              158 source4/libcli/wbclient/wbclient.c 	if (ctx == NULL) return NULL;
NULL               45 source4/libcli/wrepl/winsrepl.c 		packet_set_fde(wrepl_socket->packet, NULL);
NULL               46 source4/libcli/wrepl/winsrepl.c 		packet_set_socket(wrepl_socket->packet, NULL);
NULL               51 source4/libcli/wrepl/winsrepl.c 		wrepl_socket->event.fde = NULL;
NULL               56 source4/libcli/wrepl/winsrepl.c 		wrepl_socket->sock = NULL;
NULL               68 source4/libcli/wrepl/winsrepl.c 	talloc_set_destructor(wrepl_socket, NULL);
NULL              172 source4/libcli/wrepl/winsrepl.c 	if (!wrepl_socket) return NULL;
NULL              192 source4/libcli/wrepl/winsrepl.c 	return NULL;
NULL              206 source4/libcli/wrepl/winsrepl.c 	if (wrepl_socket == NULL) goto failed;
NULL              209 source4/libcli/wrepl/winsrepl.c 	if (wrepl_socket->event.ctx == NULL) goto failed;
NULL              221 source4/libcli/wrepl/winsrepl.c 	if (wrepl_socket->event.fde == NULL) {
NULL              242 source4/libcli/wrepl/winsrepl.c 	return NULL;
NULL              328 source4/libcli/wrepl/winsrepl.c 	if (!result) return NULL;
NULL              422 source4/libcli/wrepl/winsrepl.c 			return NULL;
NULL              430 source4/libcli/wrepl/winsrepl.c 	return NULL;
NULL              481 source4/libcli/wrepl/winsrepl.c 	if (!req) return NULL;
NULL              555 source4/libcli/wrepl/winsrepl.c 	struct wrepl_request *req = wrepl_request_send(wrepl_socket, req_packet, NULL);
NULL              570 source4/libcli/wrepl/winsrepl.c 	if (packet == NULL) return NULL;
NULL              585 source4/libcli/wrepl/winsrepl.c 	packet->padding	= data_blob_talloc(packet, NULL, 21);
NULL              586 source4/libcli/wrepl/winsrepl.c 	if (packet->padding.data == NULL) {
NULL              588 source4/libcli/wrepl/winsrepl.c 		return NULL;
NULL              592 source4/libcli/wrepl/winsrepl.c 	req = wrepl_request_send(wrepl_socket, packet, NULL);
NULL              605 source4/libcli/wrepl/winsrepl.c 	struct wrepl_packet *packet=NULL;
NULL              642 source4/libcli/wrepl/winsrepl.c 	if (packet == NULL) return NULL;
NULL              668 source4/libcli/wrepl/winsrepl.c 	struct wrepl_packet *packet=NULL;
NULL              696 source4/libcli/wrepl/winsrepl.c 	if (packet == NULL) return NULL;
NULL              703 source4/libcli/wrepl/winsrepl.c 	req = wrepl_request_send(wrepl_socket, packet, NULL);
NULL              718 source4/libcli/wrepl/winsrepl.c 	struct wrepl_packet *packet=NULL;
NULL              767 source4/libcli/wrepl/winsrepl.c 	if (packet == NULL) return NULL;
NULL              775 source4/libcli/wrepl/winsrepl.c 	req = wrepl_request_send(wrepl_socket, packet, NULL);
NULL              789 source4/libcli/wrepl/winsrepl.c 	struct wrepl_packet *packet=NULL;
NULL              804 source4/libcli/wrepl/winsrepl.c 	if (io->out.names == NULL) goto nomem;
NULL              820 source4/libcli/wrepl/winsrepl.c 		if (name->owner == NULL) goto nomem;
NULL              830 source4/libcli/wrepl/winsrepl.c 			if (name->addresses == NULL) goto nomem;
NULL              842 source4/libcli/wrepl/winsrepl.c 			if (name->addresses == NULL) goto nomem;
NULL              844 source4/libcli/wrepl/winsrepl.c 			if (name->addresses[0].owner == NULL) goto nomem;
NULL              264 source4/libnet/groupinfo.c 	if (!p || !io) return NULL;
NULL              267 source4/libnet/groupinfo.c 	if (c == NULL) return c;
NULL              362 source4/libnet/groupinfo.c 	struct composite_context *c = libnet_rpc_groupinfo_send(p, io, NULL);
NULL               52 source4/libnet/groupman.c 	if (!p || !io) return NULL;
NULL               55 source4/libnet/groupman.c 	if (c == NULL) return NULL;
NULL              125 source4/libnet/groupman.c 	c = libnet_rpc_groupadd_send(p, io, NULL);
NULL              158 source4/libnet/groupman.c 	if (c == NULL) return NULL;
NULL              312 source4/libnet/groupman.c 	c = libnet_rpc_groupdel_send(p, io, NULL);
NULL               33 source4/libnet/libnet.c 		return NULL;
NULL               39 source4/libnet/libnet.c 		return NULL;
NULL              745 source4/libnet/libnet_become_dc.c 	s->cldap.io.in.user		= NULL;
NULL              746 source4/libnet/libnet_become_dc.c 	s->cldap.io.in.domain_guid	= NULL;
NULL              747 source4/libnet/libnet_become_dc.c 	s->cldap.io.in.domain_sid	= NULL;
NULL              799 source4/libnet/libnet_become_dc.c 				     NULL,
NULL              801 source4/libnet/libnet_become_dc.c 				     0, NULL);
NULL              803 source4/libnet/libnet_become_dc.c 	if (ldap->ldb == NULL) {
NULL              817 source4/libnet/libnet_become_dc.c 		NULL
NULL              820 source4/libnet/libnet_become_dc.c 	basedn = ldb_dn_new(s, s->ldap1.ldb, NULL);
NULL              835 source4/libnet/libnet_become_dc.c 	s->domain.dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "defaultNamingContext", NULL);
NULL              838 source4/libnet/libnet_become_dc.c 	s->forest.root_dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "rootDomainNamingContext", NULL);
NULL              840 source4/libnet/libnet_become_dc.c 	s->forest.config_dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "configurationNamingContext", NULL);
NULL              842 source4/libnet/libnet_become_dc.c 	s->forest.schema_dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "schemaNamingContext", NULL);
NULL              845 source4/libnet/libnet_become_dc.c 	s->source_dsa.server_dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "serverName", NULL);
NULL              847 source4/libnet/libnet_become_dc.c 	s->source_dsa.ntds_dn_str	= ldb_msg_find_attr_as_string(s->ldap1.rootdse, "dsServiceName", NULL);
NULL              860 source4/libnet/libnet_become_dc.c 		NULL
NULL              889 source4/libnet/libnet_become_dc.c 		NULL
NULL              918 source4/libnet/libnet_become_dc.c 		NULL
NULL              947 source4/libnet/libnet_become_dc.c 		NULL
NULL              983 source4/libnet/libnet_become_dc.c 		NULL
NULL              987 source4/libnet/libnet_become_dc.c 		NULL
NULL              991 source4/libnet/libnet_become_dc.c 		NULL
NULL              995 source4/libnet/libnet_become_dc.c 		NULL
NULL             1025 source4/libnet/libnet_become_dc.c 	s->infrastructure_fsmo.ntds_dn_str	= samdb_result_string(r->msgs[0], "fSMORoleOwner", NULL);
NULL             1049 source4/libnet/libnet_become_dc.c 	s->infrastructure_fsmo.dns_name	= samdb_result_string(r->msgs[0], "dnsHostName", NULL);
NULL             1081 source4/libnet/libnet_become_dc.c 		NULL
NULL             1085 source4/libnet/libnet_become_dc.c 		NULL
NULL             1089 source4/libnet/libnet_become_dc.c 		NULL
NULL             1093 source4/libnet/libnet_become_dc.c 		NULL
NULL             1109 source4/libnet/libnet_become_dc.c 	reference_dn_str	= samdb_result_string(r->msgs[0], "rIDManagerReference", NULL);
NULL             1127 source4/libnet/libnet_become_dc.c 	s->rid_manager_fsmo.ntds_dn_str	= samdb_result_string(r->msgs[0], "fSMORoleOwner", NULL);
NULL             1151 source4/libnet/libnet_become_dc.c 	s->rid_manager_fsmo.dns_name	= samdb_result_string(r->msgs[0], "dnsHostName", NULL);
NULL             1185 source4/libnet/libnet_become_dc.c 			 NULL, "(objectClass=*)");
NULL             1219 source4/libnet/libnet_become_dc.c 		NULL
NULL             1236 source4/libnet/libnet_become_dc.c 	s->dest_dsa.computer_dn_str	= samdb_result_string(r->msgs[0], "distinguishedName", NULL);
NULL             1262 source4/libnet/libnet_become_dc.c 			 NULL, "(objectClass=*)");
NULL             1274 source4/libnet/libnet_become_dc.c 	server_reference_dn_str = samdb_result_string(r->msgs[0], "serverReference", NULL);
NULL             1293 source4/libnet/libnet_become_dc.c 	s->dest_dsa.server_dn_str	= samdb_result_string(r->msgs[0], "distinguishedName", NULL);
NULL             1309 source4/libnet/libnet_become_dc.c 		NULL
NULL             1328 source4/libnet/libnet_become_dc.c 	server_reference_bl_dn_str = samdb_result_string(r->msgs[0], "serverReferenceBL", NULL);
NULL             1336 source4/libnet/libnet_become_dc.c 	s->dest_dsa.server_dn_str	= samdb_result_string(r->msgs[0], "serverReferenceBL", NULL);
NULL             1524 source4/libnet/libnet_become_dc.c 		if (lp_parm_bool(s->libnet->lp_ctx, NULL, "become_dc",
NULL             1529 source4/libnet/libnet_become_dc.c 		if (lp_parm_bool(s->libnet->lp_ctx, NULL, "become_dc",
NULL             1805 source4/libnet/libnet_become_dc.c 					       NULL);
NULL             1834 source4/libnet/libnet_become_dc.c 		vd[0] = data_blob_talloc(vd, NULL, 4);
NULL             2099 source4/libnet/libnet_become_dc.c 		vd[0] = data_blob_talloc(vd, NULL, 4);
NULL             2124 source4/libnet/libnet_become_dc.c 		vd[0] = data_blob_talloc(vd, NULL, 4);
NULL             2177 source4/libnet/libnet_become_dc.c 	r->in.req->req2.first_object.next_object			= NULL;
NULL             2413 source4/libnet/libnet_become_dc.c 		r->in.req->req8.uptodateness_vector	= NULL;
NULL             2419 source4/libnet/libnet_become_dc.c 		r->in.req->req8.partial_attribute_set	= NULL;
NULL             2420 source4/libnet/libnet_become_dc.c 		r->in.req->req8.partial_attribute_set_ex= NULL;
NULL             2422 source4/libnet/libnet_become_dc.c 		r->in.req->req8.mapping_ctr.mappings	= NULL;
NULL             2429 source4/libnet/libnet_become_dc.c 		r->in.req->req5.uptodateness_vector	= NULL;
NULL             2454 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsGetNCChangesCtr1 *ctr1 = NULL;
NULL             2455 source4/libnet/libnet_become_dc.c 	struct drsuapi_DsGetNCChangesCtr6 *ctr6 = NULL;
NULL             2905 source4/libnet/libnet_become_dc.c 		NULL
NULL             2975 source4/libnet/libnet_become_dc.c 	if (c == NULL) return NULL;
NULL              108 source4/libnet/libnet_domain.c 		msg.data = NULL;
NULL              114 source4/libnet/libnet_domain.c 	s->ctx->samr.name        = NULL;
NULL              153 source4/libnet/libnet_domain.c 		msg.data = NULL;
NULL              244 source4/libnet/libnet_domain.c 		msg.data = NULL;
NULL              271 source4/libnet/libnet_domain.c 	if (c == NULL) return NULL;
NULL              285 source4/libnet/libnet_domain.c 	if (ctx->samr.pipe == NULL) {
NULL              415 source4/libnet/libnet_domain.c 	if (c == NULL) return c;
NULL              428 source4/libnet/libnet_domain.c 	if (ctx->lsa.pipe == NULL) {
NULL              529 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL              653 source4/libnet/libnet_domain.c 	struct composite_context *c = libnet_DomainOpen_send(ctx, io, NULL);
NULL              680 source4/libnet/libnet_domain.c 	if (c == NULL) return c;
NULL              729 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL              748 source4/libnet/libnet_domain.c 		ctx->lsa.name = NULL;
NULL              784 source4/libnet/libnet_domain.c 	if (c == NULL) return c;
NULL              831 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL              853 source4/libnet/libnet_domain.c 		ctx->samr.name = NULL;
NULL              854 source4/libnet/libnet_domain.c 		ctx->samr.sid = NULL;
NULL              918 source4/libnet/libnet_domain.c 	c = libnet_DomainClose_send(ctx, io, NULL);
NULL              995 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL             1038 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL             1098 source4/libnet/libnet_domain.c 		msg.data      = NULL;
NULL             1118 source4/libnet/libnet_domain.c 	if (mem_ctx == NULL || s == NULL) return NULL;
NULL             1121 source4/libnet/libnet_domain.c 	if (s->domains == NULL) {
NULL             1137 source4/libnet/libnet_domain.c 		s->domains[i].sid  = NULL;  /* this is to be filled out later */
NULL             1168 source4/libnet/libnet_domain.c 	if (c == NULL) return c;
NULL             1181 source4/libnet/libnet_domain.c 	if (ctx->samr.pipe == NULL) {
NULL             1257 source4/libnet/libnet_domain.c 	c = libnet_DomainList_send(ctx, mem_ctx, io, NULL);
NULL               58 source4/libnet/libnet_group.c 	if (c == NULL) return NULL;
NULL              167 source4/libnet/libnet_group.c 	c = libnet_CreateGroup_send(ctx, mem_ctx, io, NULL);
NULL              212 source4/libnet/libnet_group.c 	if (c == NULL) return NULL;
NULL              227 source4/libnet/libnet_group.c 		s->sid_string = NULL;
NULL              230 source4/libnet/libnet_group.c 		s->group_name = NULL;
NULL              427 source4/libnet/libnet_group.c 							    io, NULL);
NULL              477 source4/libnet/libnet_group.c 	if (c == NULL) return NULL;
NULL              698 source4/libnet/libnet_group.c 	if (c == NULL || mem_ctx == NULL || io == NULL) {
NULL              743 source4/libnet/libnet_group.c 	c = libnet_GroupList_send(ctx, mem_ctx, io, NULL);
NULL               79 source4/libnet/libnet_join.c 		NULL,
NULL               82 source4/libnet/libnet_join.c 	r->out.error_string = NULL;
NULL               92 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL               98 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              109 source4/libnet/libnet_join.c 	drsuapi_binding->endpoint = NULL;
NULL              132 source4/libnet/libnet_join.c 	r_drsuapi_bind.in.bind_info = NULL;
NULL              167 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              180 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              188 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              228 source4/libnet/libnet_join.c 	} else if (r_crack_names.out.ctr->ctr1->array[0].result_name == NULL) {
NULL              242 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              249 source4/libnet/libnet_join.c 				      NULL, ctx->cred, 0, NULL);
NULL              251 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              266 source4/libnet/libnet_join.c 			 account_dn, LDB_SCOPE_BASE, attrs, NULL);
NULL              284 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              300 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              314 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL              320 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL              328 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              349 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              450 source4/libnet/libnet_join.c 	struct policy_handle *u_handle = NULL;
NULL              463 source4/libnet/libnet_join.c 	struct dom_sid *account_sid = NULL;
NULL              464 source4/libnet/libnet_join.c 	const char *password_str = NULL;
NULL              466 source4/libnet/libnet_join.c 	r->out.error_string = NULL;
NULL              467 source4/libnet/libnet_join.c 	r2.samr_handle.out.error_string = NULL;
NULL              471 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              477 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              484 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              491 source4/libnet/libnet_join.c 		connect_with_info->in.binding = NULL;
NULL              495 source4/libnet/libnet_join.c 		connect_with_info->in.name    = NULL;
NULL              536 source4/libnet/libnet_join.c 	sc.in.system_name = NULL;
NULL              565 source4/libnet/libnet_join.c 		struct dom_sid2 *sid = NULL;
NULL              622 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              822 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              850 source4/libnet/libnet_join.c 	r->out.server_dn_str = NULL;
NULL              880 source4/libnet/libnet_join.c 		NULL
NULL              903 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              910 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              917 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              924 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              931 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              939 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              946 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              954 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              961 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              968 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              975 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL              984 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL              994 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1013 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1039 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL             1046 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1057 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL             1065 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1072 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1082 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL             1092 source4/libnet/libnet_join.c 				r->out.error_string = NULL;
NULL             1123 source4/libnet/libnet_join.c 	r->out.error_string = NULL;
NULL             1132 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL             1142 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL             1147 source4/libnet/libnet_join.c 	if (r->in.netbios_name != NULL) {
NULL             1152 source4/libnet/libnet_join.c 			r->out.error_string = NULL;
NULL             1160 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL             1184 source4/libnet/libnet_join.c 		r->out.error_string = NULL;
NULL             1207 source4/libnet/libnet_join.c 	r->out.error_string	= NULL;
NULL               64 source4/libnet/libnet_lookup.c 	if (c == NULL) return NULL;
NULL               71 source4/libnet/libnet_lookup.c 	if (io == NULL || io->in.hostname == NULL) {
NULL               81 source4/libnet/libnet_lookup.c 	s->hostname.scope  = NULL;
NULL              132 source4/libnet/libnet_lookup.c 		io->out.address = (const char **)str_list_make(mem_ctx, s->address, NULL);
NULL              200 source4/libnet/libnet_lookup.c 			 NULL, lp_iconv_convenience(ctx->lp_ctx), 
NULL              269 source4/libnet/libnet_lookup.c 	if (c == NULL) return NULL;
NULL              301 source4/libnet/libnet_lookup.c 	s->sids.sids  = NULL;
NULL              373 source4/libnet/libnet_lookup.c 		io->out.sid = NULL;
NULL              374 source4/libnet/libnet_lookup.c 		io->out.sidstr = NULL;
NULL              380 source4/libnet/libnet_lookup.c 			if (domains == NULL || sids == NULL) {
NULL              415 source4/libnet/libnet_lookup.c 	c = libnet_LookupName_send(ctx, mem_ctx, io, NULL);
NULL               53 source4/libnet/libnet_passwd.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL               54 source4/libnet/libnet_passwd.c 	struct samr_ChangeReject *reject = NULL;
NULL               96 source4/libnet/libnet_passwd.c 	pw3.in.password3 = NULL;
NULL              299 source4/libnet/libnet_passwd.c 	DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              352 source4/libnet/libnet_passwd.c 	DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              533 source4/libnet/libnet_passwd.c 	struct dom_sid2 *sid = NULL;
NULL              559 source4/libnet/libnet_passwd.c 	sc.in.system_name = NULL;
NULL              654 source4/libnet/libnet_passwd.c 	r2.samr_handle.in.info21	= NULL;
NULL               65 source4/libnet/libnet_rpc.c 	if (c == NULL) return c;
NULL              245 source4/libnet/libnet_rpc.c 	if (c == NULL) return c;
NULL              272 source4/libnet/libnet_rpc.c 	s->f.out.dcs        = NULL;
NULL              469 source4/libnet/libnet_rpc.c 	if (c == NULL) return c;
NULL              483 source4/libnet/libnet_rpc.c 	if (r->in.binding == NULL) {
NULL              583 source4/libnet/libnet_rpc.c 		s->r.out.realm = NULL;
NULL              584 source4/libnet/libnet_rpc.c 		s->r.out.guid  = NULL;
NULL              585 source4/libnet/libnet_rpc.c 		s->r.out.domain_name = NULL;
NULL              586 source4/libnet/libnet_rpc.c 		s->r.out.domain_sid  = NULL;
NULL              602 source4/libnet/libnet_rpc.c 		msg.data      = NULL;
NULL              640 source4/libnet/libnet_rpc.c 		s->r.out.realm = NULL;
NULL              641 source4/libnet/libnet_rpc.c 		s->r.out.guid  = NULL;
NULL              666 source4/libnet/libnet_rpc.c 			s->r.out.error_string = NULL;
NULL              677 source4/libnet/libnet_rpc.c 		msg.data      = NULL;
NULL              720 source4/libnet/libnet_rpc.c 		msg.data      = NULL;
NULL              875 source4/libnet/libnet_rpc.c 		} else if (r->in.binding == NULL) {
NULL              976 source4/libnet/libnet_rpc.c 	c = libnet_RpcConnect_send(ctx, mem_ctx, r, NULL);
NULL               58 source4/libnet/libnet_samdump.c 					      user->lm_password_present ? &user->lmpassword : NULL, 
NULL               61 source4/libnet/libnet_samdump.c 					      user->nt_password_present ? &user->ntpassword : NULL, 
NULL              115 source4/libnet/libnet_samdump.c 	*error_string = NULL;
NULL              161 source4/libnet/libnet_samdump.c 	samdump_state->secrets         = NULL;
NULL              162 source4/libnet/libnet_samdump.c 	samdump_state->trusted_domains = NULL;
NULL              164 source4/libnet/libnet_samdump.c 	r2.out.error_string            = NULL;
NULL              166 source4/libnet/libnet_samdump.c 	r2.in.rid_crypt                = lp_parm_bool(ctx->lp_ctx, NULL, "vampire", "rid decrypt", true);
NULL              167 source4/libnet/libnet_samdump.c 	r2.in.init_fn                  = NULL;
NULL              190 source4/libnet/libnet_samdump.c 						  (void **)&secret_string, NULL, false)) {
NULL               85 source4/libnet/libnet_samdump_keytab.c 	*error_string = NULL;
NULL              116 source4/libnet/libnet_samdump_keytab.c 	r2.out.error_string            = NULL;
NULL              119 source4/libnet/libnet_samdump_keytab.c 	r2.in.init_fn                  = NULL;
NULL               75 source4/libnet/libnet_samsync.c 		ndr_err = ndr_pull_struct_blob(&data, mem_ctx, NULL, &keys, (ndr_pull_flags_fn_t)ndr_pull_netr_USER_KEYS);
NULL              139 source4/libnet/libnet_samsync.c 	*error_string = NULL;
NULL              173 source4/libnet/libnet_samsync.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              214 source4/libnet/libnet_samsync.c 		r->out.error_string = NULL;
NULL              222 source4/libnet/libnet_samsync.c 		c->in.name    = NULL;
NULL              224 source4/libnet/libnet_samsync.c 		c->in.binding = NULL;
NULL              236 source4/libnet/libnet_samsync.c 		r->out.error_string = NULL;
NULL              287 source4/libnet/libnet_samsync.c 		r->out.error_string = NULL;
NULL              368 source4/libnet/libnet_samsync.c 				char *error_string = NULL;
NULL               79 source4/libnet/libnet_samsync_ldb.c 	if (basedn == NULL) {
NULL               88 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              127 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              133 source4/libnet/libnet_samsync_ldb.c 		const char *domain_attrs[] =  {"nETBIOSName", "nCName", NULL};
NULL              153 source4/libnet/libnet_samsync_ldb.c 		state->base_dn[database] = samdb_result_dn(state->sam_ldb, state, msgs_domain[0], "nCName", NULL);
NULL              165 source4/libnet/libnet_samsync_ldb.c 									"objectSid", NULL);
NULL              171 source4/libnet/libnet_samsync_ldb.c 			ndr_err = ndr_push_struct_blob(&v, msg, NULL, 
NULL              179 source4/libnet/libnet_samsync_ldb.c 			ldb_msg_add_value(msg, "objectGUID", &v, NULL);
NULL              184 source4/libnet/libnet_samsync_ldb.c 		const char *dnstring = samdb_search_string(state->sam_ldb, mem_ctx, NULL,
NULL              249 source4/libnet/libnet_samsync_ldb.c 	struct ldb_message **remote_msgs = NULL;
NULL              253 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              256 source4/libnet/libnet_samsync_ldb.c 				       "msDS-KeyVersionNumber", "objectGUID", NULL};
NULL              264 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              268 source4/libnet/libnet_samsync_ldb.c 	msg->dn = NULL;
NULL              480 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              527 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              530 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              619 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              662 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              666 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              739 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              742 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              833 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              871 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              875 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL              955 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL              959 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL             1016 source4/libnet/libnet_samsync_ldb.c 	const char *attrs[] = { NULL };
NULL             1019 source4/libnet/libnet_samsync_ldb.c 	if (msg == NULL) {
NULL             1063 source4/libnet/libnet_samsync_ldb.c 	*error_string = NULL;
NULL             1204 source4/libnet/libnet_samsync_ldb.c 						     NULL, state->samsync_state->machine_net_ctx->cred,
NULL             1205 source4/libnet/libnet_samsync_ldb.c 						     0, NULL);
NULL             1211 source4/libnet/libnet_samsync_ldb.c 		state->remote_ldb = NULL;
NULL             1226 source4/libnet/libnet_samsync_ldb.c 	state->secrets         = NULL;
NULL             1227 source4/libnet/libnet_samsync_ldb.c 	state->trusted_domains = NULL;
NULL             1234 source4/libnet/libnet_samsync_ldb.c 	r2.out.error_string    = NULL;
NULL             1240 source4/libnet/libnet_samsync_ldb.c 	r2.in.machine_account  = NULL; /* TODO:  Create a machine account, fill this in, and the delete it */
NULL               42 source4/libnet/libnet_site.c 	struct cldap_socket *cldap = NULL;
NULL               47 source4/libnet/libnet_site.c 		r->out.error_string = NULL;
NULL               70 source4/libnet/libnet_site.c 			r->out.error_string = NULL;
NULL               78 source4/libnet/libnet_site.c 			r->out.error_string = NULL;
NULL               88 source4/libnet/libnet_site.c 		r->out.error_string = NULL;
NULL               97 source4/libnet/libnet_site.c 		r->out.error_string = NULL;
NULL              137 source4/libnet/libnet_site.c 	const char *dest_addr = NULL;
NULL              141 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              147 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              155 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              182 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              189 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              195 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              201 source4/libnet/libnet_site.c 		libnet_r->out.error_string = NULL;
NULL              224 source4/libnet/libnet_site.c 			libnet_r->out.error_string = NULL;
NULL              232 source4/libnet/libnet_site.c 			libnet_r->out.error_string = NULL;
NULL               33 source4/libnet/libnet_time.c 	struct srvsvc_NetRemoteTODInfo *info = NULL;
NULL              264 source4/libnet/libnet_unbecome_dc.c 	s->cldap.io.in.user		= NULL;
NULL              265 source4/libnet/libnet_unbecome_dc.c 	s->cldap.io.in.domain_guid	= NULL;
NULL              266 source4/libnet/libnet_unbecome_dc.c 	s->cldap.io.in.domain_sid	= NULL;
NULL              315 source4/libnet/libnet_unbecome_dc.c 				       NULL,
NULL              317 source4/libnet/libnet_unbecome_dc.c 				       0, NULL);
NULL              319 source4/libnet/libnet_unbecome_dc.c 	if (s->ldap.ldb == NULL) {
NULL              334 source4/libnet/libnet_unbecome_dc.c 		NULL
NULL              337 source4/libnet/libnet_unbecome_dc.c 	basedn = ldb_dn_new(s, s->ldap.ldb, NULL);
NULL              350 source4/libnet/libnet_unbecome_dc.c 	s->domain.dn_str	= ldb_msg_find_attr_as_string(r->msgs[0], "defaultNamingContext", NULL);
NULL              354 source4/libnet/libnet_unbecome_dc.c 	s->forest.config_dn_str	= ldb_msg_find_attr_as_string(r->msgs[0], "configurationNamingContext", NULL);
NULL              376 source4/libnet/libnet_unbecome_dc.c 		NULL
NULL              393 source4/libnet/libnet_unbecome_dc.c 	s->dest_dsa.computer_dn_str	= samdb_result_string(r->msgs[0], "distinguishedName", NULL);
NULL              453 source4/libnet/libnet_unbecome_dc.c 		NULL
NULL              684 source4/libnet/libnet_unbecome_dc.c 	if (c == NULL) return NULL;
NULL               69 source4/libnet/libnet_user.c 	if (c == NULL) return NULL;
NULL              172 source4/libnet/libnet_user.c 	r->out.error_string = NULL;
NULL              198 source4/libnet/libnet_user.c 	c = libnet_CreateUser_send(ctx, mem_ctx, r, NULL);
NULL              238 source4/libnet/libnet_user.c 	if (c == NULL) return NULL;
NULL              340 source4/libnet/libnet_user.c 	r->out.error_string = NULL;
NULL              365 source4/libnet/libnet_user.c 	c = libnet_DeleteUser_send(ctx, mem_ctx, r, NULL);
NULL              408 source4/libnet/libnet_user.c 	if (c == NULL) return NULL;
NULL              502 source4/libnet/libnet_user.c 	if (mod == NULL || info == NULL || r == NULL || info->in.level != 21) {
NULL              592 source4/libnet/libnet_user.c 	c = libnet_ModifyUser_send(ctx, mem_ctx, r, NULL);
NULL              638 source4/libnet/libnet_user.c 	if (c == NULL) return NULL;
NULL              653 source4/libnet/libnet_user.c 		s->sid_string = NULL;
NULL              656 source4/libnet/libnet_user.c 		s->user_name = NULL;
NULL              826 source4/libnet/libnet_user.c 	if (NT_STATUS_IS_OK(status) && r != NULL) {
NULL              889 source4/libnet/libnet_user.c 	c = libnet_UserInfo_send(ctx, mem_ctx, r, NULL);
NULL              938 source4/libnet/libnet_user.c 	if (c == NULL) return NULL;
NULL             1161 source4/libnet/libnet_user.c 	if (c == NULL || mem_ctx == NULL || r == NULL) {
NULL             1207 source4/libnet/libnet_user.c 	c = libnet_UserList_send(ctx, mem_ctx, r, NULL);
NULL               69 source4/libnet/libnet_user.h 	if (new.field != NULL && \
NULL               73 source4/libnet/libnet_user.h 		if (mod->field == NULL) return NT_STATUS_NO_MEMORY; \
NULL               83 source4/libnet/libnet_user.h 			if (mod->field == NULL) return NT_STATUS_NO_MEMORY; \
NULL              169 source4/libnet/libnet_vampire.c 		linked_attributes		= NULL;
NULL              173 source4/libnet/libnet_vampire.c 		uptodateness_vector		= NULL; /* TODO: map it */
NULL              180 source4/libnet/libnet_vampire.c 		linked_attributes		= NULL; /* TODO: ! */;
NULL              208 source4/libnet/libnet_vampire.c 			const char *oid = NULL;
NULL              275 source4/libnet/libnet_vampire.c 	s->self_made_schema = NULL;
NULL              294 source4/libnet/libnet_vampire.c 	if (lp_parm_bool(s->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              333 source4/libnet/libnet_vampire.c 	s->schema = NULL;
NULL              474 source4/libnet/libnet_vampire.c 		linked_attributes		= NULL;
NULL              478 source4/libnet/libnet_vampire.c 		uptodateness_vector		= NULL; /* TODO: map it */
NULL              533 source4/libnet/libnet_vampire.c 	if (lp_parm_bool(s->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              563 source4/libnet/libnet_vampire.c 		if (lp_parm_bool(s->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              590 source4/libnet/libnet_vampire.c 	r->out.error_string = NULL;
NULL              605 source4/libnet/libnet_vampire.c 	if (r->in.netbios_name != NULL) {
NULL              610 source4/libnet/libnet_vampire.c 			r->out.error_string = NULL;
NULL              618 source4/libnet/libnet_vampire.c 		r->out.error_string = NULL;
NULL               40 source4/libnet/prereq_domain.c 	if (parent_ctx == NULL || *parent_ctx == NULL) return false;
NULL               42 source4/libnet/prereq_domain.c 	if (domain_name == NULL) {
NULL               95 source4/libnet/prereq_domain.c 	if (parent_ctx == NULL || *parent_ctx == NULL) return false;
NULL               97 source4/libnet/prereq_domain.c 	if (domain_name == NULL) {
NULL               33 source4/libnet/py_net.c 	return libnet_context_init(ev, py_default_loadparm_context(NULL));
NULL               44 source4/libnet/py_net.c 	const char *kwnames[] = { "domain_name", "netbios_name", "join_type", "level", NULL };
NULL               49 source4/libnet/py_net.c 		return NULL;
NULL               53 source4/libnet/py_net.c 	ev = s4_event_context_init(NULL);
NULL               62 source4/libnet/py_net.c 		return NULL;
NULL               71 source4/libnet/py_net.c 	if (result == NULL)
NULL               72 source4/libnet/py_net.c 		return NULL;
NULL               82 source4/libnet/py_net.c 	{NULL }
NULL              263 source4/libnet/userinfo.c 	if (!p || !io) return NULL;
NULL              266 source4/libnet/userinfo.c 	if (c == NULL) return c;
NULL              361 source4/libnet/userinfo.c 	struct composite_context *c = libnet_rpc_userinfo_send(p, io, NULL);
NULL              104 source4/libnet/userman.c 	if (!p || !io) return NULL;
NULL              108 source4/libnet/userman.c 	if (c == NULL) return NULL;
NULL              182 source4/libnet/userman.c 	struct composite_context *c = libnet_rpc_useradd_send(p, io, NULL);
NULL              349 source4/libnet/userman.c 		msg.data      = NULL;
NULL              376 source4/libnet/userman.c 	if (c == NULL) return NULL;
NULL              448 source4/libnet/userman.c 	struct composite_context *c = libnet_rpc_userdel_send(p, io, NULL);
NULL              824 source4/libnet/userman.c 	if (c == NULL) return NULL;
NULL              890 source4/libnet/userman.c 	struct composite_context *c = libnet_rpc_usermod_send(p, io, NULL);
NULL               30 source4/librpc/ndr/ndr_string.c 	char *as=NULL;
NULL              301 source4/librpc/ndr/ndr_string.c 	uint8_t *dest = NULL;
NULL              438 source4/librpc/ndr/ndr_string.c 	const char **a = NULL;
NULL              455 source4/librpc/ndr/ndr_string.c 			const char *s = NULL;
NULL              458 source4/librpc/ndr/ndr_string.c 			a[count]   = NULL;
NULL              459 source4/librpc/ndr/ndr_string.c 			a[count+1]   = NULL;
NULL              466 source4/librpc/ndr/ndr_string.c 				a[count] = NULL;
NULL              497 source4/librpc/ndr/ndr_string.c 			const char *s = NULL;
NULL              500 source4/librpc/ndr/ndr_string.c 			a[count]   = NULL;
NULL              501 source4/librpc/ndr/ndr_string.c 			a[count+1]   = NULL;
NULL              581 source4/librpc/ndr/ndr_string.c 		char *idx=NULL;
NULL               30 source4/librpc/ndr/py_security.c 	if (type->tp_dict == NULL)
NULL               48 source4/librpc/ndr/py_security.c 	if (other == NULL)
NULL               57 source4/librpc/ndr/py_security.c 	char *str = dom_sid_string(NULL, self);
NULL               66 source4/librpc/ndr/py_security.c 	char *str = dom_sid_string(NULL, self);
NULL               74 source4/librpc/ndr/py_security.c 	char *str = NULL;
NULL               76 source4/librpc/ndr/py_security.c 	const char *kwnames[] = { "str", NULL };
NULL               81 source4/librpc/ndr/py_security.c 	if (str != NULL && !dom_sid_parse(str, sid)) {
NULL              107 source4/librpc/ndr/py_security.c 		return NULL;
NULL              123 source4/librpc/ndr/py_security.c 		return NULL;
NULL              140 source4/librpc/ndr/py_security.c 		return NULL;
NULL              156 source4/librpc/ndr/py_security.c 		return NULL;
NULL              166 source4/librpc/ndr/py_security.c 	return py_talloc_import(self, security_descriptor_initialise(NULL));
NULL              177 source4/librpc/ndr/py_security.c 		return NULL;
NULL              181 source4/librpc/ndr/py_security.c 	secdesc = sddl_decode(NULL, sddl, sid);
NULL              182 source4/librpc/ndr/py_security.c 	if (secdesc == NULL) {
NULL              184 source4/librpc/ndr/py_security.c 		return NULL;
NULL              197 source4/librpc/ndr/py_security.c 	text = sddl_encode(NULL, desc, sid);
NULL              211 source4/librpc/ndr/py_security.c 		NULL },
NULL              213 source4/librpc/ndr/py_security.c 		NULL },
NULL              215 source4/librpc/ndr/py_security.c 		NULL },
NULL              217 source4/librpc/ndr/py_security.c 		NULL },
NULL              219 source4/librpc/ndr/py_security.c 		NULL },
NULL              220 source4/librpc/ndr/py_security.c 	{ NULL }
NULL              237 source4/librpc/ndr/py_security.c 		return NULL;
NULL              250 source4/librpc/ndr/py_security.c 		return NULL;
NULL              291 source4/librpc/ndr/py_security.c 		return NULL;
NULL              302 source4/librpc/ndr/py_security.c 		return NULL;
NULL              310 source4/librpc/ndr/py_security.c 	return py_talloc_import(self, security_token_initialise(NULL));
NULL              318 source4/librpc/ndr/py_security.c 		NULL },
NULL              323 source4/librpc/ndr/py_security.c 		NULL },
NULL              325 source4/librpc/ndr/py_security.c 		NULL },
NULL              327 source4/librpc/ndr/py_security.c 		NULL },
NULL              329 source4/librpc/ndr/py_security.c 		NULL },
NULL              331 source4/librpc/ndr/py_security.c 		NULL },
NULL              332 source4/librpc/ndr/py_security.c 	{ NULL }
NULL              346 source4/librpc/ndr/py_security.c 		return NULL;
NULL              356 source4/librpc/ndr/py_security.c 		return NULL;
NULL              365 source4/librpc/ndr/py_security.c     	char *str = talloc_asprintf(NULL, "S-1-5-21-%u-%u-%u", 
NULL              370 source4/librpc/ndr/py_security.c         sid = dom_sid_parse_talloc(NULL, str);
NULL              378 source4/librpc/ndr/py_security.c 	{ "random_sid", (PyCFunction)py_random_sid, METH_NOARGS, NULL },
NULL              379 source4/librpc/ndr/py_security.c 	{ "privilege_id", (PyCFunction)py_privilege_id, METH_VARARGS, NULL },
NULL              380 source4/librpc/ndr/py_security.c 	{ "privilege_name", (PyCFunction)py_privilege_name, METH_VARARGS, NULL },
NULL              381 source4/librpc/ndr/py_security.c 	{ NULL }
NULL              388 source4/librpc/ndr/py_security.c 		PyObject *descr = PyCFunction_New(&py_mod_security_extra_methods[i], NULL);
NULL               65 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL               72 source4/librpc/rpc/dcerpc.c 	if (c->event_ctx == NULL) {
NULL               74 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL               78 source4/librpc/rpc/dcerpc.c 	c->security_state.auth_info = NULL;
NULL               80 source4/librpc/rpc/dcerpc.c 	c->security_state.generic_state = NULL;
NULL               81 source4/librpc/rpc/dcerpc.c 	c->binding_string = NULL;
NULL               85 source4/librpc/rpc/dcerpc.c 	c->pending = NULL;
NULL              100 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL              104 source4/librpc/rpc/dcerpc.c 	if (p->conn == NULL) {
NULL              106 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL              112 source4/librpc/rpc/dcerpc.c 	p->binding = NULL;
NULL              171 source4/librpc/rpc/dcerpc.c 	if (ndr == NULL) return ndr;
NULL              339 source4/librpc/rpc/dcerpc.c 		return ncacn_push_auth(blob, mem_ctx, c->iconv_convenience, pkt, NULL);
NULL              349 source4/librpc/rpc/dcerpc.c 		return ncacn_push_auth(blob, mem_ctx, c->iconv_convenience, pkt, NULL);
NULL              352 source4/librpc/rpc/dcerpc.c 		return ncacn_push_auth(blob, mem_ctx, c->iconv_convenience, pkt, NULL);
NULL              392 source4/librpc/rpc/dcerpc.c 	c->security_state.auth_info->credentials = data_blob(NULL,0);
NULL              546 source4/librpc/rpc/dcerpc.c 	talloc_set_destructor(conn, NULL);
NULL              638 source4/librpc/rpc/dcerpc.c 			NULL,
NULL              687 source4/librpc/rpc/dcerpc.c 	if (c == NULL) return NULL;
NULL              719 source4/librpc/rpc/dcerpc.c 	pkt.u.bind.auth_info = data_blob(NULL, 0);
NULL              782 source4/librpc/rpc/dcerpc.c 	pkt.u.auth3.auth_info = data_blob(NULL, 0);
NULL              844 source4/librpc/rpc/dcerpc.c 	if (req == NULL && c->pending && pkt->call_id == 0) {
NULL              850 source4/librpc/rpc/dcerpc.c 	if (req == NULL) {
NULL              858 source4/librpc/rpc/dcerpc.c 	if (req->recv_handler != NULL) {
NULL              920 source4/librpc/rpc/dcerpc.c 	if (c->request_queue != NULL) {
NULL              945 source4/librpc/rpc/dcerpc.c 	if (req == NULL) {
NULL              946 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL              953 source4/librpc/rpc/dcerpc.c 	req->payload = data_blob(NULL, 0);
NULL              958 source4/librpc/rpc/dcerpc.c 	req->async.callback = NULL;
NULL              959 source4/librpc/rpc/dcerpc.c 	req->async.private_data = NULL;
NULL              960 source4/librpc/rpc/dcerpc.c 	req->recv_handler = NULL;
NULL              962 source4/librpc/rpc/dcerpc.c 	if (object != NULL) {
NULL              964 source4/librpc/rpc/dcerpc.c 		if (req->object == NULL) {
NULL              966 source4/librpc/rpc/dcerpc.c 			return NULL;
NULL              969 source4/librpc/rpc/dcerpc.c 		req->object = NULL;
NULL              975 source4/librpc/rpc/dcerpc.c 	if (req->request_data.length && req->request_data.data == NULL) {
NULL              976 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL             1009 source4/librpc/rpc/dcerpc.c 	if (req == NULL) {
NULL             1016 source4/librpc/rpc/dcerpc.c 	if (!req->async_call && (c->pending != NULL)) {
NULL             1054 source4/librpc/rpc/dcerpc.c 		chunk_size -= ndr_size_GUID(req->object,NULL,0);
NULL             1147 source4/librpc/rpc/dcerpc.c 	if (req == NULL) {
NULL             1356 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL             1370 source4/librpc/rpc/dcerpc.c 		return NULL;
NULL             1383 source4/librpc/rpc/dcerpc.c 			return NULL;
NULL             1394 source4/librpc/rpc/dcerpc.c 	if (req != NULL) {
NULL             1425 source4/librpc/rpc/dcerpc.c 	if (talloc_reference(p, req) == NULL) {
NULL             1510 source4/librpc/rpc/dcerpc.c 	if (req == NULL) {
NULL             1586 source4/librpc/rpc/dcerpc.c 			NULL,
NULL             1612 source4/librpc/rpc/dcerpc.c 	if (c == NULL) return NULL;
NULL             1644 source4/librpc/rpc/dcerpc.c 	pkt.u.alter.auth_info = data_blob(NULL, 0);
NULL               60 source4/librpc/rpc/dcerpc_auth.c 	if (c == NULL) return NULL;
NULL              156 source4/librpc/rpc/dcerpc_auth.c 		sec->auth_info->credentials = data_blob(NULL, 0);
NULL              169 source4/librpc/rpc/dcerpc_auth.c 	sec->auth_info->credentials = data_blob(NULL, 0);
NULL              237 source4/librpc/rpc/dcerpc_auth.c 	if (c == NULL) return NULL;
NULL              279 source4/librpc/rpc/dcerpc_auth.c 	if (service != NULL) {
NULL              308 source4/librpc/rpc/dcerpc_auth.c 	sec->auth_info->credentials = data_blob(NULL, 0);
NULL              343 source4/librpc/rpc/dcerpc_auth.c 	sec->auth_info->credentials = data_blob(NULL, 0);
NULL              102 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) return NULL;
NULL              115 source4/librpc/rpc/dcerpc_connect.c 	if (s->io.binding->target_hostname == NULL)
NULL              121 source4/librpc/rpc/dcerpc_connect.c 	conn->in.service_type           = NULL;
NULL              229 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) return NULL;
NULL              252 source4/librpc/rpc/dcerpc_connect.c 			lp_parm_string_list(mem_ctx, lp_ctx, NULL, "smb2", "ports", NULL),
NULL              315 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) return NULL;
NULL              383 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) return NULL;
NULL              456 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) return NULL;
NULL              731 source4/librpc/rpc/dcerpc_connect.c 	struct tevent_context *new_ev = NULL;
NULL              735 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) {
NULL              737 source4/librpc/rpc/dcerpc_connect.c 		return NULL;
NULL              860 source4/librpc/rpc/dcerpc_connect.c 	if (c == NULL) {
NULL              861 source4/librpc/rpc/dcerpc_connect.c 		return NULL;
NULL              238 source4/librpc/rpc/dcerpc_schannel.c 	if (c == NULL) return NULL;
NULL              325 source4/librpc/rpc/dcerpc_schannel.c 					 NULL);
NULL              364 source4/librpc/rpc/dcerpc_schannel.c 	if (c == NULL) return NULL;
NULL               66 source4/librpc/rpc/dcerpc_secondary.c 	if (c == NULL) return NULL;
NULL              261 source4/librpc/rpc/dcerpc_secondary.c 	if (c == NULL) return NULL;
NULL              277 source4/librpc/rpc/dcerpc_secondary.c 		return NULL;
NULL               60 source4/librpc/rpc/dcerpc_smb.c 		c->transport.recv_data(c, NULL, status);
NULL              129 source4/librpc/rpc/dcerpc_smb.c 	if (state->req == NULL) {
NULL              151 source4/librpc/rpc/dcerpc_smb.c 	if (state == NULL) {
NULL              156 source4/librpc/rpc/dcerpc_smb.c 	if (blob == NULL) {
NULL              158 source4/librpc/rpc/dcerpc_smb.c 		state->data = data_blob_talloc(state, NULL, 0x2000);
NULL              163 source4/librpc/rpc/dcerpc_smb.c 		state->data = data_blob_talloc(state, NULL, frag_length);
NULL              183 source4/librpc/rpc/dcerpc_smb.c 	if (req == NULL) {
NULL              207 source4/librpc/rpc/dcerpc_smb.c 	return send_read_request_continue(c, NULL);
NULL              260 source4/librpc/rpc/dcerpc_smb.c 	if (state == NULL) {
NULL              269 source4/librpc/rpc/dcerpc_smb.c         trans->in.params = data_blob(NULL, 0);
NULL              290 source4/librpc/rpc/dcerpc_smb.c 	if (state->req == NULL) {
NULL              349 source4/librpc/rpc/dcerpc_smb.c 	if (req == NULL) {
NULL              379 source4/librpc/rpc/dcerpc_smb.c 	if (req != NULL) {
NULL              440 source4/librpc/rpc/dcerpc_smb.c 	if (p->binding == NULL) {
NULL              443 source4/librpc/rpc/dcerpc_smb.c 		SMB_ASSERT(tree->session->transport->socket->hostname != NULL);
NULL              445 source4/librpc/rpc/dcerpc_smb.c 		if (s == NULL) return NULL;
NULL              449 source4/librpc/rpc/dcerpc_smb.c 			return NULL;
NULL              454 source4/librpc/rpc/dcerpc_smb.c 	if (ctx == NULL) return NULL;
NULL              517 source4/librpc/rpc/dcerpc_smb.c 	c->transport.private_data    = NULL;
NULL              524 source4/librpc/rpc/dcerpc_smb.c 	c->transport.recv_data       = NULL;
NULL              567 source4/librpc/rpc/dcerpc_smb.c 	if (c->transport.transport != NCACN_NP) return NULL;
NULL              570 source4/librpc/rpc/dcerpc_smb.c 	if (!smb) return NULL;
NULL               62 source4/librpc/rpc/dcerpc_smb2.c 		c->transport.recv_data(c, NULL, status);
NULL              132 source4/librpc/rpc/dcerpc_smb2.c 	if (req == NULL) {
NULL              155 source4/librpc/rpc/dcerpc_smb2.c 	if (state == NULL) {
NULL              160 source4/librpc/rpc/dcerpc_smb2.c 	if (blob == NULL) {
NULL              161 source4/librpc/rpc/dcerpc_smb2.c 		state->data = data_blob(NULL, 0);
NULL              178 source4/librpc/rpc/dcerpc_smb2.c 	if (req == NULL) {
NULL              200 source4/librpc/rpc/dcerpc_smb2.c 	return send_read_request_continue(c, NULL);
NULL              252 source4/librpc/rpc/dcerpc_smb2.c 	if (state == NULL) {
NULL              266 source4/librpc/rpc/dcerpc_smb2.c 	if (req == NULL) {
NULL              317 source4/librpc/rpc/dcerpc_smb2.c 	if (req == NULL) {
NULL              342 source4/librpc/rpc/dcerpc_smb2.c 	if (req != NULL) {
NULL              380 source4/librpc/rpc/dcerpc_smb2.c 	if (session_key->data == NULL) {
NULL              404 source4/librpc/rpc/dcerpc_smb2.c 	if (ctx == NULL) return NULL;
NULL              462 source4/librpc/rpc/dcerpc_smb2.c 	c->transport.private_data = NULL;
NULL              469 source4/librpc/rpc/dcerpc_smb2.c 	c->transport.recv_data = NULL;
NULL               57 source4/librpc/rpc/dcerpc_sock.c 		packet_set_fde(sock->packet, NULL);
NULL               58 source4/librpc/rpc/dcerpc_sock.c 		packet_set_socket(sock->packet, NULL);
NULL               63 source4/librpc/rpc/dcerpc_sock.c 		sock->fde = NULL;
NULL               68 source4/librpc/rpc/dcerpc_sock.c 		sock->sock = NULL;
NULL               80 source4/librpc/rpc/dcerpc_sock.c 		p->transport.recv_data(p, NULL, status);
NULL              141 source4/librpc/rpc/dcerpc_sock.c 	if (sock->sock == NULL) {
NULL              173 source4/librpc/rpc/dcerpc_sock.c 	if (sock->sock == NULL) {
NULL              178 source4/librpc/rpc/dcerpc_sock.c 	if (blob.data == NULL) {
NULL              263 source4/librpc/rpc/dcerpc_sock.c 	conn->transport.private_data    = NULL;
NULL              267 source4/librpc/rpc/dcerpc_sock.c 	conn->transport.recv_data       = NULL;
NULL              283 source4/librpc/rpc/dcerpc_sock.c 	if (sock->packet == NULL) {
NULL              318 source4/librpc/rpc/dcerpc_sock.c 	if (c == NULL) return NULL;
NULL              340 source4/librpc/rpc/dcerpc_sock.c 	conn_req = socket_connect_send(s->socket_ctx, NULL, s->server, 0, 
NULL              390 source4/librpc/rpc/dcerpc_sock.c 						     NULL,
NULL              473 source4/librpc/rpc/dcerpc_sock.c 	if (c == NULL) return NULL;
NULL              547 source4/librpc/rpc/dcerpc_sock.c 	if (c == NULL) return NULL;
NULL              564 source4/librpc/rpc/dcerpc_sock.c 						     s->srvaddr, NULL,
NULL              606 source4/librpc/rpc/dcerpc_sock.c 	char *canon = NULL;
NULL              614 source4/librpc/rpc/dcerpc_sock.c 	if (c == NULL) return NULL;
NULL              634 source4/librpc/rpc/dcerpc_sock.c 	sock_np_req = dcerpc_pipe_open_socket_send(c, s->conn, s->srvaddr, NULL, s->path, NCALRPC);
NULL               47 source4/librpc/rpc/dcerpc_util.c 	return NULL;
NULL              178 source4/librpc/rpc/dcerpc_util.c 	if (s->twr_r == NULL) {
NULL              217 source4/librpc/rpc/dcerpc_util.c 	if (ev == NULL) {
NULL              218 source4/librpc/rpc/dcerpc_util.c 		return NULL;
NULL              223 source4/librpc/rpc/dcerpc_util.c 	if (c == NULL) {
NULL              224 source4/librpc/rpc/dcerpc_util.c 		return NULL;
NULL              241 source4/librpc/rpc/dcerpc_util.c 	if (table != NULL) {
NULL              273 source4/librpc/rpc/dcerpc_util.c 	epmapper_binding->options		= NULL;
NULL              276 source4/librpc/rpc/dcerpc_util.c 	epmapper_binding->endpoint		= NULL;
NULL              501 source4/librpc/rpc/dcerpc_util.c 	if (c == NULL) return NULL;
NULL              689 source4/librpc/rpc/dcerpc_util.c 	if (lockdir == NULL) return;
NULL              692 source4/librpc/rpc/dcerpc_util.c 		char *name=NULL;
NULL              696 source4/librpc/rpc/dcerpc_util.c 		if (name == NULL) {
NULL              725 source4/librpc/rpc/dcerpc_util.c 	if (p2 == NULL) {
NULL               41 source4/librpc/rpc/pyrpc.c 	if (md->pack_in_data == NULL || md->unpack_out_data == NULL) {
NULL               43 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL               46 source4/librpc/rpc/pyrpc.c 	mem_ctx = talloc_new(NULL);
NULL               47 source4/librpc/rpc/pyrpc.c 	if (mem_ctx == NULL) {
NULL               49 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL               53 source4/librpc/rpc/pyrpc.c 	if (r == NULL) {
NULL               55 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL               60 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL               67 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              156 source4/librpc/rpc/pyrpc.c 	if (server_name == NULL)
NULL              167 source4/librpc/rpc/pyrpc.c 	uuid_str = GUID_string(NULL, &syntax_id->uuid);
NULL              168 source4/librpc/rpc/pyrpc.c 	if (uuid_str == NULL)
NULL              169 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              193 source4/librpc/rpc/pyrpc.c 	{ discard_const_p(char, "server_name"), py_iface_server_name, NULL,
NULL              195 source4/librpc/rpc/pyrpc.c 	{ discard_const_p(char, "abstract_syntax"), py_iface_abstract_syntax, NULL, 
NULL              197 source4/librpc/rpc/pyrpc.c 	{ discard_const_p(char, "transfer_syntax"), py_iface_transfer_syntax, NULL, 
NULL              199 source4/librpc/rpc/pyrpc.c 	{ NULL }
NULL              206 source4/librpc/rpc/pyrpc.c 	{ NULL }
NULL              211 source4/librpc/rpc/pyrpc.c 	if (p != NULL && NT_STATUS_EQUAL(status, NT_STATUS_NET_WRITE_FAULT)) {
NULL              212 source4/librpc/rpc/pyrpc.c 		const char *errstr = dcerpc_errstr(NULL, p->last_fault_code);
NULL              230 source4/librpc/rpc/pyrpc.c 	PyObject *object = NULL;
NULL              232 source4/librpc/rpc/pyrpc.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              233 source4/librpc/rpc/pyrpc.c 	const char *kwnames[] = { "opnum", "data", "object", NULL };
NULL              237 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              245 source4/librpc/rpc/pyrpc.c 	if (object != NULL && !PyString_AsGUID(object, &object_guid)) {
NULL              246 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              249 source4/librpc/rpc/pyrpc.c 	status = dcerpc_request(iface->pipe, object?&object_guid:NULL,
NULL              255 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              268 source4/librpc/rpc/pyrpc.c 	const char *kwnames[] = { "abstract_syntax", "transfer_syntax", NULL };
NULL              275 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              279 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              286 source4/librpc/rpc/pyrpc.c 			return NULL;
NULL              294 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              305 source4/librpc/rpc/pyrpc.c 	struct loadparm_context *lp_ctx = NULL;
NULL              307 source4/librpc/rpc/pyrpc.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              312 source4/librpc/rpc/pyrpc.c 		"binding", "lp_ctx", "credentials", "basis_connection", NULL
NULL              317 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              321 source4/librpc/rpc/pyrpc.c 	if (lp_ctx == NULL) {
NULL              323 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              329 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              332 source4/librpc/rpc/pyrpc.c 	if (credentials == NULL) {
NULL              334 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              346 source4/librpc/rpc/pyrpc.c 			return NULL;
NULL              353 source4/librpc/rpc/pyrpc.c 		status = dcerpc_pipe_connect(NULL, &ret->pipe, binding_string, 
NULL              359 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              369 source4/librpc/rpc/pyrpc.c 	{ NULL, NULL, 0, NULL },
NULL              385 source4/librpc/rpc/pyrpc.c 	struct loadparm_context *lp_ctx = NULL;
NULL              387 source4/librpc/rpc/pyrpc.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              393 source4/librpc/rpc/pyrpc.c 		"binding", "syntax", "lp_ctx", "credentials", "basis_connection", NULL
NULL              399 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              403 source4/librpc/rpc/pyrpc.c 	if (lp_ctx == NULL) {
NULL              405 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              409 source4/librpc/rpc/pyrpc.c 	if (credentials == NULL) {
NULL              411 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              423 source4/librpc/rpc/pyrpc.c 	if (table == NULL) {
NULL              425 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              429 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              432 source4/librpc/rpc/pyrpc.c 	ret->pipe = NULL;
NULL              440 source4/librpc/rpc/pyrpc.c 			return NULL;
NULL              447 source4/librpc/rpc/pyrpc.c 		ret->pipe = talloc_steal(NULL, ret->pipe);
NULL              449 source4/librpc/rpc/pyrpc.c 		status = dcerpc_pipe_connect(NULL, &ret->pipe, binding_string, 
NULL              456 source4/librpc/rpc/pyrpc.c 		return NULL;
NULL              463 source4/librpc/rpc/pyrpc.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              487 source4/librpc/rpc/pyrpc.c 	m = Py_InitModule3("base", NULL, "DCE/RPC protocol implementation");
NULL              488 source4/librpc/rpc/pyrpc.c 	if (m == NULL)
NULL               42 source4/librpc/tests/binding_string.c 	torture_assert(tctx, s != NULL, "Error converting binding back to string");
NULL               58 source4/librpc/tests/binding_string.c 	b->options = NULL;
NULL               63 source4/librpc/tests/binding_string.c 	torture_assert(tctx, s != NULL, "Error converting binding back to string for (stripped down)"); 
NULL               66 source4/librpc/tests/binding_string.c 	torture_assert(tctx, s != NULL, "Error converting binding back to string"); 
NULL              120 source4/librpc/tests/binding_string.c 	torture_assert(tctx, b->endpoint == NULL, "endpoint");
NULL              147 source4/librpc/tests/binding_string.c 	torture_assert(tctx, s != NULL, "Error converting binding back to string");
NULL               70 source4/nbt_server/defense.c 	if (iname != NULL && 
NULL               30 source4/nbt_server/dgram/browse.c 	const char *val = NULL;
NULL               59 source4/nbt_server/dgram/browse.c 	if (browse == NULL) {
NULL               48 source4/nbt_server/dgram/netlogon.c 	const char *ref_attrs[] = {"nETBIOSName", NULL};
NULL              131 source4/nbt_server/dgram/netlogon.c 		sid = NULL;
NULL              134 source4/nbt_server/dgram/netlogon.c 	status = fill_netlogon_samlogon_response(samctx, packet, NULL, name->name, sid, NULL, 
NULL              170 source4/nbt_server/dgram/netlogon.c 	if (netlogon == NULL) goto failed;
NULL              176 source4/nbt_server/dgram/netlogon.c 	if (iname == NULL) {
NULL               85 source4/nbt_server/dgram/ntlogon.c 	if (ntlogon == NULL) goto failed;
NULL               91 source4/nbt_server/dgram/ntlogon.c 	if (iname == NULL) {
NULL               64 source4/nbt_server/dgram/request.c 	struct nbt_dgram_socket *bcast_dgmsock = NULL;
NULL               86 source4/nbt_server/interfaces.c 	struct nbt_name_request *req = NULL;
NULL              146 source4/nbt_server/interfaces.c 	return NULL;
NULL              181 source4/nbt_server/interfaces.c 	iface->names         = NULL;
NULL              182 source4/nbt_server/interfaces.c 	iface->wack_queue    = NULL;
NULL              315 source4/nbt_server/interfaces.c 		if (bcast == NULL) continue;
NULL              344 source4/nbt_server/interfaces.c 	const char **ret = NULL;
NULL               99 source4/nbt_server/irpc.c 	if (s->req->out.dcname == NULL) {
NULL               52 source4/nbt_server/nbt_server.c 	if (nbtsrv == NULL) {
NULL               58 source4/nbt_server/nbt_server.c 	nbtsrv->interfaces      = NULL;
NULL               59 source4/nbt_server/nbt_server.c 	nbtsrv->bcast_interface = NULL;
NULL               60 source4/nbt_server/nbt_server.c 	nbtsrv->wins_interface  = NULL;
NULL               70 source4/nbt_server/nbt_server.c 	if (nbtsrv->sam_ctx == NULL) {
NULL               53 source4/nbt_server/nodestatus.c 	if (packet == NULL) return;
NULL               60 source4/nbt_server/nodestatus.c 	if (packet->answers == NULL) goto failed;
NULL               69 source4/nbt_server/nodestatus.c 	if (packet->answers[0].rdata.status.names == NULL) goto failed;
NULL               77 source4/nbt_server/nodestatus.c 			if (n->name == NULL) goto failed;
NULL              118 source4/nbt_server/nodestatus.c 	if (iname == NULL) {
NULL              120 source4/nbt_server/packet.c 	if (packet == NULL) return;
NULL              132 source4/nbt_server/packet.c 	if (packet->answers == NULL) goto failed;
NULL              141 source4/nbt_server/packet.c 	if (packet->answers[0].rdata.netbios.addresses == NULL) goto failed;
NULL              148 source4/nbt_server/packet.c 		if (addr->ipaddr == NULL) goto failed;
NULL              176 source4/nbt_server/packet.c 	if (packet == NULL) return;
NULL              187 source4/nbt_server/packet.c 	if (packet->answers == NULL) goto failed;
NULL              220 source4/nbt_server/packet.c 	if (packet == NULL) return;
NULL              233 source4/nbt_server/packet.c 	if (packet->answers == NULL) goto failed;
NULL              268 source4/nbt_server/packet.c 	if (packet == NULL) return;
NULL              279 source4/nbt_server/packet.c 	if (packet->answers == NULL) goto failed;
NULL              314 source4/nbt_server/packet.c 	if (packet == NULL) return;
NULL              324 source4/nbt_server/packet.c 	if (packet->answers == NULL) goto failed;
NULL              332 source4/nbt_server/packet.c 	if (packet->answers[0].rdata.data.data == NULL) goto failed;
NULL               61 source4/nbt_server/query.c 	if (iname == NULL) {
NULL              108 source4/nbt_server/register.c 	if (req == NULL) return;
NULL              121 source4/nbt_server/register.c 	uint32_t max_refresh_time = lp_parm_int(iname->iface->nbtsrv->task->lp_ctx, NULL, "nbtd", "max_refresh_time", 7200);
NULL              188 source4/nbt_server/register.c 		iname->name.scope = NULL;
NULL              191 source4/nbt_server/register.c 	iname->ttl               = lp_parm_int(iface->nbtsrv->task->lp_ctx, NULL, "nbtd", "bcast_ttl", 300000);
NULL              193 source4/nbt_server/register.c 	iname->wins_server       = NULL;
NULL              221 source4/nbt_server/register.c 	if (creq == NULL) return;
NULL               52 source4/nbt_server/wins/wins_dns_proxy.c 	addresses = str_list_add(NULL, address);
NULL               87 source4/nbt_server/wins/wins_dns_proxy.c 	if (resolve_ctx == NULL) goto failed;
NULL               44 source4/nbt_server/wins/wins_hook.c 	char *cmd = NULL;
NULL               45 source4/nbt_server/wins/wins_hook.c 	TALLOC_CTX *tmp_mem = NULL;
NULL               85 source4/nbt_server/wins/wins_hook.c 		execl("/bin/sh", "sh", "-c", cmd, NULL);
NULL               90 source4/nbt_server/wins/wins_ldb.c 	ldb_module_set_private(module, NULL);
NULL               92 source4/nbt_server/wins/wins_ldb.c 	owner = lp_parm_string(lp_ctx, NULL, "winsdb", "local_owner");
NULL               61 source4/nbt_server/wins/winsclient.c 	uint32_t max_refresh_time = lp_parm_int(iname->iface->nbtsrv->task->lp_ctx, NULL, "nbtd", "max_refresh_time", 7200);
NULL              143 source4/nbt_server/wins/winsclient.c 	io.in.wins_servers    = (const char **)str_list_make(tmp_ctx, iname->wins_server, NULL);
NULL              155 source4/nbt_server/wins/winsclient.c 	if (c == NULL) {
NULL              183 source4/nbt_server/wins/winsclient.c 		int wins_retry_time = lp_parm_int(iname->iface->nbtsrv->task->lp_ctx, NULL, "nbtd", "wins_retry", 300);
NULL              251 source4/nbt_server/wins/winsclient.c 	if (c == NULL) {
NULL               40 source4/nbt_server/wins/winsdb.c 	struct ldb_result *res = NULL;
NULL               48 source4/nbt_server/wins/winsdb.c 	ret = ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL               70 source4/nbt_server/wins/winsdb.c 	struct ldb_result *res = NULL;
NULL               71 source4/nbt_server/wins/winsdb.c 	struct ldb_message *msg = NULL;
NULL               83 source4/nbt_server/wins/winsdb.c 	ret = ldb_search(wins_db, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              102 source4/nbt_server/wins/winsdb.c 	ret = ldb_msg_add_empty(msg, "objectClass", LDB_FLAG_MOD_REPLACE, NULL);
NULL              106 source4/nbt_server/wins/winsdb.c 	ret = ldb_msg_add_empty(msg, "maxVersion", LDB_FLAG_MOD_REPLACE, NULL);
NULL              132 source4/nbt_server/wins/winsdb.c 	struct ldb_result *res = NULL;
NULL              140 source4/nbt_server/wins/winsdb.c 	ret = ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              195 source4/nbt_server/wins/winsdb.c 		name->scope	= NULL;
NULL              210 source4/nbt_server/wins/winsdb.c 		name->type	= strtoul((char *)ldb_dn_get_component_val(dn, cur)->data, NULL, 0);
NULL              342 source4/nbt_server/wins/winsdb.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              350 source4/nbt_server/wins/winsdb.c 	if (!addresses) return NULL;
NULL              352 source4/nbt_server/wins/winsdb.c 	addresses[0] = NULL;
NULL              389 source4/nbt_server/wins/winsdb.c 	struct winsdb_addr *old_addr = NULL;
NULL              486 source4/nbt_server/wins/winsdb.c 	if (!addresses) return NULL;
NULL              491 source4/nbt_server/wins/winsdb.c 		return NULL;
NULL              497 source4/nbt_server/wins/winsdb.c 		return NULL;
NULL              503 source4/nbt_server/wins/winsdb.c 		return NULL;
NULL              508 source4/nbt_server/wins/winsdb.c 	addresses[len+1] = NULL;
NULL              542 source4/nbt_server/wins/winsdb.c 	return NULL;
NULL              555 source4/nbt_server/wins/winsdb.c 	const char **str_list=NULL;
NULL              561 source4/nbt_server/wins/winsdb.c 			return NULL;
NULL              577 source4/nbt_server/wins/winsdb.c 	struct ldb_result *res = NULL;
NULL              582 source4/nbt_server/wins/winsdb.c 	time_t now = time(NULL);
NULL              587 source4/nbt_server/wins/winsdb.c 			 LDB_SCOPE_BASE, NULL, NULL);
NULL              619 source4/nbt_server/wins/winsdb.c 	if (rec == NULL) {
NULL              642 source4/nbt_server/wins/winsdb.c 	rec->expire_time	= ldb_string_to_time(ldb_msg_find_attr_as_string(msg, "expireTime", NULL));
NULL              644 source4/nbt_server/wins/winsdb.c 	rec->wins_owner		= ldb_msg_find_attr_as_string(msg, "winsOwner", NULL);
NULL              645 source4/nbt_server/wins/winsdb.c 	rec->registered_by	= ldb_msg_find_attr_as_string(msg, "registeredBy", NULL);
NULL              678 source4/nbt_server/wins/winsdb.c 	if (rec->addresses == NULL) {
NULL              713 source4/nbt_server/wins/winsdb.c 			rec->addresses[j] = NULL;
NULL              718 source4/nbt_server/wins/winsdb.c 	rec->addresses[j] = NULL;
NULL              757 source4/nbt_server/wins/winsdb.c 	if (msg == NULL) goto failed;
NULL              774 source4/nbt_server/wins/winsdb.c 	if (msg->dn == NULL) goto failed;
NULL              787 source4/nbt_server/wins/winsdb.c 	ret |= ldb_msg_add_empty(msg, "expireTime", 0, NULL);
NULL              793 source4/nbt_server/wins/winsdb.c 	ret |= ldb_msg_add_empty(msg, "address", 0, NULL);
NULL              797 source4/nbt_server/wins/winsdb.c 	ret |= ldb_msg_add_empty(msg, "registeredBy", 0, NULL);
NULL              806 source4/nbt_server/wins/winsdb.c 	return NULL;
NULL              833 source4/nbt_server/wins/winsdb.c 	if (msg == NULL) goto failed;
NULL              877 source4/nbt_server/wins/winsdb.c 	if (msg == NULL) goto failed;
NULL              916 source4/nbt_server/wins/winsdb.c 	if (dn == NULL) goto failed;
NULL              941 source4/nbt_server/wins/winsdb.c 	struct ldb_result *res = NULL;
NULL              942 source4/nbt_server/wins/winsdb.c 	struct ldb_message *msg = NULL;
NULL              954 source4/nbt_server/wins/winsdb.c 	ret = ldb_search(h->ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              976 source4/nbt_server/wins/winsdb.c 	h->ldb = NULL;
NULL              978 source4/nbt_server/wins/winsdb.c 	if (lp_parm_bool(lp_ctx, NULL,"winsdb", "nosync", false)) {
NULL              983 source4/nbt_server/wins/winsdb.c 				  NULL, NULL, flags, NULL);
NULL             1006 source4/nbt_server/wins/winsdb.c 	struct winsdb_handle *h = NULL;
NULL             1012 source4/nbt_server/wins/winsdb.c 	if (!h) return NULL;
NULL             1014 source4/nbt_server/wins/winsdb.c 	if (lp_parm_bool(lp_ctx, NULL,"winsdb", "nosync", false)) {
NULL             1019 source4/nbt_server/wins/winsdb.c 				  NULL, NULL, flags, NULL);
NULL             1038 source4/nbt_server/wins/winsdb.c 	return NULL;
NULL               92 source4/nbt_server/wins/winsserver.c 	rec.expire_time		= time(NULL) + ttl;
NULL               94 source4/nbt_server/wins/winsserver.c 	rec.wins_owner		= NULL; /* will be set later */
NULL               97 source4/nbt_server/wins/winsserver.c 	if (rec.addresses == NULL) return NBT_RCODE_SVR;
NULL              105 source4/nbt_server/wins/winsserver.c 	if (rec.addresses == NULL) return NBT_RCODE_SVR;
NULL              130 source4/nbt_server/wins/winsserver.c 	rec->expire_time   = time(NULL) + ttl;
NULL              140 source4/nbt_server/wins/winsserver.c 		if (rec->addresses == NULL) return NBT_RCODE_SVR;
NULL              167 source4/nbt_server/wins/winsserver.c 	rec->expire_time   = time(NULL) + ttl;
NULL              176 source4/nbt_server/wins/winsserver.c 	if (rec->addresses == NULL) return NBT_RCODE_SVR;
NULL              280 source4/nbt_server/wins/winsserver.c 	rec->expire_time = time(NULL) + ttl;
NULL              302 source4/nbt_server/wins/winsserver.c 			if (rec->addresses == NULL) goto failed;
NULL              315 source4/nbt_server/wins/winsserver.c 	if (rec->addresses == NULL) goto failed;
NULL              403 source4/nbt_server/wins/winsserver.c 	if (s == NULL) goto failed;
NULL              414 source4/nbt_server/wins/winsserver.c 	if (talloc_reference(s, src) == NULL) goto failed;
NULL              422 source4/nbt_server/wins/winsserver.c 	if (s->io.in.addresses == NULL) goto failed;
NULL              439 source4/nbt_server/wins/winsserver.c 	if (c_req == NULL) goto failed;
NULL              468 source4/nbt_server/wins/winsserver.c 	struct winsdb_addr *winsdb_addr = NULL;
NULL              534 source4/nbt_server/wins/winsserver.c 			rcode = wins_update_ttl(nbtsock, packet, rec, NULL, src);
NULL              670 source4/nbt_server/wins/winsserver.c 	mask = lp_parm_string(lp_ctx, NULL, "nbtd", "wins_randomize1Clist_mask");
NULL              728 source4/nbt_server/wins/winsserver.c 	struct winsdb_record *rec_1b = NULL;
NULL              730 source4/nbt_server/wins/winsserver.c 	const char **addresses_1b = NULL;
NULL              748 source4/nbt_server/wins/winsserver.c 	    lp_parm_bool(lp_ctx, NULL, "nbtd", "wins_prepend1Bto1Cqueries", true)) {
NULL              780 source4/nbt_server/wins/winsserver.c 		addresses = str_list_add(NULL, "255.255.255.255");
NULL              807 source4/nbt_server/wins/winsserver.c 		addresses = str_list_add(NULL, addresses_1b[0]);
NULL              844 source4/nbt_server/wins/winsserver.c 	    lp_parm_bool(lp_ctx, NULL, "nbtd", "wins_randomize1Clist", false)) {
NULL              949 source4/nbt_server/wins/winsserver.c 		rec->expire_time= time(NULL) + winssrv->config.max_renew_interval;
NULL              953 source4/nbt_server/wins/winsserver.c 		if (lp_parm_bool(iface->nbtsrv->task->lp_ctx, NULL, "wreplsrv", "propagate name releases", false)) {
NULL              970 source4/nbt_server/wins/winsserver.c 			rec->expire_time= time(NULL) + winssrv->config.tombstone_interval;
NULL              973 source4/nbt_server/wins/winsserver.c 			rec->expire_time= time(NULL) + 
NULL             1001 source4/nbt_server/wins/winsserver.c 	if ((packet->operation & NBT_FLAG_BROADCAST) || winssrv == NULL) {
NULL             1033 source4/nbt_server/wins/winsserver.c 		nbtsrv->winssrv = NULL;
NULL             1042 source4/nbt_server/wins/winsserver.c 	tmp = lp_parm_int(nbtsrv->task->lp_ctx, NULL, "wreplsrv", "tombstone_interval", 6*24*60*60);
NULL             1044 source4/nbt_server/wins/winsserver.c 	tmp = lp_parm_int(nbtsrv->task->lp_ctx, NULL, "wreplsrv"," tombstone_timeout", 1*24*60*60);
NULL             1047 source4/nbt_server/wins/winsserver.c 	owner = lp_parm_string(nbtsrv->task->lp_ctx, NULL, "winsdb", "local_owner");
NULL             1049 source4/nbt_server/wins/winsserver.c 	if (owner == NULL) {
NULL               95 source4/nbt_server/wins/winswack.c 	if (result == NULL) return NULL;
NULL              100 source4/nbt_server/wins/winswack.c 	if (state == NULL) goto failed;
NULL              123 source4/nbt_server/wins/winswack.c 	if (req == NULL) goto failed;
NULL              131 source4/nbt_server/wins/winswack.c 	return NULL;
NULL              205 source4/nbt_server/wins/winswack.c 	if (result == NULL) return NULL;
NULL              210 source4/nbt_server/wins/winswack.c 	if (state == NULL) goto failed;
NULL              240 source4/nbt_server/wins/winswack.c 	if (req == NULL) goto failed;
NULL              248 source4/nbt_server/wins/winswack.c 	return NULL;
NULL               80 source4/ntp_signd/ntp_signd.c 	signed_reply.signed_packet = data_blob(NULL, 0);
NULL               93 source4/ntp_signd/ntp_signd.c 	blob = data_blob_talloc(ntp_signdconn, NULL, reply.length + 4);
NULL              126 source4/ntp_signd/ntp_signd.c 	const char *attrs[] = { "unicodePwd", "userAccountControl", "cn", NULL };
NULL              214 source4/ntp_signd/ntp_signd.c 						      NULL,
NULL              244 source4/ntp_signd/ntp_signd.c 	wrapped_output = data_blob_talloc(ntp_signdconn, NULL, output.length + 4);
NULL              308 source4/ntp_signd/ntp_signd.c 	if (ntp_signdconn->packet == NULL) {
NULL              361 source4/ntp_signd/ntp_signd.c 	if (ntp_signd == NULL) {
NULL              370 source4/ntp_signd/ntp_signd.c 	if (ntp_signd->samdb == NULL) {
NULL              381 source4/ntp_signd/ntp_signd.c 				     "unix", address, NULL,
NULL               32 source4/ntptr/ntptr_base.c } *backends = NULL;
NULL               46 source4/ntptr/ntptr_base.c 	if (ntptr_backend_byname(ops->name) != NULL) {
NULL               75 source4/ntptr/ntptr_base.c 	init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "ntptr");
NULL               99 source4/ntptr/ntptr_base.c 	return NULL;
NULL              135 source4/ntptr/ntptr_base.c 	ntptr->private_data	= NULL;
NULL               48 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 				NULL, 0, NULL);
NULL               76 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	if (value == NULL) return WERR_INVALID_PARAM; \
NULL              116 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	server->private_data	= NULL;
NULL              233 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 				&msgs, NULL, "(&(objectClass=form))");
NULL              246 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info1.form_name		= samdb_result_string(msgs[i], "form-name", NULL);
NULL              272 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	const char * const attrs[] = {"flags", NULL };
NULL              335 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	const char * const attrs[] = { "flags", NULL};
NULL              400 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	const char * const attrs[] = { "flags", NULL};
NULL              494 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
NULL              514 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info1.comment		= samdb_result_string(msgs[i], "comment", NULL);
NULL              534 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.comment		= samdb_result_string(msgs[i], "comment", NULL);
NULL              536 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.location		= samdb_result_string(msgs[i], "location", NULL);
NULL              538 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.devmode		= NULL;
NULL              540 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.sepfile		= samdb_result_string(msgs[i], "sepfile", NULL);
NULL              548 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.parameters	= samdb_result_string(msgs[i], "parameters", NULL);
NULL              550 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.secdesc		= NULL;
NULL              613 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
NULL              663 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, NULL, &msgs, NULL,
NULL              719 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 	count = sptr_db_search(sptr_db, mem_ctx, base_dn, &msgs, NULL,
NULL              734 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 		info->info1.form_name	= samdb_result_string(msgs[0], "form-name", NULL);
NULL              115 source4/ntvfs/cifs/vfs_cifs.c 	struct ntvfs_handle *h = NULL;
NULL              155 source4/ntvfs/cifs/vfs_cifs.c 	host = share_string_option(scfg, CIFS_SERVER, NULL);
NULL              156 source4/ntvfs/cifs/vfs_cifs.c 	user = share_string_option(scfg, CIFS_USER, NULL);
NULL              157 source4/ntvfs/cifs/vfs_cifs.c 	pass = share_string_option(scfg, CIFS_PASSWORD, NULL);
NULL              158 source4/ntvfs/cifs/vfs_cifs.c 	domain = share_string_option(scfg, CIFS_DOMAIN, NULL);
NULL              159 source4/ntvfs/cifs/vfs_cifs.c 	remote_share = share_string_option(scfg, CIFS_SHARE, NULL);
NULL              271 source4/ntvfs/cifs/vfs_cifs.c 	ntvfs->private_data = NULL;
NULL              321 source4/ntvfs/cifs/vfs_cifs.c #define ASYNC_RECV_TAIL(io, async_fn) ASYNC_RECV_TAIL_F(io, async_fn, NULL)
NULL              323 source4/ntvfs/cifs/vfs_cifs.c #define SIMPLE_ASYNC_TAIL ASYNC_RECV_TAIL(NULL, async_simple)
NULL              503 source4/ntvfs/cifs/vfs_cifs.c 	file->ntvfs = NULL;
NULL              547 source4/ntvfs/cifs/vfs_cifs.c 		file->ntvfs = NULL;
NULL              875 source4/ntvfs/cifs/vfs_cifs.c 	if (a == NULL) {
NULL               73 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!dir) { return NULL; }
NULL               80 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!p) { return NULL; }
NULL               83 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!dir->unix_dir) { return NULL; }
NULL               89 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!low_mask) { return NULL; }
NULL               93 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!odir) { return NULL; }
NULL              119 source4/ntvfs/cifs_posix_cli/svfs_util.c 				return NULL;
NULL              152 source4/ntvfs/cifs_posix_cli/svfs_util.c 	if (!unix_path) { return NULL; }
NULL              163 source4/ntvfs/cifs_posix_cli/svfs_util.c 	char *fd_path = NULL;
NULL               62 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	p->open_files = NULL;
NULL               63 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	p->search = NULL;
NULL              101 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if (!p) return NULL;
NULL              104 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	if (!f) return NULL;
NULL              182 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	struct cifspsx_dir *dir = NULL;
NULL              183 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	char *pattern = NULL;
NULL               54 source4/ntvfs/common/brlock.c 	if (ops == NULL) {
NULL               95 source4/ntvfs/common/brlock_tdb.c 	if (brl == NULL) {
NULL               96 source4/ntvfs/common/brlock_tdb.c 		return NULL;
NULL              100 source4/ntvfs/common/brlock_tdb.c 	if (brl->w == NULL) {
NULL              102 source4/ntvfs/common/brlock_tdb.c 		return NULL;
NULL              117 source4/ntvfs/common/brlock_tdb.c 	if (brlh == NULL) {
NULL              118 source4/ntvfs/common/brlock_tdb.c 		return NULL;
NULL              296 source4/ntvfs/common/brlock_tdb.c 	struct lock_struct lock, *locks=NULL;
NULL              316 source4/ntvfs/common/brlock_tdb.c 		status = brl_tdb_lock(brl, brlh, smbpid, start, size, rw, NULL);
NULL              624 source4/ntvfs/common/brlock_tdb.c 	if (dbuf.dptr == NULL) {
NULL               93 source4/ntvfs/common/notify.c 		return NULL;
NULL               96 source4/ntvfs/common/notify.c 	if (ev == NULL) {
NULL               97 source4/ntvfs/common/notify.c 		return NULL;
NULL              101 source4/ntvfs/common/notify.c 	if (notify == NULL) {
NULL              102 source4/ntvfs/common/notify.c 		return NULL;
NULL              106 source4/ntvfs/common/notify.c 	if (notify->w == NULL) {
NULL              108 source4/ntvfs/common/notify.c 		return NULL;
NULL              113 source4/ntvfs/common/notify.c 	notify->list = NULL;
NULL              114 source4/ntvfs/common/notify.c 	notify->array = NULL;
NULL              162 source4/ntvfs/common/notify.c 	if (seqnum == notify->seqnum && notify->array != NULL) {
NULL              173 source4/ntvfs/common/notify.c 	if (dbuf.dptr == NULL) {
NULL              261 source4/ntvfs/common/notify.c 	if (tmp_ctx == NULL) {
NULL              357 source4/ntvfs/common/notify.c 	char *tmp_path = NULL;
NULL              363 source4/ntvfs/common/notify.c 	if (notify == NULL) {
NULL              379 source4/ntvfs/common/notify.c 		if (tmp_path == NULL) {
NULL              389 source4/ntvfs/common/notify.c 	if (listel == NULL) {
NULL              400 source4/ntvfs/common/notify.c 	if (notify->sys_notify_ctx != NULL) {
NULL              439 source4/ntvfs/common/notify.c 	if (notify == NULL) {
NULL              449 source4/ntvfs/common/notify.c 	if (listel == NULL) {
NULL              506 source4/ntvfs/common/notify.c 	if (notify->list == NULL) {
NULL              591 source4/ntvfs/common/notify.c 	if (notify == NULL) {
NULL              615 source4/ntvfs/common/notify.c 		if (next_p != NULL) {
NULL              660 source4/ntvfs/common/notify.c 			if (next_p != NULL) {
NULL               64 source4/ntvfs/common/opendb.c 	if (ops == NULL) {
NULL               92 source4/ntvfs/common/opendb_tdb.c 	if (odb == NULL) {
NULL               93 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL               97 source4/ntvfs/common/opendb_tdb.c 	if (odb->w == NULL) {
NULL               99 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL              136 source4/ntvfs/common/opendb_tdb.c 	if (lck == NULL) {
NULL              137 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL              143 source4/ntvfs/common/opendb_tdb.c 	if (lck->key.dptr == NULL) {
NULL              145 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL              150 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL              163 source4/ntvfs/common/opendb_tdb.c 		return NULL;
NULL              242 source4/ntvfs/common/opendb_tdb.c 	if (dbuf.dptr == NULL) {
NULL              473 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              542 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e = NULL;
NULL              555 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              580 source4/ntvfs/common/opendb_tdb.c 	const char *delete_path = NULL;
NULL              583 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              643 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              718 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              750 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              766 source4/ntvfs/common/opendb_tdb.c 	*path = NULL;
NULL              769 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              783 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              798 source4/ntvfs/common/opendb_tdb.c 	if (lck->file.path == NULL) {
NULL              869 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->file_handle		= NULL;
NULL              870 source4/ntvfs/common/opendb_tdb.c 	lck->can_open.e->fd			= NULL;
NULL              117 source4/ntvfs/ipc/ipc_rap.c 	if (call == NULL)
NULL              118 source4/ntvfs/ipc/ipc_rap.c 		return NULL;
NULL              135 source4/ntvfs/ipc/ipc_rap.c 	if (call->heap == NULL)
NULL              136 source4/ntvfs/ipc/ipc_rap.c 		return NULL;
NULL              181 source4/ntvfs/ipc/ipc_rap.c 		*result = NULL;
NULL              227 source4/ntvfs/ipc/ipc_rap.c 	if (str == NULL)
NULL              245 source4/ntvfs/ipc/ipc_rap.c 	if (heap->strings == NULL)
NULL              433 source4/ntvfs/ipc/ipc_rap.c 	{NULL, -1, api_Unsupported}
NULL              448 source4/ntvfs/ipc/ipc_rap.c 	if (call == NULL)
NULL              460 source4/ntvfs/ipc/ipc_rap.c 	if ((call->ndr_push_param == NULL) || (call->ndr_push_data == NULL))
NULL              468 source4/ntvfs/ipc/ipc_rap.c 	for (i=0; api_commands[i].name != NULL; i++) {
NULL              486 source4/ntvfs/ipc/ipc_rap.c 	if ((final_param == NULL) || (final_data == NULL))
NULL              506 source4/ntvfs/ipc/ipc_rap.c 	trans->out.setup = NULL;
NULL               47 source4/ntvfs/ipc/rap_server.c 	r->out.info = NULL;
NULL               72 source4/ntvfs/ipc/rap_server.c 		r->out.info[i].info1.type = dcesrv_common_get_share_type(mem_ctx, NULL, scfg);
NULL               65 source4/ntvfs/ipc/vfs_ipc.c 	if (!p) return NULL;
NULL               68 source4/ntvfs/ipc/vfs_ipc.c 	if (!s) return NULL;
NULL               81 source4/ntvfs/ipc/vfs_ipc.c 	if (!h) return NULL;
NULL              109 source4/ntvfs/ipc/vfs_ipc.c 	ipriv->pipe_list = NULL;
NULL              250 source4/ntvfs/ipc/vfs_ipc.c 	p->dce_conn->transport.report_output_data	= NULL;
NULL              739 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.data = data_blob_talloc(req, NULL, trans->in.max_data);
NULL              764 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.setup = NULL;
NULL              765 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.params = data_blob(NULL, 0);
NULL              793 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.setup = NULL;
NULL              794 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.params = data_blob(NULL, 0);
NULL              795 source4/ntvfs/ipc/vfs_ipc.c 	trans->out.data = data_blob(NULL, 0);
NULL              849 source4/ntvfs/ipc/vfs_ipc.c 	io->smb2.out.out = data_blob_talloc(req, NULL, io->smb2.in.max_response_size);
NULL               46 source4/ntvfs/nbench/vfs_nbench.c 	char *s = NULL;
NULL              118 source4/ntvfs/nbench/vfs_nbench.c 	char *logname = NULL;
NULL              636 source4/ntvfs/nbench/vfs_nbench.c 	PASS_THRU_REQ(ntvfs, req, exit, NULL, (ntvfs, req));
NULL              656 source4/ntvfs/nbench/vfs_nbench.c 	PASS_THRU_REQ(ntvfs, req, logoff, NULL, (ntvfs, req));
NULL              678 source4/ntvfs/nbench/vfs_nbench.c 	PASS_THRU_REQ(ntvfs, req, async_setup, NULL, (ntvfs, req, private_data));
NULL              697 source4/ntvfs/nbench/vfs_nbench.c 	PASS_THRU_REQ(ntvfs, req, cancel, NULL, (ntvfs, req));
NULL              962 source4/ntvfs/nbench/vfs_nbench.c 	ops.trans2 = NULL;
NULL               35 source4/ntvfs/ntvfs_base.c } *backends = NULL;
NULL               58 source4/ntvfs/ntvfs_base.c 	if (ntvfs_backend_byname(ops->name, ops->type) != NULL) {
NULL               98 source4/ntvfs/ntvfs_base.c 	return NULL;
NULL              221 source4/ntvfs/ntvfs_base.c 	shared_init = load_samba_modules(NULL, lp_ctx, "ntvfs");
NULL               84 source4/ntvfs/ntvfs_generic.c 	if (m == NULL) {
NULL              391 source4/ntvfs/ntvfs_generic.c 	if (io2 == NULL) {
NULL              573 source4/ntvfs/ntvfs_generic.c 	if (fs2 == NULL) {
NULL              933 source4/ntvfs/ntvfs_generic.c 	if (info2 == NULL) {
NULL              966 source4/ntvfs/ntvfs_generic.c 	if (info2 == NULL) {
NULL             1000 source4/ntvfs/ntvfs_generic.c 	if (lck2 == NULL) {
NULL             1005 source4/ntvfs/ntvfs_generic.c 	if (locks == NULL) {
NULL             1056 source4/ntvfs/ntvfs_generic.c 		if (lck2->generic.in.locks == NULL) {
NULL             1101 source4/ntvfs/ntvfs_generic.c 		lck2->generic.in.locks		= NULL;
NULL             1146 source4/ntvfs/ntvfs_generic.c 		if (lck == NULL) {
NULL             1168 source4/ntvfs/ntvfs_generic.c 		if (cl == NULL) {
NULL             1213 source4/ntvfs/ntvfs_generic.c 	if (wr2 == NULL) {
NULL             1328 source4/ntvfs/ntvfs_generic.c 	if (rd2 == NULL) {
NULL             1372 source4/ntvfs/ntvfs_generic.c 		if (lck == NULL) {
NULL             1452 source4/ntvfs/ntvfs_generic.c 	if (cl2 == NULL) {
NULL               37 source4/ntvfs/ntvfs_interface.c 	if (ntvfs_ctx == NULL) {
NULL              703 source4/ntvfs/ntvfs_interface.c 		return NULL;
NULL              712 source4/ntvfs/ntvfs_interface.c 		return NULL;
NULL               40 source4/ntvfs/ntvfs_util.c 	if (!req) return NULL;
NULL               42 source4/ntvfs/ntvfs_util.c 	req->async_states		= NULL;
NULL               55 source4/ntvfs/ntvfs_util.c 	async->ntvfs		= NULL;
NULL               62 source4/ntvfs/ntvfs_util.c 	return NULL;
NULL              150 source4/ntvfs/ntvfs_util.c 	return NULL;
NULL              163 source4/ntvfs/ntvfs_util.c 		d = NULL;
NULL              177 source4/ntvfs/ntvfs_util.c 		return NULL;
NULL               33 source4/ntvfs/posix/pvfs_acl.c } *backends = NULL;
NULL               46 source4/ntvfs/posix/pvfs_acl.c 	if (pvfs_acl_backend_byname(ops->name) != NULL) {
NULL               80 source4/ntvfs/posix/pvfs_acl.c 	return NULL;
NULL               94 source4/ntvfs/posix/pvfs_acl.c 	shared_init = load_samba_modules(NULL, lp_ctx, "pvfs_acl");
NULL              155 source4/ntvfs/posix/pvfs_acl.c 	if (*psd == NULL) {
NULL              168 source4/ntvfs/posix/pvfs_acl.c 	ids[0].sid = NULL;
NULL              175 source4/ntvfs/posix/pvfs_acl.c 	ids[1].sid = NULL;
NULL              264 source4/ntvfs/posix/pvfs_acl.c 		sd->owner_sid = NULL;
NULL              267 source4/ntvfs/posix/pvfs_acl.c 		sd->group_sid = NULL;
NULL              270 source4/ntvfs/posix/pvfs_acl.c 		sd->dacl = NULL;
NULL              273 source4/ntvfs/posix/pvfs_acl.c 		sd->sacl = NULL;
NULL              296 source4/ntvfs/posix/pvfs_acl.c 	if (pvfs->acl_ops != NULL) {
NULL              308 source4/ntvfs/posix/pvfs_acl.c 	ids->unixid = NULL;
NULL              309 source4/ntvfs/posix/pvfs_acl.c 	ids->sid = NULL;
NULL              525 source4/ntvfs/posix/pvfs_acl.c 	if (acl == NULL) {
NULL              668 source4/ntvfs/posix/pvfs_acl.c 		const struct dom_sid *creator = NULL, *new_id = NULL;
NULL              759 source4/ntvfs/posix/pvfs_acl.c 	if (acl == NULL) {
NULL              779 source4/ntvfs/posix/pvfs_acl.c 	if (parent_sd == NULL ||
NULL              780 source4/ntvfs/posix/pvfs_acl.c 	    parent_sd->dacl == NULL ||
NULL              788 source4/ntvfs/posix/pvfs_acl.c 	if (sd == NULL) {
NULL              799 source4/ntvfs/posix/pvfs_acl.c 	ids[0].sid = NULL;
NULL              806 source4/ntvfs/posix/pvfs_acl.c 	ids[1].sid = NULL;
NULL              830 source4/ntvfs/posix/pvfs_acl.c 	if (sd->dacl == NULL || sd->dacl->num_aces == 0) {
NULL               72 source4/ntvfs/posix/pvfs_acl_nfs4.c 	ids[0].sid = NULL;
NULL               79 source4/ntvfs/posix/pvfs_acl_nfs4.c 	ids[1].sid = NULL;
NULL               92 source4/ntvfs/posix/pvfs_acl_nfs4.c 		ids[i+2].sid = NULL;
NULL              150 source4/ntvfs/posix/pvfs_acl_nfs4.c 	if (ids == NULL) {
NULL              157 source4/ntvfs/posix/pvfs_acl_nfs4.c 		ids[i].unixid = NULL;
NULL              159 source4/ntvfs/posix/pvfs_acl_nfs4.c 		if (ids[i].sid == NULL) {
NULL              167 source4/ntvfs/posix/pvfs_acl_nfs4.c 	if (ctx == NULL) {
NULL               88 source4/ntvfs/posix/pvfs_aio.c 	if (state->ae == NULL) {
NULL              152 source4/ntvfs/posix/pvfs_aio.c 	if (state->ae == NULL) {
NULL               84 source4/ntvfs/posix/pvfs_dirlist.c 	dir->dir = NULL;
NULL               86 source4/ntvfs/posix/pvfs_dirlist.c 	dir->pattern = NULL;
NULL              112 source4/ntvfs/posix/pvfs_dirlist.c 	if (*dirp == NULL) {
NULL              138 source4/ntvfs/posix/pvfs_dirlist.c 	if (dir->pattern == NULL) {
NULL              154 source4/ntvfs/posix/pvfs_dirlist.c 	if (dir->name_cache == NULL) {
NULL              191 source4/ntvfs/posix/pvfs_dirlist.c 		if (*ofs != 0) return NULL;
NULL              233 source4/ntvfs/posix/pvfs_dirlist.c 			if (short_name == NULL ||
NULL              250 source4/ntvfs/posix/pvfs_dirlist.c 	return NULL;
NULL              343 source4/ntvfs/posix/pvfs_dirlist.c 		if ((de=readdir(dir->dir)) == NULL) {
NULL              390 source4/ntvfs/posix/pvfs_dirlist.c 	if (dir == NULL) {
NULL               67 source4/ntvfs/posix/pvfs_fileinfo.c 		name->stream_name = NULL;
NULL              104 source4/ntvfs/posix/pvfs_fileinfo.c 				    NULL, &write_time);
NULL               36 source4/ntvfs/posix/pvfs_fsinfo.c 	char *uuid_value = NULL;
NULL               37 source4/ntvfs/posix/pvfs_fsinfo.c 	char *devname = NULL;
NULL               45 source4/ntvfs/posix/pvfs_fsinfo.c 	uuid_value = blkid_get_tag_value(NULL, "UUID", devname);
NULL               54 source4/ntvfs/posix/pvfs_ioctl.c 		io->ntioctl.out.blob = data_blob(NULL, 0);
NULL              190 source4/ntvfs/posix/pvfs_lock.c 				if (pending->wait_handle == NULL) {
NULL              287 source4/ntvfs/posix/pvfs_lock.c 	struct pvfs_pending_lock *pending = NULL;
NULL              313 source4/ntvfs/posix/pvfs_lock.c 		if (pending == NULL) {
NULL              382 source4/ntvfs/posix/pvfs_lock.c 				if (pending->wait_handle == NULL) {
NULL               79 source4/ntvfs/posix/pvfs_notify.c 	if (notify_buffer->pending == NULL) {
NULL               91 source4/ntvfs/posix/pvfs_notify.c 	notify_buffer->changes = NULL;
NULL              120 source4/ntvfs/posix/pvfs_notify.c 	n->f->notify_buffer = NULL;
NULL              137 source4/ntvfs/posix/pvfs_notify.c 	if (n2 == NULL) {
NULL              144 source4/ntvfs/posix/pvfs_notify.c 	if (new_path == NULL) {
NULL              248 source4/ntvfs/posix/pvfs_notify.c 	if (f->notify_buffer == NULL) {
NULL               40 source4/ntvfs/posix/pvfs_open.c 	if (!p) return NULL;
NULL               43 source4/ntvfs/posix/pvfs_open.c 	if (!f) return NULL;
NULL               56 source4/ntvfs/posix/pvfs_open.c 		const char *delete_path = NULL;
NULL               59 source4/ntvfs/posix/pvfs_open.c 		if (lck == NULL) {
NULL               70 source4/ntvfs/posix/pvfs_open.c 		if (h->name->stream_name == NULL && delete_path) {
NULL              162 source4/ntvfs/posix/pvfs_open.c 	if (key->data == NULL) {
NULL              242 source4/ntvfs/posix/pvfs_open.c 	if (f == NULL) {
NULL              247 source4/ntvfs/posix/pvfs_open.c 	if (f->handle == NULL) {
NULL              267 source4/ntvfs/posix/pvfs_open.c 	f->pending_list  = NULL;
NULL              272 source4/ntvfs/posix/pvfs_open.c 	f->brl_handle	 = NULL;
NULL              273 source4/ntvfs/posix/pvfs_open.c 	f->notify_buffer = NULL;
NULL              274 source4/ntvfs/posix/pvfs_open.c 	f->search        = NULL;
NULL              279 source4/ntvfs/posix/pvfs_open.c 	f->handle->odb_locking_key   = data_blob(NULL, 0);
NULL              284 source4/ntvfs/posix/pvfs_open.c 	f->handle->oplock            = NULL;
NULL              304 source4/ntvfs/posix/pvfs_open.c 		if (lck == NULL) {
NULL              323 source4/ntvfs/posix/pvfs_open.c 				       NULL, name->dos.write_time,
NULL              324 source4/ntvfs/posix/pvfs_open.c 				       false, OPLOCK_NONE, NULL);
NULL              367 source4/ntvfs/posix/pvfs_open.c 		if (lck == NULL) {
NULL              384 source4/ntvfs/posix/pvfs_open.c 				       NULL, name->dos.write_time,
NULL              385 source4/ntvfs/posix/pvfs_open.c 				       false, OPLOCK_NONE, NULL);
NULL              442 source4/ntvfs/posix/pvfs_open.c 	h->write_time.update_event = NULL;
NULL              473 source4/ntvfs/posix/pvfs_open.c 		const char *delete_path = NULL;
NULL              476 source4/ntvfs/posix/pvfs_open.c 		if (lck == NULL) {
NULL              484 source4/ntvfs/posix/pvfs_open.c 						    NULL,
NULL              507 source4/ntvfs/posix/pvfs_open.c 		if (h->name->stream_name == NULL &&
NULL              578 source4/ntvfs/posix/pvfs_open.c 	if (name->stream_name == NULL) {
NULL              581 source4/ntvfs/posix/pvfs_open.c 		key = data_blob_talloc(mem_ctx, NULL, 
NULL              643 source4/ntvfs/posix/pvfs_open.c 					    &del_on_close, NULL);
NULL              726 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL              767 source4/ntvfs/posix/pvfs_open.c 	f->pending_list      = NULL;
NULL              772 source4/ntvfs/posix/pvfs_open.c 	f->notify_buffer     = NULL;
NULL              773 source4/ntvfs/posix/pvfs_open.c 	f->search            = NULL;
NULL              782 source4/ntvfs/posix/pvfs_open.c 	f->handle->oplock            = NULL;
NULL              876 source4/ntvfs/posix/pvfs_open.c 		if (lck != NULL) {
NULL              932 source4/ntvfs/posix/pvfs_open.c 	if (r->odb_locking_key.data == NULL) {
NULL              955 source4/ntvfs/posix/pvfs_open.c 	if (wait_handle == NULL) {
NULL              975 source4/ntvfs/posix/pvfs_open.c 	struct timeval *final_timeout = NULL;
NULL             1130 source4/ntvfs/posix/pvfs_open.c 	struct timeval *final_timeout = NULL;
NULL             1322 source4/ntvfs/posix/pvfs_open.c 		if (name->stream_name == NULL) {
NULL             1341 source4/ntvfs/posix/pvfs_open.c 		if (name->stream_name == NULL) {
NULL             1403 source4/ntvfs/posix/pvfs_open.c 	if (f == NULL) {
NULL             1408 source4/ntvfs/posix/pvfs_open.c 	if (f->handle == NULL) {
NULL             1414 source4/ntvfs/posix/pvfs_open.c 	f->pending_list  = NULL;
NULL             1419 source4/ntvfs/posix/pvfs_open.c 	f->notify_buffer = NULL;
NULL             1420 source4/ntvfs/posix/pvfs_open.c 	f->search        = NULL;
NULL             1429 source4/ntvfs/posix/pvfs_open.c 	f->handle->oplock            = NULL;
NULL             1448 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             1756 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             1790 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             1824 source4/ntvfs/posix/pvfs_open.c 			*lckp = NULL;
NULL             1855 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             1884 source4/ntvfs/posix/pvfs_open.c 			*lckp = NULL;
NULL             1916 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             1956 source4/ntvfs/posix/pvfs_open.c 			*lckp = NULL;
NULL             1986 source4/ntvfs/posix/pvfs_open.c 	if (lck == NULL) {
NULL             2017 source4/ntvfs/posix/pvfs_open.c 				    &del_on_close, NULL);
NULL               57 source4/ntvfs/posix/pvfs_oplock.c 	if (olck == NULL) {
NULL               84 source4/ntvfs/posix/pvfs_oplock.c 		h->oplock = NULL;
NULL              100 source4/ntvfs/posix/pvfs_oplock.c 	struct timeval *last = NULL;
NULL              205 source4/ntvfs/posix/pvfs_oplock.c 	f->handle->oplock = NULL;
NULL              282 source4/ntvfs/posix/pvfs_oplock.c 	if (olck == NULL) {
NULL               88 source4/ntvfs/posix/pvfs_qfileinfo.c 	if (eas->eas == NULL) {
NULL               96 source4/ntvfs/posix/pvfs_qfileinfo.c 		eas->eas[i].value = data_blob(NULL, 0);
NULL              125 source4/ntvfs/posix/pvfs_qfileinfo.c 	if (eas->eas == NULL) {
NULL              107 source4/ntvfs/posix/pvfs_rename.c 	if (dest == NULL) {
NULL              108 source4/ntvfs/posix/pvfs_rename.c 		return NULL;
NULL              155 source4/ntvfs/posix/pvfs_rename.c 	if (p == NULL) {
NULL              162 source4/ntvfs/posix/pvfs_rename.c 	if (ext1 == NULL || base1 == NULL) {
NULL              163 source4/ntvfs/posix/pvfs_rename.c 		return NULL;
NULL              167 source4/ntvfs/posix/pvfs_rename.c 	if (p == NULL) {
NULL              174 source4/ntvfs/posix/pvfs_rename.c 	if (ext2 == NULL || base2 == NULL) {
NULL              175 source4/ntvfs/posix/pvfs_rename.c 		return NULL;
NULL              180 source4/ntvfs/posix/pvfs_rename.c 	if (base1 == NULL || ext1 == NULL) {
NULL              181 source4/ntvfs/posix/pvfs_rename.c 		return NULL;
NULL              266 source4/ntvfs/posix/pvfs_rename.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, io, NULL,
NULL              282 source4/ntvfs/posix/pvfs_rename.c 	struct odb_lock *lck = NULL;
NULL              287 source4/ntvfs/posix/pvfs_rename.c 	if (fname2 == NULL) {
NULL              318 source4/ntvfs/posix/pvfs_rename.c 		status = pvfs_can_delete(pvfs, req, name2, NULL);
NULL              327 source4/ntvfs/posix/pvfs_rename.c 	if (fname2 == NULL) {
NULL              373 source4/ntvfs/posix/pvfs_rename.c 	if (fname2 == NULL) {
NULL              403 source4/ntvfs/posix/pvfs_rename.c 	struct odb_lock *lck = NULL;
NULL              480 source4/ntvfs/posix/pvfs_rename.c 	struct odb_lock *lck = NULL;
NULL              534 source4/ntvfs/posix/pvfs_rename.c 	struct odb_lock *lck = NULL;
NULL              198 source4/ntvfs/posix/pvfs_resolve.c 	if (name->stream_name == NULL) {
NULL              262 source4/ntvfs/posix/pvfs_resolve.c 	struct smb_iconv_convenience *ic = NULL;
NULL              266 source4/ntvfs/posix/pvfs_resolve.c 	name->stream_name = NULL;
NULL              276 source4/ntvfs/posix/pvfs_resolve.c 		if (name->full_name == NULL) {
NULL              283 source4/ntvfs/posix/pvfs_resolve.c 	if (ret == NULL) {
NULL              391 source4/ntvfs/posix/pvfs_resolve.c 	if (s == NULL) return NT_STATUS_NO_MEMORY;
NULL              399 source4/ntvfs/posix/pvfs_resolve.c 	if (components == NULL) {
NULL              412 source4/ntvfs/posix/pvfs_resolve.c 	components[i+1] = NULL;
NULL              456 source4/ntvfs/posix/pvfs_resolve.c 	if (components[0] == NULL) {
NULL              468 source4/ntvfs/posix/pvfs_resolve.c 	if (ret == NULL) {
NULL              508 source4/ntvfs/posix/pvfs_resolve.c 	if (*name == NULL) {
NULL              543 source4/ntvfs/posix/pvfs_resolve.c 		if (p == NULL) {
NULL              601 source4/ntvfs/posix/pvfs_resolve.c 	if (*name == NULL) {
NULL              606 source4/ntvfs/posix/pvfs_resolve.c 	if ((*name)->full_name == NULL) {
NULL              618 source4/ntvfs/posix/pvfs_resolve.c 	(*name)->stream_name = NULL;
NULL              682 source4/ntvfs/posix/pvfs_resolve.c 		const char *name = NULL;
NULL              685 source4/ntvfs/posix/pvfs_resolve.c 		if (lck == NULL) {
NULL              769 source4/ntvfs/posix/pvfs_resolve.c 	if (*name == NULL) {
NULL              774 source4/ntvfs/posix/pvfs_resolve.c 	if ((*name)->full_name == NULL) {
NULL              779 source4/ntvfs/posix/pvfs_resolve.c 	if (p == NULL) {
NULL              800 source4/ntvfs/posix/pvfs_resolve.c 	(*name)->stream_name = NULL;
NULL              257 source4/ntvfs/posix/pvfs_search.c 		if (name == NULL) break;
NULL              294 source4/ntvfs/posix/pvfs_search.c 	time_t t = time(NULL);
NULL              300 source4/ntvfs/posix/pvfs_search.c 		if (p == NULL) return;
NULL              382 source4/ntvfs/posix/pvfs_search.c 	search->last_used = time(NULL);
NULL              383 source4/ntvfs/posix/pvfs_search.c 	search->te = NULL;
NULL              426 source4/ntvfs/posix/pvfs_search.c 	if (p == NULL) {
NULL              440 source4/ntvfs/posix/pvfs_search.c 	search->last_used = time(NULL);
NULL              524 source4/ntvfs/posix/pvfs_search.c 	search->te = NULL;
NULL              575 source4/ntvfs/posix/pvfs_search.c 	if (p == NULL) {
NULL              655 source4/ntvfs/posix/pvfs_search.c 		f->search = NULL;
NULL              704 source4/ntvfs/posix/pvfs_search.c 	search->ea_names	= NULL;
NULL              705 source4/ntvfs/posix/pvfs_search.c 	search->te		= NULL;
NULL              851 source4/ntvfs/posix/pvfs_search.c 	if (p == NULL) {
NULL               90 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct odb_lock *lck = NULL;
NULL              102 source4/ntvfs/posix/pvfs_setfileinfo.c 	if (lck == NULL) {
NULL              126 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct odb_lock *lck = NULL;
NULL              153 source4/ntvfs/posix/pvfs_setfileinfo.c 		if (new_name == NULL) {
NULL              157 source4/ntvfs/posix/pvfs_setfileinfo.c 		if (p == NULL) {
NULL              166 source4/ntvfs/posix/pvfs_setfileinfo.c 	if (new_name == NULL) {
NULL              187 source4/ntvfs/posix/pvfs_setfileinfo.c 		status = pvfs_can_delete(pvfs, req, name2, NULL);
NULL              205 source4/ntvfs/posix/pvfs_setfileinfo.c 	if (lck == NULL) {
NULL              264 source4/ntvfs/posix/pvfs_setfileinfo.c 			if (ealist->eas == NULL) {
NULL              504 source4/ntvfs/posix/pvfs_setfileinfo.c 		if (lck == NULL) {
NULL              522 source4/ntvfs/posix/pvfs_setfileinfo.c 		h->write_time.update_event = NULL;
NULL              627 source4/ntvfs/posix/pvfs_setfileinfo.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, info, NULL,
NULL              644 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct odb_lock *lck = NULL;
NULL              832 source4/ntvfs/posix/pvfs_setfileinfo.c 		if (lck == NULL) {
NULL              839 source4/ntvfs/posix/pvfs_setfileinfo.c 			if (lck == NULL) {
NULL               82 source4/ntvfs/posix/pvfs_shortname.c   "LPT1", "LPT2", "LPT3", "NUL", "PRN", NULL };
NULL              149 source4/ntvfs/posix/pvfs_shortname.c 		return NULL;
NULL              329 source4/ntvfs/posix/pvfs_shortname.c 		return NULL;
NULL              344 source4/ntvfs/posix/pvfs_shortname.c 		return NULL;
NULL              439 source4/ntvfs/posix/pvfs_shortname.c 			return NULL;
NULL              445 source4/ntvfs/posix/pvfs_shortname.c 			return NULL;
NULL              458 source4/ntvfs/posix/pvfs_shortname.c 				dot_p = NULL;
NULL              462 source4/ntvfs/posix/pvfs_shortname.c 		if (i == 0 || i == 4) dot_p = NULL;
NULL              503 source4/ntvfs/posix/pvfs_shortname.c 	if (new_name == NULL) {
NULL              504 source4/ntvfs/posix/pvfs_shortname.c 		return NULL;
NULL              614 source4/ntvfs/posix/pvfs_shortname.c 	if (ctx == NULL) {
NULL              621 source4/ntvfs/posix/pvfs_shortname.c 	ctx->cache_size = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "cachesize", 512);
NULL              624 source4/ntvfs/posix/pvfs_shortname.c 	if (ctx->prefix_cache == NULL) {
NULL              628 source4/ntvfs/posix/pvfs_shortname.c 	if (ctx->prefix_cache_hashes == NULL) {
NULL              635 source4/ntvfs/posix/pvfs_shortname.c 	ctx->mangle_prefix = lp_parm_int(pvfs->ntvfs->ctx->lp_ctx, NULL, "mangle", "prefix", -1);
NULL              665 source4/ntvfs/posix/pvfs_shortname.c 	if (ret == NULL) {
NULL               34 source4/ntvfs/posix/pvfs_streams.c 	if (c == NULL || strcasecmp_m(c, ":$DATA") != 0) {
NULL               93 source4/ntvfs/posix/pvfs_streams.c 		info->streams = NULL;
NULL               98 source4/ntvfs/posix/pvfs_streams.c 	if (streams == NULL) {
NULL              120 source4/ntvfs/posix/pvfs_streams.c 		if (strchr(streams->streams[i].name, ':') == NULL) {
NULL              144 source4/ntvfs/posix/pvfs_streams.c 	if (name->stream_name == NULL) {
NULL              150 source4/ntvfs/posix/pvfs_streams.c 	if (streams == NULL) {
NULL              192 source4/ntvfs/posix/pvfs_streams.c 	if (streams == NULL) {
NULL              215 source4/ntvfs/posix/pvfs_streams.c 		if (streams->streams == NULL) {
NULL              226 source4/ntvfs/posix/pvfs_streams.c 		if (s->name == NULL) {
NULL              250 source4/ntvfs/posix/pvfs_streams.c 	if (streams == NULL) {
NULL              255 source4/ntvfs/posix/pvfs_streams.c 	if (new_name == NULL) {
NULL              341 source4/ntvfs/posix/pvfs_streams.c 	if (streams == NULL) {
NULL              388 source4/ntvfs/posix/pvfs_streams.c 		if (streams == NULL) {
NULL              465 source4/ntvfs/posix/pvfs_streams.c 		blob = data_blob(NULL, 0);
NULL              469 source4/ntvfs/posix/pvfs_streams.c 		if (blob.data == NULL) {
NULL              526 source4/ntvfs/posix/pvfs_streams.c 		if (blob.data == NULL) {
NULL              101 source4/ntvfs/posix/pvfs_unlink.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, io, NULL,
NULL              149 source4/ntvfs/posix/pvfs_unlink.c 	struct odb_lock *lck = NULL;
NULL               98 source4/ntvfs/posix/pvfs_util.c 	if (buf == NULL) {
NULL               66 source4/ntvfs/posix/pvfs_wait.c 	void *p = NULL;
NULL               76 source4/ntvfs/posix/pvfs_wait.c 	if (p == NULL || p != pwait->private_data) {
NULL              143 source4/ntvfs/posix/pvfs_wait.c 	if (pwait == NULL) {
NULL              144 source4/ntvfs/posix/pvfs_wait.c 		return NULL;
NULL               39 source4/ntvfs/posix/pvfs_write.c 	if (lck == NULL) {
NULL               55 source4/ntvfs/posix/pvfs_write.c 	h->write_time.update_event = NULL;
NULL              138 source4/ntvfs/posix/pvfs_xattr.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              167 source4/ntvfs/posix/pvfs_xattr.c 	if (name->stream_name != NULL) {
NULL              399 source4/ntvfs/posix/pvfs_xattr.c 	DATA_BLOB blob = data_blob(NULL, 0);
NULL              400 source4/ntvfs/posix/pvfs_xattr.c 	char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name);
NULL              401 source4/ntvfs/posix/pvfs_xattr.c 	if (aname == NULL) {
NULL              419 source4/ntvfs/posix/pvfs_xattr.c 	char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name);
NULL              420 source4/ntvfs/posix/pvfs_xattr.c 	if (aname == NULL) {
NULL              441 source4/ntvfs/posix/pvfs_xattr.c 	if (aname == NULL) {
NULL              459 source4/ntvfs/posix/pvfs_xattr.c 	char *aname = talloc_asprintf(NULL, "%s%s", attr_prefix, attr_name);
NULL              460 source4/ntvfs/posix/pvfs_xattr.c 	if (aname == NULL) {
NULL              110 source4/ntvfs/posix/vfs_posix.c 	eadb = share_string_option(scfg, PVFS_EADB, NULL);
NULL              111 source4/ntvfs/posix/vfs_posix.c 	if (eadb != NULL) {
NULL              114 source4/ntvfs/posix/vfs_posix.c 		if (pvfs->ea_db != NULL) {
NULL              192 source4/ntvfs/posix/vfs_posix.c 		trim_string(base_directory, NULL, "/");
NULL              218 source4/ntvfs/posix/vfs_posix.c 	if (pvfs->brl_context == NULL) {
NULL              223 source4/ntvfs/posix/vfs_posix.c 	if (pvfs->odb_context == NULL) {
NULL              238 source4/ntvfs/posix/vfs_posix.c 	if (pvfs->wbc_ctx == NULL) {
NULL               39 source4/ntvfs/posix/xattr_system.c 	*blob = data_blob_talloc(mem_ctx, NULL, estimated_size+16);
NULL               40 source4/ntvfs/posix/xattr_system.c 	if (blob->data == NULL) {
NULL               54 source4/ntvfs/posix/xattr_system.c 		if (blob->data == NULL) {
NULL               51 source4/ntvfs/posix/xattr_tdb.c 		blob = data_blob(NULL, 0);
NULL               64 source4/ntvfs/posix/xattr_tdb.c 	if (blob.data == NULL) {
NULL               99 source4/ntvfs/posix/xattr_tdb.c 	if (key->dptr == NULL) {
NULL              131 source4/ntvfs/posix/xattr_tdb.c 	if (tdata.dptr == NULL) {
NULL              137 source4/ntvfs/posix/xattr_tdb.c 	if (blob->data == NULL) {
NULL              194 source4/ntvfs/posix/xattr_tdb.c 	status = get_ea_db_key(NULL, attr_name, fname, fd, &tkey);
NULL               80 source4/ntvfs/print/vfs_print.c 		io->ioctl.out.blob = data_blob_talloc(req, NULL, 32);
NULL               70 source4/ntvfs/simple/svfs_util.c 	if (!dir) { return NULL; }
NULL               77 source4/ntvfs/simple/svfs_util.c 	if (!p) { return NULL; }
NULL               80 source4/ntvfs/simple/svfs_util.c 	if (!dir->unix_dir) { return NULL; }
NULL               86 source4/ntvfs/simple/svfs_util.c 	if (!low_mask) { return NULL; }
NULL               90 source4/ntvfs/simple/svfs_util.c 	if (!odir) { return NULL; }
NULL              116 source4/ntvfs/simple/svfs_util.c 				return NULL;
NULL              149 source4/ntvfs/simple/svfs_util.c 	if (!unix_path) { return NULL; }
NULL              160 source4/ntvfs/simple/svfs_util.c 	char *fd_path = NULL;
NULL               61 source4/ntvfs/simple/vfs_simple.c 	p->open_files = NULL;
NULL               62 source4/ntvfs/simple/vfs_simple.c 	p->search = NULL;
NULL               98 source4/ntvfs/simple/vfs_simple.c 	if (!p) return NULL;
NULL              101 source4/ntvfs/simple/vfs_simple.c 	if (!f) return NULL;
NULL              179 source4/ntvfs/simple/vfs_simple.c 	struct svfs_dir *dir = NULL;
NULL              180 source4/ntvfs/simple/vfs_simple.c 	char *pattern = NULL;
NULL              105 source4/ntvfs/smb2/vfs_smb2.c 	struct ntvfs_handle *h = NULL;
NULL              143 source4/ntvfs/smb2/vfs_smb2.c 	io.in.fname = NULL;
NULL              173 source4/ntvfs/smb2/vfs_smb2.c 	host = share_string_option(scfg, SMB2_SERVER, NULL);
NULL              174 source4/ntvfs/smb2/vfs_smb2.c 	user = share_string_option(scfg, SMB2_USER, NULL);
NULL              175 source4/ntvfs/smb2/vfs_smb2.c 	pass = share_string_option(scfg, SMB2_PASSWORD, NULL);
NULL              176 source4/ntvfs/smb2/vfs_smb2.c 	domain = share_string_option(scfg, SMB2_DOMAIN, NULL);
NULL              177 source4/ntvfs/smb2/vfs_smb2.c 	remote_share = share_string_option(scfg, SMB2_SHARE, NULL);
NULL              230 source4/ntvfs/smb2/vfs_smb2.c 			lp_parm_string_list(p, ntvfs->ctx->lp_ctx, NULL, "smb2", "ports", NULL),
NULL              277 source4/ntvfs/smb2/vfs_smb2.c 	ntvfs->private_data = NULL;
NULL              344 source4/ntvfs/smb2/vfs_smb2.c #define ASYNC_RECV_TAIL(io, async_fn) ASYNC_RECV_TAIL_F(io, async_fn, NULL)
NULL              346 source4/ntvfs/smb2/vfs_smb2.c #define SIMPLE_ASYNC_TAIL ASYNC_RECV_TAIL(NULL, async_simple_smb2)
NULL              347 source4/ntvfs/smb2/vfs_smb2.c #define SIMPLE_COMPOSITE_TAIL ASYNC_RECV_TAIL(NULL, async_simple_composite)
NULL              154 source4/ntvfs/sysdep/inotify.c 		if (e2 != NULL && e2->cookie == e->cookie) {
NULL              222 source4/ntvfs/sysdep/inotify.c 	if (e == NULL) return;
NULL              232 source4/ntvfs/sysdep/inotify.c 		struct inotify_event *e2 = NULL;
NULL              264 source4/ntvfs/sysdep/inotify.c 	in->watches = NULL;
NULL              329 source4/ntvfs/sysdep/inotify.c 	if (w == NULL) {
NULL              354 source4/ntvfs/sysdep/inotify.c 	if (ctx->private_data == NULL) {
NULL              380 source4/ntvfs/sysdep/inotify.c 	if (w == NULL) {
NULL              393 source4/ntvfs/sysdep/inotify.c 	if (w->path == NULL) {
NULL               52 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL               55 source4/ntvfs/sysdep/sys_lease.c 	if (ev == NULL) {
NULL               56 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL               60 source4/ntvfs/sysdep/sys_lease.c 	if (ctx == NULL) {
NULL               61 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL               68 source4/ntvfs/sysdep/sys_lease.c 	bname = share_string_option(scfg, LEASE_BACKEND, NULL);
NULL               71 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL               83 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL               89 source4/ntvfs/sysdep/sys_lease.c 		return NULL;
NULL              111 source4/ntvfs/sysdep/sys_lease.c #define STATIC_sys_lease_MODULES NULL
NULL              110 source4/ntvfs/sysdep/sys_lease_linux.c 		e->fd = NULL;
NULL              119 source4/ntvfs/sysdep/sys_lease_linux.c 		e->fd = NULL;
NULL              171 source4/ntvfs/sysdep/sys_lease_linux.c 	e->fd = NULL;
NULL               50 source4/ntvfs/sysdep/sys_notify.c 		return NULL;
NULL               53 source4/ntvfs/sysdep/sys_notify.c 	if (ev == NULL) {
NULL               54 source4/ntvfs/sysdep/sys_notify.c 		return NULL;
NULL               58 source4/ntvfs/sysdep/sys_notify.c 	if (ctx == NULL) {
NULL               59 source4/ntvfs/sysdep/sys_notify.c 		return NULL;
NULL               64 source4/ntvfs/sysdep/sys_notify.c 	bname = share_string_option(scfg, NOTIFY_BACKEND, NULL);
NULL               92 source4/ntvfs/sysdep/sys_notify.c 	ctx->notify_watch = NULL;
NULL               51 source4/ntvfs/unixuid/vfs_unixuid.c 	if (sec == NULL) {
NULL               52 source4/ntvfs/unixuid/vfs_unixuid.c 		return NULL;
NULL               56 source4/ntvfs/unixuid/vfs_unixuid.c 	sec->ngroups = getgroups(0, NULL);
NULL               59 source4/ntvfs/unixuid/vfs_unixuid.c 		return NULL;
NULL               62 source4/ntvfs/unixuid/vfs_unixuid.c 	if (sec->groups == NULL) {
NULL               64 source4/ntvfs/unixuid/vfs_unixuid.c 		return NULL;
NULL               69 source4/ntvfs/unixuid/vfs_unixuid.c 		return NULL;
NULL              117 source4/ntvfs/unixuid/vfs_unixuid.c 	ids[0].unixid = NULL;
NULL              121 source4/ntvfs/unixuid/vfs_unixuid.c 	ids[1].unixid = NULL;
NULL              130 source4/ntvfs/unixuid/vfs_unixuid.c 		ids[i+2].unixid = NULL;
NULL              178 source4/ntvfs/unixuid/vfs_unixuid.c 	if (req->session_info == NULL) {
NULL              185 source4/ntvfs/unixuid/vfs_unixuid.c 	if (*sec == NULL) {
NULL              246 source4/ntvfs/unixuid/vfs_unixuid.c 	if (priv->wbc_ctx == NULL) {
NULL              252 source4/ntvfs/unixuid/vfs_unixuid.c 	priv->last_sec_ctx = NULL;
NULL              253 source4/ntvfs/unixuid/vfs_unixuid.c 	priv->last_token = NULL;
NULL              272 source4/ntvfs/unixuid/vfs_unixuid.c 	ntvfs->private_data = NULL;
NULL              517 source4/ntvfs/unixuid/vfs_unixuid.c 	priv->last_token = NULL;
NULL               29 source4/param/generic.c 	if (name == NULL) 
NULL               37 source4/param/generic.c 	return NULL;
NULL               50 source4/param/generic.c 	return NULL;
NULL               56 source4/param/generic.c 	if (section == NULL)
NULL               57 source4/param/generic.c 		return NULL;
NULL               66 source4/param/generic.c 	if (section == NULL)
NULL               67 source4/param/generic.c 		return NULL;
NULL               80 source4/param/generic.c 	SMB_ASSERT(section_name != NULL);
NULL               81 source4/param/generic.c 	SMB_ASSERT(name != NULL);
NULL               85 source4/param/generic.c 	if (section == NULL) {
NULL               90 source4/param/generic.c 	if (p == NULL) {
NULL               92 source4/param/generic.c 		if (p == NULL)
NULL               93 source4/param/generic.c 			return NULL;
NULL              106 source4/param/generic.c 	if (p == NULL)
NULL              107 source4/param/generic.c 		return NULL;
NULL              116 source4/param/generic.c 	if (p == NULL)
NULL              128 source4/param/generic.c 	if (p == NULL)
NULL              129 source4/param/generic.c 		return NULL;
NULL              148 source4/param/generic.c 		return strtol(value, NULL, 0); 
NULL              168 source4/param/generic.c 		return strtoul(value, NULL, 0);
NULL              188 source4/param/generic.c 	if (section == NULL) {
NULL              190 source4/param/generic.c 		if (section == NULL)
NULL              211 source4/param/generic.c 		if (p == NULL)
NULL              234 source4/param/generic.c 	if (ctx->sections == NULL)
NULL              259 source4/param/generic.c 				if (service == NULL)
NULL              273 source4/param/generic.c 	if (fn == NULL || ctx == NULL)
NULL              252 source4/param/loadparm.c 	{-1, NULL}
NULL              258 source4/param/loadparm.c 	{-1, NULL}
NULL              267 source4/param/loadparm.c 	{-1, NULL}
NULL              278 source4/param/loadparm.c 	{-1, NULL}
NULL              294 source4/param/loadparm.c 	{-1, NULL}
NULL              315 source4/param/loadparm.c 	{-1, NULL}
NULL              324 source4/param/loadparm.c 	{-1, NULL}
NULL              332 source4/param/loadparm.c 	{"server role", P_ENUM, P_GLOBAL, GLOBAL_VAR(server_role), NULL, enum_server_role},
NULL              334 source4/param/loadparm.c 	{"dos charset", P_STRING, P_GLOBAL, GLOBAL_VAR(dos_charset), NULL, NULL},
NULL              335 source4/param/loadparm.c 	{"unix charset", P_STRING, P_GLOBAL, GLOBAL_VAR(unix_charset), NULL, NULL},
NULL              336 source4/param/loadparm.c 	{"ncalrpc dir", P_STRING, P_GLOBAL, GLOBAL_VAR(ncalrpc_dir), NULL, NULL},
NULL              337 source4/param/loadparm.c 	{"display charset", P_STRING, P_GLOBAL, GLOBAL_VAR(display_charset), NULL, NULL},
NULL              338 source4/param/loadparm.c 	{"comment", P_STRING, P_LOCAL, LOCAL_VAR(comment), NULL, NULL},
NULL              339 source4/param/loadparm.c 	{"path", P_STRING, P_LOCAL, LOCAL_VAR(szPath), NULL, NULL},
NULL              340 source4/param/loadparm.c 	{"directory", P_STRING, P_LOCAL, LOCAL_VAR(szPath), NULL, NULL},
NULL              341 source4/param/loadparm.c 	{"workgroup", P_USTRING, P_GLOBAL, GLOBAL_VAR(szWorkgroup), NULL, NULL},
NULL              342 source4/param/loadparm.c 	{"realm", P_STRING, P_GLOBAL, GLOBAL_VAR(szRealm), NULL, NULL},
NULL              343 source4/param/loadparm.c 	{"netbios name", P_USTRING, P_GLOBAL, GLOBAL_VAR(szNetbiosName), NULL, NULL},
NULL              344 source4/param/loadparm.c 	{"netbios aliases", P_LIST, P_GLOBAL, GLOBAL_VAR(szNetbiosAliases), NULL, NULL},
NULL              345 source4/param/loadparm.c 	{"netbios scope", P_USTRING, P_GLOBAL, GLOBAL_VAR(szNetbiosScope), NULL, NULL},
NULL              346 source4/param/loadparm.c 	{"server string", P_STRING, P_GLOBAL, GLOBAL_VAR(szServerString), NULL, NULL},
NULL              347 source4/param/loadparm.c 	{"interfaces", P_LIST, P_GLOBAL, GLOBAL_VAR(szInterfaces), NULL, NULL},
NULL              348 source4/param/loadparm.c 	{"bind interfaces only", P_BOOL, P_GLOBAL, GLOBAL_VAR(bBindInterfacesOnly), NULL, NULL},
NULL              349 source4/param/loadparm.c 	{"ntvfs handler", P_LIST, P_LOCAL, LOCAL_VAR(ntvfs_handler), NULL, NULL},
NULL              350 source4/param/loadparm.c 	{"ntptr providor", P_STRING, P_GLOBAL, GLOBAL_VAR(ntptr_providor), NULL, NULL},
NULL              351 source4/param/loadparm.c 	{"dcerpc endpoint servers", P_LIST, P_GLOBAL, GLOBAL_VAR(dcerpc_ep_servers), NULL, NULL},
NULL              352 source4/param/loadparm.c 	{"server services", P_LIST, P_GLOBAL, GLOBAL_VAR(server_services), NULL, NULL},
NULL              354 source4/param/loadparm.c 	{"security", P_ENUM, P_GLOBAL, GLOBAL_VAR(security), NULL, enum_security},
NULL              355 source4/param/loadparm.c 	{"encrypt passwords", P_BOOL, P_GLOBAL, GLOBAL_VAR(bEncryptPasswords), NULL, NULL},
NULL              356 source4/param/loadparm.c 	{"null passwords", P_BOOL, P_GLOBAL, GLOBAL_VAR(bNullPasswords), NULL, NULL},
NULL              357 source4/param/loadparm.c 	{"obey pam restrictions", P_BOOL, P_GLOBAL, GLOBAL_VAR(bObeyPamRestrictions), NULL, NULL},
NULL              358 source4/param/loadparm.c 	{"password server", P_LIST, P_GLOBAL, GLOBAL_VAR(szPasswordServers), NULL, NULL},
NULL              359 source4/param/loadparm.c 	{"sam database", P_STRING, P_GLOBAL, GLOBAL_VAR(szSAM_URL), NULL, NULL},
NULL              360 source4/param/loadparm.c 	{"idmap database", P_STRING, P_GLOBAL, GLOBAL_VAR(szIDMAP_URL), NULL, NULL},
NULL              361 source4/param/loadparm.c 	{"secrets database", P_STRING, P_GLOBAL, GLOBAL_VAR(szSECRETS_URL), NULL, NULL},
NULL              362 source4/param/loadparm.c 	{"spoolss database", P_STRING, P_GLOBAL, GLOBAL_VAR(szSPOOLSS_URL), NULL, NULL},
NULL              363 source4/param/loadparm.c 	{"wins config database", P_STRING, P_GLOBAL, GLOBAL_VAR(szWINS_CONFIG_URL), NULL, NULL},
NULL              364 source4/param/loadparm.c 	{"wins database", P_STRING, P_GLOBAL, GLOBAL_VAR(szWINS_URL), NULL, NULL},
NULL              365 source4/param/loadparm.c 	{"private dir", P_STRING, P_GLOBAL, GLOBAL_VAR(szPrivateDir), NULL, NULL},
NULL              366 source4/param/loadparm.c 	{"passwd chat", P_STRING, P_GLOBAL, GLOBAL_VAR(szPasswdChat), NULL, NULL},
NULL              367 source4/param/loadparm.c 	{"password level", P_INTEGER, P_GLOBAL, GLOBAL_VAR(pwordlevel), NULL, NULL},
NULL              368 source4/param/loadparm.c 	{"lanman auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bLanmanAuth), NULL, NULL},
NULL              369 source4/param/loadparm.c 	{"ntlm auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bNTLMAuth), NULL, NULL},
NULL              370 source4/param/loadparm.c 	{"client NTLMv2 auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bClientNTLMv2Auth), NULL, NULL},
NULL              371 source4/param/loadparm.c 	{"client lanman auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bClientLanManAuth), NULL, NULL},
NULL              372 source4/param/loadparm.c 	{"client plaintext auth", P_BOOL, P_GLOBAL, GLOBAL_VAR(bClientPlaintextAuth), NULL, NULL},
NULL              373 source4/param/loadparm.c 	{"client use spnego principal", P_BOOL, P_GLOBAL, GLOBAL_VAR(client_use_spnego_principal), NULL, NULL},
NULL              375 source4/param/loadparm.c 	{"read only", P_BOOL, P_LOCAL, LOCAL_VAR(bRead_only), NULL, NULL},
NULL              377 source4/param/loadparm.c 	{"create mask", P_OCTAL, P_LOCAL, LOCAL_VAR(iCreate_mask), NULL, NULL},
NULL              378 source4/param/loadparm.c 	{"force create mode", P_OCTAL, P_LOCAL, LOCAL_VAR(iCreate_force_mode), NULL, NULL}, 
NULL              379 source4/param/loadparm.c 	{"directory mask", P_OCTAL, P_LOCAL, LOCAL_VAR(iDir_mask), NULL, NULL},
NULL              380 source4/param/loadparm.c 	{"force directory mode", P_OCTAL, P_LOCAL, LOCAL_VAR(iDir_force_mode), NULL, NULL}, 
NULL              382 source4/param/loadparm.c 	{"hosts allow", P_LIST, P_LOCAL, LOCAL_VAR(szHostsallow), NULL, NULL},
NULL              383 source4/param/loadparm.c 	{"hosts deny", P_LIST, P_LOCAL, LOCAL_VAR(szHostsdeny), NULL, NULL},
NULL              385 source4/param/loadparm.c 	{"log level", P_INTEGER, P_GLOBAL, GLOBAL_VAR(debuglevel), handle_debuglevel, NULL},
NULL              386 source4/param/loadparm.c 	{"debuglevel", P_INTEGER, P_GLOBAL, GLOBAL_VAR(debuglevel), handle_debuglevel, NULL},
NULL              387 source4/param/loadparm.c 	{"log file", P_STRING, P_GLOBAL, GLOBAL_VAR(logfile), handle_logfile, NULL},
NULL              389 source4/param/loadparm.c 	{"smb ports", P_LIST, P_GLOBAL, GLOBAL_VAR(smb_ports), NULL, NULL},
NULL              390 source4/param/loadparm.c 	{"nbt port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(nbt_port), NULL, NULL},
NULL              391 source4/param/loadparm.c 	{"dgram port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(dgram_port), NULL, NULL},
NULL              392 source4/param/loadparm.c 	{"cldap port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(cldap_port), NULL, NULL},
NULL              393 source4/param/loadparm.c 	{"krb5 port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(krb5_port), NULL, NULL},
NULL              394 source4/param/loadparm.c 	{"kpasswd port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(kpasswd_port), NULL, NULL},
NULL              395 source4/param/loadparm.c 	{"web port", P_INTEGER, P_GLOBAL, GLOBAL_VAR(web_port), NULL, NULL},
NULL              396 source4/param/loadparm.c 	{"tls enabled", P_BOOL, P_GLOBAL, GLOBAL_VAR(tls_enabled), NULL, NULL},
NULL              397 source4/param/loadparm.c 	{"tls keyfile", P_STRING, P_GLOBAL, GLOBAL_VAR(tls_keyfile), NULL, NULL},
NULL              398 source4/param/loadparm.c 	{"tls certfile", P_STRING, P_GLOBAL, GLOBAL_VAR(tls_certfile), NULL, NULL},
NULL              399 source4/param/loadparm.c 	{"tls cafile", P_STRING, P_GLOBAL, GLOBAL_VAR(tls_cafile), NULL, NULL},
NULL              400 source4/param/loadparm.c 	{"tls crlfile", P_STRING, P_GLOBAL, GLOBAL_VAR(tls_crlfile), NULL, NULL},
NULL              401 source4/param/loadparm.c 	{"tls dh params file", P_STRING, P_GLOBAL, GLOBAL_VAR(tls_dhpfile), NULL, NULL},
NULL              402 source4/param/loadparm.c 	{"swat directory", P_STRING, P_GLOBAL, GLOBAL_VAR(swat_directory), NULL, NULL},
NULL              403 source4/param/loadparm.c 	{"large readwrite", P_BOOL, P_GLOBAL, GLOBAL_VAR(bLargeReadwrite), NULL, NULL},
NULL              404 source4/param/loadparm.c 	{"server max protocol", P_ENUM, P_GLOBAL, GLOBAL_VAR(srv_maxprotocol), NULL, enum_protocol},
NULL              405 source4/param/loadparm.c 	{"server min protocol", P_ENUM, P_GLOBAL, GLOBAL_VAR(srv_minprotocol), NULL, enum_protocol},
NULL              406 source4/param/loadparm.c 	{"client max protocol", P_ENUM, P_GLOBAL, GLOBAL_VAR(cli_maxprotocol), NULL, enum_protocol},
NULL              407 source4/param/loadparm.c 	{"client min protocol", P_ENUM, P_GLOBAL, GLOBAL_VAR(cli_minprotocol), NULL, enum_protocol},
NULL              408 source4/param/loadparm.c 	{"unicode", P_BOOL, P_GLOBAL, GLOBAL_VAR(bUnicode), NULL, NULL},
NULL              409 source4/param/loadparm.c 	{"read raw", P_BOOL, P_GLOBAL, GLOBAL_VAR(bReadRaw), NULL, NULL},
NULL              410 source4/param/loadparm.c 	{"write raw", P_BOOL, P_GLOBAL, GLOBAL_VAR(bWriteRaw), NULL, NULL},
NULL              411 source4/param/loadparm.c 	{"disable netbios", P_BOOL, P_GLOBAL, GLOBAL_VAR(bDisableNetbios), NULL, NULL},
NULL              413 source4/param/loadparm.c 	{"nt status support", P_BOOL, P_GLOBAL, GLOBAL_VAR(bNTStatusSupport), NULL, NULL},
NULL              415 source4/param/loadparm.c 	{"announce version", P_STRING, P_GLOBAL, GLOBAL_VAR(szAnnounceVersion), NULL, NULL},
NULL              416 source4/param/loadparm.c 	{"announce as", P_ENUM, P_GLOBAL, GLOBAL_VAR(announce_as), NULL, enum_announce_as},
NULL              417 source4/param/loadparm.c 	{"max mux", P_INTEGER, P_GLOBAL, GLOBAL_VAR(max_mux), NULL, NULL},
NULL              418 source4/param/loadparm.c 	{"max xmit", P_BYTES, P_GLOBAL, GLOBAL_VAR(max_xmit), NULL, NULL},
NULL              420 source4/param/loadparm.c 	{"name resolve order", P_LIST, P_GLOBAL, GLOBAL_VAR(szNameResolveOrder), NULL, NULL},
NULL              421 source4/param/loadparm.c 	{"max wins ttl", P_INTEGER, P_GLOBAL, GLOBAL_VAR(max_wins_ttl), NULL, NULL},
NULL              422 source4/param/loadparm.c 	{"min wins ttl", P_INTEGER, P_GLOBAL, GLOBAL_VAR(min_wins_ttl), NULL, NULL},
NULL              423 source4/param/loadparm.c 	{"time server", P_BOOL, P_GLOBAL, GLOBAL_VAR(bTimeServer), NULL, NULL},
NULL              424 source4/param/loadparm.c 	{"unix extensions", P_BOOL, P_GLOBAL, GLOBAL_VAR(bUnixExtensions), NULL, NULL},
NULL              425 source4/param/loadparm.c 	{"use spnego", P_BOOL, P_GLOBAL, GLOBAL_VAR(bUseSpnego), NULL, NULL},
NULL              426 source4/param/loadparm.c 	{"server signing", P_ENUM, P_GLOBAL, GLOBAL_VAR(server_signing), NULL, enum_smb_signing_vals}, 
NULL              427 source4/param/loadparm.c 	{"client signing", P_ENUM, P_GLOBAL, GLOBAL_VAR(client_signing), NULL, enum_smb_signing_vals}, 
NULL              428 source4/param/loadparm.c 	{"rpc big endian", P_BOOL, P_GLOBAL, GLOBAL_VAR(bRpcBigEndian), NULL, NULL},
NULL              430 source4/param/loadparm.c 	{"max connections", P_INTEGER, P_LOCAL, LOCAL_VAR(iMaxConnections), NULL, NULL},
NULL              431 source4/param/loadparm.c 	{"paranoid server security", P_BOOL, P_GLOBAL, GLOBAL_VAR(paranoid_server_security), NULL, NULL},
NULL              432 source4/param/loadparm.c 	{"socket options", P_STRING, P_GLOBAL, GLOBAL_VAR(socket_options), NULL, NULL},
NULL              434 source4/param/loadparm.c 	{"strict sync", P_BOOL, P_LOCAL, LOCAL_VAR(bStrictSync), NULL, NULL},
NULL              435 source4/param/loadparm.c 	{"case insensitive filesystem", P_BOOL, P_LOCAL, LOCAL_VAR(bCIFileSystem), NULL, NULL}, 
NULL              437 source4/param/loadparm.c 	{"max print jobs", P_INTEGER, P_LOCAL, LOCAL_VAR(iMaxPrintJobs), NULL, NULL},
NULL              438 source4/param/loadparm.c 	{"printable", P_BOOL, P_LOCAL, LOCAL_VAR(bPrint_ok), NULL, NULL},
NULL              439 source4/param/loadparm.c 	{"print ok", P_BOOL, P_LOCAL, LOCAL_VAR(bPrint_ok), NULL, NULL},
NULL              441 source4/param/loadparm.c 	{"printer name", P_STRING, P_LOCAL, LOCAL_VAR(szPrintername), NULL, NULL},
NULL              442 source4/param/loadparm.c 	{"printer", P_STRING, P_LOCAL, LOCAL_VAR(szPrintername), NULL, NULL},
NULL              444 source4/param/loadparm.c 	{"map system", P_BOOL, P_LOCAL, LOCAL_VAR(bMap_system), NULL, NULL},
NULL              445 source4/param/loadparm.c 	{"map hidden", P_BOOL, P_LOCAL, LOCAL_VAR(bMap_hidden), NULL, NULL},
NULL              446 source4/param/loadparm.c 	{"map archive", P_BOOL, P_LOCAL, LOCAL_VAR(bMap_archive), NULL, NULL},
NULL              448 source4/param/loadparm.c 	{"preferred master", P_ENUM, P_GLOBAL, GLOBAL_VAR(bPreferredMaster), NULL, enum_bool_auto},
NULL              449 source4/param/loadparm.c 	{"prefered master", P_ENUM, P_GLOBAL, GLOBAL_VAR(bPreferredMaster), NULL, enum_bool_auto},
NULL              450 source4/param/loadparm.c 	{"local master", P_BOOL, P_GLOBAL, GLOBAL_VAR(bLocalMaster), NULL, NULL},
NULL              451 source4/param/loadparm.c 	{"browseable", P_BOOL, P_LOCAL, LOCAL_VAR(bBrowseable), NULL, NULL},
NULL              452 source4/param/loadparm.c 	{"browsable", P_BOOL, P_LOCAL, LOCAL_VAR(bBrowseable), NULL, NULL},
NULL              454 source4/param/loadparm.c 	{"wins server", P_LIST, P_GLOBAL, GLOBAL_VAR(szWINSservers), NULL, NULL},
NULL              455 source4/param/loadparm.c 	{"wins support", P_BOOL, P_GLOBAL, GLOBAL_VAR(bWINSsupport), NULL, NULL},
NULL              456 source4/param/loadparm.c 	{"dns proxy", P_BOOL, P_GLOBAL, GLOBAL_VAR(bWINSdnsProxy), NULL, NULL},
NULL              457 source4/param/loadparm.c 	{"wins hook", P_STRING, P_GLOBAL, GLOBAL_VAR(szWINSHook), NULL, NULL}, 
NULL              459 source4/param/loadparm.c 	{"csc policy", P_ENUM, P_LOCAL, LOCAL_VAR(iCSCPolicy), NULL, enum_csc_policy},
NULL              461 source4/param/loadparm.c 	{"strict locking", P_BOOL, P_LOCAL, LOCAL_VAR(bStrictLocking), NULL, NULL},
NULL              462 source4/param/loadparm.c 	{"oplocks", P_BOOL, P_LOCAL, LOCAL_VAR(bOplocks), NULL, NULL},
NULL              464 source4/param/loadparm.c 	{"share backend", P_STRING, P_GLOBAL, GLOBAL_VAR(szShareBackend), NULL, NULL},
NULL              465 source4/param/loadparm.c 	{"preload", P_STRING, P_GLOBAL, GLOBAL_VAR(szAutoServices), NULL, NULL},
NULL              466 source4/param/loadparm.c 	{"auto services", P_STRING, P_GLOBAL, GLOBAL_VAR(szAutoServices), NULL, NULL},
NULL              467 source4/param/loadparm.c 	{"lock dir", P_STRING, P_GLOBAL, GLOBAL_VAR(szLockDir), NULL, NULL}, 
NULL              468 source4/param/loadparm.c 	{"lock directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szLockDir), NULL, NULL},
NULL              469 source4/param/loadparm.c 	{"modules dir", P_STRING, P_GLOBAL, GLOBAL_VAR(szModulesDir), NULL, NULL},
NULL              470 source4/param/loadparm.c 	{"pid directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szPidDir), NULL, NULL}, 
NULL              471 source4/param/loadparm.c 	{"setup directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szSetupDir), NULL, NULL},
NULL              473 source4/param/loadparm.c 	{"socket address", P_STRING, P_GLOBAL, GLOBAL_VAR(szSocketAddress), NULL, NULL},
NULL              474 source4/param/loadparm.c 	{"copy", P_STRING, P_LOCAL, LOCAL_VAR(szCopy), handle_copy, NULL},
NULL              475 source4/param/loadparm.c 	{"include", P_STRING, P_LOCAL, LOCAL_VAR(szInclude), handle_include, NULL},
NULL              477 source4/param/loadparm.c 	{"available", P_BOOL, P_LOCAL, LOCAL_VAR(bAvailable), NULL, NULL},
NULL              478 source4/param/loadparm.c 	{"volume", P_STRING, P_LOCAL, LOCAL_VAR(volume), NULL, NULL },
NULL              479 source4/param/loadparm.c 	{"fstype", P_STRING, P_LOCAL, LOCAL_VAR(fstype), NULL, NULL},
NULL              481 source4/param/loadparm.c 	{"panic action", P_STRING, P_GLOBAL, GLOBAL_VAR(panic_action), NULL, NULL},
NULL              483 source4/param/loadparm.c 	{"msdfs root", P_BOOL, P_LOCAL, LOCAL_VAR(bMSDfsRoot), NULL, NULL},
NULL              484 source4/param/loadparm.c 	{"host msdfs", P_BOOL, P_GLOBAL, GLOBAL_VAR(bHostMSDfs), NULL, NULL},
NULL              485 source4/param/loadparm.c 	{"winbind separator", P_STRING, P_GLOBAL, GLOBAL_VAR(szWinbindSeparator), NULL, NULL },
NULL              486 source4/param/loadparm.c 	{"winbindd socket directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szWinbinddSocketDirectory), NULL, NULL },
NULL              487 source4/param/loadparm.c 	{"winbindd privileged socket directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szWinbinddPrivilegedSocketDirectory), NULL, NULL },
NULL              488 source4/param/loadparm.c 	{"winbind sealed pipes", P_BOOL, P_GLOBAL, GLOBAL_VAR(bWinbindSealedPipes), NULL, NULL },
NULL              489 source4/param/loadparm.c 	{"template shell", P_STRING, P_GLOBAL, GLOBAL_VAR(szTemplateShell), NULL, NULL },
NULL              490 source4/param/loadparm.c 	{"template homedir", P_STRING, P_GLOBAL, GLOBAL_VAR(szTemplateHomedir), NULL, NULL },
NULL              491 source4/param/loadparm.c 	{"idmap trusted only", P_BOOL, P_GLOBAL, GLOBAL_VAR(bIdmapTrustedOnly), NULL, NULL},
NULL              493 source4/param/loadparm.c 	{"ntp signd socket directory", P_STRING, P_GLOBAL, GLOBAL_VAR(szNTPSignDSocketDirectory), NULL, NULL },
NULL              495 source4/param/loadparm.c 	{NULL, P_BOOL, P_NONE, 0, NULL, NULL}
NULL              563 source4/param/loadparm.c 		return NULL;
NULL              571 source4/param/loadparm.c 		if (strchr(ret,'"') != NULL)
NULL              587 source4/param/loadparm.c  const char *fn_name(struct loadparm_context *lp_ctx) {if (lp_ctx == NULL) return NULL; return lp_ctx->globals->var_name ? lp_string(lp_ctx->globals->var_name) : "";}
NULL              589 source4/param/loadparm.c  const char *fn_name(struct loadparm_context *lp_ctx) {if (lp_ctx == NULL) return NULL; return lp_ctx->globals->var_name ? lp_ctx->globals->var_name : "";}
NULL              591 source4/param/loadparm.c  const char **fn_name(struct loadparm_context *lp_ctx) {if (lp_ctx == NULL) return NULL; return lp_ctx->globals->var_name;}
NULL              593 source4/param/loadparm.c  bool fn_name(struct loadparm_context *lp_ctx) {if (lp_ctx == NULL) return false; return lp_ctx->globals->var_name;}
NULL              602 source4/param/loadparm.c  const char *fn_name(struct loadparm_service *service, struct loadparm_service *sDefault) {return(lp_string((const char *)((service != NULL && service->val != NULL) ? service->val : sDefault->val)));}
NULL              604 source4/param/loadparm.c  const char **fn_name(struct loadparm_service *service, struct loadparm_service *sDefault) {return(const char **)(service != NULL && service->val != NULL? service->val : sDefault->val);}
NULL              606 source4/param/loadparm.c  bool fn_name(struct loadparm_service *service, struct loadparm_service *sDefault) {return((service != NULL)? service->val : sDefault->val);}
NULL              608 source4/param/loadparm.c  int fn_name(struct loadparm_service *service, struct loadparm_service *sDefault) {return((service != NULL)? service->val : sDefault->val);}
NULL              754 source4/param/loadparm.c 	if (lp_ctx == NULL)
NULL              755 source4/param/loadparm.c 		return NULL;
NULL              757 source4/param/loadparm.c 	data = (service == NULL ? lp_ctx->globals->param_opt : service->param_opt);
NULL              770 source4/param/loadparm.c 	if (service != NULL) {
NULL              784 source4/param/loadparm.c 	return NULL;
NULL              799 source4/param/loadparm.c 	return strtol(s, NULL, 0);
NULL              813 source4/param/loadparm.c 	return strtoul(s, NULL, 0);
NULL              827 source4/param/loadparm.c 	return strtod(s, NULL);
NULL              866 source4/param/loadparm.c 	return NULL;
NULL              883 source4/param/loadparm.c 	if (value != NULL)
NULL              886 source4/param/loadparm.c 	return NULL;
NULL              953 source4/param/loadparm.c 	if (value != NULL)
NULL              970 source4/param/loadparm.c 	if (value != NULL)
NULL              985 source4/param/loadparm.c 	copy_service(pservice, sDefault, NULL);
NULL              997 source4/param/loadparm.c 	if (src == NULL)
NULL             1001 source4/param/loadparm.c 	if ((*dest) == NULL) {
NULL             1031 source4/param/loadparm.c 		if (service != NULL) {
NULL             1040 source4/param/loadparm.c 			service->param_opt = NULL;
NULL             1047 source4/param/loadparm.c 		if (lp_ctx->services[i] == NULL)
NULL             1058 source4/param/loadparm.c 			return NULL;
NULL             1061 source4/param/loadparm.c 			lp_ctx->services[lp_ctx->iNumServices] = NULL;
NULL             1068 source4/param/loadparm.c 	if (lp_ctx->services[i] == NULL) {
NULL             1070 source4/param/loadparm.c 		return NULL;
NULL             1072 source4/param/loadparm.c 	copy_service(lp_ctx->services[i], &tservice, NULL);
NULL             1073 source4/param/loadparm.c 	if (name != NULL)
NULL             1092 source4/param/loadparm.c 	if (service == NULL)
NULL             1123 source4/param/loadparm.c 	if (service == NULL)
NULL             1159 source4/param/loadparm.c 	if (service == NULL)
NULL             1198 source4/param/loadparm.c 	if (strchr(pszParmName, ':') == NULL)
NULL             1213 source4/param/loadparm.c 	if (parmnum == -1) return NULL;
NULL             1223 source4/param/loadparm.c 	if (service == NULL) {
NULL             1228 source4/param/loadparm.c 		else return NULL;
NULL             1244 source4/param/loadparm.c 		if (lp_ctx->services[iService] != NULL &&
NULL             1249 source4/param/loadparm.c 	return NULL;
NULL             1262 source4/param/loadparm.c 	bool bcopyall = (pcopymapDest == NULL);
NULL             1332 source4/param/loadparm.c 			if (paramo == NULL)
NULL             1427 source4/param/loadparm.c 	for (f = lp_ctx->file_lists; f != NULL; f = f->next) {
NULL             1438 source4/param/loadparm.c 		if (mod_time && ((f->modtime != mod_time) || (f->subfname == NULL) || (strcmp(n2, f->subfname) != 0))) {
NULL             1487 source4/param/loadparm.c 	if ((serviceTemp = getservicebyname(lp_ctx, pszParmValue)) != NULL) {
NULL             1529 source4/param/loadparm.c 	if (pservice->copymap == NULL) {
NULL             1560 source4/param/loadparm.c 	if (service == NULL) {
NULL             1592 source4/param/loadparm.c 	if (service == NULL) {
NULL             1633 source4/param/loadparm.c 			*(int *)parm_ptr = strtol(pszParmValue, NULL, 8);
NULL             1653 source4/param/loadparm.c 								  pszParmValue, NULL);
NULL             1706 source4/param/loadparm.c 			return lp_do_parameter_parametric(lp_ctx, NULL, pszParmName, pszParmValue, 0);
NULL             1718 source4/param/loadparm.c 	parm_ptr = lp_parm_ptr(lp_ctx, NULL, &parm_table[parmnum]);
NULL             1797 source4/param/loadparm.c 	s = talloc_vasprintf(NULL, fmt, ap);
NULL             1821 source4/param/loadparm.c 		return lp_do_parameter_parametric(lp_ctx, NULL, pszParmName,
NULL             1955 source4/param/loadparm.c 				p1 = NULL;
NULL             1957 source4/param/loadparm.c 				p2 = NULL;
NULL             1992 source4/param/loadparm.c 	if (lp_ctx->currentService != NULL)
NULL             2003 source4/param/loadparm.c 		    == NULL) {
NULL             2062 source4/param/loadparm.c 			print_parameter(&parm_table[i], lp_parm_ptr(lp_ctx, NULL, &parm_table[i]), f);
NULL             2065 source4/param/loadparm.c 	if (lp_ctx->globals->param_opt != NULL) {
NULL             2108 source4/param/loadparm.c 	if (pService->param_opt != NULL) {
NULL             2180 source4/param/loadparm.c 	return NULL;
NULL             2204 source4/param/loadparm.c 		if (lp_ctx->services[i] == NULL)
NULL             2209 source4/param/loadparm.c 			lp_ctx->services[i] = NULL;
NULL             2219 source4/param/loadparm.c 	if (lp_ctx->globals->param_opt != NULL) {
NULL             2242 source4/param/loadparm.c 	if (lp_ctx == NULL)
NULL             2243 source4/param/loadparm.c 		return NULL;
NULL             2461 source4/param/loadparm.c 	if (lp_parm_bool(lp_ctx, NULL, "socket", "testnonblock", false)) {
NULL             2512 source4/param/loadparm.c 	lp_ctx->currentService = NULL;
NULL             2518 source4/param/loadparm.c 		if (lp_ctx->currentService != NULL)
NULL             2560 source4/param/loadparm.c 	if (service != NULL) {
NULL             2595 source4/param/loadparm.c 	return NULL;
NULL             2617 source4/param/loadparm.c 	if (ret == NULL || (ret != NULL && *ret == '\0'))
NULL             2629 source4/param/loadparm.c 	int maxjobs = (service != NULL) ? service->iMaxPrintJobs : sDefault->iMaxPrintJobs;
NULL             2638 source4/param/loadparm.c 	if (lp_ctx == NULL) {
NULL             2639 source4/param/loadparm.c 		static struct smb_iconv_convenience *fallback_ic = NULL;
NULL             2640 source4/param/loadparm.c 		if (fallback_ic == NULL)
NULL             2707 source4/param/loadparm.c 	ret->version_major = lp_parm_int(lp_ctx, NULL, "server_info", "version_major", 5);
NULL             2708 source4/param/loadparm.c 	ret->version_minor = lp_parm_int(lp_ctx, NULL, "server_info", "version_minor", 2);
NULL             2709 source4/param/loadparm.c 	ret->version_build = lp_parm_int(lp_ctx, NULL, "server_info", "version_build", 3790);
NULL             2717 source4/param/loadparm.c 	if (settings == NULL)
NULL             2718 source4/param/loadparm.c 		return NULL;
NULL             2719 source4/param/loadparm.c 	SMB_ASSERT(lp_ctx != NULL);
NULL             2722 source4/param/loadparm.c 	settings->target_hostname = lp_parm_string(lp_ctx, NULL, "gensec", "target_hostname");
NULL               48 source4/param/provision.c 	if (provision_mod == NULL) {
NULL               56 source4/param/provision.c 	if (provision_dict == NULL) {
NULL               62 source4/param/provision.c 	if (provision_fn == NULL) {
NULL               74 source4/param/provision.c 		settings->invocation_id == NULL?"None":GUID_string(mem_ctx, settings->invocation_id)));
NULL               81 source4/param/provision.c 	if (configfile != NULL) {
NULL               88 source4/param/provision.c 	if (settings->targetdir != NULL)
NULL              126 source4/param/provision.c 	py_result = PyEval_CallObjectWithKeywords(provision_fn, NULL, parameters);
NULL              130 source4/param/provision.c 	if (py_result == NULL) {
NULL               51 source4/param/pyparam.c     struct parm_struct *parm = NULL;
NULL               52 source4/param/pyparam.c     void *parm_ptr = NULL;
NULL               55 source4/param/pyparam.c     if (service_name != NULL) {
NULL               59 source4/param/pyparam.c 	if (service == NULL) {
NULL               60 source4/param/pyparam.c 	    return NULL;
NULL               69 source4/param/pyparam.c 	    if (type == NULL || option == NULL) {
NULL               70 source4/param/pyparam.c 		return NULL;
NULL               73 source4/param/pyparam.c 	    if (value == NULL) {
NULL               74 source4/param/pyparam.c 		return NULL;
NULL               80 source4/param/pyparam.c 	if (parm == NULL || parm->pclass == P_GLOBAL) {
NULL               81 source4/param/pyparam.c 	    return NULL;
NULL               90 source4/param/pyparam.c 	if (type == NULL || option == NULL) {
NULL               91 source4/param/pyparam.c 	    return NULL;
NULL               93 source4/param/pyparam.c 	value = lp_get_parametric(lp_ctx, NULL, type, option);
NULL               94 source4/param/pyparam.c 	if (value == NULL)
NULL               95 source4/param/pyparam.c 	    return NULL;
NULL              100 source4/param/pyparam.c 	if (parm == NULL) {
NULL              101 source4/param/pyparam.c 	    return NULL;
NULL              103 source4/param/pyparam.c 	parm_ptr = lp_parm_ptr(lp_ctx, NULL, parm);
NULL              106 source4/param/pyparam.c     if (parm == NULL || parm_ptr == NULL) {
NULL              107 source4/param/pyparam.c 	return NULL;
NULL              127 source4/param/pyparam.c 	return NULL;
NULL              141 source4/param/pyparam.c     return NULL;
NULL              150 source4/param/pyparam.c 		return NULL;
NULL              156 source4/param/pyparam.c 		return NULL;
NULL              168 source4/param/pyparam.c 		return NULL;
NULL              176 source4/param/pyparam.c 	char *section_name = NULL;
NULL              179 source4/param/pyparam.c 		return NULL;
NULL              182 source4/param/pyparam.c 	if (ret == NULL)
NULL              191 source4/param/pyparam.c 		return NULL;
NULL              200 source4/param/pyparam.c 		return NULL;
NULL              210 source4/param/pyparam.c 		return NULL;
NULL              215 source4/param/pyparam.c 		return NULL;
NULL              226 source4/param/pyparam.c 		return NULL;
NULL              228 source4/param/pyparam.c 	path = private_path(NULL, PyLoadparmContext_AsLoadparmContext(self), name);
NULL              256 source4/param/pyparam.c 	{ NULL }
NULL              267 source4/param/pyparam.c 	if (configfile == NULL)
NULL              274 source4/param/pyparam.c 	{ discard_const_p(char, "default_service"), (getter)py_lp_ctx_default_service, NULL, NULL },
NULL              275 source4/param/pyparam.c 	{ discard_const_p(char, "configfile"), (getter)py_lp_ctx_config_file, NULL,
NULL              277 source4/param/pyparam.c 	{ NULL }
NULL              282 source4/param/pyparam.c 	return py_talloc_import(type, loadparm_init(NULL));
NULL              295 source4/param/pyparam.c 		return NULL;
NULL              298 source4/param/pyparam.c 	if (service == NULL) {
NULL              300 source4/param/pyparam.c 		return NULL;
NULL              332 source4/param/pyparam.c         lp_ctx = loadparm_init(NULL);
NULL              337 source4/param/pyparam.c             return NULL;
NULL              343 source4/param/pyparam.c         lp_ctx = loadparm_init(NULL);
NULL              357 source4/param/pyparam.c         return NULL;
NULL              369 source4/param/pyparam.c     { NULL }
NULL              380 source4/param/pyparam.c 	if (m == NULL)
NULL               46 source4/param/secrets.c 	if (secretsdb != NULL) {
NULL               67 source4/param/secrets.c 		return NULL;
NULL               98 source4/param/secrets.c 		return NULL;
NULL              103 source4/param/secrets.c 		return NULL;
NULL              111 source4/param/secrets.c 		return NULL;
NULL              117 source4/param/secrets.c 	if (ldb_connect(ldb, path, 0, NULL) != 0) {
NULL              119 source4/param/secrets.c 		return NULL;
NULL              139 source4/param/secrets.c 	const char *attrs[] = { "objectSid", NULL };
NULL              140 source4/param/secrets.c 	struct dom_sid *result = NULL;
NULL              145 source4/param/secrets.c 	if (ldb == NULL) {
NULL              147 source4/param/secrets.c 		return NULL;
NULL              159 source4/param/secrets.c 		return NULL;
NULL              165 source4/param/secrets.c 		return NULL;
NULL              172 source4/param/secrets.c 		return NULL;
NULL              176 source4/param/secrets.c 	if (v == NULL) {
NULL              179 source4/param/secrets.c 		return NULL;
NULL              182 source4/param/secrets.c 	if (result == NULL) {
NULL              184 source4/param/secrets.c 		return NULL;
NULL              187 source4/param/secrets.c 	ndr_err = ndr_pull_struct_blob(v, result, NULL, result,
NULL              192 source4/param/secrets.c 		return NULL;
NULL               81 source4/param/share.c static struct share_ops **backends = NULL;
NULL               93 source4/param/share.c 	return NULL;
NULL              103 source4/param/share.c 	if (share_backend_by_name(ops->name) != NULL) {
NULL              121 source4/param/share.c 	backends[i + 1] = NULL;
NULL              108 source4/param/share.h #define SHARE_HOST_ALLOW_DEFAULT	NULL
NULL              109 source4/param/share.h #define SHARE_HOST_DENY_DEFAULT		NULL
NULL              110 source4/param/share.h #define SHARE_VOLUME_DEFAULT		NULL
NULL               58 source4/param/share_classic.c 			return NULL;
NULL              190 source4/param/share_classic.c 		return s != NULL;
NULL              251 source4/param/share_classic.c 			return NULL;
NULL              277 source4/param/share_classic.c 	return NULL;
NULL              322 source4/param/share_classic.c 	if (service == NULL) {
NULL               46 source4/param/share_ldb.c 			       NULL, 0, NULL);
NULL               64 source4/param/share_ldb.c 	if (scfg == NULL) return defval;
NULL               73 source4/param/share_ldb.c 			return NULL;
NULL               83 source4/param/share_ldb.c 	if (el == NULL) {
NULL               95 source4/param/share_ldb.c        	val = sldb_string_option(scfg, opt_name, NULL);
NULL               96 source4/param/share_ldb.c 	if (val == NULL) return defval;
NULL               99 source4/param/share_ldb.c 	ret = (int)strtol(val, NULL, 10);
NULL              109 source4/param/share_ldb.c        	val = sldb_string_option(scfg, opt_name, NULL);
NULL              110 source4/param/share_ldb.c 	if (val == NULL) return defval;
NULL              124 source4/param/share_ldb.c 	if (scfg == NULL) return NULL;
NULL              133 source4/param/share_ldb.c 			return NULL;
NULL              143 source4/param/share_ldb.c 	if (el == NULL) {
NULL              144 source4/param/share_ldb.c 		return NULL;
NULL              148 source4/param/share_ldb.c 	if (!list) return NULL;
NULL              153 source4/param/share_ldb.c 	list[i] = NULL;
NULL              178 source4/param/share_ldb.c 			 LDB_SCOPE_SUBTREE, NULL, "(name=*)");
NULL              192 source4/param/share_ldb.c 		n[j] = talloc_strdup(n, ldb_msg_find_attr_as_string(res->msgs[i], "name", NULL));
NULL              227 source4/param/share_ldb.c 				 ldb_dn_new(tmp_ctx, ldb, "CN=SHARES"), LDB_SCOPE_SUBTREE, NULL,
NULL              244 source4/param/share_ldb.c 	s->name = talloc_strdup(s, ldb_msg_find_attr_as_string(res->msgs[0], "name", NULL));
NULL              283 source4/param/share_ldb.c 	err = ldb_msg_add_value(msg, name, value, NULL); \
NULL              311 source4/param/share_ldb.c 	tmp_ctx = talloc_new(NULL);
NULL              388 source4/param/share_ldb.c 	err = ldb_msg_add_empty(msg, name, LDB_FLAG_MOD_REPLACE, NULL); \
NULL              402 source4/param/share_ldb.c 	err = ldb_msg_add_empty(msg, name, LDB_FLAG_MOD_REPLACE, NULL); \
NULL              416 source4/param/share_ldb.c 	err = ldb_msg_add_empty(msg, name, LDB_FLAG_MOD_REPLACE, NULL); \
NULL              422 source4/param/share_ldb.c 	err = ldb_msg_add_value(msg, name, value, NULL); \
NULL              443 source4/param/share_ldb.c 	tmp_ctx = talloc_new(NULL);
NULL              546 source4/param/share_ldb.c 	tmp_ctx = talloc_new(NULL);
NULL               28 source4/param/tests/loadparm.c 	torture_assert(tctx, lp_ctx != NULL, "lp_ctx");
NULL               80 source4/param/tests/loadparm.c 	torture_assert_str_equal(tctx, lp_parm_string(lp_ctx, NULL, "some", "thing"), "blaat", 
NULL               89 source4/param/tests/loadparm.c 	torture_assert(tctx, lp_parm_double(lp_ctx, NULL, "some", "thing", 2.0) == 3.4, 
NULL               91 source4/param/tests/loadparm.c 	torture_assert(tctx, lp_parm_double(lp_ctx, NULL, "some", "bla", 2.0) == 2.0, 
NULL              100 source4/param/tests/loadparm.c 	torture_assert(tctx, lp_parm_bool(lp_ctx, NULL, "some", "thing", false) == true, 
NULL              102 source4/param/tests/loadparm.c 	torture_assert(tctx, lp_parm_bool(lp_ctx, NULL, "some", "bla", true) == true, 
NULL              111 source4/param/tests/loadparm.c 	torture_assert_int_equal(tctx, lp_parm_int(lp_ctx, NULL, "some", "thing", 20), 34, 
NULL              113 source4/param/tests/loadparm.c 	torture_assert_int_equal(tctx, lp_parm_int(lp_ctx, NULL, "some", "bla", 42), 42, 
NULL              122 source4/param/tests/loadparm.c 	torture_assert_int_equal(tctx, lp_parm_bytes(lp_ctx, NULL, "some", "thing", 20), 16 * 1024, 
NULL              124 source4/param/tests/loadparm.c 	torture_assert_int_equal(tctx, lp_parm_bytes(lp_ctx, NULL, "some", "bla", 42), 42, 
NULL               86 source4/param/tests/share.c 	status = share_create(ctx, "bla", NULL, 0);
NULL               96 source4/param/tests/share.c 				      share_create(ctx, NULL, NULL, 0),
NULL              171 source4/param/tests/share.c 	torture_tcase_add_test_const(tcase, "list_empty", test_list_empty,NULL);
NULL              172 source4/param/tests/share.c 	torture_tcase_add_test_const(tcase, "share_create", test_create, NULL);
NULL              174 source4/param/tests/share.c 			NULL);
NULL              176 source4/param/tests/share.c 			test_share_remove_invalid, NULL);
NULL              178 source4/param/tests/share.c 			test_create_invalid, NULL);
NULL              180 source4/param/tests/share.c 			test_double_create, NULL);
NULL               75 source4/param/util.c 	if (name == NULL) {
NULL               76 source4/param/util.c 		return NULL;
NULL              109 source4/param/util.c 	if (config_dir == NULL) {
NULL              113 source4/param/util.c 	if (p == NULL) {
NULL              114 source4/param/util.c 		return NULL;
NULL              135 source4/param/util.c 	if (name == NULL) {
NULL              136 source4/param/util.c 		return NULL;
NULL              161 source4/param/util.c 	if (name == NULL) {
NULL              180 source4/param/util.c 	if (handle == NULL) {
NULL              182 source4/param/util.c 		return NULL;
NULL              187 source4/param/util.c 	if (init_fn == NULL) {
NULL              192 source4/param/util.c 		return NULL;
NULL              210 source4/param/util.c 	ret[0] = NULL;
NULL              213 source4/param/util.c 	if (dir == NULL) {
NULL              215 source4/param/util.c 		return NULL;
NULL              228 source4/param/util.c 			ret[success] = NULL;
NULL              249 source4/param/util.c 	if (fns == NULL)
NULL              295 source4/param/util.c 		lp_parm_bool(lp_ctx, NULL, "iconv", "native", true));
NULL               41 source4/rpc_server/common/server_info.c 	id = lp_parm_int(dce_ctx->lp_ctx, NULL, "server_info", "platform_id", PLATFORM_ID_NT);
NULL              102 source4/rpc_server/common/server_info.c 			if (samctx == NULL) {
NULL               93 source4/rpc_server/common/share_info.c 		return NULL;
NULL              112 source4/rpc_server/common/share_info.c 	return NULL;
NULL               75 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL               88 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL              113 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL              138 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL              152 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL              178 source4/rpc_server/dcerpc_server.c 	if ((ep=find_endpoint(dce_ctx, binding))==NULL) {
NULL              200 source4/rpc_server/dcerpc_server.c 	if (find_interface(ep, iface)!=NULL) {
NULL              218 source4/rpc_server/dcerpc_server.c 	if (sd != NULL) {
NULL              222 source4/rpc_server/dcerpc_server.c 		if (ep->sd == NULL) {
NULL              230 source4/rpc_server/dcerpc_server.c 		if (ep->sd != NULL) {
NULL              320 source4/rpc_server/dcerpc_server.c 	p->contexts = NULL;
NULL              321 source4/rpc_server/dcerpc_server.c 	p->call_list = NULL;
NULL              323 source4/rpc_server/dcerpc_server.c 	p->incoming_fragmented_call_list = NULL;
NULL              324 source4/rpc_server/dcerpc_server.c 	p->pending_call_list = NULL;
NULL              326 source4/rpc_server/dcerpc_server.c 	p->partial_input = data_blob(NULL, 0);
NULL              327 source4/rpc_server/dcerpc_server.c 	p->auth_state.auth_info = NULL;
NULL              328 source4/rpc_server/dcerpc_server.c 	p->auth_state.gensec_security = NULL;
NULL              460 source4/rpc_server/dcerpc_server.c 	status = ncacn_push_auth(&rep->blob, call, lp_iconv_convenience(call->conn->dce_ctx->lp_ctx), &pkt, NULL);
NULL              499 source4/rpc_server/dcerpc_server.c 	status = ncacn_push_auth(&rep->blob, call, lp_iconv_convenience(call->conn->dce_ctx->lp_ctx), &pkt, NULL);
NULL              549 source4/rpc_server/dcerpc_server.c 	    lp_parm_bool(call->conn->dce_ctx->lp_ctx, NULL, "dcesrv","assoc group checking", true) &&
NULL              562 source4/rpc_server/dcerpc_server.c 	if (dcesrv_find_context(call->conn, context_id) != NULL) {
NULL              581 source4/rpc_server/dcerpc_server.c 	if (iface == NULL) {
NULL              595 source4/rpc_server/dcerpc_server.c 		if (context == NULL) {
NULL              606 source4/rpc_server/dcerpc_server.c 		context->private_data = NULL;
NULL              607 source4/rpc_server/dcerpc_server.c 		context->handles = NULL;
NULL              619 source4/rpc_server/dcerpc_server.c 			context->iface = NULL;
NULL              621 source4/rpc_server/dcerpc_server.c 			call->context = NULL;
NULL              631 source4/rpc_server/dcerpc_server.c 	    lp_parm_bool(call->conn->dce_ctx->lp_ctx, NULL, "dcesrv","header signing", false)) {
NULL              639 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              675 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              681 source4/rpc_server/dcerpc_server.c 	pkt.u.bind_ack.auth_info = data_blob(NULL, 0);
NULL              686 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              693 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              700 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              754 source4/rpc_server/dcerpc_server.c 	if (iface == NULL) {
NULL              763 source4/rpc_server/dcerpc_server.c 	if (context == NULL) {
NULL              770 source4/rpc_server/dcerpc_server.c 	context->private_data = NULL;
NULL              771 source4/rpc_server/dcerpc_server.c 	context->handles = NULL;
NULL              779 source4/rpc_server/dcerpc_server.c 		context->iface = NULL;
NULL              781 source4/rpc_server/dcerpc_server.c 		call->context = NULL;
NULL              823 source4/rpc_server/dcerpc_server.c 	    lp_parm_bool(call->conn->dce_ctx->lp_ctx, NULL, "dcesrv","assoc group checking", true) &&
NULL              851 source4/rpc_server/dcerpc_server.c 	pkt.u.alter_resp.auth_info = data_blob(NULL, 0);
NULL              899 source4/rpc_server/dcerpc_server.c 	if (context == NULL) {
NULL             1055 source4/rpc_server/dcerpc_server.c 		return NULL;
NULL             1064 source4/rpc_server/dcerpc_server.c 		return NULL;
NULL             1333 source4/rpc_server/dcerpc_server.c 	if (call->replies == NULL) {
NULL             1357 source4/rpc_server/dcerpc_server.c 	dce_ctx->endpoint_list	= NULL;
NULL             1385 source4/rpc_server/dcerpc_server.c } *ep_servers = NULL;
NULL             1400 source4/rpc_server/dcerpc_server.c 	if (dcesrv_ep_server_byname(ep_server->name) != NULL) {
NULL             1436 source4/rpc_server/dcerpc_server.c 	return NULL;
NULL             1463 source4/rpc_server/dcerpc_server.c 	shared_init = load_samba_modules(NULL, lp_ctx, "dcerpc_server");
NULL               48 source4/rpc_server/dcesrv_auth.c 		dce_conn->auth_state.auth_info = NULL;
NULL               58 source4/rpc_server/dcesrv_auth.c 				       call, NULL,
NULL               77 source4/rpc_server/dcesrv_auth.c 		server_credentials = NULL;
NULL               84 source4/rpc_server/dcesrv_auth.c 					   NULL,
NULL              168 source4/rpc_server/dcesrv_auth.c 				       call, NULL,
NULL              226 source4/rpc_server/dcesrv_auth.c 				       call, NULL,
NULL              417 source4/rpc_server/dcesrv_auth.c 		status = ncacn_push_auth(blob, call, lp_iconv_convenience(dce_conn->dce_ctx->lp_ctx), pkt, NULL);
NULL              431 source4/rpc_server/dcesrv_auth.c 		status = ncacn_push_auth(blob, call, lp_iconv_convenience(dce_conn->dce_ctx->lp_ctx), pkt, NULL);
NULL              435 source4/rpc_server/dcesrv_auth.c 		status = ncacn_push_auth(blob, call, lp_iconv_convenience(dce_conn->dce_ctx->lp_ctx), pkt, NULL);
NULL              468 source4/rpc_server/dcesrv_auth.c 	dce_conn->auth_state.auth_info->credentials = data_blob(NULL, 0);
NULL               39 source4/rpc_server/dcesrv_mgmt.c 	vector->if_id = NULL;
NULL               44 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	static const char *site_attrs[] = { "objectGUID", NULL };
NULL               47 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	static const char *ntds_attrs[] = { "ms-DS-ReplicationEpoch", NULL };
NULL               52 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	r->out.bind_info = NULL;
NULL              411 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 			if (msg == NULL) {
NULL              491 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 		return NULL;
NULL              496 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	return NULL;
NULL              509 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_account_1[] = { "cn", "dnsHostName", NULL };
NULL              510 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_account_2[] = { "cn", "dnsHostName", "objectGUID", NULL };
NULL              512 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_none[] = { NULL };
NULL              514 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_site[] = { "objectGUID", NULL };
NULL              516 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_ntds[] = { "options", "objectGUID", NULL };
NULL              518 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_1[] = { "serverReference", "cn", "dnsHostName", NULL };
NULL              519 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 	const char *attrs_2[] = { "serverReference", "cn", "dnsHostName", "objectGUID", NULL };
NULL              586 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 					= ldb_msg_find_attr_as_string(res_account->msgs[0], "dNSHostName", NULL);
NULL              588 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 					= ldb_msg_find_attr_as_string(res_account->msgs[0], "cn", NULL);
NULL              682 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 					= ldb_msg_find_attr_as_string(res_account->msgs[0], "dNSHostName", NULL);
NULL              684 source4/rpc_server/drsuapi/dcesrv_drsuapi.c 					= ldb_msg_find_attr_as_string(res_account->msgs[0], "cn", NULL);
NULL              128 source4/rpc_server/echo/rpc_echo.c 		r->out.data = NULL;
NULL               50 source4/rpc_server/epmapper/rpc_epmapper.c 	*eps = NULL;
NULL              136 source4/rpc_server/epmapper/rpc_epmapper.c 		r->out.entries = NULL;
NULL              237 source4/rpc_server/epmapper/rpc_epmapper.c 	r->out.towers->twr = NULL;
NULL               46 source4/rpc_server/handles.c 		return NULL;
NULL               48 source4/rpc_server/handles.c 	h->data = NULL;
NULL               83 source4/rpc_server/handles.c 				return NULL;
NULL               89 source4/rpc_server/handles.c 	return NULL;
NULL              249 source4/rpc_server/lsa/dcesrv_lsa.c 		if (r->out.privs->privs == NULL) {
NULL              315 source4/rpc_server/lsa/dcesrv_lsa.c 		const char *domain = NULL;
NULL              316 source4/rpc_server/lsa/dcesrv_lsa.c 		const char *dns_domain = NULL;
NULL              317 source4/rpc_server/lsa/dcesrv_lsa.c 		const char *forest = NULL;
NULL              439 source4/rpc_server/lsa/dcesrv_lsa.c 	*r->out.info = NULL;
NULL              493 source4/rpc_server/lsa/dcesrv_lsa.c 		*r->out.info = NULL;
NULL              497 source4/rpc_server/lsa/dcesrv_lsa.c 	*r->out.info = NULL;
NULL              569 source4/rpc_server/lsa/dcesrv_lsa.c 	if (astate == NULL) {
NULL              574 source4/rpc_server/lsa/dcesrv_lsa.c 	if (astate->account_sid == NULL) {
NULL              606 source4/rpc_server/lsa/dcesrv_lsa.c 	const char * const attrs[] = { "objectSid", NULL};
NULL              616 source4/rpc_server/lsa/dcesrv_lsa.c 	ret = gendb_search(state->sam_ldb, mem_ctx, NULL, &res, attrs, 
NULL              636 source4/rpc_server/lsa/dcesrv_lsa.c 	if (r->out.sids->sids == NULL) {
NULL              670 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL              675 source4/rpc_server/lsa/dcesrv_lsa.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              778 source4/rpc_server/lsa/dcesrv_lsa.c 		trustAuthIncoming = data_blob(NULL, 0);
NULL              817 source4/rpc_server/lsa/dcesrv_lsa.c 		trustAuthOutgoing = data_blob(NULL, 0);
NULL              858 source4/rpc_server/lsa/dcesrv_lsa.c 	if (msg == NULL) {
NULL              893 source4/rpc_server/lsa/dcesrv_lsa.c 		ret = ldb_msg_add_value(msg, "trustAuthIncoming", &trustAuthIncoming, NULL);
NULL              900 source4/rpc_server/lsa/dcesrv_lsa.c 		ret = ldb_msg_add_value(msg, "trustAuthOutgoing", &trustAuthOutgoing, NULL);
NULL              936 source4/rpc_server/lsa/dcesrv_lsa.c 		if (msg_user == NULL) {
NULL              977 source4/rpc_server/lsa/dcesrv_lsa.c 					ret = ldb_msg_add_value(msg_user, "clearTextPassword", &new_password, NULL);
NULL             1071 source4/rpc_server/lsa/dcesrv_lsa.c 	r2.in.info->domain_name.string = NULL;
NULL             1100 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             1138 source4/rpc_server/lsa/dcesrv_lsa.c 	trusted_domain_state->trusted_domain_user_dn = NULL;
NULL             1141 source4/rpc_server/lsa/dcesrv_lsa.c 		const char *flatname = ldb_binary_encode_string(mem_ctx, ldb_msg_find_attr_as_string(msgs[0], "flatname", NULL));
NULL             1181 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             1296 source4/rpc_server/lsa/dcesrv_lsa.c 		= ldb_msg_find_attr_as_string(msg, "trustPartner", NULL);
NULL             1298 source4/rpc_server/lsa/dcesrv_lsa.c 		= ldb_msg_find_attr_as_string(msg, "flatname", NULL);
NULL             1316 source4/rpc_server/lsa/dcesrv_lsa.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             1330 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             1354 source4/rpc_server/lsa/dcesrv_lsa.c 			= samdb_result_string(msg, "flatname", NULL);					   
NULL             1363 source4/rpc_server/lsa/dcesrv_lsa.c 			= ldb_msg_find_attr_as_string(msg, "flatname", NULL);
NULL             1390 source4/rpc_server/lsa/dcesrv_lsa.c 		*r->out.info = NULL;
NULL             1395 source4/rpc_server/lsa/dcesrv_lsa.c 		*r->out.info = NULL;
NULL             1525 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             1533 source4/rpc_server/lsa/dcesrv_lsa.c 	r->out.domains->domains = NULL;
NULL             1555 source4/rpc_server/lsa/dcesrv_lsa.c 		entries[i].name.string = samdb_result_string(domains[i], "flatname", NULL);
NULL             1610 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             1618 source4/rpc_server/lsa/dcesrv_lsa.c 	r->out.domains->domains = NULL;
NULL             1690 source4/rpc_server/lsa/dcesrv_lsa.c 	if (astate == NULL) {
NULL             1695 source4/rpc_server/lsa/dcesrv_lsa.c 	if (astate->account_sid == NULL) {
NULL             1728 source4/rpc_server/lsa/dcesrv_lsa.c 	const char * const attrs[] = { "privilege", NULL};
NULL             1738 source4/rpc_server/lsa/dcesrv_lsa.c 	if (privs == NULL) {
NULL             1743 source4/rpc_server/lsa/dcesrv_lsa.c 	privs->set = NULL;
NULL             1748 source4/rpc_server/lsa/dcesrv_lsa.c 	if (sidstr == NULL) {
NULL             1752 source4/rpc_server/lsa/dcesrv_lsa.c 	ret = gendb_search(astate->policy->sam_ldb, mem_ctx, NULL, &res, attrs, 
NULL             1759 source4/rpc_server/lsa/dcesrv_lsa.c 	if (el == NULL || el->num_values == 0) {
NULL             1765 source4/rpc_server/lsa/dcesrv_lsa.c 	if (privs->set == NULL) {
NULL             1795 source4/rpc_server/lsa/dcesrv_lsa.c 	const char * const attrs[] = { "privilege", NULL};
NULL             1804 source4/rpc_server/lsa/dcesrv_lsa.c 	if (sidstr == NULL) {
NULL             1808 source4/rpc_server/lsa/dcesrv_lsa.c 	ret = gendb_search(state->sam_ldb, mem_ctx, NULL, &res, attrs, 
NULL             1824 source4/rpc_server/lsa/dcesrv_lsa.c 	if (el == NULL || el->num_values == 0) {
NULL             1831 source4/rpc_server/lsa/dcesrv_lsa.c 	if (r->out.rights->names == NULL) {
NULL             1861 source4/rpc_server/lsa/dcesrv_lsa.c 	if (sidstr == NULL) {
NULL             1866 source4/rpc_server/lsa/dcesrv_lsa.c 	if (msg == NULL) {
NULL             1871 source4/rpc_server/lsa/dcesrv_lsa.c 				  NULL, "objectSid=%s", sidstr);
NULL             1872 source4/rpc_server/lsa/dcesrv_lsa.c 	if (msg->dn == NULL) {
NULL             1885 source4/rpc_server/lsa/dcesrv_lsa.c 	if (ldb_msg_add_empty(msg, "privilege", ldb_flag, NULL)) {
NULL             1960 source4/rpc_server/lsa/dcesrv_lsa.c 	if (rights.names == NULL) {
NULL             1969 source4/rpc_server/lsa/dcesrv_lsa.c 		if (rights.names[i].string == NULL) {
NULL             1998 source4/rpc_server/lsa/dcesrv_lsa.c 	    r->in.privs == NULL) {
NULL             2022 source4/rpc_server/lsa/dcesrv_lsa.c 	if (rights->names == NULL) {
NULL             2031 source4/rpc_server/lsa/dcesrv_lsa.c 		if (rights->names[i].string == NULL) {
NULL             2079 source4/rpc_server/lsa/dcesrv_lsa.c 	privs->set = NULL;
NULL             2134 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             2167 source4/rpc_server/lsa/dcesrv_lsa.c 	if (msg == NULL) {
NULL             2287 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             2413 source4/rpc_server/lsa/dcesrv_lsa.c 	if (msg == NULL) {
NULL             2460 source4/rpc_server/lsa/dcesrv_lsa.c 			NULL
NULL             2574 source4/rpc_server/lsa/dcesrv_lsa.c 		NULL
NULL             2730 source4/rpc_server/lsa/dcesrv_lsa.c 	if (privname == NULL) {
NULL             2735 source4/rpc_server/lsa/dcesrv_lsa.c 	if (name == NULL) {
NULL             2756 source4/rpc_server/lsa/dcesrv_lsa.c 	struct lsa_StringLarge *disp_name = NULL;
NULL             2769 source4/rpc_server/lsa/dcesrv_lsa.c 	if (disp_name == NULL) {
NULL             2774 source4/rpc_server/lsa/dcesrv_lsa.c 	if (disp_name->string == NULL) {
NULL             2796 source4/rpc_server/lsa/dcesrv_lsa.c 	const char * const attrs[] = { "objectSid", NULL};
NULL             2803 source4/rpc_server/lsa/dcesrv_lsa.c 	if (r->in.name == NULL) {
NULL             2812 source4/rpc_server/lsa/dcesrv_lsa.c 	ret = gendb_search(state->sam_ldb, mem_ctx, NULL, &res, attrs, 
NULL             2822 source4/rpc_server/lsa/dcesrv_lsa.c 	if (r->out.sids->sids == NULL) {
NULL             2906 source4/rpc_server/lsa/dcesrv_lsa.c 	struct lsa_String *_authority_name = NULL;
NULL             2975 source4/rpc_server/lsa/dcesrv_lsa.c 		*r->out.info = NULL;
NULL             2987 source4/rpc_server/lsa/dcesrv_lsa.c 			*r->out.info = NULL;
NULL             3001 source4/rpc_server/lsa/dcesrv_lsa.c 		*r->out.info = NULL;
NULL               36 source4/rpc_server/lsa/lsa_init.c 		NULL
NULL               43 source4/rpc_server/lsa/lsa_init.c 		NULL
NULL               54 source4/rpc_server/lsa/lsa_init.c 	if (state->sam_ldb == NULL) {
NULL               75 source4/rpc_server/lsa/lsa_init.c 			 state->domain_dn, LDB_SCOPE_BASE, dom_attrs, NULL);
NULL              111 source4/rpc_server/lsa/lsa_init.c 	state->domain_name = ldb_msg_find_attr_as_string(ref_res->msgs[0], "nETBIOSName", NULL);
NULL              118 source4/rpc_server/lsa/lsa_init.c 	state->domain_dns = ldb_msg_find_attr_as_string(ref_res->msgs[0], "dnsRoot", NULL);
NULL              141 source4/rpc_server/lsa/lsa_init.c 	state->forest_dns = ldb_msg_find_attr_as_string(forest_ref_res->msgs[0], "dnsRoot", NULL);
NULL              202 source4/rpc_server/lsa/lsa_init.c 	if (r->in.attr != NULL &&
NULL              203 source4/rpc_server/lsa/lsa_init.c 	    r->in.attr->root_dir != NULL) {
NULL              242 source4/rpc_server/lsa/lsa_init.c 	r2.in.system_name = NULL;
NULL              190 source4/rpc_server/lsa/lsa_lookup.c 		.sid = NULL,
NULL              247 source4/rpc_server/lsa/lsa_lookup.c 	const char * const attrs[] = { "objectSid", "sAMAccountType", NULL};
NULL              256 source4/rpc_server/lsa/lsa_lookup.c 	if (p != NULL) {
NULL              269 source4/rpc_server/lsa/lsa_lookup.c 		domain = NULL;
NULL              275 source4/rpc_server/lsa/lsa_lookup.c 		status = lookup_well_known_names(mem_ctx, NULL, username, authority_name, sid, rtype);
NULL              364 source4/rpc_server/lsa/lsa_lookup.c 		if (domain_sid == NULL) {
NULL              386 source4/rpc_server/lsa/lsa_lookup.c 		if (*sid == NULL) {
NULL              426 source4/rpc_server/lsa/lsa_lookup.c 		if (authority_sid == NULL) {
NULL              446 source4/rpc_server/lsa/lsa_lookup.c 	if (domains->domains == NULL) {
NULL              471 source4/rpc_server/lsa/lsa_lookup.c 	const char * const attrs[] = { "sAMAccountName", "sAMAccountType", "cn", NULL};
NULL              495 source4/rpc_server/lsa/lsa_lookup.c 		*name = ldb_msg_find_attr_as_string(res[0], "sAMAccountName", NULL);
NULL              497 source4/rpc_server/lsa/lsa_lookup.c 			*name = ldb_msg_find_attr_as_string(res[0], "cn", NULL);
NULL              525 source4/rpc_server/lsa/lsa_lookup.c 	struct lsa_RefDomainList *domains = NULL;
NULL              534 source4/rpc_server/lsa/lsa_lookup.c 	*r->out.domains = NULL;
NULL              548 source4/rpc_server/lsa/lsa_lookup.c 	if (domains == NULL) {
NULL              554 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.names == NULL) {
NULL              562 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.names->names == NULL) {
NULL              581 source4/rpc_server/lsa/lsa_lookup.c 		if (sid_str == NULL) {
NULL              646 source4/rpc_server/lsa/lsa_lookup.c 	pol.in.attr = NULL;
NULL              647 source4/rpc_server/lsa/lsa_lookup.c 	pol.in.system_name = NULL;
NULL              691 source4/rpc_server/lsa/lsa_lookup.c 	r2.in.names    = NULL;
NULL              697 source4/rpc_server/lsa/lsa_lookup.c 	r2.out.names   = NULL;
NULL              706 source4/rpc_server/lsa/lsa_lookup.c 		r->out.names = NULL;
NULL              711 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.names == NULL) {
NULL              717 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.names->names == NULL) {
NULL              752 source4/rpc_server/lsa/lsa_lookup.c 	*r->out.domains = NULL;
NULL              755 source4/rpc_server/lsa/lsa_lookup.c 	if (domains == NULL) {
NULL              761 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids == NULL) {
NULL              769 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids->sids == NULL) {
NULL              784 source4/rpc_server/lsa/lsa_lookup.c 		r->out.sids->sids[i].sid         = NULL;
NULL              841 source4/rpc_server/lsa/lsa_lookup.c 	pol.in.attr = NULL;
NULL              842 source4/rpc_server/lsa/lsa_lookup.c 	pol.in.system_name = NULL;
NULL              884 source4/rpc_server/lsa/lsa_lookup.c 	*r->out.domains = NULL;
NULL              896 source4/rpc_server/lsa/lsa_lookup.c 	if (domains == NULL) {
NULL              902 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids == NULL) {
NULL              910 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids->sids == NULL) {
NULL              976 source4/rpc_server/lsa/lsa_lookup.c 	r2.in.sids      = NULL;
NULL              985 source4/rpc_server/lsa/lsa_lookup.c 	if (r2.out.sids == NULL) {
NULL              990 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids == NULL) {
NULL              996 source4/rpc_server/lsa/lsa_lookup.c 	if (r->out.sids->sids == NULL) {
NULL               59 source4/rpc_server/netlogon/dcerpc_netlogon.c 		dce_call->context->private_data = NULL;
NULL               90 source4/rpc_server/netlogon/dcerpc_netlogon.c 			       "objectSid", NULL};
NULL               92 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char *trust_dom_attrs[] = {"flatname", NULL};
NULL              136 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL              154 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   mem_ctx, NULL, &msgs,
NULL              170 source4/rpc_server/netlogon/dcerpc_netlogon.c 		flatname = ldb_msg_find_attr_as_string(msgs[0], "flatname", NULL);
NULL              187 source4/rpc_server/netlogon/dcerpc_netlogon.c 				   NULL, &msgs, attrs,
NULL              237 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (mach_pwd == NULL) {
NULL              398 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL              407 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   NULL, /* Don't have plaintext */
NULL              408 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   NULL, r->in.new_password,
NULL              410 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   NULL, NULL);
NULL              435 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL              452 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   NULL, NULL,
NULL              454 source4/rpc_server/netlogon/dcerpc_netlogon.c 					   NULL, NULL);
NULL              504 source4/rpc_server/netlogon/dcerpc_netlogon.c 	user_info->remote_host = NULL;
NULL              596 source4/rpc_server/netlogon/dcerpc_netlogon.c 			if ((kdc == NULL) || (kdc[0].id == 0)) {
NULL              842 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char * const attrs[] = { NULL };
NULL              852 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL              858 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (domain_dn == NULL) {
NULL             1048 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->forest.string = NULL;
NULL             1051 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->forest.string = samdb_result_string(ref_res, "dnsRoot", NULL);
NULL             1055 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->domainname.string = samdb_result_string(ref_res, "nETBIOSName", NULL);
NULL             1056 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->fulldomainname.string = samdb_result_string(ref_res, "dnsRoot", NULL);
NULL             1060 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->domainname.string = samdb_result_string(res, "flatName", NULL);
NULL             1061 source4/rpc_server/netlogon/dcerpc_netlogon.c 		info->fulldomainname.string = samdb_result_string(res, "trustPartner", NULL);
NULL             1081 source4/rpc_server/netlogon/dcerpc_netlogon.c 				       "trustPartner", NULL };
NULL             1082 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char * const ref_attrs[] = { "nETBIOSName", "dnsRoot", NULL };
NULL             1096 source4/rpc_server/netlogon/dcerpc_netlogon.c 					      NULL);
NULL             1103 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL             1128 source4/rpc_server/netlogon/dcerpc_netlogon.c 	local_domain = samdb_result_string(ref_res[0], "nETBIOSName", NULL);
NULL             1130 source4/rpc_server/netlogon/dcerpc_netlogon.c 	ret2 = gendb_search(sam_ctx, mem_ctx, NULL, &res2, attrs, "(objectClass=trustedDomain)");
NULL             1150 source4/rpc_server/netlogon/dcerpc_netlogon.c 		status = fill_domain_trust_info(mem_ctx, res2[i], NULL, &info1->trusts[i], 
NULL             1159 source4/rpc_server/netlogon/dcerpc_netlogon.c 	info1->dns_hostname.string = samdb_result_string(ref_res[0], "dnsRoot", NULL);
NULL             1207 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char * const attrs[] = { "objectGUID", NULL };
NULL             1217 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL             1223 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (r->in.domain_name == NULL || strcasecmp(r->in.domain_name, lp_workgroup(dce_call->conn->dce_ctx->lp_ctx)) == 0) {
NULL             1230 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (domain_dn == NULL) {
NULL             1289 source4/rpc_server/netlogon/dcerpc_netlogon.c 	r2.in.client_account = NULL;
NULL             1314 source4/rpc_server/netlogon/dcerpc_netlogon.c 	r2.in.client_account = NULL;
NULL             1319 source4/rpc_server/netlogon/dcerpc_netlogon.c 	r2.in.site_name = NULL; /* should fill in from site GUID */
NULL             1377 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char * const dom_attrs[] = { "objectSid", "objectGUID", NULL };
NULL             1378 source4/rpc_server/netlogon/dcerpc_netlogon.c 	const char * const ref_attrs[] = { "nETBIOSName", "dnsRoot", NULL };
NULL             1384 source4/rpc_server/netlogon/dcerpc_netlogon.c 	if (sam_ctx == NULL) {
NULL             1391 source4/rpc_server/netlogon/dcerpc_netlogon.c 	ret = gendb_search_dn((struct ldb_context *)sam_ctx, mem_ctx, NULL,
NULL             1423 source4/rpc_server/netlogon/dcerpc_netlogon.c 	trusts->array[0].netbios_name = samdb_result_string(ref_res[0], "nETBIOSName", NULL);
NULL             1424 source4/rpc_server/netlogon/dcerpc_netlogon.c 	trusts->array[0].dns_name     = samdb_result_string(ref_res[0], "dnsRoot", NULL);
NULL               43 source4/rpc_server/remote/dcesrv_remote.c 	const char *binding = lp_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "dcerpc_remote", "binding");
NULL               48 source4/rpc_server/remote/dcesrv_remote.c 	machine_account = lp_parm_bool(dce_call->conn->dce_ctx->lp_ctx, NULL, "dcerpc_remote", "use_machine_account", false);
NULL               55 source4/rpc_server/remote/dcesrv_remote.c 	priv->c_pipe = NULL;
NULL               63 source4/rpc_server/remote/dcesrv_remote.c 	user = lp_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "dcerpc_remote", "user");
NULL               64 source4/rpc_server/remote/dcesrv_remote.c 	pass = lp_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "dcerpc_remote", "password");
NULL               65 source4/rpc_server/remote/dcesrv_remote.c 	domain = lp_parm_string(dce_call->conn->dce_ctx->lp_ctx, NULL, "dceprc_remote", "domain");
NULL              175 source4/rpc_server/remote/dcesrv_remote.c 	dcerpc_ndr_request(priv->c_pipe, NULL, table, opnum, mem_ctx,r);
NULL              216 source4/rpc_server/remote/dcesrv_remote.c 		ret = dcesrv_interface_register(dce_ctx, name, iface, NULL);
NULL              229 source4/rpc_server/remote/dcesrv_remote.c 	const char **ifaces = (const char **)str_list_make(dce_ctx, lp_parm_string(dce_ctx->lp_ctx, NULL, "dcerpc_remote", "interfaces"),NULL);
NULL               68 source4/rpc_server/samr/dcesrv_samr.c 	if (r->in.info->field.string == NULL) return NT_STATUS_INVALID_PARAMETER; \
NULL               70 source4/rpc_server/samr/dcesrv_samr.c 		if (ldb_msg_add_empty(msg, attr, LDB_FLAG_MOD_DELETE, NULL)) { \
NULL              174 source4/rpc_server/samr/dcesrv_samr.c 	if (c_state->sam_ctx == NULL) {
NULL              234 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sdbuf = NULL;
NULL              239 source4/rpc_server/samr/dcesrv_samr.c 	if (sd == NULL) {
NULL              275 source4/rpc_server/samr/dcesrv_samr.c 	const char * const dom_attrs[] = { "objectSid", NULL};
NULL              276 source4/rpc_server/samr/dcesrv_samr.c 	const char * const ref_attrs[] = { "ncName", NULL};
NULL              282 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sid = NULL;
NULL              288 source4/rpc_server/samr/dcesrv_samr.c 	if (r->in.domain_name->string == NULL) {
NULL              296 source4/rpc_server/samr/dcesrv_samr.c 				   mem_ctx, NULL, &dom_msgs, dom_attrs,
NULL              309 source4/rpc_server/samr/dcesrv_samr.c 						      ref_msgs[0], "ncName", NULL), 
NULL              320 source4/rpc_server/samr/dcesrv_samr.c 	if (sid == NULL) {
NULL              342 source4/rpc_server/samr/dcesrv_samr.c 	const char * const dom_attrs[] = { "cn", NULL};
NULL              343 source4/rpc_server/samr/dcesrv_samr.c 	const char * const ref_attrs[] = { "nETBIOSName", NULL};
NULL              349 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sam = NULL;
NULL              375 source4/rpc_server/samr/dcesrv_samr.c 	if (array == NULL) {
NULL              380 source4/rpc_server/samr/dcesrv_samr.c 	array->entries = NULL;
NULL              383 source4/rpc_server/samr/dcesrv_samr.c 	if (array->entries == NULL) {
NULL              400 source4/rpc_server/samr/dcesrv_samr.c 			array->entries[i].name.string = samdb_result_string(ref_res->msgs[0], "nETBIOSName", NULL);
NULL              402 source4/rpc_server/samr/dcesrv_samr.c 			array->entries[i].name.string = samdb_result_string(dom_res->msgs[i], "cn", NULL);
NULL              424 source4/rpc_server/samr/dcesrv_samr.c 	const char * const dom_attrs[] = { "cn", NULL};
NULL              425 source4/rpc_server/samr/dcesrv_samr.c 	const char * const ref_attrs[] = { "nETBIOSName", NULL};
NULL              437 source4/rpc_server/samr/dcesrv_samr.c 	if (r->in.sid == NULL) {
NULL              444 source4/rpc_server/samr/dcesrv_samr.c 			   mem_ctx, NULL, &dom_msgs, dom_attrs,
NULL              460 source4/rpc_server/samr/dcesrv_samr.c 			domain_name = ldb_msg_find_attr_as_string(dom_msgs[0], "cn", NULL);
NULL              461 source4/rpc_server/samr/dcesrv_samr.c 			if (domain_name == NULL) {
NULL              466 source4/rpc_server/samr/dcesrv_samr.c 			domain_name = ldb_msg_find_attr_as_string(ref_msgs[0], "nETBIOSName", NULL);
NULL              467 source4/rpc_server/samr/dcesrv_samr.c 			if (domain_name == NULL) {
NULL              555 source4/rpc_server/samr/dcesrv_samr.c 	info->oem_information.string = samdb_result_string(dom_msgs[0], "oEMInformation", NULL);
NULL              614 source4/rpc_server/samr/dcesrv_samr.c 	info->oem_information.string = samdb_result_string(dom_msgs[0], "oEMInformation", NULL);
NULL              693 source4/rpc_server/samr/dcesrv_samr.c 					       time(NULL));
NULL              763 source4/rpc_server/samr/dcesrv_samr.c 					       time(NULL));
NULL              784 source4/rpc_server/samr/dcesrv_samr.c 	const char * const *attrs = NULL;
NULL              786 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.info = NULL;
NULL              802 source4/rpc_server/samr/dcesrv_samr.c 						       "minPwdAge", NULL };
NULL              812 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL              819 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL              826 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL              832 source4/rpc_server/samr/dcesrv_samr.c 		attrs = NULL;
NULL              838 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL              844 source4/rpc_server/samr/dcesrv_samr.c 		attrs = NULL;
NULL              851 source4/rpc_server/samr/dcesrv_samr.c 						       NULL };
NULL              856 source4/rpc_server/samr/dcesrv_samr.c 		attrs = NULL;
NULL              865 source4/rpc_server/samr/dcesrv_samr.c 						       NULL};
NULL              874 source4/rpc_server/samr/dcesrv_samr.c 						       NULL};
NULL              882 source4/rpc_server/samr/dcesrv_samr.c 						       NULL };
NULL              963 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             1049 source4/rpc_server/samr/dcesrv_samr.c 	if (groupname == NULL) {
NULL             1054 source4/rpc_server/samr/dcesrv_samr.c 	name = samdb_search_string(d_state->sam_ctx, mem_ctx, NULL, 
NULL             1058 source4/rpc_server/samr/dcesrv_samr.c 	if (name != NULL) {
NULL             1063 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             1109 source4/rpc_server/samr/dcesrv_samr.c 				   msg->dn, "objectSid", NULL);
NULL             1110 source4/rpc_server/samr/dcesrv_samr.c 	if (sid == NULL) {
NULL             1153 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[3] = { "objectSid", "sAMAccountName", NULL };
NULL             1157 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sam = NULL;
NULL             1188 source4/rpc_server/samr/dcesrv_samr.c 		if (group_sid == NULL)
NULL             1251 source4/rpc_server/samr/dcesrv_samr.c 	const char *container, *obj_class=NULL;
NULL             1258 source4/rpc_server/samr/dcesrv_samr.c 		NULL
NULL             1279 source4/rpc_server/samr/dcesrv_samr.c 	if (account_name == NULL) {
NULL             1291 source4/rpc_server/samr/dcesrv_samr.c 	name = samdb_search_string(d_state->sam_ctx, mem_ctx, NULL, 
NULL             1295 source4/rpc_server/samr/dcesrv_samr.c 	if (name != NULL) {
NULL             1301 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             1405 source4/rpc_server/samr/dcesrv_samr.c 	if (sid == NULL) {
NULL             1424 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             1513 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = { "objectSid", "sAMAccountName", "userAccountControl", NULL };
NULL             1517 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sam = NULL;
NULL             1618 source4/rpc_server/samr/dcesrv_samr.c 	if (alias_name == NULL) {
NULL             1623 source4/rpc_server/samr/dcesrv_samr.c 	name = samdb_search_string(d_state->sam_ctx, mem_ctx, NULL,
NULL             1628 source4/rpc_server/samr/dcesrv_samr.c 	if (name != NULL) {
NULL             1633 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             1676 source4/rpc_server/samr/dcesrv_samr.c 				   msg->dn, "objectSid", NULL);
NULL             1685 source4/rpc_server/samr/dcesrv_samr.c 	if (a_handle == NULL)
NULL             1709 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[3] = { "objectSid", "sAMAccountName", NULL };
NULL             1713 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.sam = NULL;
NULL             1751 source4/rpc_server/samr/dcesrv_samr.c 		if (alias_sid == NULL)
NULL             1814 source4/rpc_server/samr/dcesrv_samr.c 		const char * const attrs[2] = { "objectSid", NULL };
NULL             1821 source4/rpc_server/samr/dcesrv_samr.c 		if (filter == NULL)
NULL             1829 source4/rpc_server/samr/dcesrv_samr.c 						    mem_ctx, NULL, "distinguishedName",
NULL             1834 source4/rpc_server/samr/dcesrv_samr.c 			if (memberdn == NULL)
NULL             1839 source4/rpc_server/samr/dcesrv_samr.c 			if (filter == NULL)
NULL             1852 source4/rpc_server/samr/dcesrv_samr.c 	if (r->out.rids->ids == NULL)
NULL             1860 source4/rpc_server/samr/dcesrv_samr.c 		if (alias_sid == NULL) {
NULL             1884 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = { "sAMAccountType", "objectSid", NULL };
NULL             1925 source4/rpc_server/samr/dcesrv_samr.c 		if (sid == NULL) {
NULL             1981 source4/rpc_server/samr/dcesrv_samr.c 	if ((names == NULL) || (ids == NULL))
NULL             1990 source4/rpc_server/samr/dcesrv_samr.c 						"sAMAccountName", NULL };
NULL             1997 source4/rpc_server/samr/dcesrv_samr.c 		if (sid == NULL) {
NULL             1998 source4/rpc_server/samr/dcesrv_samr.c 			names[i].string = NULL;
NULL             2008 source4/rpc_server/samr/dcesrv_samr.c 			names[i].string = NULL;
NULL             2014 source4/rpc_server/samr/dcesrv_samr.c 						      NULL);
NULL             2053 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "sAMAccountName", NULL };
NULL             2084 source4/rpc_server/samr/dcesrv_samr.c 	groupname = samdb_result_string(msgs[0], "sAMAccountName", NULL);
NULL             2085 source4/rpc_server/samr/dcesrv_samr.c 	if (groupname == NULL) {
NULL             2129 source4/rpc_server/samr/dcesrv_samr.c 					"numMembers", NULL };
NULL             2133 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.info = NULL;
NULL             2157 source4/rpc_server/samr/dcesrv_samr.c 	if (info == NULL) {
NULL             2213 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             2262 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = { NULL };
NULL             2271 source4/rpc_server/samr/dcesrv_samr.c 	if (membersid == NULL)
NULL             2295 source4/rpc_server/samr/dcesrv_samr.c 	if (memberdn == NULL)
NULL             2299 source4/rpc_server/samr/dcesrv_samr.c 	if (mod == NULL) {
NULL             2364 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = { NULL };
NULL             2373 source4/rpc_server/samr/dcesrv_samr.c 	if (membersid == NULL)
NULL             2397 source4/rpc_server/samr/dcesrv_samr.c 	if (memberdn == NULL)
NULL             2401 source4/rpc_server/samr/dcesrv_samr.c 	if (mod == NULL) {
NULL             2438 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "member", NULL };
NULL             2455 source4/rpc_server/samr/dcesrv_samr.c 	if (array == NULL)
NULL             2462 source4/rpc_server/samr/dcesrv_samr.c 	if (el != NULL) {
NULL             2469 source4/rpc_server/samr/dcesrv_samr.c 		if (array->rids == NULL)
NULL             2474 source4/rpc_server/samr/dcesrv_samr.c 		if (array->types == NULL)
NULL             2479 source4/rpc_server/samr/dcesrv_samr.c 			const char * const attrs2[2] = { "objectSid", NULL };
NULL             2526 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "sAMAccountName", NULL };
NULL             2537 source4/rpc_server/samr/dcesrv_samr.c 	if (sid == NULL)
NULL             2557 source4/rpc_server/samr/dcesrv_samr.c 	alias_name = samdb_result_string(msgs[0], "sAMAccountName", NULL);
NULL             2558 source4/rpc_server/samr/dcesrv_samr.c 	if (alias_name == NULL) {
NULL             2602 source4/rpc_server/samr/dcesrv_samr.c 					"numMembers", NULL };
NULL             2606 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.info = NULL;
NULL             2622 source4/rpc_server/samr/dcesrv_samr.c 	if (info == NULL) {
NULL             2667 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             2738 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = { NULL };
NULL             2739 source4/rpc_server/samr/dcesrv_samr.c 	struct ldb_dn *memberdn = NULL;
NULL             2748 source4/rpc_server/samr/dcesrv_samr.c 	ret = gendb_search(d_state->sam_ctx, mem_ctx, NULL,
NULL             2768 source4/rpc_server/samr/dcesrv_samr.c 	if (memberdn == NULL) {
NULL             2774 source4/rpc_server/samr/dcesrv_samr.c 	if (mod == NULL) {
NULL             2808 source4/rpc_server/samr/dcesrv_samr.c 	memberdn = samdb_search_string(d_state->sam_ctx, mem_ctx, NULL,
NULL             2812 source4/rpc_server/samr/dcesrv_samr.c 	if (memberdn == NULL)
NULL             2816 source4/rpc_server/samr/dcesrv_samr.c 	if (mod == NULL) {
NULL             2845 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "member", NULL};
NULL             2865 source4/rpc_server/samr/dcesrv_samr.c 	r->out.sids->sids = NULL;
NULL             2869 source4/rpc_server/samr/dcesrv_samr.c 	if (el != NULL) {
NULL             2875 source4/rpc_server/samr/dcesrv_samr.c 		if (sids == NULL)
NULL             2880 source4/rpc_server/samr/dcesrv_samr.c 			const char * const attrs2[2] = { "objectSid", NULL };
NULL             2890 source4/rpc_server/samr/dcesrv_samr.c 			if (sids[i].sid == NULL)
NULL             2913 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "sAMAccountName", NULL };
NULL             2942 source4/rpc_server/samr/dcesrv_samr.c 	account_name = samdb_result_string(msgs[0], "sAMAccountName", NULL);
NULL             2943 source4/rpc_server/samr/dcesrv_samr.c 	if (account_name == NULL) {
NULL             3020 source4/rpc_server/samr/dcesrv_samr.c 	const char * const *attrs = NULL;
NULL             3023 source4/rpc_server/samr/dcesrv_samr.c 	*r->out.info = NULL;
NULL             3036 source4/rpc_server/samr/dcesrv_samr.c 						      "comment", NULL};
NULL             3042 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"comment", "countryCode", "codePage", NULL};
NULL             3063 source4/rpc_server/samr/dcesrv_samr.c 						      "userAccountControl", NULL};
NULL             3069 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"logonHours", NULL};
NULL             3093 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL             3099 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"sAMAccountName", "displayName", NULL};
NULL             3105 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"sAMAccountName", NULL};
NULL             3111 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"displayName", NULL};
NULL             3117 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"primaryGroupID", NULL};
NULL             3123 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"homeDirectory", "homeDrive", NULL};
NULL             3129 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"scriptPath", NULL};
NULL             3135 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"profilePath", NULL};
NULL             3141 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"description", NULL};
NULL             3147 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"userWorkstations", NULL};
NULL             3153 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"userAccountControl", "pwdLastSet", NULL};
NULL             3159 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"accountExpires", NULL};
NULL             3165 source4/rpc_server/samr/dcesrv_samr.c 		static const char * const attrs2[] = {"userParameters", NULL};
NULL             3193 source4/rpc_server/samr/dcesrv_samr.c 						      NULL};
NULL             3209 source4/rpc_server/samr/dcesrv_samr.c 	if (info == NULL) {
NULL             3384 source4/rpc_server/samr/dcesrv_samr.c 	if (msg == NULL) {
NULL             3635 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[2] = { "objectSid", NULL };
NULL             3653 source4/rpc_server/samr/dcesrv_samr.c 	if (array == NULL)
NULL             3657 source4/rpc_server/samr/dcesrv_samr.c 	array->rids = NULL;
NULL             3664 source4/rpc_server/samr/dcesrv_samr.c 		if (array->rids == NULL)
NULL             3672 source4/rpc_server/samr/dcesrv_samr.c 			if (group_sid == NULL) {
NULL             3701 source4/rpc_server/samr/dcesrv_samr.c 				       "description", "userAccountControl", "pwdLastSet", NULL };
NULL             3702 source4/rpc_server/samr/dcesrv_samr.c 	struct samr_DispEntryFull *entriesFull = NULL;
NULL             3703 source4/rpc_server/samr/dcesrv_samr.c 	struct samr_DispEntryFullGroup *entriesFullGroup = NULL;
NULL             3704 source4/rpc_server/samr/dcesrv_samr.c 	struct samr_DispEntryAscii *entriesAscii = NULL;
NULL             3705 source4/rpc_server/samr/dcesrv_samr.c 	struct samr_DispEntryGeneral * entriesGeneral = NULL;
NULL             3770 source4/rpc_server/samr/dcesrv_samr.c 	if ((entriesGeneral == NULL) && (entriesFull == NULL) &&
NULL             3771 source4/rpc_server/samr/dcesrv_samr.c 	    (entriesAscii == NULL) && (entriesFullGroup == NULL))
NULL             3781 source4/rpc_server/samr/dcesrv_samr.c 		if (objectsid == NULL)
NULL             3849 source4/rpc_server/samr/dcesrv_samr.c 			r->out.info->info1.entries = NULL;
NULL             3853 source4/rpc_server/samr/dcesrv_samr.c 			r->out.info->info2.entries = NULL;
NULL             3857 source4/rpc_server/samr/dcesrv_samr.c 			r->out.info->info3.entries = NULL;
NULL             3861 source4/rpc_server/samr/dcesrv_samr.c 			r->out.info->info4.entries = NULL;
NULL             3865 source4/rpc_server/samr/dcesrv_samr.c 			r->out.info->info5.entries = NULL;
NULL             3952 source4/rpc_server/samr/dcesrv_samr.c 							     NULL);
NULL             3955 source4/rpc_server/samr/dcesrv_samr.c 							     "pwdProperties", NULL);
NULL             3970 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[3] = { "distinguishedName", "objectSid", NULL };
NULL             3977 source4/rpc_server/samr/dcesrv_samr.c 	memberdn = samdb_search_string(d_state->sam_ctx, mem_ctx, NULL,
NULL             3981 source4/rpc_server/samr/dcesrv_samr.c 	if (memberdn == NULL) {
NULL             4004 source4/rpc_server/samr/dcesrv_samr.c 		if (mod == NULL) {
NULL             4008 source4/rpc_server/samr/dcesrv_samr.c 		mod->dn = samdb_result_dn(d_state->sam_ctx, mod, res[i], "distinguishedName", NULL);
NULL             4009 source4/rpc_server/samr/dcesrv_samr.c 		if (mod->dn == NULL) {
NULL             4162 source4/rpc_server/samr/dcesrv_samr.c 	const char * const attrs[] = {"minPwdLength", "pwdProperties", NULL };
NULL             4168 source4/rpc_server/samr/dcesrv_samr.c 	if (sam_ctx == NULL) {
NULL             4174 source4/rpc_server/samr/dcesrv_samr.c 			   mem_ctx, NULL, &msgs, attrs);
NULL             4201 source4/rpc_server/samr/dcesrv_samr.c 	c.in.system_name = NULL;
NULL             4255 source4/rpc_server/samr/dcesrv_samr.c 	c.in.system_name = NULL;
NULL             4271 source4/rpc_server/samr/dcesrv_samr.c 	c.in.system_name = NULL;
NULL             4288 source4/rpc_server/samr/dcesrv_samr.c 	c.in.system_name = NULL;
NULL               53 source4/rpc_server/samr/samr_password.c 	const char * const attrs[] = { "dBCSPwd", "unicodePwd" , NULL };
NULL               70 source4/rpc_server/samr/samr_password.c 	if (sam_ctx == NULL) {
NULL              133 source4/rpc_server/samr/samr_password.c 	if (msg == NULL) {
NULL              148 source4/rpc_server/samr/samr_password.c 				    msg, NULL, &new_lmPwdHash, &new_ntPwdHash, 
NULL              150 source4/rpc_server/samr/samr_password.c 				    NULL,
NULL              151 source4/rpc_server/samr/samr_password.c 				    NULL);
NULL              194 source4/rpc_server/samr/samr_password.c 	const char * const attrs[] = { "objectSid", "dBCSPwd", NULL };
NULL              201 source4/rpc_server/samr/samr_password.c 	if (pwbuf == NULL) {
NULL              205 source4/rpc_server/samr/samr_password.c 	if (r->in.hash == NULL) {
NULL              211 source4/rpc_server/samr/samr_password.c 	if (sam_ctx == NULL) {
NULL              225 source4/rpc_server/samr/samr_password.c 			   mem_ctx, NULL, &res, attrs,
NULL              237 source4/rpc_server/samr/samr_password.c 					res[0], &lm_pwd, NULL);
NULL              258 source4/rpc_server/samr/samr_password.c 				  (void **)&new_pass, NULL, false)) {
NULL              283 source4/rpc_server/samr/samr_password.c 	if (mod == NULL) {
NULL              297 source4/rpc_server/samr/samr_password.c 				    user_dn, NULL, 
NULL              299 source4/rpc_server/samr/samr_password.c 				    NULL, NULL,
NULL              301 source4/rpc_server/samr/samr_password.c 				    NULL, 
NULL              302 source4/rpc_server/samr/samr_password.c 				    NULL);
NULL              341 source4/rpc_server/samr/samr_password.c 	struct ldb_context *sam_ctx = NULL;
NULL              345 source4/rpc_server/samr/samr_password.c 	const char * const attrs[] = { "unicodePwd", "dBCSPwd", NULL };
NULL              348 source4/rpc_server/samr/samr_password.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL              349 source4/rpc_server/samr/samr_password.c 	struct samr_ChangeReject *reject = NULL;
NULL              354 source4/rpc_server/samr/samr_password.c 	*r->out.dominfo = NULL;
NULL              355 source4/rpc_server/samr/samr_password.c 	*r->out.reject = NULL;
NULL              357 source4/rpc_server/samr/samr_password.c 	if (r->in.nt_password == NULL ||
NULL              358 source4/rpc_server/samr/samr_password.c 	    r->in.nt_verifier == NULL) {
NULL              364 source4/rpc_server/samr/samr_password.c 	if (sam_ctx == NULL) {
NULL              379 source4/rpc_server/samr/samr_password.c 			   mem_ctx, NULL, &res, attrs,
NULL              412 source4/rpc_server/samr/samr_password.c 	if (r->in.nt_verifier == NULL) {
NULL              429 source4/rpc_server/samr/samr_password.c 	if (lm_pwd && r->in.lm_verifier != NULL) {
NULL              435 source4/rpc_server/samr/samr_password.c 					  (void **)&new_pass, NULL, false)) {
NULL              446 source4/rpc_server/samr/samr_password.c 	if (mod == NULL) {
NULL              460 source4/rpc_server/samr/samr_password.c 				    user_dn, NULL, 
NULL              462 source4/rpc_server/samr/samr_password.c 				    NULL, NULL,
NULL              501 source4/rpc_server/samr/samr_password.c 	if (reject == NULL) {
NULL              521 source4/rpc_server/samr/samr_password.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL              522 source4/rpc_server/samr/samr_password.c 	struct samr_ChangeReject *reject = NULL;
NULL              531 source4/rpc_server/samr/samr_password.c 	r2.in.password3 = NULL;
NULL              553 source4/rpc_server/samr/samr_password.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              572 source4/rpc_server/samr/samr_password.c 				  NULL, NULL,
NULL              574 source4/rpc_server/samr/samr_password.c 				  NULL, NULL);
NULL              593 source4/rpc_server/samr/samr_password.c 	DATA_BLOB session_key = data_blob(NULL, 0);
NULL              601 source4/rpc_server/samr/samr_password.c 	co_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL              623 source4/rpc_server/samr/samr_password.c 				  NULL, NULL,
NULL              625 source4/rpc_server/samr/samr_password.c 				  NULL, NULL);
NULL              107 source4/rpc_server/service_rpc.c 	struct dcesrv_connection *dcesrv_conn = NULL;
NULL              166 source4/rpc_server/service_rpc.c 	tmp_blob = data_blob_talloc(conn->socket, NULL, 0x1000);
NULL              167 source4/rpc_server/service_rpc.c 	if (tmp_blob.data == NULL) {
NULL              303 source4/rpc_server/service_rpc.c 	if (e->ep_description->endpoint == NULL) {
NULL              359 source4/rpc_server/service_rpc.c 	if (e->ep_description->endpoint == NULL) {
NULL               52 source4/rpc_server/spoolss/dcesrv_spoolss.c 	char *server = NULL;
NULL               53 source4/rpc_server/spoolss/dcesrv_spoolss.c 	char *server_unc = NULL;
NULL               58 source4/rpc_server/spoolss/dcesrv_spoolss.c 		*_server_name = NULL;
NULL               59 source4/rpc_server/spoolss/dcesrv_spoolss.c 		*_object_name = NULL;
NULL               82 source4/rpc_server/spoolss/dcesrv_spoolss.c 			*_object_name = NULL;
NULL              247 source4/rpc_server/spoolss/dcesrv_spoolss.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL              271 source4/rpc_server/spoolss/dcesrv_spoolss.c 	r2->in.userlevel.level1	= NULL;
NULL              383 source4/rpc_server/spoolss/dcesrv_spoolss.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL              416 source4/rpc_server/spoolss/dcesrv_spoolss.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL              468 source4/rpc_server/spoolss/dcesrv_spoolss.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL              745 source4/rpc_server/spoolss/dcesrv_spoolss.c 	r->out.info	= SPOOLSS_BUFFER_OK(r->out.info, NULL);
NULL              812 source4/rpc_server/spoolss/dcesrv_spoolss.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL              835 source4/rpc_server/spoolss/dcesrv_spoolss.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL              858 source4/rpc_server/spoolss/dcesrv_spoolss.c 	*r->out.info	= SPOOLSS_BUFFER_OK(*r->out.info, NULL);
NULL             1206 source4/rpc_server/spoolss/dcesrv_spoolss.c 	rop.in.buffer = NULL;
NULL               56 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr0->array = NULL;
NULL               65 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr1->array = NULL;
NULL              127 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr0->array = NULL;
NULL              137 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr1->array = NULL;
NULL              238 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr0->array = NULL;
NULL              248 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr1->array = NULL;
NULL              275 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr2->array = NULL;
NULL              285 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr3->array = NULL;
NULL              347 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr0->array = NULL;
NULL              357 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr1->array = NULL;
NULL              367 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr2->array = NULL;
NULL              377 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr10->array = NULL;
NULL              387 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.info_ctr->ctr.ctr502->array = NULL;
NULL              662 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info2->password		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PASSWORD, NULL));
NULL              689 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		info->info502->password		= talloc_strdup(mem_ctx, share_string_option(scfg, SHARE_PASSWORD, NULL));
NULL              744 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr0->array = NULL;
NULL              785 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr1->array = NULL;
NULL              829 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr2->array = NULL;
NULL              873 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr501->array = NULL;
NULL              917 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr502->array = NULL;
NULL              965 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct share_context *sctx = NULL;
NULL              966 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct share_config *scfg = NULL;
NULL             1214 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct share_context *sctx = NULL;
NULL             1242 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1243 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1244 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1248 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL);
NULL             1259 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1261 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1265 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL);
NULL             1282 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL);
NULL             1293 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1295 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1299 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL);
NULL             1326 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1327 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1329 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL,
NULL             1333 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					NULL);
NULL             1383 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct share_context *sctx = NULL;
NULL             1384 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct share_config *scfg = NULL;
NULL             1426 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		path = share_string_option(scfg, SHARE_PATH, NULL);
NULL             1430 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 			type = share_string_option(scfg, SHARE_TYPE, NULL);
NULL             1553 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	r->out.info->disks = NULL;
NULL             1624 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.transports->ctr.ctr0->array = NULL;
NULL             1634 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.transports->ctr.ctr1->array = NULL;
NULL             1644 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.transports->ctr.ctr2->array = NULL;
NULL             1654 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		r->out.transports->ctr.ctr3->array = NULL;
NULL             1846 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr0->array = NULL;
NULL             1898 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr1->array = NULL;
NULL             1952 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr2->array = NULL;
NULL             2006 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 		ctr502->array = NULL;
NULL             2082 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	struct ntvfs_context *ntvfs_ctx = NULL;
NULL             2094 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					 NULL, NULL, 0);
NULL             2135 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 					 NULL, NULL, 0);
NULL              127 source4/rpc_server/srvsvc/srvsvc_ntvfs.c 					 NULL, NULL, 0);
NULL               64 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 	ids->unixid = NULL;
NULL              103 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 	ids->sid = NULL;
NULL              139 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 	ids->unixid = NULL;
NULL              178 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 	ids->sid = NULL;
NULL              215 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 		if (pwd == NULL) {
NULL              226 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 		if ((r->out.infos[i].homedir == NULL) ||
NULL              227 source4/rpc_server/unixinfo/dcesrv_unixinfo.c 		    (r->out.infos[i].shell == NULL)) {
NULL               42 source4/rpc_server/winreg/rpc_winreg.c 			     NULL);
NULL              131 source4/rpc_server/winreg/rpc_winreg.c 		if (r->in.secdesc != NULL) {
NULL              136 source4/rpc_server/winreg/rpc_winreg.c 			if (sdblob.data == NULL) {
NULL              139 source4/rpc_server/winreg/rpc_winreg.c 			ndr_err = ndr_pull_struct_blob_all(&sdblob, mem_ctx, NULL, &sd,
NULL              146 source4/rpc_server/winreg/rpc_winreg.c 		result = reg_key_add_name(newh, key, r->in.name.name, NULL,
NULL              147 source4/rpc_server/winreg/rpc_winreg.c 			r->in.secdesc?&sd:NULL, (struct registry_key **)&newh->data);
NULL              232 source4/rpc_server/winreg/rpc_winreg.c 	if (name != NULL) {
NULL              242 source4/rpc_server/winreg/rpc_winreg.c 	if (classname != NULL) {
NULL              251 source4/rpc_server/winreg/rpc_winreg.c 	if (r->in.last_changed_time != NULL)
NULL              292 source4/rpc_server/winreg/rpc_winreg.c 	if (data_name != NULL) {
NULL              308 source4/rpc_server/winreg/rpc_winreg.c 	if (r->in.value != NULL &&
NULL              309 source4/rpc_server/winreg/rpc_winreg.c 	    r->in.size != NULL &&
NULL              314 source4/rpc_server/winreg/rpc_winreg.c 	if (r->in.value != NULL) {
NULL              318 source4/rpc_server/winreg/rpc_winreg.c 	if (r->in.size != NULL) {
NULL              439 source4/rpc_server/winreg/rpc_winreg.c 	const char *classname = NULL;
NULL              455 source4/rpc_server/winreg/rpc_winreg.c 		if (classname != NULL) {
NULL               52 source4/rpc_server/wkssvc/dcesrv_wkssvc.c 		info100->server_name	= dcesrv_common_get_server_name(mem_ctx, dce_ctx, NULL);
NULL               70 source4/rpc_server/wkssvc/dcesrv_wkssvc.c 		info101->server_name	= dcesrv_common_get_server_name(mem_ctx, dce_ctx, NULL);
NULL              144 source4/rpc_server/wkssvc/dcesrv_wkssvc.c 	r->out.resume_handle = NULL;
NULL              155 source4/rpc_server/wkssvc/dcesrv_wkssvc.c 		r->out.info->ctr.ctr0->array = NULL;
NULL               57 source4/scripting/python/pyglue.c 		return NULL;
NULL               59 source4/scripting/python/pyglue.c 	retstr = generate_random_str(NULL, len);
NULL               70 source4/scripting/python/pyglue.c 		return NULL;
NULL               83 source4/scripting/python/pyglue.c 		return NULL;
NULL               88 source4/scripting/python/pyglue.c 	if (creds == NULL) {
NULL               90 source4/scripting/python/pyglue.c 		return NULL;
NULL              104 source4/scripting/python/pyglue.c 		return NULL;
NULL              109 source4/scripting/python/pyglue.c 	if (lp_ctx == NULL) {
NULL              111 source4/scripting/python/pyglue.c 		return NULL;
NULL              126 source4/scripting/python/pyglue.c 		return NULL;
NULL              149 source4/scripting/python/pyglue.c 		return NULL;
NULL              153 source4/scripting/python/pyglue.c 	sid = dom_sid_parse_talloc(NULL, PyString_AsString(py_sid));
NULL              158 source4/scripting/python/pyglue.c 		return NULL;
NULL              170 source4/scripting/python/pyglue.c 		return NULL;
NULL              186 source4/scripting/python/pyglue.c 		return NULL;
NULL              194 source4/scripting/python/pyglue.c 		return NULL;
NULL              205 source4/scripting/python/pyglue.c 		return NULL;
NULL              223 source4/scripting/python/pyglue.c 		return NULL;
NULL              255 source4/scripting/python/pyglue.c 		NULL },
NULL              257 source4/scripting/python/pyglue.c 		NULL },
NULL              259 source4/scripting/python/pyglue.c 		NULL },
NULL              260 source4/scripting/python/pyglue.c 	{ NULL }
NULL              269 source4/scripting/python/pyglue.c 	if (m == NULL)
NULL               31 source4/scripting/python/uuidmodule.c 	        return NULL;
NULL               35 source4/scripting/python/uuidmodule.c 	str = GUID_string(NULL, &guid);
NULL               36 source4/scripting/python/uuidmodule.c 	if (str == NULL) {
NULL               38 source4/scripting/python/uuidmodule.c 		return NULL;
NULL               49 source4/scripting/python/uuidmodule.c 	{ "uuid4", (PyCFunction)uuid_random, METH_VARARGS, NULL},
NULL               50 source4/scripting/python/uuidmodule.c 	{ NULL, NULL }
NULL               56 source4/scripting/python/uuidmodule.c 	if (mod == NULL)
NULL               87 source4/smb_server/blob.c 	*str = NULL;
NULL              281 source4/smb_server/blob.c 		ndr_err = ndr_push_struct_blob(&guid_blob, mem_ctx, NULL, 
NULL              578 source4/smb_server/blob.c 		if (st->rename_information.in.new_name == NULL) {
NULL              599 source4/smb_server/blob.c 		if (st->link_information.in.new_name == NULL) {
NULL              620 source4/smb_server/blob.c 		if (st->rename_information.in.new_name == NULL) {
NULL               40 source4/smb_server/handle.c 	tcon->handles.list		= NULL;
NULL               54 source4/smb_server/handle.c 	if (hid == 0) return NULL;
NULL               56 source4/smb_server/handle.c 	if (hid > handles_ctx->idtree_limit) return NULL;
NULL               59 source4/smb_server/handle.c 	if (!p) return NULL;
NULL               62 source4/smb_server/handle.c 	if (!handle) return NULL;
NULL               65 source4/smb_server/handle.c 	if (!handle->ntvfs) return NULL;
NULL              100 source4/smb_server/handle.c 		handle->ntvfs = NULL;
NULL              119 source4/smb_server/handle.c 	if (!handle) return NULL;
NULL              143 source4/smb_server/handle.c 	return NULL;
NULL               57 source4/smb_server/management.c 			info->client_ip = NULL;
NULL              101 source4/smb_server/management.c 			info->client_ip = NULL;
NULL               41 source4/smb_server/session.c 	smb_conn->sessions.list		= NULL;
NULL               56 source4/smb_server/session.c 	if (vuid == 0) return NULL;
NULL               58 source4/smb_server/session.c 	if (vuid > smb_conn->sessions.idtree_limit) return NULL;
NULL               61 source4/smb_server/session.c 	if (!p) return NULL;
NULL               70 source4/smb_server/session.c 	return NULL;
NULL               82 source4/smb_server/session.c 	if (vuid == 0) return NULL;
NULL               84 source4/smb_server/session.c 	if (vuid > smb_conn->sessions.idtree_limit) return NULL;
NULL               87 source4/smb_server/session.c 	if (!p) return NULL;
NULL               94 source4/smb_server/session.c 	return NULL;
NULL              141 source4/smb_server/session.c 	struct smbsrv_session *sess = NULL;
NULL              145 source4/smb_server/session.c 	if (smb_conn->config.security == SEC_SHARE) return NULL;
NULL              148 source4/smb_server/session.c 	if (!sess) return NULL;
NULL              155 source4/smb_server/session.c 		return NULL;
NULL              218 source4/smb_server/smb/negprot.c 	req_push_str(req, NULL, lp_workgroup(req->smb_conn->lp_ctx), -1, STR_TERMINATE);
NULL              240 source4/smb_server/smb/negprot.c 	req_push_str(req, NULL, lp_workgroup(req->smb_conn->lp_ctx), -1, STR_UNICODE|STR_TERMINATE|STR_NOALIGN);
NULL              241 source4/smb_server/smb/negprot.c 	req_push_str(req, NULL, lp_netbios_name(req->smb_conn->lp_ctx), -1, STR_UNICODE|STR_TERMINATE|STR_NOALIGN);
NULL              349 source4/smb_server/smb/negprot.c 		DATA_BLOB null_data_blob = data_blob(NULL, 0);
NULL              366 source4/smb_server/smb/negprot.c 			server_credentials = NULL;
NULL              418 source4/smb_server/smb/negprot.c 			blob = data_blob(NULL, 0);
NULL              461 source4/smb_server/smb/negprot.c 	req = NULL;
NULL              484 source4/smb_server/smb/negprot.c 	{NULL,NULL,NULL,0},
NULL              496 source4/smb_server/smb/negprot.c 	char **protos = NULL;
NULL              513 source4/smb_server/smb/negprot.c 		protos[protos_count] = NULL;
NULL               53 source4/smb_server/smb/nttrans.c 	trans->out.params = data_blob_talloc(op, NULL, param_size);
NULL               57 source4/smb_server/smb/nttrans.c 	trans->out.data = data_blob_talloc(op, NULL, data_size);
NULL              134 source4/smb_server/smb/nttrans.c 	io->ntcreatex.in.sec_desc         = NULL;
NULL              135 source4/smb_server/smb/nttrans.c 	io->ntcreatex.in.ea_list          = NULL;
NULL              158 source4/smb_server/smb/nttrans.c 		if (io->ntcreatex.in.sec_desc == NULL) {
NULL              161 source4/smb_server/smb/nttrans.c 		ndr_err = ndr_pull_struct_blob(&blob, io, NULL,
NULL              175 source4/smb_server/smb/nttrans.c 		if (io->ntcreatex.in.ea_list == NULL) {
NULL              208 source4/smb_server/smb/nttrans.c 	ndr_err = ndr_push_struct_blob(&op->trans->out.data, op, NULL,
NULL              274 source4/smb_server/smb/nttrans.c 	ndr_err = ndr_pull_struct_blob(&trans->in.data, req, NULL,
NULL              498 source4/smb_server/smb/nttrans.c 	if (op->send_fn != NULL) {
NULL              636 source4/smb_server/smb/nttrans.c 	op->op_info	= NULL;
NULL              637 source4/smb_server/smb/nttrans.c 	op->send_fn	= NULL;
NULL              662 source4/smb_server/smb/nttrans.c 	if (trans == NULL) {
NULL              715 source4/smb_server/smb/nttrans.c 	struct smb_nttrans *trans = NULL;
NULL              736 source4/smb_server/smb/nttrans.c 	if (tp == NULL) {
NULL              773 source4/smb_server/smb/nttrans.c 		if (trans->in.params.data == NULL) {
NULL              785 source4/smb_server/smb/nttrans.c 		if (trans->in.data.data == NULL) {
NULL              113 source4/smb_server/smb/receive.c /* 0x15 */ { NULL, NULL, 0 },
NULL              114 source4/smb_server/smb/receive.c /* 0x16 */ { NULL, NULL, 0 },
NULL              115 source4/smb_server/smb/receive.c /* 0x17 */ { NULL, NULL, 0 },
NULL              116 source4/smb_server/smb/receive.c /* 0x18 */ { NULL, NULL, 0 },
NULL              117 source4/smb_server/smb/receive.c /* 0x19 */ { NULL, NULL, 0 },
NULL              120 source4/smb_server/smb/receive.c /* 0x1c */ { "SMBreadBs",	NULL,				0 },
NULL              124 source4/smb_server/smb/receive.c /* 0x20 */ { "SMBwritec",	NULL,				0 },
NULL              125 source4/smb_server/smb/receive.c /* 0x21 */ { NULL, NULL, 0 },
NULL              132 source4/smb_server/smb/receive.c /* 0x28 */ { "SMBioctls",	NULL,				NEED_SESS|NEED_TCON },
NULL              134 source4/smb_server/smb/receive.c /* 0x2a */ { "SMBmove",		NULL,				NEED_SESS|NEED_TCON },
NULL              140 source4/smb_server/smb/receive.c /* 0x30 */ { NULL, NULL, 0 },
NULL              141 source4/smb_server/smb/receive.c /* 0x31 */ { NULL, NULL, 0 },
NULL              146 source4/smb_server/smb/receive.c /* 0x36 */ { NULL, NULL, 0 },
NULL              147 source4/smb_server/smb/receive.c /* 0x37 */ { NULL, NULL, 0 },
NULL              148 source4/smb_server/smb/receive.c /* 0x38 */ { NULL, NULL, 0 },
NULL              149 source4/smb_server/smb/receive.c /* 0x39 */ { NULL, NULL, 0 },
NULL              150 source4/smb_server/smb/receive.c /* 0x3a */ { NULL, NULL, 0 },
NULL              151 source4/smb_server/smb/receive.c /* 0x3b */ { NULL, NULL, 0 },
NULL              152 source4/smb_server/smb/receive.c /* 0x3c */ { NULL, NULL, 0 },
NULL              153 source4/smb_server/smb/receive.c /* 0x3d */ { NULL, NULL, 0 },
NULL              154 source4/smb_server/smb/receive.c /* 0x3e */ { NULL, NULL, 0 },
NULL              155 source4/smb_server/smb/receive.c /* 0x3f */ { NULL, NULL, 0 },
NULL              156 source4/smb_server/smb/receive.c /* 0x40 */ { NULL, NULL, 0 },
NULL              157 source4/smb_server/smb/receive.c /* 0x41 */ { NULL, NULL, 0 },
NULL              158 source4/smb_server/smb/receive.c /* 0x42 */ { NULL, NULL, 0 },
NULL              159 source4/smb_server/smb/receive.c /* 0x43 */ { NULL, NULL, 0 },
NULL              160 source4/smb_server/smb/receive.c /* 0x44 */ { NULL, NULL, 0 },
NULL              161 source4/smb_server/smb/receive.c /* 0x45 */ { NULL, NULL, 0 },
NULL              162 source4/smb_server/smb/receive.c /* 0x46 */ { NULL, NULL, 0 },
NULL              163 source4/smb_server/smb/receive.c /* 0x47 */ { NULL, NULL, 0 },
NULL              164 source4/smb_server/smb/receive.c /* 0x48 */ { NULL, NULL, 0 },
NULL              165 source4/smb_server/smb/receive.c /* 0x49 */ { NULL, NULL, 0 },
NULL              166 source4/smb_server/smb/receive.c /* 0x4a */ { NULL, NULL, 0 },
NULL              167 source4/smb_server/smb/receive.c /* 0x4b */ { NULL, NULL, 0 },
NULL              168 source4/smb_server/smb/receive.c /* 0x4c */ { NULL, NULL, 0 },
NULL              169 source4/smb_server/smb/receive.c /* 0x4d */ { NULL, NULL, 0 },
NULL              170 source4/smb_server/smb/receive.c /* 0x4e */ { NULL, NULL, 0 },
NULL              171 source4/smb_server/smb/receive.c /* 0x4f */ { NULL, NULL, 0 },
NULL              172 source4/smb_server/smb/receive.c /* 0x50 */ { NULL, NULL, 0 },
NULL              173 source4/smb_server/smb/receive.c /* 0x51 */ { NULL, NULL, 0 },
NULL              174 source4/smb_server/smb/receive.c /* 0x52 */ { NULL, NULL, 0 },
NULL              175 source4/smb_server/smb/receive.c /* 0x53 */ { NULL, NULL, 0 },
NULL              176 source4/smb_server/smb/receive.c /* 0x54 */ { NULL, NULL, 0 },
NULL              177 source4/smb_server/smb/receive.c /* 0x55 */ { NULL, NULL, 0 },
NULL              178 source4/smb_server/smb/receive.c /* 0x56 */ { NULL, NULL, 0 },
NULL              179 source4/smb_server/smb/receive.c /* 0x57 */ { NULL, NULL, 0 },
NULL              180 source4/smb_server/smb/receive.c /* 0x58 */ { NULL, NULL, 0 },
NULL              181 source4/smb_server/smb/receive.c /* 0x59 */ { NULL, NULL, 0 },
NULL              182 source4/smb_server/smb/receive.c /* 0x5a */ { NULL, NULL, 0 },
NULL              183 source4/smb_server/smb/receive.c /* 0x5b */ { NULL, NULL, 0 },
NULL              184 source4/smb_server/smb/receive.c /* 0x5c */ { NULL, NULL, 0 },
NULL              185 source4/smb_server/smb/receive.c /* 0x5d */ { NULL, NULL, 0 },
NULL              186 source4/smb_server/smb/receive.c /* 0x5e */ { NULL, NULL, 0 },
NULL              187 source4/smb_server/smb/receive.c /* 0x5f */ { NULL, NULL, 0 },
NULL              188 source4/smb_server/smb/receive.c /* 0x60 */ { NULL, NULL, 0 },
NULL              189 source4/smb_server/smb/receive.c /* 0x61 */ { NULL, NULL, 0 },
NULL              190 source4/smb_server/smb/receive.c /* 0x62 */ { NULL, NULL, 0 },
NULL              191 source4/smb_server/smb/receive.c /* 0x63 */ { NULL, NULL, 0 },
NULL              192 source4/smb_server/smb/receive.c /* 0x64 */ { NULL, NULL, 0 },
NULL              193 source4/smb_server/smb/receive.c /* 0x65 */ { NULL, NULL, 0 },
NULL              194 source4/smb_server/smb/receive.c /* 0x66 */ { NULL, NULL, 0 },
NULL              195 source4/smb_server/smb/receive.c /* 0x67 */ { NULL, NULL, 0 },
NULL              196 source4/smb_server/smb/receive.c /* 0x68 */ { NULL, NULL, 0 },
NULL              197 source4/smb_server/smb/receive.c /* 0x69 */ { NULL, NULL, 0 },
NULL              198 source4/smb_server/smb/receive.c /* 0x6a */ { NULL, NULL, 0 },
NULL              199 source4/smb_server/smb/receive.c /* 0x6b */ { NULL, NULL, 0 },
NULL              200 source4/smb_server/smb/receive.c /* 0x6c */ { NULL, NULL, 0 },
NULL              201 source4/smb_server/smb/receive.c /* 0x6d */ { NULL, NULL, 0 },
NULL              202 source4/smb_server/smb/receive.c /* 0x6e */ { NULL, NULL, 0 },
NULL              203 source4/smb_server/smb/receive.c /* 0x6f */ { NULL, NULL, 0 },
NULL              210 source4/smb_server/smb/receive.c /* 0x76 */ { NULL, NULL, 0 },
NULL              211 source4/smb_server/smb/receive.c /* 0x77 */ { NULL, NULL, 0 },
NULL              212 source4/smb_server/smb/receive.c /* 0x78 */ { NULL, NULL, 0 },
NULL              213 source4/smb_server/smb/receive.c /* 0x79 */ { NULL, NULL, 0 },
NULL              214 source4/smb_server/smb/receive.c /* 0x7a */ { NULL, NULL, 0 },
NULL              215 source4/smb_server/smb/receive.c /* 0x7b */ { NULL, NULL, 0 },
NULL              216 source4/smb_server/smb/receive.c /* 0x7c */ { NULL, NULL, 0 },
NULL              217 source4/smb_server/smb/receive.c /* 0x7d */ { NULL, NULL, 0 },
NULL              218 source4/smb_server/smb/receive.c /* 0x7e */ { NULL, NULL, 0 },
NULL              219 source4/smb_server/smb/receive.c /* 0x7f */ { NULL, NULL, 0 },
NULL              225 source4/smb_server/smb/receive.c /* 0x85 */ { NULL, NULL, 0 },
NULL              226 source4/smb_server/smb/receive.c /* 0x86 */ { NULL, NULL, 0 },
NULL              227 source4/smb_server/smb/receive.c /* 0x87 */ { NULL, NULL, 0 },
NULL              228 source4/smb_server/smb/receive.c /* 0x88 */ { NULL, NULL, 0 },
NULL              229 source4/smb_server/smb/receive.c /* 0x89 */ { NULL, NULL, 0 },
NULL              230 source4/smb_server/smb/receive.c /* 0x8a */ { NULL, NULL, 0 },
NULL              231 source4/smb_server/smb/receive.c /* 0x8b */ { NULL, NULL, 0 },
NULL              232 source4/smb_server/smb/receive.c /* 0x8c */ { NULL, NULL, 0 },
NULL              233 source4/smb_server/smb/receive.c /* 0x8d */ { NULL, NULL, 0 },
NULL              234 source4/smb_server/smb/receive.c /* 0x8e */ { NULL, NULL, 0 },
NULL              235 source4/smb_server/smb/receive.c /* 0x8f */ { NULL, NULL, 0 },
NULL              236 source4/smb_server/smb/receive.c /* 0x90 */ { NULL, NULL, 0 },
NULL              237 source4/smb_server/smb/receive.c /* 0x91 */ { NULL, NULL, 0 },
NULL              238 source4/smb_server/smb/receive.c /* 0x92 */ { NULL, NULL, 0 },
NULL              239 source4/smb_server/smb/receive.c /* 0x93 */ { NULL, NULL, 0 },
NULL              240 source4/smb_server/smb/receive.c /* 0x94 */ { NULL, NULL, 0 },
NULL              241 source4/smb_server/smb/receive.c /* 0x95 */ { NULL, NULL, 0 },
NULL              242 source4/smb_server/smb/receive.c /* 0x96 */ { NULL, NULL, 0 },
NULL              243 source4/smb_server/smb/receive.c /* 0x97 */ { NULL, NULL, 0 },
NULL              244 source4/smb_server/smb/receive.c /* 0x98 */ { NULL, NULL, 0 },
NULL              245 source4/smb_server/smb/receive.c /* 0x99 */ { NULL, NULL, 0 },
NULL              246 source4/smb_server/smb/receive.c /* 0x9a */ { NULL, NULL, 0 },
NULL              247 source4/smb_server/smb/receive.c /* 0x9b */ { NULL, NULL, 0 },
NULL              248 source4/smb_server/smb/receive.c /* 0x9c */ { NULL, NULL, 0 },
NULL              249 source4/smb_server/smb/receive.c /* 0x9d */ { NULL, NULL, 0 },
NULL              250 source4/smb_server/smb/receive.c /* 0x9e */ { NULL, NULL, 0 },
NULL              251 source4/smb_server/smb/receive.c /* 0x9f */ { NULL, NULL, 0 },
NULL              255 source4/smb_server/smb/receive.c /* 0xa3 */ { NULL, NULL, 0 },
NULL              258 source4/smb_server/smb/receive.c /* 0xa6 */ { NULL, NULL, 0 },
NULL              259 source4/smb_server/smb/receive.c /* 0xa7 */ { NULL, NULL, 0 },
NULL              260 source4/smb_server/smb/receive.c /* 0xa8 */ { NULL, NULL, 0 },
NULL              261 source4/smb_server/smb/receive.c /* 0xa9 */ { NULL, NULL, 0 },
NULL              262 source4/smb_server/smb/receive.c /* 0xaa */ { NULL, NULL, 0 },
NULL              263 source4/smb_server/smb/receive.c /* 0xab */ { NULL, NULL, 0 },
NULL              264 source4/smb_server/smb/receive.c /* 0xac */ { NULL, NULL, 0 },
NULL              265 source4/smb_server/smb/receive.c /* 0xad */ { NULL, NULL, 0 },
NULL              266 source4/smb_server/smb/receive.c /* 0xae */ { NULL, NULL, 0 },
NULL              267 source4/smb_server/smb/receive.c /* 0xaf */ { NULL, NULL, 0 },
NULL              268 source4/smb_server/smb/receive.c /* 0xb0 */ { NULL, NULL, 0 },
NULL              269 source4/smb_server/smb/receive.c /* 0xb1 */ { NULL, NULL, 0 },
NULL              270 source4/smb_server/smb/receive.c /* 0xb2 */ { NULL, NULL, 0 },
NULL              271 source4/smb_server/smb/receive.c /* 0xb3 */ { NULL, NULL, 0 },
NULL              272 source4/smb_server/smb/receive.c /* 0xb4 */ { NULL, NULL, 0 },
NULL              273 source4/smb_server/smb/receive.c /* 0xb5 */ { NULL, NULL, 0 },
NULL              274 source4/smb_server/smb/receive.c /* 0xb6 */ { NULL, NULL, 0 },
NULL              275 source4/smb_server/smb/receive.c /* 0xb7 */ { NULL, NULL, 0 },
NULL              276 source4/smb_server/smb/receive.c /* 0xb8 */ { NULL, NULL, 0 },
NULL              277 source4/smb_server/smb/receive.c /* 0xb9 */ { NULL, NULL, 0 },
NULL              278 source4/smb_server/smb/receive.c /* 0xba */ { NULL, NULL, 0 },
NULL              279 source4/smb_server/smb/receive.c /* 0xbb */ { NULL, NULL, 0 },
NULL              280 source4/smb_server/smb/receive.c /* 0xbc */ { NULL, NULL, 0 },
NULL              281 source4/smb_server/smb/receive.c /* 0xbd */ { NULL, NULL, 0 },
NULL              282 source4/smb_server/smb/receive.c /* 0xbe */ { NULL, NULL, 0 },
NULL              283 source4/smb_server/smb/receive.c /* 0xbf */ { NULL, NULL, 0 },
NULL              288 source4/smb_server/smb/receive.c /* 0xc4 */ { NULL, NULL, 0 },
NULL              289 source4/smb_server/smb/receive.c /* 0xc5 */ { NULL, NULL, 0 },
NULL              290 source4/smb_server/smb/receive.c /* 0xc6 */ { NULL, NULL, 0 },
NULL              291 source4/smb_server/smb/receive.c /* 0xc7 */ { NULL, NULL, 0 },
NULL              292 source4/smb_server/smb/receive.c /* 0xc8 */ { NULL, NULL, 0 },
NULL              293 source4/smb_server/smb/receive.c /* 0xc9 */ { NULL, NULL, 0 },
NULL              294 source4/smb_server/smb/receive.c /* 0xca */ { NULL, NULL, 0 },
NULL              295 source4/smb_server/smb/receive.c /* 0xcb */ { NULL, NULL, 0 },
NULL              296 source4/smb_server/smb/receive.c /* 0xcc */ { NULL, NULL, 0 },
NULL              297 source4/smb_server/smb/receive.c /* 0xcd */ { NULL, NULL, 0 },
NULL              298 source4/smb_server/smb/receive.c /* 0xce */ { NULL, NULL, 0 },
NULL              299 source4/smb_server/smb/receive.c /* 0xcf */ { NULL, NULL, 0 },
NULL              300 source4/smb_server/smb/receive.c /* 0xd0 */ { "SMBsends",	NULL,				0 },
NULL              301 source4/smb_server/smb/receive.c /* 0xd1 */ { "SMBsendb",	NULL,				0 },
NULL              302 source4/smb_server/smb/receive.c /* 0xd2 */ { "SMBfwdname",	NULL,				0 },
NULL              303 source4/smb_server/smb/receive.c /* 0xd3 */ { "SMBcancelf",	NULL,				0 },
NULL              304 source4/smb_server/smb/receive.c /* 0xd4 */ { "SMBgetmac",	NULL,				0 },
NULL              305 source4/smb_server/smb/receive.c /* 0xd5 */ { "SMBsendstrt",	NULL,				0 },
NULL              306 source4/smb_server/smb/receive.c /* 0xd6 */ { "SMBsendend",	NULL,				0 },
NULL              307 source4/smb_server/smb/receive.c /* 0xd7 */ { "SMBsendtxt",	NULL,				0 },
NULL              308 source4/smb_server/smb/receive.c /* 0xd8 */ { NULL, NULL, 0 },
NULL              309 source4/smb_server/smb/receive.c /* 0xd9 */ { NULL, NULL, 0 },
NULL              310 source4/smb_server/smb/receive.c /* 0xda */ { NULL, NULL, 0 },
NULL              311 source4/smb_server/smb/receive.c /* 0xdb */ { NULL, NULL, 0 },
NULL              312 source4/smb_server/smb/receive.c /* 0xdc */ { NULL, NULL, 0 },
NULL              313 source4/smb_server/smb/receive.c /* 0xdd */ { NULL, NULL, 0 },
NULL              314 source4/smb_server/smb/receive.c /* 0xde */ { NULL, NULL, 0 },
NULL              315 source4/smb_server/smb/receive.c /* 0xdf */ { NULL, NULL, 0 },
NULL              316 source4/smb_server/smb/receive.c /* 0xe0 */ { NULL, NULL, 0 },
NULL              317 source4/smb_server/smb/receive.c /* 0xe1 */ { NULL, NULL, 0 },
NULL              318 source4/smb_server/smb/receive.c /* 0xe2 */ { NULL, NULL, 0 },
NULL              319 source4/smb_server/smb/receive.c /* 0xe3 */ { NULL, NULL, 0 },
NULL              320 source4/smb_server/smb/receive.c /* 0xe4 */ { NULL, NULL, 0 },
NULL              321 source4/smb_server/smb/receive.c /* 0xe5 */ { NULL, NULL, 0 },
NULL              322 source4/smb_server/smb/receive.c /* 0xe6 */ { NULL, NULL, 0 },
NULL              323 source4/smb_server/smb/receive.c /* 0xe7 */ { NULL, NULL, 0 },
NULL              324 source4/smb_server/smb/receive.c /* 0xe8 */ { NULL, NULL, 0 },
NULL              325 source4/smb_server/smb/receive.c /* 0xe9 */ { NULL, NULL, 0 },
NULL              326 source4/smb_server/smb/receive.c /* 0xea */ { NULL, NULL, 0 },
NULL              327 source4/smb_server/smb/receive.c /* 0xeb */ { NULL, NULL, 0 },
NULL              328 source4/smb_server/smb/receive.c /* 0xec */ { NULL, NULL, 0 },
NULL              329 source4/smb_server/smb/receive.c /* 0xed */ { NULL, NULL, 0 },
NULL              330 source4/smb_server/smb/receive.c /* 0xee */ { NULL, NULL, 0 },
NULL              331 source4/smb_server/smb/receive.c /* 0xef */ { NULL, NULL, 0 },
NULL              332 source4/smb_server/smb/receive.c /* 0xf0 */ { NULL, NULL, 0 },
NULL              333 source4/smb_server/smb/receive.c /* 0xf1 */ { NULL, NULL, 0 },
NULL              334 source4/smb_server/smb/receive.c /* 0xf2 */ { NULL, NULL, 0 },
NULL              335 source4/smb_server/smb/receive.c /* 0xf3 */ { NULL, NULL, 0 },
NULL              336 source4/smb_server/smb/receive.c /* 0xf4 */ { NULL, NULL, 0 },
NULL              337 source4/smb_server/smb/receive.c /* 0xf5 */ { NULL, NULL, 0 },
NULL              338 source4/smb_server/smb/receive.c /* 0xf6 */ { NULL, NULL, 0 },
NULL              339 source4/smb_server/smb/receive.c /* 0xf7 */ { NULL, NULL, 0 },
NULL              340 source4/smb_server/smb/receive.c /* 0xf8 */ { NULL, NULL, 0 },
NULL              341 source4/smb_server/smb/receive.c /* 0xf9 */ { NULL, NULL, 0 },
NULL              342 source4/smb_server/smb/receive.c /* 0xfa */ { NULL, NULL, 0 },
NULL              343 source4/smb_server/smb/receive.c /* 0xfb */ { NULL, NULL, 0 },
NULL              344 source4/smb_server/smb/receive.c /* 0xfc */ { NULL, NULL, 0 },
NULL              345 source4/smb_server/smb/receive.c /* 0xfd */ { NULL, NULL, 0 },
NULL              346 source4/smb_server/smb/receive.c /* 0xfe */ { NULL, NULL, 0 },
NULL              347 source4/smb_server/smb/receive.c /* 0xff */ { NULL, NULL, 0 }
NULL              462 source4/smb_server/smb/receive.c 	if (smb_messages[type].name == NULL)
NULL              486 source4/smb_server/smb/receive.c 	if (smb_messages[type].fn == NULL) {
NULL              648 source4/smb_server/smb/receive.c 	req->ntvfs = NULL;
NULL              650 source4/smb_server/smb/receive.c 	req->io_ptr = NULL;
NULL              675 source4/smb_server/smb/receive.c 	smb_conn->negotiate.zone_offset = get_time_zone(time(NULL));
NULL              138 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.dev_type, -1, STR_TERMINATE|STR_ASCII);
NULL              146 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.dev_type, -1, STR_TERMINATE|STR_ASCII);
NULL              147 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, con.tconx.out.fs_type, -1, STR_TERMINATE);
NULL              531 source4/smb_server/smb/reply.c 	req_push_str(req, NULL, oi->ctemp.out.name, -1, STR_TERMINATE | STR_ASCII);
NULL              623 source4/smb_server/smb/reply.c 	if (req->out.buffer == NULL) {
NULL              636 source4/smb_server/smb/reply.c 					  req, NULL, 0);
NULL             1242 source4/smb_server/smb/reply.c 	req->tcon = NULL;
NULL             1650 source4/smb_server/smb/reply.c 		if (lck->lockx.in.locks == NULL) {
NULL             1816 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->nt1.out.os, -1, STR_TERMINATE);
NULL             1817 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->nt1.out.lanman, -1, STR_TERMINATE);
NULL             1818 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->nt1.out.domain, -1, STR_TERMINATE);
NULL             1845 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->spnego.out.os,        -1, STR_TERMINATE);
NULL             1846 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->spnego.out.lanman,    -1, STR_TERMINATE);
NULL             1847 source4/smb_server/smb/reply.c 		req_push_str(req, NULL, io->spnego.out.workgroup, -1, STR_TERMINATE);
NULL             2043 source4/smb_server/smb/reply.c 		SMBSRV_SETUP_NTVFS_REQUEST(NULL,0);
NULL             2046 source4/smb_server/smb/reply.c 		req->ntvfs = NULL;
NULL             2047 source4/smb_server/smb/reply.c 		req->tcon = NULL;
NULL             2084 source4/smb_server/smb/reply.c 		SMBSRV_SETUP_NTVFS_REQUEST(NULL,0);
NULL             2087 source4/smb_server/smb/reply.c 		req->ntvfs = NULL;
NULL             2088 source4/smb_server/smb/reply.c 		req->tcon = NULL;
NULL             2092 source4/smb_server/smb/reply.c 	req->session = NULL; /* it is now invalid, don't use on 
NULL             2193 source4/smb_server/smb/reply.c 	io->ntcreatex.in.ea_list          = NULL;
NULL             2194 source4/smb_server/smb/reply.c 	io->ntcreatex.in.sec_desc         = NULL;
NULL             2265 source4/smb_server/smb/reply.c 	if (req->smb_conn->negotiate.called_name == NULL ||
NULL             2266 source4/smb_server/smb/reply.c 	    req->smb_conn->negotiate.calling_name == NULL) {
NULL               65 source4/smb_server/smb/request.c 		return NULL;
NULL              192 source4/smb_server/smb/request.c 	if (req == NULL) {
NULL              193 source4/smb_server/smb/request.c 		return NULL;
NULL              197 source4/smb_server/smb/request.c 	if (req->out.buffer == NULL) {
NULL              199 source4/smb_server/smb/request.c 		return NULL;
NULL              251 source4/smb_server/smb/request.c 	if (buf2 == NULL) {
NULL              308 source4/smb_server/smb/request.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              334 source4/smb_server/smb/request.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              377 source4/smb_server/smb/request.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              411 source4/smb_server/smb/request.c 	if (dest == NULL) {
NULL              506 source4/smb_server/smb/request.c 		*dest = NULL;
NULL              516 source4/smb_server/smb/request.c 	ret = convert_string_talloc(bufinfo->mem_ctx, CH_UTF16, CH_UNIX, src, src_len2, (void **)&dest2, NULL, false);
NULL              519 source4/smb_server/smb/request.c 		*dest = NULL;
NULL              551 source4/smb_server/smb/request.c 			*dest = NULL;
NULL              565 source4/smb_server/smb/request.c 	ret = convert_string_talloc(bufinfo->mem_ctx, CH_DOS, CH_UNIX, src, src_len2, (void **)&dest2, NULL, false);
NULL              568 source4/smb_server/smb/request.c 		*dest = NULL;
NULL              686 source4/smb_server/smb/request.c 		return NULL;
NULL              697 source4/smb_server/smb/request.c 		return NULL;
NULL              766 source4/smb_server/smb/request.c 	if (key->length != 2) return NULL;
NULL              158 source4/smb_server/smb/search.c 	state->file = NULL;
NULL              164 source4/smb_server/smb/search.c 	req_append_var_block(req, NULL, 0);
NULL               95 source4/smb_server/smb/service.c 					  req, NULL, 0);
NULL              111 source4/smb_server/smb/service.c 	req->tcon = NULL;
NULL               64 source4/smb_server/smb/sesssetup.c 	struct auth_serversupplied_info *server_info = NULL;
NULL               78 source4/smb_server/smb/sesssetup.c 	smb_sess = smbsrv_session_new(req->smb_conn, req, NULL);
NULL              104 source4/smb_server/smb/sesssetup.c 	struct auth_usersupplied_info *user_info = NULL;
NULL              106 source4/smb_server/smb/sesssetup.c 	const char *remote_machine = NULL;
NULL              145 source4/smb_server/smb/sesssetup.c 	user_info->password.response.nt = data_blob(NULL, 0);
NULL              160 source4/smb_server/smb/sesssetup.c 	struct auth_serversupplied_info *server_info = NULL;
NULL              175 source4/smb_server/smb/sesssetup.c 	smb_sess = smbsrv_session_new(req->smb_conn, req, NULL);
NULL              210 source4/smb_server/smb/sesssetup.c 	struct auth_usersupplied_info *user_info = NULL;
NULL              212 source4/smb_server/smb/sesssetup.c 	const char *remote_machine = NULL;
NULL              298 source4/smb_server/smb/sesssetup.c 	struct auth_session_info *session_info = NULL;
NULL              315 source4/smb_server/smb/sesssetup.c 		smbsrv_setup_signing(req->smb_conn, &session_key, NULL);
NULL              342 source4/smb_server/smb/sesssetup.c 	struct smbsrv_session *smb_sess = NULL;
NULL              343 source4/smb_server/smb/sesssetup.c 	struct sesssetup_spnego_state *s = NULL;
NULL               80 source4/smb_server/smb/signing.c 	smb_conn->signing.mac_key = data_blob(NULL, 0);
NULL               74 source4/smb_server/smb/trans2.c 	trans->out.params = data_blob_talloc(trans, NULL, param_size);
NULL               77 source4/smb_server/smb/trans2.c 	trans->out.data = data_blob_talloc(trans, NULL, data_size);
NULL              250 source4/smb_server/smb/trans2.c 	io->t2open.in.eas          = NULL;
NULL              253 source4/smb_server/smb/trans2.c 	if (io->t2open.in.fname == NULL) {
NULL              301 source4/smb_server/smb/trans2.c 	if (io->t2mkdir.in.path == NULL) {
NULL              466 source4/smb_server/smb/trans2.c 	if (st->generic.in.file.path == NULL) {
NULL              674 source4/smb_server/smb/trans2.c 	if (st->generic.in.file.path == NULL) {
NULL              873 source4/smb_server/smb/trans2.c 	if (search->t2ffirst.in.pattern == NULL) {
NULL              959 source4/smb_server/smb/trans2.c 	if (search->t2fnext.in.last_name == NULL) {
NULL             1097 source4/smb_server/smb/trans2.c 	if (op->send_fn != NULL) {
NULL             1199 source4/smb_server/smb/trans2.c 	op->op_info	= NULL;
NULL             1200 source4/smb_server/smb/trans2.c 	op->send_fn	= NULL;
NULL             1230 source4/smb_server/smb/trans2.c 	if (trans == NULL) {
NULL             1289 source4/smb_server/smb/trans2.c 	struct smb_trans2 *trans = NULL;
NULL             1321 source4/smb_server/smb/trans2.c 	if (tp == NULL) {
NULL             1358 source4/smb_server/smb/trans2.c 		if (trans->in.params.data == NULL) {
NULL             1370 source4/smb_server/smb/trans2.c 		if (trans->in.data.data == NULL) {
NULL              154 source4/smb_server/smb2/fileinfo.c 	ndr_err = ndr_push_struct_blob(&op->info->out.blob, op->req, NULL,
NULL              216 source4/smb_server/smb2/fileinfo.c 	op->io_ptr	= NULL;
NULL              217 source4/smb_server/smb2/fileinfo.c 	op->send_fn	= NULL;
NULL              320 source4/smb_server/smb2/fileinfo.c 		ndr_err = ndr_pull_struct_blob(&op->info->in.blob, io, NULL,
NULL              110 source4/smb_server/smb2/fileio.c 			if (io->smb2.in.sec_desc == NULL) {
NULL              114 source4/smb_server/smb2/fileio.c 			ndr_err = ndr_pull_struct_blob(&io->smb2.in.blobs.blobs[i].data, io, NULL,
NULL              131 source4/smb_server/smb2/fileio.c 			if (io->smb2.in.durable_handle == NULL) {
NULL              160 source4/smb_server/smb2/fileio.c 	if (io->smb2.in.fname == NULL) {
NULL              279 source4/smb_server/smb2/fileio.c 	io->smb2.out.data = data_blob_talloc(io, NULL, io->smb2.in.length);
NULL              355 source4/smb_server/smb2/fileio.c 	if (io->smb2.in.locks == NULL) {
NULL              435 source4/smb_server/smb2/fileio.c 	DATA_BLOB blob = data_blob(NULL, 0);
NULL              447 source4/smb_server/smb2/fileio.c 	blob = data_blob_talloc(req, NULL, size);
NULL              150 source4/smb_server/smb2/find.c 	state->ff		= NULL;
NULL              151 source4/smb_server/smb2/find.c 	state->fn		= NULL;
NULL              165 source4/smb_server/smb2/find.c 	if (info->in.pattern == NULL) {
NULL               39 source4/smb_server/smb2/negprot.c 	DATA_BLOB null_data_blob = data_blob(NULL, 0);
NULL               55 source4/smb_server/smb2/negprot.c 		server_credentials = NULL;
NULL              133 source4/smb_server/smb2/negprot.c 	io->out.max_transact_size  = lp_parm_ulong(req->smb_conn->lp_ctx, NULL, 
NULL              135 source4/smb_server/smb2/negprot.c 	io->out.max_read_size      = lp_parm_ulong(req->smb_conn->lp_ctx, NULL, 
NULL              137 source4/smb_server/smb2/negprot.c 	io->out.max_write_size     = lp_parm_ulong(req->smb_conn->lp_ctx, NULL, 
NULL              222 source4/smb_server/smb2/negprot.c 	if (io->in.dialects == NULL) {
NULL              261 source4/smb_server/smb2/negprot.c 	req->in.dynamic   = NULL;
NULL               46 source4/smb_server/smb2/receive.c 		req->in.bufinfo.data       = NULL;
NULL               70 source4/smb_server/smb2/receive.c 	if (!req) return NULL;
NULL              111 source4/smb_server/smb2/receive.c 	req->out.dynamic	= (body_dynamic_size ? req->out.body + body_fixed_size : NULL);
NULL              185 source4/smb_server/smb2/receive.c 	req->in.dynamic 	= NULL;
NULL              241 source4/smb_server/smb2/receive.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              278 source4/smb_server/smb2/receive.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              495 source4/smb_server/smb2/receive.c 	req->in.dynamic 	= NULL;
NULL              539 source4/smb_server/smb2/receive.c 	smb_conn->requests2.list		= NULL;
NULL              563 source4/smb_server/smb2/receive.c 	if (req->smb_conn->connection->event.fde == NULL) {
NULL              641 source4/smb_server/smb2/receive.c 	smb_conn->negotiate.zone_offset = get_time_zone(time(NULL));
NULL               70 source4/smb_server/smb2/sesssetup.c 	struct auth_session_info *session_info = NULL;
NULL              112 source4/smb_server/smb2/sesssetup.c 	struct smbsrv_session *smb_sess = NULL;
NULL              117 source4/smb_server/smb2/sesssetup.c 	io->smb2.out.secblob = data_blob(NULL, 0);
NULL               54 source4/smb_server/smb2/tcon.c 	req->in.dynamic 	= NULL;
NULL              115 source4/smb_server/smb2/tcon.c 		return NULL;
NULL              123 source4/smb_server/smb2/tcon.c 		return NULL;
NULL              139 source4/smb_server/smb2/tcon.c 			return NULL;
NULL              145 source4/smb_server/smb2/tcon.c 		return NULL;
NULL              232 source4/smb_server/smb2/tcon.c 	return NULL;
NULL              237 source4/smb_server/smb2/tcon.c 	return data_blob(NULL, 0);
NULL              332 source4/smb_server/smb2/tcon.c 					  req, NULL, 0);
NULL              356 source4/smb_server/smb2/tcon.c 	req->tcon = NULL;
NULL              402 source4/smb_server/smb2/tcon.c 	if (io->smb2.in.path == NULL) {
NULL              419 source4/smb_server/smb2/tcon.c 	req->tcon = NULL;
NULL               60 source4/smb_server/smb_samba3.c 	prog = lp_parm_string(conn->lp_ctx, NULL, "samba3", "smbd");
NULL               62 source4/smb_server/smb_samba3.c 	if (prog == NULL) {
NULL               69 source4/smb_server/smb_samba3.c 	if (argv[0] == NULL) {
NULL               73 source4/smb_server/smb_samba3.c 	argv[1] = NULL;
NULL               81 source4/smb_server/smb_samba3.c 	if (reason == NULL) {
NULL              113 source4/smb_server/smb_samba3.c 					     NULL);
NULL              131 source4/smb_server/smb_samba3.c 	if (model_ops == NULL) {
NULL              193 source4/smb_server/smb_server.c 					     NULL);
NULL              210 source4/smb_server/smb_server.c 	talloc_free(samdb_connect(task, task->event_ctx, task->lp_ctx, NULL));
NULL               58 source4/smb_server/tcon.c 	tcons_ctx->list		= NULL;
NULL               82 source4/smb_server/tcon.c 	if (tid == 0) return NULL;
NULL               84 source4/smb_server/tcon.c 	if (tid > tcons_ctx->idtree_limit) return NULL;
NULL               87 source4/smb_server/tcon.c 	if (!p) return NULL;
NULL               90 source4/smb_server/tcon.c 	if (!tcon) return NULL;
NULL              106 source4/smb_server/tcon.c 	if (!smb_sess) return NULL;
NULL              126 source4/smb_server/tcon.c 		tcon->ntvfs = NULL;
NULL              165 source4/smb_server/tcon.c 	if (!tcon) return NULL;
NULL              198 source4/smb_server/tcon.c 	return NULL;
NULL              203 source4/smb_server/tcon.c 	return smbsrv_tcon_new(smb_conn, NULL, share_name);
NULL               49 source4/smbd/process_model.c } *models = NULL;
NULL               62 source4/smbd/process_model.c 	if (process_model_byname(ops->name) != NULL) {
NULL               92 source4/smbd/process_model.c 	init_module_fn *shared_init = load_samba_modules(NULL, lp_ctx, "process_model");
NULL              115 source4/smbd/process_model.c 	return NULL;
NULL              118 source4/smbd/process_prefork.c 	ev2 = s4_event_context_init(NULL);
NULL              136 source4/smbd/process_prefork.c 	num_children = lp_parm_int(lp_ctx, NULL, "prefork children", service_name, 0);
NULL              176 source4/smbd/process_prefork.c 	ev_parent = s4_event_context_init(NULL);
NULL              203 source4/smbd/process_prefork.c 		setproctitle(NULL);
NULL               95 source4/smbd/process_standard.c 	ev2 = s4_event_context_init(NULL);
NULL              164 source4/smbd/process_standard.c 	ev2 = s4_event_context_init(NULL);
NULL              220 source4/smbd/process_standard.c 		setproctitle(NULL);
NULL               58 source4/smbd/process_thread.c 	return NULL;
NULL               81 source4/smbd/process_thread.c 	if (ev2 == NULL) return;
NULL               84 source4/smbd/process_thread.c 	if (state == NULL) {
NULL              143 source4/smbd/process_thread.c 	return NULL;
NULL              164 source4/smbd/process_thread.c 	if (ev2 == NULL) return;
NULL              167 source4/smbd/process_thread.c 	if (state == NULL) {
NULL              198 source4/smbd/process_thread.c 	pthread_exit(NULL);  /* thread cleanup routine will do actual cleanup */
NULL              225 source4/smbd/process_thread.c 	return pthread_mutex_init((pthread_mutex_t *)mutex->mutex, NULL);
NULL              238 source4/smbd/process_thread.c 	gettimeofday(tp1,NULL);
NULL              244 source4/smbd/process_thread.c 	gettimeofday(&tp2,NULL);
NULL              300 source4/smbd/process_thread.c 	return pthread_rwlock_init((pthread_rwlock_t *)rwlock->rwlock, NULL);
NULL              432 source4/smbd/process_thread.c 	char *s= NULL;
NULL              506 source4/smbd/process_thread.c 	pthread_exit(NULL); /* terminate failing thread only */
NULL              520 source4/smbd/process_thread.c 	pthread_key_create(&title_key, NULL);
NULL               92 source4/smbd/server.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               94 source4/smbd/server.c 	path = smbd_tmp_path(mem_ctx, lp_ctx, NULL);
NULL              216 source4/smbd/server.c 		{"daemon", 'D', POPT_ARG_NONE, NULL, OPT_DAEMON,
NULL              217 source4/smbd/server.c 		 "Become a daemon (default)", NULL },
NULL              218 source4/smbd/server.c 		{"interactive",	'i', POPT_ARG_NONE, NULL, OPT_INTERACTIVE,
NULL              219 source4/smbd/server.c 		 "Run interactive (not a daemon)", NULL},
NULL              220 source4/smbd/server.c 		{"model", 'M', POPT_ARG_STRING,	NULL, OPT_PROCESS_MODEL, 
NULL              226 source4/smbd/server.c 		{ NULL }
NULL              294 source4/smbd/server.c 	if (secrets_init(talloc_autofree_context(), cmdline_lp_ctx) == NULL) {
NULL              308 source4/smbd/server.c 	shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "service");
NULL              319 source4/smbd/server.c 	if (event_ctx == NULL) {
NULL              316 source4/smbd/service_named_pipe.c 	if (pipe_sock == NULL) {
NULL              322 source4/smbd/service_named_pipe.c 	if (pipe_sock->pipe_name == NULL) {
NULL              327 source4/smbd/service_named_pipe.c 	if (dirname == NULL) {
NULL              342 source4/smbd/service_named_pipe.c 	if (pipe_sock->pipe_path == NULL) {
NULL              357 source4/smbd/service_named_pipe.c 				     NULL,
NULL              358 source4/smbd/service_named_pipe.c 				     NULL,
NULL               80 source4/smbd/service_stream.c 	srv_conn->event.fde = NULL;
NULL              188 source4/smbd/service_stream.c 	if (!socket_check_access(sock, "smbd", lp_hostsallow(NULL, lp_default_service(lp_ctx)), lp_hostsdeny(NULL, lp_default_service(lp_ctx)))) {
NULL              285 source4/smbd/service_stream.c 	status = socket_set_option(stream_socket->sock, "SO_KEEPALIVE", NULL);
NULL              288 source4/smbd/service_stream.c 	if (socket_options != NULL) {
NULL              289 source4/smbd/service_stream.c 		status = socket_set_option(stream_socket->sock, socket_options, NULL);
NULL               62 source4/smbd/service_task.c 	if (task == NULL) return;
NULL               82 source4/torture/auth/ntlmssp.c 	gensec_ntlmssp_state->session_key = data_blob(NULL, 0);
NULL               55 source4/torture/auth/pac.c 	time_t logon_time = time(NULL);
NULL               60 source4/torture/auth/pac.c 							NULL,
NULL              151 source4/torture/auth/pac.c 					logon_time, NULL);
NULL              200 source4/torture/auth/pac.c 					    NULL);
NULL              320 source4/torture/auth/pac.c 	torture_assert(tctx, 0 == smb_krb5_init_context(mem_ctx, NULL,
NULL              338 source4/torture/auth/pac.c 		krbtgt_bytes = NULL;
NULL              377 source4/torture/auth/pac.c 		krbtgt_keyblock_p = NULL;
NULL              380 source4/torture/auth/pac.c 	pac_file = torture_setting_string(tctx, "pac_file", NULL);
NULL              394 source4/torture/auth/pac.c 	authtime = strtoull(authtime_string, NULL, 0);
NULL              418 source4/torture/auth/pac.c 					client_principal, authtime, NULL);
NULL              477 source4/torture/auth/pac.c 					    client_principal, authtime, NULL);
NULL              527 source4/torture/auth/pac.c 	if (krbtgt_bytes == NULL) {
NULL              669 source4/torture/auth/pac.c 					authtime + 1, NULL);
NULL              707 source4/torture/auth/pac.c 					authtime, NULL);
NULL              727 source4/torture/auth/pac.c 					authtime, NULL);
NULL               42 source4/torture/basic/aliases.c 	struct trans2_blobs *alias_blobs = NULL;
NULL              100 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              122 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              161 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              203 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              240 source4/torture/basic/aliases.c 	struct trans2_blobs *alias_blobs = NULL;
NULL              252 source4/torture/basic/aliases.c 			t2->in.data = data_blob(NULL, dsize);
NULL              317 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              356 source4/torture/basic/aliases.c 	t2.in.data = data_blob(NULL, 0);
NULL              151 source4/torture/basic/attr.c 						smbcli_getatr(cli1->tree, fname, &attr, NULL, NULL),
NULL               43 source4/torture/basic/base.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL               48 source4/torture/basic/base.c 	nbt_choose_called_name(NULL, &called, host, NBT_NAME_SERVER);
NULL               50 source4/torture/basic/base.c 	cli = smbcli_state_init(NULL);
NULL               75 source4/torture/basic/base.c 	return NULL;
NULL               84 source4/torture/basic/base.c 	const char *password = torture_setting_string(tctx, "password", NULL);
NULL              181 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli->tree, fname, NULL, NULL, &t))) {
NULL              188 source4/torture/basic/base.c 	if (abs(t - time(NULL)) > 60*60*24*10) {
NULL              191 source4/torture/basic/base.c 		t = time(NULL);
NULL              204 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli->tree, fname, NULL, NULL, &t))) {
NULL              244 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_qfileinfo(cli->tree, fnum, NULL, &size, &c_time, &a_time, &m_time,
NULL              245 source4/torture/basic/base.c 			   NULL, NULL))) {
NULL              276 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_qpathinfo(cli->tree, fname, &c_time, &a_time, &m_time, &size, NULL))) {
NULL              291 source4/torture/basic/base.c 		if (abs(m_time - time(NULL)) > 60*60*24*7) {
NULL              302 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, fname, &c_time, &a_time, &m_time, &w_time, &size, NULL, NULL))) {
NULL              323 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time, &w_time, &size, NULL, NULL))) {
NULL              332 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_qpathinfo2(cli->tree, "\\trans2\\", &c_time, &a_time, &m_time2, &w_time, &size, NULL, NULL))) {
NULL              408 source4/torture/basic/base.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL              409 source4/torture/basic/base.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL              410 source4/torture/basic/base.c 	const char *password = torture_setting_string(tctx, "password", NULL);
NULL              504 source4/torture/basic/base.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL              733 source4/torture/basic/base.c 	if (NT_STATUS_IS_OK(result = smbcli_qfileinfo(cli->tree, fnum, NULL,
NULL              735 source4/torture/basic/base.c 						   &m_time, NULL, NULL))) {
NULL              888 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli1->tree, fname, NULL, &fsize, NULL))) {
NULL              915 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli1->tree, fname, NULL, &fsize, NULL))) {
NULL             1199 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli1->tree, fname, NULL, &fsize, NULL))) {
NULL             1225 source4/torture/basic/base.c 	if (NT_STATUS_IS_ERR(smbcli_getatr(cli1->tree, fname, NULL, &fsize, NULL))) {
NULL             1318 source4/torture/basic/base.c 	status = smbcli_getatr(cli->tree, fname, NULL, &filesize, NULL);
NULL             1447 source4/torture/basic/base.c 	struct smbcli_state *cli_nt = NULL, *cli_dos = NULL;
NULL             1538 source4/torture/basic/base.c 		md.t2mkdir.in.eas = NULL;
NULL             1712 source4/torture/basic/base.c 	if (cli_dos != NULL) {
NULL             1715 source4/torture/basic/base.c 	if (cli_nt != NULL) {
NULL               44 source4/torture/basic/charset.c 	char *fname, *fname2=NULL, *ucs_name;
NULL              889 source4/torture/basic/delaywrite.c 		time_t t_set = time(NULL);
NULL             1315 source4/torture/basic/delaywrite.c 	cli2 = NULL;
NULL             2408 source4/torture/basic/delaywrite.c 	SET_INFO_FILE(finfo0, time(NULL) + 86400);
NULL             2413 source4/torture/basic/delaywrite.c 	SET_INFO_FILE(finfo0, time(NULL) - 86400);
NULL             2570 source4/torture/basic/delaywrite.c 	SET_INFO_FILE(finfo0, time(NULL) + 86400);
NULL             2575 source4/torture/basic/delaywrite.c 	SET_INFO_FILE(finfo0, time(NULL) - 86400);
NULL             2749 source4/torture/basic/delaywrite.c 	SET_INFO_FILE_EX(finfo0, time(NULL) + 86400, cli2->tree, fnum2);
NULL             2754 source4/torture/basic/delaywrite.c 	SET_INFO_FILE_EX(finfo0, time(NULL) - 86400, cli2->tree, fnum2);
NULL               45 source4/torture/basic/denytest.c 		{-1, NULL}};
NULL               62 source4/torture/basic/denytest.c 		{-1, NULL}};
NULL             1641 source4/torture/basic/denytest.c 	char *ret = NULL;
NULL             1645 source4/torture/basic/denytest.c 			if (ret == NULL) {
NULL             1652 source4/torture/basic/denytest.c 	if (ret == NULL) ret = talloc_strdup(mem_ctx, "(NONE)");
NULL             1784 source4/torture/basic/denytest.c 		TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               62 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "a*.*", 0, list_fn, NULL));
NULL               63 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "b*.*", 0, list_fn, NULL));
NULL               64 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "xyzabc", 0, list_fn, NULL));
NULL              122 source4/torture/basic/dir.c 	num_seen = smbcli_list_old(cli->tree, "\\LISTDIR\\*", FILE_ATTRIBUTE_DIRECTORY, list_fn, NULL);
NULL              135 source4/torture/basic/dir.c 	num_seen = smbcli_list_old(cli->tree, "\\LISTDIR\\*", (FILE_ATTRIBUTE_DIRECTORY<<8)|FILE_ATTRIBUTE_DIRECTORY, list_fn, NULL);
NULL              143 source4/torture/basic/dir.c 	num_seen = smbcli_list_old(cli->tree, "\\LISTDIR\\*", (FILE_ATTRIBUTE_ARCHIVE<<8)|FILE_ATTRIBUTE_DIRECTORY, list_fn, NULL);
NULL              159 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "a*.*", 0, list_fn, NULL));
NULL              160 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "b*.*", 0, list_fn, NULL));
NULL              161 source4/torture/basic/dir.c 	torture_comment(tctx, "Matched %d\n", smbcli_list(cli->tree, "xyzabc", 0, list_fn, NULL));
NULL              111 source4/torture/basic/locking.c 	t1 = time(NULL);
NULL              118 source4/torture/basic/locking.c 	t2 = time(NULL);
NULL              787 source4/torture/basic/locking.c 	torture_assert_ntstatus_ok(tctx, smbcli_getatr(cli1->tree, fname, NULL, &size, NULL), 
NULL              170 source4/torture/basic/mangle_test.c 	tdb = tdb_open(NULL, 100000, TDB_INTERNAL, 0, 0);
NULL              216 source4/torture/basic/misc.c 					cli[i] = NULL;
NULL              437 source4/torture/basic/misc.c 	char **unc_list = NULL;
NULL              448 source4/torture/basic/misc.c 	p = torture_setting_string(tctx, "unclist", NULL);
NULL              451 source4/torture/basic/misc.c 		unc_list = file_lines_load(p, &num_unc_names, 0, NULL);
NULL              468 source4/torture/basic/misc.c 				    NULL, &h, &s)) {
NULL              485 source4/torture/basic/misc.c 							     NULL);
NULL              487 source4/torture/basic/misc.c 							     NULL);
NULL              822 source4/torture/basic/misc.c 	smb->in.service_type=NULL;
NULL               50 source4/torture/basic/properties.c 	{ NULL, 0 }
NULL               70 source4/torture/basic/properties.c 	{ NULL, 0 }
NULL               67 source4/torture/basic/secleak.c 	time_t t1 = time(NULL);
NULL               70 source4/torture/basic/secleak.c 	while (time(NULL) < t1+timelimit) {
NULL               74 source4/torture/basic/secleak.c 		talloc_report(NULL, stdout);
NULL              159 source4/torture/basic/utable.c 		if (NT_STATUS_IS_ERR(smbcli_qfileinfo(cli->tree, fnum, NULL, &size, 
NULL              160 source4/torture/basic/utable.c 						   NULL, NULL, NULL, NULL, NULL))) continue;
NULL              203 source4/torture/gentest.c 				servers[i].smb2_tree[j] = NULL;
NULL              208 source4/torture/gentest.c 				servers[i].smb_tree[j] = NULL;
NULL              229 source4/torture/gentest.c 				status = smb2_connect(NULL, servers[i].server_name, 
NULL              240 source4/torture/gentest.c 				status = smbcli_tree_full_connection(NULL,
NULL              264 source4/torture/gentest.c 							    idle_func_smb2, 50000, NULL);
NULL              949 source4/torture/gentest.c 	if (options.no_acls || gen_chance(90)) return NULL;
NULL              952 source4/torture/gentest.c 					     0, NULL, NULL,
NULL              953 source4/torture/gentest.c 					     NULL,
NULL              961 source4/torture/gentest.c 					     NULL);
NULL              984 source4/torture/gentest.c 	struct smbcli_tree *tree = NULL;
NULL             1021 source4/torture/gentest.c 	if (req == NULL) {
NULL             1027 source4/torture/gentest.c 	req->async.private_data = NULL;
NULL             1088 source4/torture/gentest.c 	if (req == NULL) return false;
NULL             1090 source4/torture/gentest.c 	req->async.private_data = NULL;
NULL             1103 source4/torture/gentest.c 	struct smb2_tree *tree = NULL;
NULL             1141 source4/torture/gentest.c 	if (req == NULL) {
NULL             1147 source4/torture/gentest.c 	req->async.private_data = NULL;
NULL             1485 source4/torture/gentest.c 	if (((parm[0].field.data == NULL && parm[1].field.data != NULL) || \
NULL             1486 source4/torture/gentest.c 	    (parm[1].field.data == NULL && parm[0].field.data != NULL) || \
NULL             2638 source4/torture/gentest.c 	parm[0].in.data = data_blob_talloc(current_op.mem_ctx, NULL,
NULL             2939 source4/torture/gentest.c 		current_op.mem_ctx = talloc_named(NULL, 0, "%s", current_op.name);
NULL             3056 source4/torture/gentest.c 		char **preset = file_lines_load(options.seeds_file, &numops, 0, NULL);
NULL             3132 source4/torture/gentest.c 	char *ignore_file=NULL;
NULL             3141 source4/torture/gentest.c 		{"smb2",          0, POPT_ARG_NONE, &options.smb2, 0,	"use SMB2 protocol", 	NULL},
NULL             3142 source4/torture/gentest.c 		{"seed",	  0, POPT_ARG_INT,  &options.seed, 	0,	"Seed to use for randomizer", 	NULL},
NULL             3143 source4/torture/gentest.c 		{"num-ops",	  0, POPT_ARG_INT,  &options.numops, 	0, 	"num ops",	NULL},
NULL             3144 source4/torture/gentest.c 		{"oplocks",       0, POPT_ARG_NONE, &options.use_oplocks,0,      "use oplocks", NULL},
NULL             3145 source4/torture/gentest.c 		{"showall",       0, POPT_ARG_NONE, &options.showall,    0,      "display all operations", NULL},
NULL             3146 source4/torture/gentest.c 		{"analyse",       0, POPT_ARG_NONE, &options.analyze,    0,      "do backtrack analysis", NULL},
NULL             3147 source4/torture/gentest.c 		{"analysealways", 0, POPT_ARG_NONE, &options.analyze_always,    0,      "analysis always", NULL},
NULL             3148 source4/torture/gentest.c 		{"analysecontinuous", 0, POPT_ARG_NONE, &options.analyze_continuous,    0,      "analysis continuous", NULL},
NULL             3149 source4/torture/gentest.c 		{"ignore",        0, POPT_ARG_STRING, &ignore_file,    0,      "ignore from file", NULL},
NULL             3150 source4/torture/gentest.c 		{"preset",        0, POPT_ARG_NONE, &options.use_preset_seeds,    0,      "use preset seeds", NULL},
NULL             3151 source4/torture/gentest.c 		{"fast",          0, POPT_ARG_NONE, &options.fast_reconnect,    0,      "use fast reconnect", NULL},
NULL             3152 source4/torture/gentest.c 		{"unclist",	  0, POPT_ARG_STRING,	NULL, 	OPT_UNCLIST,	"unclist", 	NULL},
NULL             3153 source4/torture/gentest.c 		{"seedsfile",	  0, POPT_ARG_STRING,  &options.seeds_file, 0,	"seed file", 	NULL},
NULL             3154 source4/torture/gentest.c 		{ "user", 'U',       POPT_ARG_STRING, NULL, 'U', "Set the network username", "[DOMAIN/]USERNAME[%PASSWORD]" },
NULL             3155 source4/torture/gentest.c 		{"maskindexing",  0, POPT_ARG_NONE,  &options.mask_indexing, 0,	"mask out the indexed file attrib", 	NULL},
NULL             3156 source4/torture/gentest.c 		{"noeas",  0, POPT_ARG_NONE,  &options.no_eas, 0,	"don't use extended attributes", 	NULL},
NULL             3157 source4/torture/gentest.c 		{"noacls",  0, POPT_ARG_NONE,  &options.no_acls, 0,	"don't use ACLs", 	NULL},
NULL             3158 source4/torture/gentest.c 		{"skip-cleanup",  0, POPT_ARG_NONE,  &options.skip_cleanup, 0,	"don't delete files at start", 	NULL},
NULL             3159 source4/torture/gentest.c 		{"valid",  0, POPT_ARG_NONE,  &options.valid, 0,	"generate only valid fields", 	NULL},
NULL             3164 source4/torture/gentest.c 		{ NULL }
NULL             3170 source4/torture/gentest.c 	options.seed = time(NULL);
NULL             3203 source4/torture/gentest.c 		options.ignore_patterns = file_lines_load(ignore_file, NULL, 0, NULL);
NULL             3209 source4/torture/gentest.c 		if (argv_new[i] == NULL) {
NULL               67 source4/torture/ldap/basic.c 	ret = test_bind_simple(conn, NULL, NULL);
NULL               92 source4/torture/ldap/basic.c 	*basedn = NULL;
NULL              108 source4/torture/ldap/basic.c 	msg->r.SearchRequest.attributes = NULL;
NULL              111 source4/torture/ldap/basic.c 	if (req == NULL) {
NULL              199 source4/torture/ldap/basic.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL              200 source4/torture/ldap/basic.c 	const char *userdn = torture_setting_string(torture, "ldap_userdn", NULL);
NULL              201 source4/torture/ldap/basic.c 	const char *secret = torture_setting_string(torture, "ldap_secret", NULL);
NULL               94 source4/torture/ldap/cldap.c 	search.in.user = NULL;
NULL              115 source4/torture/ldap/cldap.c 	search.in.user = NULL;
NULL              133 source4/torture/ldap/cldap.c 	search.in.realm       = NULL;
NULL              142 source4/torture/ldap/cldap.c 	search.in.user        = NULL;
NULL              173 source4/torture/ldap/cldap.c 	search.in.user = NULL;
NULL              329 source4/torture/ldap/cldap.c 	ldb = ldb_init(NULL, NULL);
NULL              377 source4/torture/ldap/cldap.c 			NULL };
NULL              394 source4/torture/ldap/cldap.c 		ldb = ldb_init(NULL, NULL);
NULL              422 source4/torture/ldap/cldap.c 	const char *attrs1[] = { "currentTime", "highestCommittedUSN", NULL };
NULL              423 source4/torture/ldap/cldap.c 	const char *attrs2[] = { "currentTime", "highestCommittedUSN", "netlogon", NULL };
NULL              424 source4/torture/ldap/cldap.c 	const char *attrs3[] = { "netlogon", NULL };
NULL              439 source4/torture/ldap/cldap.c 	search.in.attributes = NULL;
NULL              488 source4/torture/ldap/cldap.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL               38 source4/torture/ldap/cldapbench.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL              111 source4/torture/ldap/cldapbench.c 	TALLOC_CTX *tmp_ctx = talloc_new(NULL);
NULL              190 source4/torture/ldap/cldapbench.c 	make_nbt_name_server(&name, torture_setting_string(torture, "host", NULL));
NULL               62 source4/torture/ldap/schema.c 	ret = ldb_search(ldb, ldb, &r, ldb_dn_new(ldb, ldb, NULL),
NULL               63 source4/torture/ldap/schema.c 			 LDB_SCOPE_BASE, NULL, NULL);
NULL               73 source4/torture/ldap/schema.c 	root->defaultdn	= ldb_msg_find_attr_as_string(msg, "defaultNamingContext", NULL);
NULL               75 source4/torture/ldap/schema.c 	root->rootdn	= ldb_msg_find_attr_as_string(msg, "rootDomainNamingContext", NULL);
NULL               77 source4/torture/ldap/schema.c 	root->configdn	= ldb_msg_find_attr_as_string(msg, "configurationNamingContext", NULL);
NULL               79 source4/torture/ldap/schema.c 	root->schemadn	= ldb_msg_find_attr_as_string(msg, "schemaNamingContext", NULL);
NULL              112 source4/torture/ldap/schema.c 			struct ldb_paged_control *ctrl = NULL;
NULL              175 source4/torture/ldap/schema.c 	control->cookie = NULL;
NULL              178 source4/torture/ldap/schema.c 	ctrl[1] = NULL;
NULL              183 source4/torture/ldap/schema.c 				   filter, NULL,
NULL              186 source4/torture/ldap/schema.c 				   NULL);
NULL              218 source4/torture/ldap/schema.c 	struct dsdb_attribute *attr = NULL;
NULL              382 source4/torture/ldap/schema.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL              385 source4/torture/ldap/schema.c 	struct dsdb_schema *schema = NULL;
NULL              392 source4/torture/ldap/schema.c 			       NULL,
NULL              394 source4/torture/ldap/schema.c 			       0, NULL);
NULL               54 source4/torture/ldap/uptodatevector.c 		NULL
NULL              139 source4/torture/ldap/uptodatevector.c 				samdb_result_string(r->msgs[0], "description", NULL),
NULL              158 source4/torture/ldap/uptodatevector.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL              165 source4/torture/ldap/uptodatevector.c 			       NULL,
NULL              167 source4/torture/ldap/uptodatevector.c 			       0, NULL);
NULL               58 source4/torture/ldb/ldb.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              188 source4/torture/ldb/ldb.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              306 source4/torture/ldb/ldb.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              320 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") == NULL, 
NULL              323 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") == NULL, 
NULL              326 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "WKGUID") == NULL, 
NULL              348 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") != NULL, 
NULL              351 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") != NULL, 
NULL              388 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") == NULL, 
NULL              391 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") == NULL, 
NULL              434 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") == NULL, 
NULL              440 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") != NULL, 
NULL              472 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") == NULL, 
NULL              475 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") != NULL, 
NULL              497 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") == NULL, 
NULL              500 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") != NULL, 
NULL              532 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "GUID") == NULL, 
NULL              535 source4/torture/ldb/ldb.c 	torture_assert(torture, ldb_dn_get_extended_component(dn, "SID") != NULL, 
NULL              565 source4/torture/ldb/ldb.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL              569 source4/torture/ldb/ldb.c 		       dn = ldb_dn_new(mem_ctx, ldb, NULL), 
NULL              644 source4/torture/ldb/ldb.c 	ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
NULL               58 source4/torture/libnet/groupinfo.c 	group.in.sid            = NULL;
NULL               81 source4/torture/libnet/libnet_BecomeDC.c 	settings.host_ip = NULL;
NULL              157 source4/torture/libnet/libnet_BecomeDC.c 		linked_attributes		= NULL;
NULL              161 source4/torture/libnet/libnet_BecomeDC.c 		uptodateness_vector		= NULL; /* TODO: map it */
NULL              168 source4/torture/libnet/libnet_BecomeDC.c 		linked_attributes		= NULL; /* TODO: ! */;
NULL              196 source4/torture/libnet/libnet_BecomeDC.c 			const char *oid = NULL;
NULL              263 source4/torture/libnet/libnet_BecomeDC.c 	s->self_made_schema = NULL;
NULL              282 source4/torture/libnet/libnet_BecomeDC.c 	if (lp_parm_bool(s->tctx->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              321 source4/torture/libnet/libnet_BecomeDC.c 	s->schema = NULL;
NULL              327 source4/torture/libnet/libnet_BecomeDC.c 				  NULL, 0, NULL);
NULL              464 source4/torture/libnet/libnet_BecomeDC.c 		linked_attributes		= NULL;
NULL              468 source4/torture/libnet/libnet_BecomeDC.c 		uptodateness_vector		= NULL; /* TODO: map it */
NULL              523 source4/torture/libnet/libnet_BecomeDC.c 	if (lp_parm_bool(s->tctx->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              553 source4/torture/libnet/libnet_BecomeDC.c 		if (lp_parm_bool(s->tctx->lp_ctx, NULL, "become dc", "dump objects", false)) {
NULL              577 source4/torture/libnet/libnet_BecomeDC.c 	char *location = NULL;
NULL              587 source4/torture/libnet/libnet_BecomeDC.c 	s->netbios_name = lp_parm_string(torture->lp_ctx, NULL, "become dc", "smbtorture dc");
NULL              613 source4/torture/libnet/libnet_BecomeDC.c 	b.in.source_dsa_address		= torture_setting_string(torture, "host", NULL);
NULL              664 source4/torture/libnet/libnet_BecomeDC.c 	s->schema = NULL;
NULL              670 source4/torture/libnet/libnet_BecomeDC.c 				  NULL, 0, NULL);
NULL              686 source4/torture/libnet/libnet_BecomeDC.c 	if (lp_parm_bool(torture->lp_ctx, NULL, "become dc", "do not unjoin", false)) {
NULL              695 source4/torture/libnet/libnet_BecomeDC.c 	u.in.source_dsa_address		= torture_setting_string(torture, "host", NULL);
NULL               44 source4/torture/libnet/libnet_domain.c 	struct dom_sid2 *sid = NULL;
NULL              142 source4/torture/libnet/libnet_domain.c 	if (ctx == NULL) {
NULL              181 source4/torture/libnet/libnet_domain.c 	TALLOC_CTX *mem_ctx=NULL;
NULL              196 source4/torture/libnet/libnet_domain.c 	if (ctx == NULL) {
NULL              309 source4/torture/libnet/libnet_domain.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              325 source4/torture/libnet/libnet_domain.c 	if (ctx == NULL) {
NULL              381 source4/torture/libnet/libnet_domain.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              393 source4/torture/libnet/libnet_domain.c 	if (ctx == NULL) {
NULL              145 source4/torture/libnet/libnet_group.c 	struct dom_sid2 *sid = NULL;
NULL              234 source4/torture/libnet/libnet_group.c 	TALLOC_CTX *mem_ctx = NULL, *prep_mem_ctx;
NULL              303 source4/torture/libnet/libnet_group.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              364 source4/torture/libnet/libnet_group.c 	TALLOC_CTX *mem_ctx = NULL;
NULL              375 source4/torture/libnet/libnet_group.c 	req.out.error_string = NULL;
NULL               46 source4/torture/libnet/libnet_lookup.c 	lookup.in.hostname = torture_setting_string(torture, "host", NULL);
NULL               47 source4/torture/libnet/libnet_lookup.c 	if (lookup.in.hostname == NULL) {
NULL               55 source4/torture/libnet/libnet_lookup.c 	lookup.in.resolve_ctx = NULL;
NULL               56 source4/torture/libnet/libnet_lookup.c 	lookup.out.address = NULL;
NULL               90 source4/torture/libnet/libnet_lookup.c 	lookup.in.hostname = torture_setting_string(torture, "host", NULL);
NULL               91 source4/torture/libnet/libnet_lookup.c 	if (lookup.in.hostname == NULL) {
NULL               98 source4/torture/libnet/libnet_lookup.c 	lookup.in.resolve_ctx = NULL;
NULL               99 source4/torture/libnet/libnet_lookup.c 	lookup.out.address = NULL;
NULL              178 source4/torture/libnet/libnet_lookup.c 	if (mem_ctx == NULL) return false;
NULL              147 source4/torture/libnet/libnet_rpc.c 	return torture_rpc_connect(torture, level, NULL, binding->host);
NULL              167 source4/torture/libnet/libnet_rpc.c 	return torture_rpc_connect(torture, level, NULL, domain_name);
NULL              187 source4/torture/libnet/libnet_rpc.c 	return torture_rpc_connect(torture, level, NULL, domain_name);
NULL              207 source4/torture/libnet/libnet_rpc.c 	return torture_rpc_connect(torture, level, NULL, domain_name);
NULL              225 source4/torture/libnet/libnet_rpc.c 	return torture_rpc_connect(torture, level, bindstr, NULL);
NULL              181 source4/torture/libnet/libnet_share.c 	i.password     = NULL;
NULL              189 source4/torture/libnet/libnet_share.c 	add.in.parm_error = NULL;
NULL              212 source4/torture/libnet/libnet_share.c 	host = torture_setting_string(torture, "host", NULL);
NULL               98 source4/torture/libnet/libnet_user.c 	struct dom_sid2 *sid = NULL;
NULL              254 source4/torture/libnet/libnet_user.c 	req.out.error_string = NULL;
NULL              362 source4/torture/libnet/libnet_user.c 		gettimeofday(&now, NULL);
NULL              616 source4/torture/libnet/libnet_user.c 	TALLOC_CTX *mem_ctx = NULL, *prep_mem_ctx;
NULL              685 source4/torture/libnet/libnet_user.c 	TALLOC_CTX *mem_ctx = NULL;
NULL               58 source4/torture/libnet/userinfo.c 	user.in.sid           = NULL;
NULL              107 source4/torture/libnet/userinfo.c 	user.in.sid           = NULL;
NULL              101 source4/torture/libnet/userman.c 	srandom((unsigned)time(NULL));
NULL              116 source4/torture/libnet/userman.c 		gettimeofday(&now, NULL);
NULL               41 source4/torture/libnet/utils.c 	struct dom_sid2 *sid = NULL;
NULL              102 source4/torture/local/dbspeed.c 		if (data.dptr == NULL) {
NULL              111 source4/torture/local/dbspeed.c 		if (data.dptr == NULL) {
NULL              139 source4/torture/local/dbspeed.c 	if (msg == NULL) {
NULL              144 source4/torture/local/dbspeed.c 	if (msg->dn == NULL) {
NULL              180 source4/torture/local/dbspeed.c 				NULL, NULL, LDB_FLG_NOSYNC, NULL);
NULL              189 source4/torture/local/dbspeed.c 	if (ldif == NULL) goto failed;
NULL              217 source4/torture/local/dbspeed.c 		if (ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL) != LDB_SUCCESS || res->count != 1) {
NULL              222 source4/torture/local/dbspeed.c 		if (ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE, NULL, "(UID=%u)", i) != LDB_SUCCESS || res->count != 1) {
NULL              254 source4/torture/local/dbspeed.c 			NULL);
NULL              256 source4/torture/local/dbspeed.c 			NULL);
NULL               60 source4/torture/local/local.c 	NULL
NULL               32 source4/torture/local/torture.c 	char *location = NULL;
NULL               48 source4/torture/local/torture.c 	char *targetdir = NULL;
NULL               57 source4/torture/local/torture.c 	settings->config_dn_str = NULL;
NULL               58 source4/torture/local/torture.c 	settings->schema_dn_str = NULL;
NULL               59 source4/torture/local/torture.c 	settings->invocation_id = NULL;
NULL               64 source4/torture/local/torture.c 	settings->ntds_dn_str = NULL;
NULL              129 source4/torture/locktest.c 	if (!share) return NULL;
NULL              134 source4/torture/locktest.c 		char **unc_list = NULL;
NULL              137 source4/torture/locktest.c 		p = lp_parm_string(lp_ctx, NULL, "torture", "unclist");
NULL              140 source4/torture/locktest.c 			unc_list = file_lines_load(p, &num_unc_names, 0, NULL);
NULL              147 source4/torture/locktest.c 					      NULL, &h, &s)) {
NULL              163 source4/torture/locktest.c 		status = smbcli_full_connection(NULL, &c, 
NULL              166 source4/torture/locktest.c 						share, NULL,
NULL              179 source4/torture/locktest.c 		return NULL;
NULL              566 source4/torture/locktest.c 		{"seed",	  0, POPT_ARG_INT,  &seed, 	0,	"Seed to use for randomizer", 	NULL},
NULL              567 source4/torture/locktest.c 		{"num-ops",	  0, POPT_ARG_INT,  &numops, 	0, 	"num ops",	NULL},
NULL              568 source4/torture/locktest.c 		{"lockrange",     0, POPT_ARG_INT,  &lock_range,0,      "locking range", NULL},
NULL              569 source4/torture/locktest.c 		{"lockbase",      0, POPT_ARG_INT,  &lock_base, 0,      "locking base", NULL},
NULL              570 source4/torture/locktest.c 		{"minlength",     0, POPT_ARG_INT,  &min_length,0,      "min lock length", NULL},
NULL              571 source4/torture/locktest.c 		{"hidefails",     0, POPT_ARG_NONE, &hide_unlock_fails,0,"hide unlock fails", NULL},
NULL              572 source4/torture/locktest.c 		{"oplocks",       0, POPT_ARG_NONE, &use_oplocks,0,      "use oplocks", NULL},
NULL              573 source4/torture/locktest.c 		{"showall",       0, POPT_ARG_NONE, &showall,    0,      "display all operations", NULL},
NULL              574 source4/torture/locktest.c 		{"analyse",       0, POPT_ARG_NONE, &analyze,    0,      "do backtrack analysis", NULL},
NULL              575 source4/torture/locktest.c 		{"zerozero",      0, POPT_ARG_NONE, &zero_zero,    0,      "do zero/zero lock", NULL},
NULL              576 source4/torture/locktest.c 		{"exacterrors",   0, POPT_ARG_NONE, &exact_error_codes,0,"use exact error codes", NULL},
NULL              577 source4/torture/locktest.c 		{"unclist",	  0, POPT_ARG_STRING,	NULL, 	OPT_UNCLIST,	"unclist", 	NULL},
NULL              578 source4/torture/locktest.c 		{ "user", 'U',       POPT_ARG_STRING, NULL, 'U', "Set the network username", "[DOMAIN/]USERNAME[%PASSWORD]" },
NULL              583 source4/torture/locktest.c 		{ NULL }
NULL              587 source4/torture/locktest.c 	seed = time(NULL);
NULL              619 source4/torture/locktest.c 		if (argv_new[i] == NULL) {
NULL              655 source4/torture/locktest.c 	return test_locks(ev, lp_ctx, NULL, share);
NULL              159 source4/torture/locktest2.c 	if (!share) return NULL;
NULL              174 source4/torture/locktest2.c 	nt_status = smbcli_full_connection(NULL, 
NULL              175 source4/torture/locktest2.c 			   &c, myname, server_n, ports, share, NULL,
NULL              180 source4/torture/locktest2.c 		return NULL;
NULL              522 source4/torture/locktest2.c 	seed = time(NULL);
NULL               91 source4/torture/masktest.c 	if (!share) return NULL;
NULL               97 source4/torture/masktest.c 	status = smbcli_full_connection(NULL, &c,
NULL              100 source4/torture/masktest.c 					share, NULL,
NULL              108 source4/torture/masktest.c 		return NULL;
NULL              178 source4/torture/masktest.c 	char *short_name = NULL;
NULL              179 source4/torture/masktest.c 	char *long_name = NULL;
NULL              216 source4/torture/masktest.c 	resultp = NULL;
NULL              312 source4/torture/masktest.c 		{"seed",	  0, POPT_ARG_INT,  &seed, 	0,	"Seed to use for randomizer", 	NULL},
NULL              313 source4/torture/masktest.c 		{"num-ops",	  0, POPT_ARG_INT,  &NumLoops, 	0, 	"num ops",	NULL},
NULL              314 source4/torture/masktest.c 		{"maxlength",	  0, POPT_ARG_INT,  &max_length,0, 	"maximum length",	NULL},
NULL              315 source4/torture/masktest.c 		{"dieonerror",    0, POPT_ARG_NONE, &die_on_error, 0,   "die on errors", NULL},
NULL              316 source4/torture/masktest.c 		{"showall",       0, POPT_ARG_NONE, &showall,    0,      "display all operations", NULL},
NULL              317 source4/torture/masktest.c 		{"oldlist",       0, POPT_ARG_NONE, &old_list,    0,     "use old list call", NULL},
NULL              318 source4/torture/masktest.c 		{"maskchars",	  0, POPT_ARG_STRING,	&maskchars,    0,"mask characters", 	NULL},
NULL              319 source4/torture/masktest.c 		{"filechars",	  0, POPT_ARG_STRING,	&filechars,    0,"file characters", 	NULL},
NULL              324 source4/torture/masktest.c 		{ NULL }
NULL              328 source4/torture/masktest.c 	seed = time(NULL);
NULL              346 source4/torture/masktest.c 		if (argv_new[i] == NULL) {
NULL               35 source4/torture/nbench/nbench.c #define ival(s) strtoll(s, NULL, 0)
NULL              102 source4/torture/nbench/nbench.c 		params = params0 = str_list_make_shell(NULL, line, " ");
NULL              106 source4/torture/nbench/nbench.c 			double targett = strtod(params[0], NULL);
NULL              134 source4/torture/nbench/nbench.c 			status = NT_STATUS(strtoul(params[i-1], NULL, 16));
NULL              232 source4/torture/nbench/nbench.c 	p = torture_setting_string(torture, "timelimit", NULL);
NULL              239 source4/torture/nbench/nbench.c 	loadfile = torture_setting_string(torture, "loadfile", NULL);
NULL               94 source4/torture/nbench/nbio.c 	if (fname != NULL) {
NULL               96 source4/torture/nbench/nbio.c 		if (cp->fname == NULL) {
NULL              101 source4/torture/nbench/nbio.c 		cp->fname = NULL;
NULL              113 source4/torture/nbench/nbio.c 	while (linfo != NULL) {
NULL              133 source4/torture/nbench/nbio.c 	while (f != NULL) {
NULL              164 source4/torture/nbench/nbio.c 	if (*cli != NULL) {
NULL              170 source4/torture/nbench/nbio.c 		*cli = NULL;
NULL              334 source4/torture/nbench/nbio.c 	while (linfo != NULL) {
NULL              344 source4/torture/nbench/nbio.c 	return NULL;
NULL              354 source4/torture/nbench/nbio.c 	return NULL;
NULL              361 source4/torture/nbench/nbio.c 	if (f_ret != NULL)
NULL              362 source4/torture/nbench/nbio.c 		*f_ret = NULL;
NULL              368 source4/torture/nbench/nbio.c 		if (f_ret != NULL)
NULL              505 source4/torture/nbench/nbio.c 	if (f != NULL &&
NULL              523 source4/torture/nbench/nbio.c 	if (f == NULL) {
NULL              524 source4/torture/nbench/nbio.c 		f = talloc (NULL, struct ftable);
NULL              525 source4/torture/nbench/nbio.c 		f->locks = NULL;
NULL              540 source4/torture/nbench/nbio.c 	return nb_do_createx(NULL, fname, create_options, create_disposition, handle, status, false);
NULL              550 source4/torture/nbench/nbio.c 	i = find_handle(handle, NULL);
NULL              591 source4/torture/nbench/nbio.c 	i = find_handle(handle, NULL);
NULL              652 source4/torture/nbench/nbio.c 	if (f != NULL &&
NULL              697 source4/torture/nbench/nbio.c 	if (f != NULL) {
NULL              700 source4/torture/nbench/nbio.c 		if (linfo != NULL)
NULL              716 source4/torture/nbench/nbio.c 	i = find_handle(handle, NULL);
NULL              757 source4/torture/nbench/nbio.c 	i = find_handle(handle, NULL);
NULL              850 source4/torture/nbench/nbio.c 	i = find_handle(fnum, NULL);
NULL              877 source4/torture/nbench/nbio.c 	i = find_handle(fnum, NULL);
NULL              881 source4/torture/nbench/nbio.c 	unix_to_nt_time(&io.basic_info.in.create_time, time(NULL));
NULL              930 source4/torture/nbench/nbio.c 	ret = smb_raw_search_first(c->tree, mem_ctx, &io, NULL, findfirst_callback);
NULL              951 source4/torture/nbench/nbio.c 	i = find_handle(fnum, NULL);
NULL               34 source4/torture/nbt/browse.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               40 source4/torture/nbt/browse.c 	name.scope = NULL;
NULL               89 source4/torture/nbt/dgram.c 	name.scope = NULL;
NULL              102 source4/torture/nbt/dgram.c 	torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              113 source4/torture/nbt/dgram.c 		torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              120 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              135 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              148 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              183 source4/torture/nbt/dgram.c 	name.scope = NULL;
NULL              195 source4/torture/nbt/dgram.c 	torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              206 source4/torture/nbt/dgram.c 		torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              213 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              231 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              237 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              243 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              253 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              270 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              276 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              282 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              294 source4/torture/nbt/dgram.c 	torture_assert(tctx, join_ctx != NULL,
NULL              302 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              320 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              327 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              333 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              342 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              361 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              368 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              374 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              381 source4/torture/nbt/dgram.c 	dgmslot->private_data = NULL;
NULL              400 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              407 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              413 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              451 source4/torture/nbt/dgram.c 	name.scope = NULL;
NULL              463 source4/torture/nbt/dgram.c 	torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              474 source4/torture/nbt/dgram.c 		torture_assert(tctx, socket_address != NULL, "Error getting address");
NULL              483 source4/torture/nbt/dgram.c 	torture_assert(tctx, join_ctx != NULL,
NULL              489 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              509 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              516 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              522 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              534 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              553 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              560 source4/torture/nbt/dgram.c 	while (timeval_elapsed(&tv) < 5 && dgmslot->private_data == NULL) {
NULL              566 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              578 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              593 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              606 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL              615 source4/torture/nbt/dgram.c 				      netlogon_handler, NULL);
NULL              630 source4/torture/nbt/dgram.c 	torture_assert(tctx, dest != NULL, "Error getting address");
NULL              643 source4/torture/nbt/dgram.c 	torture_assert(tctx, response != NULL, "Failed to receive a netlogon reply packet");
NULL               38 source4/torture/nbt/nbt.c 			     torture_setting_string(tctx, "host", NULL)));
NULL               77 source4/torture/nbt/query.c 			torture_assert(tctx, req != NULL, "Failed to setup request!");
NULL               63 source4/torture/nbt/register.c 	torture_assert(tctx, socket_address != NULL, "Unable to get address");
NULL              132 source4/torture/nbt/register.c 	torture_assert(tctx, socket_address != NULL, 
NULL               74 source4/torture/nbt/wins.c 	torture_assert(tctx, socket_address != NULL, 
NULL               86 source4/torture/nbt/wins.c 		torture_assert(tctx, socket_address != NULL,
NULL              120 source4/torture/nbt/wins.c 		io.in.wins_servers = str_list_make(tctx, address, NULL);
NULL              121 source4/torture/nbt/wins.c 		io.in.addresses = str_list_make(tctx, "127.64.64.1", NULL);
NULL              192 source4/torture/nbt/wins.c 	io.in.wins_servers = (const char **)str_list_make(tctx, address, NULL);
NULL              193 source4/torture/nbt/wins.c 	io.in.addresses = (const char **)str_list_make(tctx, myaddress, NULL);
NULL              265 source4/torture/nbt/wins.c 	refresh.in.wins_servers = (const char **)str_list_make(tctx, address, NULL);
NULL              266 source4/torture/nbt/wins.c 	refresh.in.addresses = (const char **)str_list_make(tctx, myaddress, NULL);
NULL              314 source4/torture/nbt/wins.c 		io.in.wins_servers = str_list_make(tctx, address, NULL);
NULL              315 source4/torture/nbt/wins.c 		io.in.addresses = str_list_make(tctx, "127.64.64.1", NULL);
NULL              336 source4/torture/nbt/wins.c 	refresh.in.wins_servers = str_list_make(tctx, address, NULL);
NULL              337 source4/torture/nbt/wins.c 	refresh.in.addresses = str_list_make(tctx, myaddress, NULL);
NULL              414 source4/torture/nbt/wins.c 	name.scope = NULL;
NULL               53 source4/torture/nbt/winsbench.c 	name.scope      = NULL;
NULL              285 source4/torture/nbt/winsreplication.c 		req = wrepl_request_send(wrepl_socket, &packet, NULL);
NULL              553 source4/torture/nbt/winsreplication.c 	if (!ctx) return NULL;
NULL              557 source4/torture/nbt/winsreplication.c 	if (!ctx->pull) return NULL;
NULL              561 source4/torture/nbt/winsreplication.c 	if (!NT_STATUS_IS_OK(status)) return NULL;
NULL              564 source4/torture/nbt/winsreplication.c 	if (!NT_STATUS_IS_OK(status)) return NULL;
NULL              590 source4/torture/nbt/winsreplication.c 	if (!NT_STATUS_IS_OK(status)) return NULL;
NULL              614 source4/torture/nbt/winsreplication.c 	if (!ctx->nbtsock) return NULL;
NULL              619 source4/torture/nbt/winsreplication.c 	if (!ctx->myaddr) return NULL;
NULL              624 source4/torture/nbt/winsreplication.c 		if (!ctx->myaddr2) return NULL;
NULL              629 source4/torture/nbt/winsreplication.c 	if (!NT_STATUS_IS_OK(status)) return NULL;
NULL              632 source4/torture/nbt/winsreplication.c 	if (!ctx->nbtsock_srv) return NULL;
NULL              636 source4/torture/nbt/winsreplication.c 	if (!nbt_srv_addr) return NULL;
NULL              644 source4/torture/nbt/winsreplication.c 		ctx->nbtsock_srv = NULL;
NULL              649 source4/torture/nbt/winsreplication.c 		if (!ctx->nbtsock2) return NULL;
NULL              652 source4/torture/nbt/winsreplication.c 		if (!NT_STATUS_IS_OK(status)) return NULL;
NULL              655 source4/torture/nbt/winsreplication.c 		if (!ctx->nbtsock_srv2) return NULL;
NULL              662 source4/torture/nbt/winsreplication.c 		if (!nbt_srv_addr) return NULL;
NULL              670 source4/torture/nbt/winsreplication.c 			ctx->nbtsock_srv2 = NULL;
NULL              676 source4/torture/nbt/winsreplication.c 	if (!ctx->addresses_best) return NULL;
NULL              682 source4/torture/nbt/winsreplication.c 	if (!ctx->addresses_all) return NULL;
NULL              686 source4/torture/nbt/winsreplication.c 		if (!ctx->addresses_all[i].ip) return NULL;
NULL              692 source4/torture/nbt/winsreplication.c 		if (!ctx->addresses_best2) return NULL;
NULL              698 source4/torture/nbt/winsreplication.c 		if (!ctx->addresses_mhomed) return NULL;
NULL              911 source4/torture/nbt/winsreplication.c 	struct wrepl_name *name = NULL;
NULL             1118 source4/torture/nbt/winsreplication.c 	name.scope	= NULL;
NULL             1120 source4/torture/nbt/winsreplication.c 	wins_name_tmp	= NULL;
NULL             1216 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1249 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1278 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1307 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1336 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1365 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1394 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1427 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1456 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1485 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1514 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1543 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1572 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1604 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1633 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1662 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1691 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1720 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1749 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1781 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1810 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1839 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1868 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1897 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1926 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1958 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             1987 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2016 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2045 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2074 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2103 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2135 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2164 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2193 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2222 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2251 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2280 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2312 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2341 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2370 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2399 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2428 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2457 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2489 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2518 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2547 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2576 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2605 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2634 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2666 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2695 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2724 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2753 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2782 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2811 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2843 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2872 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2901 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2930 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2959 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             2988 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3020 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3049 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3078 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3107 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3139 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3168 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3197 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3226 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3255 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3284 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3316 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3345 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3374 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3403 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3432 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3461 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3493 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3522 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3551 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3580 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3609 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3638 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3670 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3699 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3728 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3757 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3786 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3815 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3847 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3876 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3905 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3934 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3963 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             3992 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4016 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4048 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4079 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4099 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4110 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4136 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4145 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4155 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4165 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4196 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4227 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4258 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4289 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4317 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4336 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4346 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4373 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4382 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4392 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4402 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4429 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4438 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4448 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4458 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4485 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4494 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4504 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4514 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4534 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4542 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4551 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4571 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4591 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4599 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4608 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4629 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4649 source4/torture/nbt/winsreplication.c 			.ips		= NULL,
NULL             4659 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4689 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4719 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4751 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_DIFF_OWNER", 0x00, NULL),
NULL             4904 source4/torture/nbt/winsreplication.c 			wins_name_r1->addresses.addresses.ips     = NULL;
NULL             4910 source4/torture/nbt/winsreplication.c 				ret &= test_wrepl_sgroup_merged(tctx, ctx, NULL,
NULL             4914 source4/torture/nbt/winsreplication.c 								0, NULL,
NULL             4925 source4/torture/nbt/winsreplication.c 			wins_name_r2->addresses.addresses.ips     = NULL;
NULL             5011 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_UA_SI", 0x00, NULL),
NULL             5034 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_UA_DI", 0x00, NULL),
NULL             5057 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_UT_SI", 0x00, NULL),
NULL             5080 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_UT_DI", 0x00, NULL),
NULL             5106 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_GA_SI", 0x00, NULL),
NULL             5129 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_GA_DI", 0x00, NULL),
NULL             5152 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_GT_SI", 0x00, NULL),
NULL             5175 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_GT_DI", 0x00, NULL),
NULL             5201 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_SA_SI", 0x00, NULL),
NULL             5224 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_SA_DI", 0x00, NULL),
NULL             5247 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_ST_SI", 0x00, NULL),
NULL             5270 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_ST_DI", 0x00, NULL),
NULL             5296 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_MA_SI", 0x00, NULL),
NULL             5319 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_MA_DI", 0x00, NULL),
NULL             5342 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_MT_SI", 0x00, NULL),
NULL             5365 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UR_MT_DI", 0x00, NULL),
NULL             5391 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_UA_SI", 0x00, NULL),
NULL             5414 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_UA_DI", 0x00, NULL),
NULL             5437 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_UT_SI", 0x00, NULL),
NULL             5460 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_UT_DI", 0x00, NULL),
NULL             5486 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_GA_SI", 0x00, NULL),
NULL             5509 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_GA_DI", 0x00, NULL),
NULL             5532 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_GT_SI", 0x00, NULL),
NULL             5555 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_GT_DI", 0x00, NULL),
NULL             5581 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_SA_SI", 0x00, NULL),
NULL             5604 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_SA_DI", 0x00, NULL),
NULL             5627 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_ST_SI", 0x00, NULL),
NULL             5650 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_ST_DI", 0x00, NULL),
NULL             5676 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_MA_SI", 0x00, NULL),
NULL             5699 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_MA_DI", 0x00, NULL),
NULL             5722 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_MT_SI", 0x00, NULL),
NULL             5745 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GR_MT_DI", 0x00, NULL),
NULL             5771 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_UA_SI", 0x1C, NULL),
NULL             5794 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_UA_DI", 0x1C, NULL),
NULL             5817 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_UT_SI", 0x1C, NULL),
NULL             5840 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_UT_DI", 0x1C, NULL),
NULL             5866 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_GA_SI", 0x1C, NULL),
NULL             5889 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_GA_DI", 0x1C, NULL),
NULL             5912 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_GT_SI", 0x1C, NULL),
NULL             5935 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_GT_DI", 0x1C, NULL),
NULL             5961 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_SA_SI", 0x1C, NULL),
NULL             5984 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_SA_DI", 0x1C, NULL),
NULL             6007 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_ST_SI", 0x1C, NULL),
NULL             6030 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_ST_DI", 0x1C, NULL),
NULL             6056 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_MA_SI", 0x1C, NULL),
NULL             6079 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_MA_DI", 0x1C, NULL),
NULL             6102 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_MT_SI", 0x1C, NULL),
NULL             6125 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SR_MT_DI", 0x1C, NULL),
NULL             6151 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_UA_SI", 0x00, NULL),
NULL             6174 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_UA_DI", 0x00, NULL),
NULL             6197 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_UT_SI", 0x00, NULL),
NULL             6220 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_UT_DI", 0x00, NULL),
NULL             6246 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_GA_SI", 0x00, NULL),
NULL             6269 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_GA_DI", 0x00, NULL),
NULL             6292 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_GT_SI", 0x00, NULL),
NULL             6315 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_GT_DI", 0x00, NULL),
NULL             6341 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_SA_SI", 0x00, NULL),
NULL             6364 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_SA_DI", 0x00, NULL),
NULL             6387 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_ST_SI", 0x00, NULL),
NULL             6410 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_ST_DI", 0x00, NULL),
NULL             6436 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_MA_SI", 0x00, NULL),
NULL             6459 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_MA_DI", 0x00, NULL),
NULL             6482 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_MT_SI", 0x00, NULL),
NULL             6505 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MR_MT_DI", 0x00, NULL),
NULL             6709 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_SI_U", 0x00, NULL),
NULL             6735 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_DI_P", 0x00, NULL),
NULL             6762 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_DI_O", 0x00, NULL),
NULL             6791 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_DI_N", 0x00, NULL),
NULL             6818 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UT_SI_U", 0x00, NULL),
NULL             6844 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UT_DI_U", 0x00, NULL),
NULL             6873 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_GA_SI_R", 0x00, NULL),
NULL             6900 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_GA_DI_R", 0x00, NULL),
NULL             6927 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_GT_SI_U", 0x00, NULL),
NULL             6953 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_GT_DI_U", 0x00, NULL),
NULL             6982 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_SA_SI_R", 0x00, NULL),
NULL             7009 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_SA_DI_R", 0x00, NULL),
NULL             7036 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_ST_SI_U", 0x00, NULL),
NULL             7062 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_ST_DI_U", 0x00, NULL),
NULL             7091 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_SI_U", 0x00, NULL),
NULL             7117 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_SP_U", 0x00, NULL),
NULL             7143 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_DI_P", 0x00, NULL),
NULL             7170 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_DI_O", 0x00, NULL),
NULL             7199 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_DI_N", 0x00, NULL),
NULL             7226 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MT_SI_U", 0x00, NULL),
NULL             7252 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MT_DI_U", 0x00, NULL),
NULL             7281 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_UA_SI_U", 0x00, NULL),
NULL             7307 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_UA_DI_U", 0x00, NULL),
NULL             7333 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_UT_SI_U", 0x00, NULL),
NULL             7359 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_UT_DI_U", 0x00, NULL),
NULL             7388 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_GA_SI_U", 0x00, NULL),
NULL             7414 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_GA_DI_U", 0x00, NULL),
NULL             7440 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_GT_SI_U", 0x00, NULL),
NULL             7466 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_GT_DI_U", 0x00, NULL),
NULL             7495 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_SA_SI_U", 0x00, NULL),
NULL             7521 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_SA_DI_U", 0x00, NULL),
NULL             7547 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_ST_SI_U", 0x00, NULL),
NULL             7573 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_ST_DI_U", 0x00, NULL),
NULL             7602 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_MA_SI_U", 0x00, NULL),
NULL             7628 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_MA_DI_U", 0x00, NULL),
NULL             7654 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_MT_SI_U", 0x00, NULL),
NULL             7680 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_GA_MT_DI_U", 0x00, NULL),
NULL             7709 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_UA_SI_U", 0x1C, NULL),
NULL             7735 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_UA_DI_U", 0x1C, NULL),
NULL             7761 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_UT_SI_U", 0x1C, NULL),
NULL             7787 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_UT_DI_U", 0x1C, NULL),
NULL             7816 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_GA_SI_U", 0x1C, NULL),
NULL             7842 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_GA_DI_U", 0x1C, NULL),
NULL             7868 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_GT_SI_U", 0x1C, NULL),
NULL             7894 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_GT_DI_U", 0x1C, NULL),
NULL             7923 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_MA_SI_U", 0x1C, NULL),
NULL             7949 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_MA_DI_U", 0x1C, NULL),
NULL             7975 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_MT_SI_U", 0x1C, NULL),
NULL             8001 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_MT_DI_U", 0x1C, NULL),
NULL             8030 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UA_SI_U", 0x00, NULL),
NULL             8056 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UA_DI_P", 0x00, NULL),
NULL             8083 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UA_DI_O", 0x00, NULL),
NULL             8112 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UA_DI_N", 0x00, NULL),
NULL             8139 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UT_SI_U", 0x00, NULL),
NULL             8165 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UT_DI_U", 0x00, NULL),
NULL             8194 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_GA_SI_R", 0x00, NULL),
NULL             8221 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_GA_DI_R", 0x00, NULL),
NULL             8248 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_GT_SI_U", 0x00, NULL),
NULL             8274 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_GT_DI_U", 0x00, NULL),
NULL             8303 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_SA_SI_R", 0x00, NULL),
NULL             8330 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_SA_DI_R", 0x00, NULL),
NULL             8357 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_ST_SI_U", 0x00, NULL),
NULL             8383 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_ST_DI_U", 0x00, NULL),
NULL             8412 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SI_U", 0x00, NULL),
NULL             8438 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SP_U", 0x00, NULL),
NULL             8464 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_DI_P", 0x00, NULL),
NULL             8491 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_DI_O", 0x00, NULL),
NULL             8520 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_DI_N", 0x00, NULL),
NULL             8547 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MT_SI_U", 0x00, NULL),
NULL             8573 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MT_DI_U", 0x00, NULL),
NULL             8603 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SP_U", 0x00, NULL),
NULL             8631 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SM_U", 0x00, NULL),
NULL             8659 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SB_P", 0x00, NULL),
NULL             8688 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SB_A", 0x00, NULL),
NULL             8721 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SB_PRA", 0x00, NULL),
NULL             8753 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SB_O", 0x00, NULL),
NULL             8784 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_MA_SB_N", 0x00, NULL),
NULL             8817 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_MA_UA_SB_P", 0x00, NULL),
NULL             8848 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_DI_PRA", 0x00, NULL),
NULL             8880 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_UA_DI_A", 0x00, NULL),
NULL             8911 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_UA_MA_DI_A", 0x00, NULL),
NULL             8946 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_SA_DI_U", 0x1C, NULL),
NULL             8973 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_SA_SI_U", 0x1C, NULL),
NULL             9000 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_SA_SP_U", 0x1C, NULL),
NULL             9027 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_SA_SB_U", 0x1C, NULL),
NULL             9054 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_ST_DI_U", 0x1C, NULL),
NULL             9081 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_ST_SI_U", 0x1C, NULL),
NULL             9108 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_ST_SP_U", 0x1C, NULL),
NULL             9135 source4/torture/nbt/winsreplication.c 		.name	= _NBT_NAME("_SA_ST_SB_U", 0x1C, NULL),
NULL             9336 source4/torture/nbt/winsreplication.c 			ret &= test_wrepl_sgroup_merged(tctx, ctx, NULL,
NULL             9397 source4/torture/nbt/winsreplication.c 				wins_name->addresses.addresses.ips     = NULL;
NULL             9475 source4/torture/nbt/winsreplication.c 	if (rep_packet == NULL) return;
NULL             9481 source4/torture/nbt/winsreplication.c 	if (rep_packet->answers == NULL) return;
NULL             9512 source4/torture/nbt/winsreplication.c 		if (rep_packet->answers[0].rdata.netbios.addresses == NULL) return;
NULL             9574 source4/torture/nbt/winsreplication.c 	if (rep_packet == NULL) return;
NULL             9584 source4/torture/nbt/winsreplication.c 	if (rep_packet->answers == NULL) return;
NULL             9671 source4/torture/nbt/winsreplication.c 	torture_assert(tctx, ctx != NULL, "Creating context failed");
NULL               36 source4/torture/ndr/atsvc.c 	torture_assert(tctx, r->in.servername != NULL, "servername ptr");
NULL               39 source4/torture/ndr/atsvc.c 	torture_assert(tctx, r->in.ctr->first_entry == NULL, "ctr entries first_entry");
NULL               41 source4/torture/ndr/atsvc.c 	torture_assert(tctx, r->in.resume_handle != NULL, "resume handle ptr");
NULL               84 source4/torture/ndr/atsvc.c 	torture_assert(tctx, r->out.ctr->first_entry != NULL, "first entry");
NULL               90 source4/torture/ndr/atsvc.c 	torture_assert(tctx, r->out.total_entries != NULL, "total entries ptr");
NULL              187 source4/torture/ndr/atsvc.c 	torture_assert(tctx, *r->out.job_info != NULL, "job info");
NULL               50 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->in.total != NULL, "total ptr");
NULL               53 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->in.info != NULL, "info ptr");
NULL               55 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->in.info->e.info300->s == NULL, "info data ptr");
NULL               88 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->out.total != NULL, "total ptr");
NULL               90 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->out.info != NULL, "info ptr");
NULL               92 source4/torture/ndr/dfs.c 	torture_assert(tctx, r->out.info->e.info300 != NULL, "info data ptr");
NULL              293 source4/torture/ndr/drsuapi.c 	torture_suite_add_ndr_pull_fn_test(suite, drsuapi_DsAddEntry, DsAddEntry_req1_dat, NDR_IN, NULL );
NULL              294 source4/torture/ndr/drsuapi.c 	torture_suite_add_ndr_pull_fn_test(suite, drsuapi_DsAddEntry, DsAddEntry_resp1_dat, NDR_OUT, NULL );
NULL              297 source4/torture/ndr/drsuapi.c 	torture_suite_add_ndr_pull_fn_test(suite, drsuapi_DsBind, DsBind_resp1_dat, NDR_OUT, NULL );
NULL              300 source4/torture/ndr/drsuapi.c 	torture_suite_add_ndr_pull_fn_test(suite, drsuapi_DsBind, DsBind_resp2_dat, NDR_OUT, NULL );
NULL               44 source4/torture/ndr/epmap.c 	torture_assert(tctx, r->in.map_tower != NULL, "map tower");
NULL              308 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids != NULL, "sids");
NULL              310 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids == NULL, "sids domains");
NULL              312 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.count != NULL, "count ptr");
NULL              432 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.domains != NULL, "domains ptr");
NULL              435 source4/torture/ndr/lsa.c 	torture_assert(tctx, domains->domains != NULL, "domains domains");
NULL              438 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.count != NULL, "count ptr");
NULL              660 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids != NULL, "sids sids");
NULL              662 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.names->names == NULL, "names names");
NULL              664 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.count != NULL, "count ptr");
NULL             1019 source4/torture/ndr/lsa.c 	torture_assert(tctx, domains != NULL, "domains");
NULL             1022 source4/torture/ndr/lsa.c 	torture_assert(tctx, domains->domains != NULL, "domains domains");
NULL             1040 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr != NULL, "attr ptr");
NULL             1042 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr->root_dir == NULL, "attr root");
NULL             1043 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr->object_name == NULL, "attr object name");
NULL             1072 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.system_name != NULL, "system name");
NULL             1073 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr != NULL, "attr ptr");
NULL             1075 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr->root_dir == NULL, "attr root");
NULL             1076 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.attr->object_name == NULL, "attr object name");
NULL             1228 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.new_val != NULL, "new val ptr");
NULL             1229 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.old_val == NULL, "old val ptr");
NULL             1258 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.new_val != NULL, "new val ptr");
NULL             1259 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.new_val->buf == NULL, "new val ptr ptr");
NULL             1260 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.new_mtime != NULL, "new mtime ptr");
NULL             1262 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.old_val == NULL, "old val ptr");
NULL             1263 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.old_mtime == NULL, "old mtime ptr");
NULL             1283 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.new_val != NULL, "new val ptr");
NULL             1284 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.new_mtime != NULL, "new mtime ptr");
NULL             1286 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.old_val == NULL, "old val ptr");
NULL             1287 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.old_mtime == NULL, "old mtime ptr");
NULL             1308 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.info->sid != NULL, "sid");
NULL             1336 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.resume_handle != NULL, "resume handle ptr");
NULL             1364 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.resume_handle != NULL, "resume handle ptr");
NULL             1367 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.sids->sids != NULL, "sids sids");
NULL             1368 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.sids->sids[0].sid != NULL, "sids sids");
NULL             1400 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids != NULL, "sids sids");
NULL             1401 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids[0].sid != NULL, "sids sids");
NULL             1402 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.names != NULL, "names ptr");
NULL             1404 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.names->names == NULL, "names");
NULL             1406 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.count != NULL, "count ptr");
NULL             1481 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.names != NULL, "names ptr");
NULL             1482 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.domains != NULL, "domains ptr");
NULL             1490 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.count != NULL, "count ptr");
NULL             1548 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids == NULL, "sids sids");
NULL             1647 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids == NULL, "sids sids");
NULL             1733 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids != NULL, "sids sids");
NULL             1734 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.sids->sids[0].sid != NULL, "sids sids");
NULL             1735 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.names != NULL, "names ptr");
NULL             1737 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.names->names == NULL, "names");
NULL             1739 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.count != NULL, "count ptr");
NULL             1757 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.names != NULL, "names ptr");
NULL             1758 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.domains != NULL, "domains ptr");
NULL             1766 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.count != NULL, "count ptr");
NULL             1783 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->in.resume_handle != NULL, "resume handle ptr");
NULL             1976 source4/torture/ndr/lsa.c 	torture_assert(tctx, r->out.resume_handle != NULL, "resume handle ptr");
NULL               53 source4/torture/ndr/ndr.c 	if (check_fn != NULL) 
NULL               76 source4/torture/ndr/ndr.c 	test->description = NULL;
NULL              148 source4/torture/ndr/ndr.c 								  GUID_from_string(NULL, &guid), 
NULL              180 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_Connect5, samr_connect5_in_data, NDR_IN, NULL);
NULL              181 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_Connect5, samr_connect5_out_data, NDR_OUT, NULL);
NULL              183 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_LookupNames, samr_lookupnamesindomain_in_data, NDR_IN, NULL);
NULL              184 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_LookupNames, samr_lookupnamesindomain_out_data, NDR_OUT, NULL);
NULL              186 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_OpenDomain, samr_opendomain_in_data, NDR_IN, NULL);
NULL              187 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_OpenDomain, samr_opendomain_out_data, NDR_OUT, NULL);
NULL              189 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_OpenUser, samr_openuser_in_data, NDR_IN, NULL);
NULL              190 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_OpenUser, samr_openuser_out_data, NDR_OUT, NULL);
NULL              192 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_QueryUserInfo, samr_queryuserinfo_in_data, NDR_IN, NULL);
NULL              195 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo, samr_setuserinfo_in_data, NDR_IN, NULL);
NULL              196 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo, samr_setuserinfo_out_data, NDR_OUT, NULL);
NULL              198 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo2, samr_setuserinfo2_in_data, NDR_IN, NULL);
NULL              199 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo2, samr_setuserinfo2_out_data, NDR_OUT, NULL);
NULL              201 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_GetUserPwInfo, samr_getuserpwinfo_in_data, NDR_IN, NULL);
NULL              202 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_GetUserPwInfo, samr_getuserpwinfo_out_data, NDR_OUT, NULL);
NULL              204 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_Close, samr_closehandle_in_data, NDR_IN, NULL);
NULL              205 source4/torture/ndr/samr.c 	torture_suite_add_ndr_pull_fn_test(suite, samr_Close, samr_closehandle_out_data, NDR_OUT, NULL);
NULL              441 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_OpenPrinterEx, openprinterex_req_data, NDR_IN, NULL );
NULL              442 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_OpenPrinterEx, openprinterex_resp_data, NDR_OUT, NULL );
NULL              444 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ClosePrinter, closeprinter_req_data, NDR_IN, NULL );
NULL              445 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ClosePrinter, closeprinter_resp_data, NDR_OUT, NULL );
NULL              447 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinter, getprinter_req_data, NDR_IN, NULL );
NULL              448 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinter, getprinter_resp_data, NDR_OUT, NULL );
NULL              453 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyOpenPrinter, replyopenprinter_req_data, NDR_IN, NULL );
NULL              454 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyOpenPrinter, replyopenprinter_resp_data, NDR_OUT, NULL );
NULL              456 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyClosePrinter, replycloseprinter_in_data, NDR_IN, NULL );
NULL              457 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_ReplyClosePrinter, replycloseprinter_out_data, NDR_OUT, NULL );
NULL              459 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_RemoteFindFirstPrinterChangeNotifyEx, RFFPCNEX_in_data, NDR_IN, NULL );
NULL              460 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_RemoteFindFirstPrinterChangeNotifyEx, RFFPCNEX_out_data, NDR_OUT, NULL );
NULL              462 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_RouterRefreshPrinterChangeNotify, RRPCN_in_data, NDR_IN, NULL );
NULL              463 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_RouterRefreshPrinterChangeNotify, RRPCN_out_data, NDR_OUT, NULL );
NULL              465 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumForms, enumforms_in_data, NDR_IN, NULL );
NULL              466 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumForms, enumforms_out_data, NDR_OUT, NULL );
NULL              468 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumPrinterDataEx, enumprinterdataex_in_data, NDR_IN, NULL );
NULL              469 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumPrinterDataEx, enumprinterdataex_out_data, NDR_OUT, NULL );
NULL              471 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumPrinterKey, enumprinterkey_in_data, NDR_IN, NULL );
NULL              472 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_EnumPrinterKey, enumprinterkey_out_data, NDR_OUT, NULL );
NULL              474 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_FindClosePrinterNotify, FCPN_in_data, NDR_IN, NULL );
NULL              475 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_FindClosePrinterNotify, FCPN_out_data, NDR_OUT, NULL );
NULL              477 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_GetPrinterDriverDirectory, getprinterdriverdir_in_data, NDR_IN, NULL );
NULL              480 source4/torture/ndr/spoolss.c 	torture_suite_add_ndr_pull_fn_test(suite, spoolss_AddPrinterDriverEx, addprinterdriverex_in_data, NDR_IN, NULL );
NULL               35 source4/torture/ndr/winreg.c 	torture_assert(tctx, ck->in.handle != NULL, "handle invalid");
NULL               60 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.system_name != NULL, "system name pointer");
NULL               74 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.handle != NULL, "handle pointer");
NULL               95 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.keyclass.name == NULL, "keyclass");
NULL               98 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.secdesc == NULL, "secdesc");
NULL               99 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.action_taken == NULL, "action_taken");
NULL              114 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.action_taken == NULL, "action_taken pointer");
NULL              135 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.type != NULL, "type pointer");
NULL              204 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.data == NULL, "data pointer");
NULL              220 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.data == NULL, "data pointer");
NULL              402 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.classname->name == NULL, "class in");
NULL              415 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.classname != NULL, "class out");
NULL              416 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.classname->name != NULL, "class out name");
NULL              438 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.string1.name == NULL, "string1");
NULL              439 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.string2.name == NULL, "string2");
NULL              467 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.sd->data == NULL, "sd data");
NULL              501 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.keyclass != NULL, "keyclass pointer");
NULL              502 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.keyclass->name == NULL, "keyclass");
NULL              503 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->in.last_changed_time != NULL, "last_changed_time != NULL");
NULL              519 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.keyclass != NULL, "keyclass pointer");
NULL              520 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.keyclass->name == NULL, "keyclass");
NULL              521 source4/torture/ndr/winreg.c 	torture_assert(tctx, r->out.last_changed_time != NULL, "last_changed_time pointer");
NULL              541 source4/torture/ndr/winreg.c 	torture_suite_add_ndr_pull_fn_test(suite, winreg_EnumValue, enumvalue_in_data2, NDR_IN, NULL);
NULL               82 source4/torture/rap/rap.c 	if (call == NULL)
NULL               83 source4/torture/rap/rap.c 		return NULL;
NULL               88 source4/torture/rap/rap.c 	call->paramdesc = NULL;
NULL               89 source4/torture/rap/rap.c 	call->datadesc = NULL;
NULL              104 source4/torture/rap/rap.c 	if (call->paramdesc != NULL)
NULL              151 source4/torture/rap/rap.c 	if (str == NULL) {
NULL              203 source4/torture/rap/rap.c 	if (params == NULL)
NULL              214 source4/torture/rap/rap.c 	trans.in.setup = NULL;
NULL              228 source4/torture/rap/rap.c 	trans.in.data = data_blob(NULL, 0);
NULL              258 source4/torture/rap/rap.c 	if (call == NULL)
NULL              286 source4/torture/rap/rap.c 	if (r->out.info == NULL) {
NULL              350 source4/torture/rap/rap.c 	if (call == NULL)
NULL              382 source4/torture/rap/rap.c 	if (r->out.info == NULL) {
NULL              425 source4/torture/rap/rap.c 	r.in.domain = NULL;
NULL              177 source4/torture/raw/acls.c 	io.ntcreatex.in.sec_desc = NULL;
NULL              178 source4/torture/raw/acls.c 	io.ntcreatex.in.ea_list = NULL;
NULL              284 source4/torture/raw/acls.c 	io.ntcreatex.in.ea_list = NULL;
NULL              311 source4/torture/raw/acls.c 	if (q.query_secdesc.out.sd->dacl == NULL) {
NULL              343 source4/torture/raw/acls.c 	if (q.query_secdesc.out.sd->dacl != NULL) {
NULL              418 source4/torture/raw/acls.c 	if (q.query_secdesc.out.sd->dacl == NULL) {
NULL              460 source4/torture/raw/acls.c 	sd->dacl = NULL;
NULL              485 source4/torture/raw/acls.c 	if (q.query_secdesc.out.sd->dacl != NULL) {
NULL              544 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL              549 source4/torture/raw/acls.c 					NULL);
NULL              581 source4/torture/raw/acls.c 					0, owner_sid, NULL,
NULL              586 source4/torture/raw/acls.c 					NULL);
NULL              636 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL              641 source4/torture/raw/acls.c 					NULL);
NULL              649 source4/torture/raw/acls.c 					 0, owner_sid, NULL,
NULL              654 source4/torture/raw/acls.c 					 NULL);
NULL              814 source4/torture/raw/acls.c 						0, owner_sid, NULL,
NULL              819 source4/torture/raw/acls.c 						NULL);
NULL              830 source4/torture/raw/acls.c 						 0, owner_sid, NULL,
NULL              835 source4/torture/raw/acls.c 						 NULL);
NULL              862 source4/torture/raw/acls.c 						0, SID_NT_ANONYMOUS, NULL,
NULL              867 source4/torture/raw/acls.c 						NULL);
NULL              878 source4/torture/raw/acls.c 						 0, SID_NT_ANONYMOUS, NULL,
NULL              883 source4/torture/raw/acls.c 						 NULL);
NULL              979 source4/torture/raw/acls.c 						0, owner_sid, NULL,
NULL              984 source4/torture/raw/acls.c 						NULL);
NULL              995 source4/torture/raw/acls.c 						 0, owner_sid, NULL,
NULL             1000 source4/torture/raw/acls.c 						 NULL);
NULL             1027 source4/torture/raw/acls.c 						0, SID_NT_ANONYMOUS, NULL,
NULL             1032 source4/torture/raw/acls.c 						NULL);
NULL             1043 source4/torture/raw/acls.c 						 0, SID_NT_ANONYMOUS, NULL,
NULL             1048 source4/torture/raw/acls.c 						 NULL);
NULL             1154 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL             1159 source4/torture/raw/acls.c 					NULL);
NULL             1221 source4/torture/raw/acls.c 	struct security_descriptor *sd, *sd2, *sd_orig=NULL, *sd_def;
NULL             1366 source4/torture/raw/acls.c 					    0, owner_sid, NULL,
NULL             1375 source4/torture/raw/acls.c 					    NULL);
NULL             1381 source4/torture/raw/acls.c 						0, NULL, NULL,
NULL             1390 source4/torture/raw/acls.c 						NULL);
NULL             1421 source4/torture/raw/acls.c 		if (q.query_secdesc.out.sd->dacl == NULL ||
NULL             1470 source4/torture/raw/acls.c 			if (q.query_secdesc.out.sd->dacl == NULL ||
NULL             1483 source4/torture/raw/acls.c 			if (q.query_secdesc.out.sd->dacl == NULL ||
NULL             1501 source4/torture/raw/acls.c 			if (q.query_secdesc.out.sd->dacl == NULL ||
NULL             1518 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL             1527 source4/torture/raw/acls.c 					NULL);
NULL             1551 source4/torture/raw/acls.c 					 0, owner_sid, NULL,
NULL             1556 source4/torture/raw/acls.c 					 NULL);
NULL             1648 source4/torture/raw/acls.c 	struct security_descriptor *sd, *sd_orig=NULL;
NULL             1687 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL             1692 source4/torture/raw/acls.c 					NULL);
NULL             1727 source4/torture/raw/acls.c 					0, NULL, NULL,
NULL             1732 source4/torture/raw/acls.c 					NULL);
NULL             1812 source4/torture/raw/acls.c 	struct security_descriptor *sd_owner = NULL;
NULL             1813 source4/torture/raw/acls.c 	struct security_descriptor *sd_group = NULL;
NULL             1814 source4/torture/raw/acls.c 	struct security_descriptor *sd_dacl = NULL;
NULL             1815 source4/torture/raw/acls.c 	struct security_descriptor *sd_sacl = NULL;
NULL             1847 source4/torture/raw/acls.c 					NULL);
NULL             1849 source4/torture/raw/acls.c 	sd->sacl = NULL;
NULL             1863 source4/torture/raw/acls.c 	io.ntcreatex.in.ea_list = NULL;
NULL               54 source4/torture/raw/chkpath.c 				      &io, NULL, NULL);
NULL              117 source4/torture/raw/chkpath.c 	return test_path_ex(cli, NULL, path, path, expected, dos_expected);
NULL               39 source4/torture/raw/close.c 	time_t basetime = (time(NULL) + 3*86400) & ~1;
NULL              156 source4/torture/raw/composite.c 	io2.in.dest_host = torture_setting_string(tctx, "host", NULL);
NULL              158 source4/torture/raw/composite.c 	io2.in.called_name = torture_setting_string(tctx, "host", NULL);
NULL              159 source4/torture/raw/composite.c 	io2.in.service = torture_setting_string(tctx, "share", NULL);
NULL              247 source4/torture/raw/composite.c 		io1.in.data  = NULL;
NULL              338 source4/torture/raw/composite.c 	char *guid = NULL;
NULL              349 source4/torture/raw/composite.c 	io1.in.dest_host = torture_setting_string(tctx, "host", NULL);
NULL              352 source4/torture/raw/composite.c 	io1.in.called_name = torture_setting_string(tctx, "host", NULL);
NULL              353 source4/torture/raw/composite.c 	io1.in.service = torture_setting_string(tctx, "share", NULL);
NULL              288 source4/torture/raw/context.c 	share = torture_setting_string(tctx, "share", NULL);
NULL              289 source4/torture/raw/context.c 	host  = torture_setting_string(tctx, "host", NULL);
NULL              296 source4/torture/raw/context.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL              397 source4/torture/raw/context.c 	share = torture_setting_string(tctx, "share", NULL);
NULL              398 source4/torture/raw/context.c 	host  = torture_setting_string(tctx, "host", NULL);
NULL              418 source4/torture/raw/context.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL              765 source4/torture/raw/context.c 	share = torture_setting_string(tctx, "share", NULL);
NULL              766 source4/torture/raw/context.c 	host  = torture_setting_string(tctx, "host", NULL);
NULL              773 source4/torture/raw/context.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL               77 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "EAONE", NULL);
NULL              108 source4/torture/raw/eas.c 	setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
NULL              115 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "NULLEA", NULL);
NULL              120 source4/torture/raw/eas.c 	setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
NULL              124 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "EAONE", NULL);
NULL              130 source4/torture/raw/eas.c 	setfile.ea_set.in.eas[0].value = data_blob(NULL, 0);
NULL              134 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "EAONE", NULL);
NULL              135 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "SECONDEA", NULL);
NULL              242 source4/torture/raw/eas.c 	char      *eaname = NULL;
NULL              302 source4/torture/raw/eas.c 	eablob = data_blob_talloc(tctx, NULL, maxeasize);
NULL              303 source4/torture/raw/eas.c 	if (eablob.data == NULL) {
NULL              335 source4/torture/raw/eas.c 		if (eaname != NULL) {
NULL              339 source4/torture/raw/eas.c 		if(eaname == NULL) {
NULL              408 source4/torture/raw/eas.c 	io.ntcreatex.in.sec_desc = NULL;
NULL              414 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "EAONE", NULL);
NULL              437 source4/torture/raw/eas.c 	ret &= check_ea(cli, fname, "Fourth EA", NULL);
NULL              109 source4/torture/raw/ioctl.c 	nt.ntioctl.in.blob = data_blob(NULL, 0);
NULL              121 source4/torture/raw/ioctl.c 	nt.ntioctl.in.blob = data_blob(NULL, 0);
NULL              523 source4/torture/raw/lock.c 	t = time(NULL);
NULL              530 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              561 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL              577 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              588 source4/torture/raw/lock.c 	t = time(NULL);
NULL              592 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL              594 source4/torture/raw/lock.c 		       __location__, (int)(time(NULL)-t));
NULL              607 source4/torture/raw/lock.c 	t = time(NULL);
NULL              610 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              622 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL              640 source4/torture/raw/lock.c 	share = torture_setting_string(tctx, "share", NULL);
NULL              641 source4/torture/raw/lock.c 	host  = torture_setting_string(tctx, "host", NULL);
NULL              645 source4/torture/raw/lock.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL              681 source4/torture/raw/lock.c 	t = time(NULL);
NULL              683 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              695 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL              730 source4/torture/raw/lock.c 	t = time(NULL);
NULL              732 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              751 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL              784 source4/torture/raw/lock.c 	t = time(NULL);
NULL              786 source4/torture/raw/lock.c 	if (req == NULL) {
NULL              798 source4/torture/raw/lock.c 	if (time(NULL) > t+2) {
NULL             1162 source4/torture/raw/lock.c 	start = time(NULL);
NULL             1165 source4/torture/raw/lock.c 	if (req == NULL) {
NULL             1183 source4/torture/raw/lock.c 	if (time(NULL) < start+1) {
NULL             1210 source4/torture/raw/lock.c 	start = time(NULL);
NULL             1213 source4/torture/raw/lock.c 	if (req == NULL) {
NULL             1233 source4/torture/raw/lock.c 	if (time(NULL) < start+1) {
NULL             1260 source4/torture/raw/lock.c 	start = time(NULL);
NULL             1263 source4/torture/raw/lock.c 	if (req == NULL) {
NULL             1279 source4/torture/raw/lock.c 	if (time(NULL) < start+1) {
NULL              111 source4/torture/raw/lockbench.c 	if (state->req == NULL) {
NULL              182 source4/torture/raw/lockbench.c 	state->te = NULL;
NULL              205 source4/torture/raw/lockbench.c 	state->tree = NULL;
NULL              210 source4/torture/raw/lockbench.c 	if (ctx == NULL) {
NULL              227 source4/torture/raw/lockbench.c 	state->req = NULL;
NULL              232 source4/torture/raw/lockbench.c 			state->tree = NULL;
NULL              270 source4/torture/raw/lockbench.c 		state->tree = NULL;
NULL              306 source4/torture/raw/lockbench.c 		p.in.data = NULL;
NULL              352 source4/torture/raw/lockbench.c 		state[i].dest_ports[1] = NULL;
NULL               73 source4/torture/raw/lookuprate.c 	char		*fname = NULL;
NULL               95 source4/torture/raw/lookuprate.c 		fname = talloc_asprintf(NULL, "%s\\fill%u",
NULL              162 source4/torture/raw/lookuprate.c 	if (smbcli_list(tree, path, 0, NULL, NULL) < 0) {
NULL              241 source4/torture/raw/lookuprate.c 	struct smbcli_state *cli = NULL;
NULL              279 source4/torture/raw/notify.c 			if ((actions[i].name.s == NULL)
NULL              587 source4/torture/raw/notify.c 	smbcli_getatr(cli->tree, test_name, NULL, NULL, NULL); \
NULL              850 source4/torture/raw/notify.c 	struct smbcli_state *cli = NULL;
NULL              890 source4/torture/raw/notify.c 	cli->tree = NULL;
NULL              912 source4/torture/raw/notify.c 	struct smbcli_state *cli = NULL;
NULL              973 source4/torture/raw/notify.c 	struct smbcli_state *cli = NULL;
NULL             1027 source4/torture/raw/notify.c 	cli->transport = NULL;
NULL             1028 source4/torture/raw/notify.c 	cli->tree = NULL;
NULL             1041 source4/torture/raw/notify.c 	struct smbcli_state *cli = NULL;
NULL             1445 source4/torture/raw/notify.c 	share = torture_setting_string(tctx, "share", NULL);
NULL             1446 source4/torture/raw/notify.c 	host  = torture_setting_string(tctx, "host", NULL);
NULL             1453 source4/torture/raw/notify.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL             1460 source4/torture/raw/notify.c 		return NULL;
NULL             1482 source4/torture/raw/notify.c 	struct smbcli_tree *tree = NULL;
NULL              124 source4/torture/raw/offline.c 	state->loadfile = NULL;
NULL              149 source4/torture/raw/offline.c 	state->savefile = NULL;
NULL              172 source4/torture/raw/offline.c 	state->req = NULL;
NULL              205 source4/torture/raw/offline.c 	state->req = NULL;
NULL              241 source4/torture/raw/offline.c 		if (ctx == NULL) {
NULL              261 source4/torture/raw/offline.c 		if (ctx == NULL) {
NULL              280 source4/torture/raw/offline.c 		io.setattr.in.write_time = time(NULL) - 60*60;
NULL              283 source4/torture/raw/offline.c 		if (state->req == NULL) {
NULL              300 source4/torture/raw/offline.c 		if (state->req == NULL) {
NULL              326 source4/torture/raw/offline.c 		state->tree = NULL;
NULL              381 source4/torture/raw/offline.c 		p.in.data = NULL;
NULL              884 source4/torture/raw/open.c 	io.ntcreatex.in.sec_desc = NULL;
NULL              885 source4/torture/raw/open.c 	io.ntcreatex.in.ea_list = NULL;
NULL             1181 source4/torture/raw/open.c 	time_t basetime = (time(NULL) + 3600*24*3) & ~1;
NULL             1236 source4/torture/raw/open.c 	time_t basetime = (time(NULL) + 3600*24*3) & ~1;
NULL             1291 source4/torture/raw/open.c 	time_t basetime = (time(NULL) + 3600*24*3) & ~1;
NULL             1293 source4/torture/raw/open.c 	const char *name, *fname = NULL;
NULL             1484 source4/torture/raw/open.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL             1485 source4/torture/raw/open.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL             1493 source4/torture/raw/open.c 	if ((tctx->ev == NULL) || (clients == NULL) || (requests == NULL) ||
NULL             1494 source4/torture/raw/open.c 	    (ios == NULL)) {
NULL             1538 source4/torture/raw/open.c 		if (requests[i] == NULL) {
NULL             1548 source4/torture/raw/open.c 			if (requests[i] == NULL) {
NULL             1570 source4/torture/raw/open.c 			requests[i] = NULL;
NULL              124 source4/torture/raw/openbench.c 	state->te = NULL;
NULL              146 source4/torture/raw/openbench.c 	state->tree = NULL;
NULL              153 source4/torture/raw/openbench.c 	if (ctx == NULL) {
NULL              222 source4/torture/raw/openbench.c 	state->req_open = NULL;
NULL              228 source4/torture/raw/openbench.c 		state->tree = NULL;
NULL              229 source4/torture/raw/openbench.c 		state->cli = NULL;
NULL              281 source4/torture/raw/openbench.c 	state->req_close = NULL;
NULL              287 source4/torture/raw/openbench.c 		state->tree = NULL;
NULL              288 source4/torture/raw/openbench.c 		state->cli = NULL;
NULL              320 source4/torture/raw/openbench.c 		state->tree = NULL;
NULL              358 source4/torture/raw/openbench.c 		p.in.data = NULL;
NULL              404 source4/torture/raw/openbench.c 		state[i].dest_ports[1] = NULL;
NULL               47 source4/torture/raw/oplock.c 	if (!v || strstr((v),(correct)) == NULL) { \
NULL              163 source4/torture/raw/oplock.c 	if (req == NULL) {
NULL              169 source4/torture/raw/oplock.c 	req->async.private_data = NULL;
NULL              187 source4/torture/raw/oplock.c 					torture_setting_string(tctx, "host", NULL),
NULL              189 source4/torture/raw/oplock.c 					torture_setting_string(tctx, "share", NULL),
NULL              190 source4/torture/raw/oplock.c 					NULL, lp_socket_options(tctx->lp_ctx), cmdline_credentials,
NULL             2633 source4/torture/raw/oplock.c 	struct smbcli_state *cli3 = NULL;
NULL             2720 source4/torture/raw/oplock.c 	struct smbcli_state *cli3 = NULL;
NULL              165 source4/torture/raw/pingpong.c 	gettimeofday(&tp1, NULL);
NULL              170 source4/torture/raw/pingpong.c 	gettimeofday(&tp2, NULL);
NULL              193 source4/torture/raw/pingpong.c 	fn = torture_setting_string(torture, "filename", NULL);
NULL              194 source4/torture/raw/pingpong.c 	if (fn == NULL) {
NULL              136 source4/torture/raw/qfileinfo.c 	{ NULL }
NULL              163 source4/torture/raw/qfileinfo.c 	return NULL;
NULL              173 source4/torture/raw/qfileinfo.c 		return NULL;
NULL              182 source4/torture/raw/qfileinfo.c 	return NULL;
NULL               52 source4/torture/raw/qfsinfo.c 	{ NULL, }
NULL               68 source4/torture/raw/qfsinfo.c 	return NULL;
NULL               95 source4/torture/raw/read.c 	uint_t seed = time(NULL);
NULL              222 source4/torture/raw/read.c 	uint_t seed = time(NULL);
NULL              367 source4/torture/raw/read.c 	uint_t seed = time(NULL);
NULL              623 source4/torture/raw/read.c 	uint_t seed = time(NULL);
NULL              115 source4/torture/raw/samba3hide.c 	return NT_STATUS_IS_OK(smbcli_getatr(tree, fname, NULL, NULL, NULL));
NULL              138 source4/torture/raw/samba3hide.c 		    torture, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL              139 source4/torture/raw/samba3hide.c 		    torture_setting_string(torture, "share", NULL), torture->ev)) {
NULL              279 source4/torture/raw/samba3hide.c 	struct smbcli_state *cli = NULL;
NULL               52 source4/torture/raw/samba3misc.c 	if ((mem_ctx = talloc_init("torture_samba3_checkfsp")) == NULL) {
NULL               58 source4/torture/raw/samba3misc.c 		    torture, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL               59 source4/torture/raw/samba3misc.c 		    torture_setting_string(torture, "share", NULL), torture->ev)) {
NULL               68 source4/torture/raw/samba3misc.c 				     torture_setting_string(torture, "share", NULL),
NULL              469 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, fpath, NULL, NULL, NULL);
NULL              471 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, fpath, NULL, NULL, NULL);
NULL              474 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, "..", NULL, NULL, NULL);
NULL              476 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, "..", NULL, NULL, NULL);
NULL              479 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, ".", NULL, NULL, NULL);
NULL              481 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, ".", NULL, NULL, NULL);
NULL              484 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, "\t", NULL, NULL, NULL);
NULL              486 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, "\t", NULL, NULL, NULL);
NULL              489 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, "\t\\bla", NULL, NULL, NULL);
NULL              491 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, "\t\\bla", NULL, NULL, NULL);
NULL              494 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, "<", NULL, NULL, NULL);
NULL              496 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, "<", NULL, NULL, NULL);
NULL              499 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_nt->tree, "<\\bla", NULL, NULL, NULL);
NULL              501 source4/torture/raw/samba3misc.c 	status = smbcli_getatr(cli_dos->tree, "<\\bla", NULL, NULL, NULL);
NULL              506 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "..", O_RDONLY, DENY_NONE, NULL);
NULL              508 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "..", O_RDONLY, DENY_NONE, NULL);
NULL              511 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, ".", O_RDONLY, DENY_NONE, NULL);
NULL              513 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, ".", O_RDONLY, DENY_NONE, NULL);
NULL              516 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "\t", O_RDONLY, DENY_NONE, NULL);
NULL              518 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "\t", O_RDONLY, DENY_NONE, NULL);
NULL              521 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "\t\\bla", O_RDONLY, DENY_NONE, NULL);
NULL              523 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "\t\\bla", O_RDONLY, DENY_NONE, NULL);
NULL              526 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "<", O_RDONLY, DENY_NONE, NULL);
NULL              528 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "<", O_RDONLY, DENY_NONE, NULL);
NULL              531 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, "<\\bla", O_RDONLY, DENY_NONE, NULL);
NULL              533 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, "<\\bla", O_RDONLY, DENY_NONE, NULL);
NULL              537 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_nt->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
NULL              539 source4/torture/raw/samba3misc.c 	status = raw_smbcli_open(cli_dos->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
NULL              542 source4/torture/raw/samba3misc.c 	status = raw_smbcli_t2open(cli_nt->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
NULL              548 source4/torture/raw/samba3misc.c 	status = raw_smbcli_t2open(cli_dos->tree, fpath, O_RDONLY | O_CREAT| O_EXCL, DENY_NONE, NULL);
NULL              555 source4/torture/raw/samba3misc.c 	status = raw_smbcli_ntcreate(cli_nt->tree, fpath, NULL);
NULL              557 source4/torture/raw/samba3misc.c 	status = raw_smbcli_ntcreate(cli_dos->tree, fpath, NULL);
NULL              593 source4/torture/raw/samba3misc.c 	if (cli_nt != NULL) {
NULL              597 source4/torture/raw/samba3misc.c 	if (cli_dos != NULL) {
NULL              727 source4/torture/raw/samba3misc.c 	if (!(localdir = torture_setting_string(tctx, "localdir", NULL))) {
NULL              796 source4/torture/raw/samba3misc.c 	if (req == NULL) {
NULL              939 source4/torture/raw/samba3misc.c 	if (req == NULL) {
NULL              184 source4/torture/raw/search.c 	return NULL;
NULL              200 source4/torture/raw/search.c 	return NULL;
NULL              229 source4/torture/raw/search.c 	return NULL;
NULL               48 source4/torture/raw/setfileinfo.c 	time_t basetime = (time(NULL) - 86400) & ~1;
NULL               50 source4/torture/raw/setfileinfo.c 	int n = time(NULL) % 100;
NULL              466 source4/torture/raw/setfileinfo.c 	int n = time(NULL) % 100;
NULL               92 source4/torture/raw/streams.c 	if (value == NULL) {
NULL              174 source4/torture/raw/streams.c 	if (exp_sort == NULL) {
NULL              184 source4/torture/raw/streams.c 	if (stream_sort == NULL) {
NULL              271 source4/torture/raw/streams.c 	ret &= check_stream_list(cli, BASEDIR, 0, NULL);
NULL              315 source4/torture/raw/streams.c 	ret &= check_stream(cli, __location__, mem_ctx, fname, "Stream One", NULL);
NULL              344 source4/torture/raw/streams.c 	ret &= check_stream(cli, __location__, mem_ctx, fname, "Stream One:$FOO", NULL);
NULL              361 source4/torture/raw/streams.c 	ret &= check_stream(cli, __location__, mem_ctx, fname, "Stream One:", NULL);
NULL              368 source4/torture/raw/streams.c 	ret &= check_stream(cli, __location__, mem_ctx, fname, "Second Stream:", NULL);
NULL              369 source4/torture/raw/streams.c 	ret &= check_stream(cli, __location__, mem_ctx, fname, "Second Stream:$FOO", NULL);
NULL             1552 source4/torture/raw/streams.c 	time_t basetime = (time(NULL) - 86400) & ~1;
NULL               45 source4/torture/raw/tconrate.c 	buf = mmap(NULL, bufsz, PROT_READ|PROT_WRITE, MAP_ANON|MAP_SHARED,
NULL               48 source4/torture/raw/tconrate.c 	buf = mmap(NULL, bufsz, PROT_READ|PROT_WRITE, MAP_FILE|MAP_SHARED,
NULL               55 source4/torture/raw/tconrate.c 		return NULL;
NULL              100 source4/torture/raw/tconrate.c 		status = smbcli_full_connection(NULL, &cli,
NULL              102 source4/torture/raw/tconrate.c 				NULL, lp_socket_options(tctx->lp_ctx), cmdline_credentials,
NULL              128 source4/torture/raw/tconrate.c 		pid_t ret = waitpid(-1, NULL, WNOHANG);
NULL              153 source4/torture/raw/tconrate.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL              154 source4/torture/raw/tconrate.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL              161 source4/torture/raw/tconrate.c 	int *last_counts = talloc_array(NULL, int, nprocs);
NULL              109 source4/torture/raw/write.c 	uint_t seed = time(NULL);
NULL              237 source4/torture/raw/write.c 	uint_t seed = time(NULL);
NULL              425 source4/torture/raw/write.c 	uint_t seed = time(NULL);
NULL              568 source4/torture/raw/write.c 	uint_t seed = time(NULL);
NULL               56 source4/torture/rpc/async_bind.c 	binding_string = torture_setting_string(torture, "binding", NULL);
NULL               60 source4/torture/rpc/async_bind.c 	if (mem_ctx == NULL) return false;
NULL               63 source4/torture/rpc/async_bind.c 	if (bind_req == NULL) return false;
NULL               65 source4/torture/rpc/async_bind.c 	if (pipe == NULL) return false;
NULL               67 source4/torture/rpc/async_bind.c 	if (table == NULL) return false;
NULL               74 source4/torture/rpc/atsvc.c 	ctr.first_entry = NULL;
NULL               86 source4/torture/rpc/autoidl.c 	ndr_push_struct_blob(&b2, mem_ctx, NULL, handle, (ndr_push_flags_fn_t)ndr_push_policy_handle);
NULL              123 source4/torture/rpc/autoidl.c 	struct dcerpc_pipe *p = NULL;
NULL              129 source4/torture/rpc/autoidl.c 		stub_in = data_blob(NULL, base_in->length + n);
NULL              134 source4/torture/rpc/autoidl.c 		status = dcerpc_request(p, NULL, opnum, false, tctx, &stub_in, &stub_out);
NULL              165 source4/torture/rpc/autoidl.c 	struct dcerpc_pipe *p = NULL;
NULL              169 source4/torture/rpc/autoidl.c 	stub_in = data_blob(NULL, base_in->length);
NULL              175 source4/torture/rpc/autoidl.c 		status = dcerpc_request(p, NULL, opnum, false, tctx, &stub_in, &stub_out);
NULL              204 source4/torture/rpc/autoidl.c 	struct dcerpc_pipe *p = NULL;
NULL              213 source4/torture/rpc/autoidl.c 		stub_in = data_blob(NULL, i);
NULL              217 source4/torture/rpc/autoidl.c 		status = dcerpc_request(p, NULL, opnum, false, tctx, &stub_in, &stub_out);
NULL              230 source4/torture/rpc/autoidl.c 		status = dcerpc_request(p, NULL, opnum, false, tctx, &stub_in, &stub_out);
NULL               71 source4/torture/rpc/browser.c 	info.info.info100 = NULL;
NULL               94 source4/torture/rpc/browser.c 	info.info.info101 = NULL;
NULL               63 source4/torture/rpc/countcalls.c 		status = dcerpc_request(p, NULL, i, false, p, &stub_in, &stub_out);
NULL              112 source4/torture/rpc/countcalls.c 	iface_name = lp_parm_string(torture->lp_ctx, NULL, "countcalls", "interface");
NULL              113 source4/torture/rpc/countcalls.c 	if (iface_name != NULL) {
NULL               70 source4/torture/rpc/dfs.c 	i.password		= NULL;
NULL              212 source4/torture/rpc/dfs.c 	r.in.servername = NULL;
NULL              213 source4/torture/rpc/dfs.c 	r.in.sharename = NULL;
NULL              269 source4/torture/rpc/dfs.c 	s.path = NULL;
NULL              334 source4/torture/rpc/dfs.c 	s.path = NULL;
NULL              651 source4/torture/rpc/dfs.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL               41 source4/torture/rpc/drsuapi.c 	r.in.bind_info = NULL;
NULL              270 source4/torture/rpc/drsuapi.c 			NULL
NULL              274 source4/torture/rpc/drsuapi.c 			NULL
NULL              278 source4/torture/rpc/drsuapi.c 			NULL
NULL              282 source4/torture/rpc/drsuapi.c 			NULL
NULL              286 source4/torture/rpc/drsuapi.c 			NULL
NULL              290 source4/torture/rpc/drsuapi.c 			NULL
NULL              294 source4/torture/rpc/drsuapi.c 			NULL
NULL              298 source4/torture/rpc/drsuapi.c 			NULL
NULL              302 source4/torture/rpc/drsuapi.c 			NULL
NULL              306 source4/torture/rpc/drsuapi.c 			NULL
NULL              310 source4/torture/rpc/drsuapi.c 			NULL
NULL              314 source4/torture/rpc/drsuapi.c 			NULL
NULL              322 source4/torture/rpc/drsuapi.c 			NULL
NULL              326 source4/torture/rpc/drsuapi.c 			NULL
NULL              358 source4/torture/rpc/drsuapi.c 			r.in.req->req2.string1	= NULL;
NULL              359 source4/torture/rpc/drsuapi.c 			r.in.req->req2.string2	= NULL;
NULL              435 source4/torture/rpc/drsuapi.c 			r.in.req.req1.other_info		= NULL;
NULL              575 source4/torture/rpc/drsuapi.c 			r.in.req->req5.uptodateness_vector		= NULL;
NULL              577 source4/torture/rpc/drsuapi.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "drsuapi","compression", false)) {
NULL              598 source4/torture/rpc/drsuapi.c 			r.in.req->req8.uptodateness_vector		= NULL;
NULL              600 source4/torture/rpc/drsuapi.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "drsuapi", "compression", false)) {
NULL              603 source4/torture/rpc/drsuapi.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "drsuapi", "neighbour_writeable", true)) {
NULL              615 source4/torture/rpc/drsuapi.c 			r.in.req->req8.partial_attribute_set		= NULL;
NULL              616 source4/torture/rpc/drsuapi.c 			r.in.req->req8.partial_attribute_set_ex		= NULL;
NULL              618 source4/torture/rpc/drsuapi.c 			r.in.req->req8.mapping_ctr.mappings		= NULL;
NULL              146 source4/torture/rpc/drsuapi_cracknames.c 			n_from[i] = NULL;
NULL              159 source4/torture/rpc/drsuapi_cracknames.c 				n_matrix[i][j] = NULL;
NULL              185 source4/torture/rpc/drsuapi_cracknames.c 				n_matrix[i][j] = NULL;
NULL              195 source4/torture/rpc/drsuapi_cracknames.c 			} else if (n_matrix[i][j] == NULL && n_from[i] == NULL) {
NULL              198 source4/torture/rpc/drsuapi_cracknames.c 			} else if (n_matrix[i][j] == NULL && formats[j] == DRSUAPI_DS_NAME_FORMAT_USER_PRINCIPAL) {
NULL              199 source4/torture/rpc/drsuapi_cracknames.c 			} else if (n_matrix[i][j] == NULL && formats[j] == DRSUAPI_DS_NAME_FORMAT_SERVICE_PRINCIPAL) {
NULL              200 source4/torture/rpc/drsuapi_cracknames.c 			} else if (n_matrix[i][j] == NULL && n_from[j] != NULL) {
NULL              203 source4/torture/rpc/drsuapi_cracknames.c 			} else if (n_matrix[i][j] != NULL && n_from[j] == NULL) {
NULL               89 source4/torture/rpc/dssync.c 	const char *binding = torture_setting_string(tctx, "binding", NULL);
NULL               91 source4/torture/rpc/dssync.c 	if (!ctx) return NULL;
NULL               96 source4/torture/rpc/dssync.c 		return NULL;
NULL              154 source4/torture/rpc/dssync.c 	if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "xpress", false)) {
NULL              368 source4/torture/rpc/dssync.c 		return data_blob_const(NULL, 0);
NULL              392 source4/torture/rpc/dssync.c 		return data_blob_const(NULL, 0);
NULL              405 source4/torture/rpc/dssync.c 		return data_blob_const(NULL, 0);
NULL              409 source4/torture/rpc/dssync.c 		return data_blob_const(NULL, 0);
NULL              429 source4/torture/rpc/dssync.c 			return data_blob_const(NULL, 0);
NULL              434 source4/torture/rpc/dssync.c 			return data_blob_const(NULL, 0);
NULL              457 source4/torture/rpc/dssync.c 	if (!lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "print_pwd_blobs", false)) {
NULL              461 source4/torture/rpc/dssync.c 	save_values_dir = lp_parm_string(tctx->lp_ctx, NULL, "dssync", "save_pwd_blobs_dir");
NULL              465 source4/torture/rpc/dssync.c 		struct dom_sid *sid = NULL;
NULL              479 source4/torture/rpc/dssync.c 			const char *name = NULL;
NULL              481 source4/torture/rpc/dssync.c 			DATA_BLOB *enc_data = NULL;
NULL              484 source4/torture/rpc/dssync.c 			ndr_pull_flags_fn_t pull_fn = NULL;
NULL              485 source4/torture/rpc/dssync.c 			ndr_print_fn_t print_fn = NULL;
NULL              486 source4/torture/rpc/dssync.c 			void *ptr = NULL;
NULL              600 source4/torture/rpc/dssync.c 	const char *partition = NULL;
NULL              604 source4/torture/rpc/dssync.c 	struct drsuapi_DsGetNCChangesCtr1 *ctr1 = NULL;
NULL              605 source4/torture/rpc/dssync.c 	struct drsuapi_DsGetNCChangesCtr6 *ctr6 = NULL;
NULL              624 source4/torture/rpc/dssync.c 	partition = lp_parm_string(tctx->lp_ctx, NULL, "dssync", "partition");
NULL              625 source4/torture/rpc/dssync.c 	if (partition == NULL) {
NULL              630 source4/torture/rpc/dssync.c 	highest_usn = lp_parm_int(tctx->lp_ctx, NULL, "dssync", "highest_usn", 0);
NULL              632 source4/torture/rpc/dssync.c 	array[0].level = lp_parm_int(tctx->lp_ctx, NULL, "dssync", "get_nc_changes_level", array[0].level);
NULL              634 source4/torture/rpc/dssync.c 	if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "print_pwd_blobs", false)) {
NULL              668 source4/torture/rpc/dssync.c 			r.in.req->req5.uptodateness_vector		= NULL;
NULL              670 source4/torture/rpc/dssync.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "compression", false)) {
NULL              673 source4/torture/rpc/dssync.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "neighbour_writeable", true)) {
NULL              700 source4/torture/rpc/dssync.c 			r.in.req->req8.uptodateness_vector		= NULL;
NULL              702 source4/torture/rpc/dssync.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "compression", false)) {
NULL              705 source4/torture/rpc/dssync.c 			if (lp_parm_bool(tctx->lp_ctx, NULL, "dssync", "neighbour_writeable", true)) {
NULL              718 source4/torture/rpc/dssync.c 			r.in.req->req8.partial_attribute_set		= NULL;
NULL              719 source4/torture/rpc/dssync.c 			r.in.req->req8.partial_attribute_set_ex		= NULL;
NULL              721 source4/torture/rpc/dssync.c 			r.in.req->req8.mapping_ctr.mappings		= NULL;
NULL              843 source4/torture/rpc/dssync.c 	req.req1.unknown1	= lp_parm_int(tctx->lp_ctx, NULL, "dssync", "nt4-1", 3);
NULL              844 source4/torture/rpc/dssync.c 	req.req1.unknown2	= lp_parm_int(tctx->lp_ctx, NULL, "dssync", "nt4-2", 0x00004000);
NULL              188 source4/torture/rpc/echo.c 	const char *s = NULL;
NULL               70 source4/torture/rpc/epmapper.c 	twr->tower.floors[2].lhs.lhs_data = data_blob(NULL, 0);
NULL               74 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
NULL               78 source4/torture/rpc/epmapper.c 	twr->tower.floors[4].lhs.lhs_data = data_blob(NULL, 0);
NULL               91 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
NULL              104 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
NULL              117 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].lhs.lhs_data = data_blob(NULL, 0);
NULL              121 source4/torture/rpc/epmapper.c 	twr->tower.floors[4].lhs.lhs_data = data_blob(NULL, 0);
NULL               53 source4/torture/rpc/eventlog.c 	init_lsa_String(&servername, NULL);
NULL              117 source4/torture/rpc/eventlog.c 	r.out.data = NULL;
NULL              137 source4/torture/rpc/eventlog.c 		r.out.data = NULL;
NULL              217 source4/torture/rpc/eventlog.c 	init_lsa_String(&servername, NULL);
NULL              225 source4/torture/rpc/eventlog.c 	r.in.timestamp = time(NULL);
NULL              232 source4/torture/rpc/eventlog.c 	r.in.user_sid = NULL;
NULL              234 source4/torture/rpc/eventlog.c 	r.in.data = NULL;
NULL              291 source4/torture/rpc/eventlog.c 	r.in.backupfile = NULL;
NULL              321 source4/torture/rpc/eventlog.c 	r.out.buffer = NULL;
NULL              156 source4/torture/rpc/frsapi.c 	if (!test_IsPathReplicated_err(tctx, p, NULL, 0,
NULL              194 source4/torture/rpc/frsapi.c 	r.in.guid1 = NULL;
NULL              195 source4/torture/rpc/frsapi.c 	r.in.guid2 = NULL;
NULL               60 source4/torture/rpc/handles.c 	attr.root_dir = NULL;
NULL               61 source4/torture/rpc/handles.c 	attr.object_name = NULL;
NULL               63 source4/torture/rpc/handles.c 	attr.sec_desc = NULL;
NULL              112 source4/torture/rpc/handles.c 	struct sec_desc_buf *sdbuf = NULL;
NULL              141 source4/torture/rpc/handles.c 	attr.root_dir = NULL;
NULL              142 source4/torture/rpc/handles.c 	attr.object_name = NULL;
NULL              144 source4/torture/rpc/handles.c 	attr.sec_desc = NULL;
NULL              536 source4/torture/rpc/handles.c 	r.in.bind_info = NULL;
NULL               20 source4/torture/rpc/join.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL               41 source4/torture/rpc/join.c 					"IPC$", NULL,
NULL               70 source4/torture/rpc/join.c 					"IPC$", NULL,
NULL               58 source4/torture/rpc/lsa.c 	attr.root_dir = NULL;
NULL               59 source4/torture/rpc/lsa.c 	attr.object_name = NULL;
NULL               61 source4/torture/rpc/lsa.c 	attr.sec_desc = NULL;
NULL              106 source4/torture/rpc/lsa.c 	attr.root_dir = NULL;
NULL              107 source4/torture/rpc/lsa.c 	attr.object_name = NULL;
NULL              109 source4/torture/rpc/lsa.c 	attr.sec_desc = NULL;
NULL              123 source4/torture/rpc/lsa.c 			*handle = NULL;
NULL              158 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              167 source4/torture/rpc/lsa.c 	sids.sids = NULL;
NULL              224 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              236 source4/torture/rpc/lsa.c 	name[1].name.string = NULL;
NULL              241 source4/torture/rpc/lsa.c 	sids.sids = NULL;
NULL              327 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              336 source4/torture/rpc/lsa.c 	sids.sids = NULL;
NULL              383 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              392 source4/torture/rpc/lsa.c 	sids.sids = NULL;
NULL              437 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              446 source4/torture/rpc/lsa.c 	sids.sids = NULL;
NULL              491 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              498 source4/torture/rpc/lsa.c 	names.names = NULL;
NULL              532 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              539 source4/torture/rpc/lsa.c 	names.names = NULL;
NULL              577 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              584 source4/torture/rpc/lsa.c 	names.names = NULL;
NULL              642 source4/torture/rpc/lsa.c 		struct lsa_RefDomainList *domains = NULL;
NULL              644 source4/torture/rpc/lsa.c 		names.names = NULL;
NULL              669 source4/torture/rpc/lsa.c 		struct lsa_RefDomainList *domains = NULL;
NULL              673 source4/torture/rpc/lsa.c 		names.names = NULL;
NULL              735 source4/torture/rpc/lsa.c 	struct lsa_RefDomainList *domains = NULL;
NULL              758 source4/torture/rpc/lsa.c 		names[i].names = NULL;
NULL              770 source4/torture/rpc/lsa.c 		if (req[i] == NULL) {
NULL              821 source4/torture/rpc/lsa.c 	struct lsa_StringLarge *name = NULL;
NULL              863 source4/torture/rpc/lsa.c 		struct lsa_StringLarge *name = NULL;
NULL              925 source4/torture/rpc/lsa.c 	struct lsa_PrivilegeSet *privs = NULL;
NULL              975 source4/torture/rpc/lsa.c 	if (r.out.access_mask != NULL) {
NULL             1233 source4/torture/rpc/lsa.c 		r3.in.old_val = NULL;
NULL             1248 source4/torture/rpc/lsa.c 		r3.in.old_val = NULL;
NULL             1273 source4/torture/rpc/lsa.c 		r4.in.old_val = NULL;
NULL             1274 source4/torture/rpc/lsa.c 		r4.in.old_mtime = NULL;
NULL             1276 source4/torture/rpc/lsa.c 		bufp1.buf = NULL;
NULL             1284 source4/torture/rpc/lsa.c 			if (r4.out.new_val == NULL || r4.out.new_val->buf == NULL) {
NULL             1291 source4/torture/rpc/lsa.c 				blob2 = data_blob_talloc(tctx, NULL, blob1.length);
NULL             1308 source4/torture/rpc/lsa.c 		r5.in.old_val = NULL;
NULL             1335 source4/torture/rpc/lsa.c 		bufp1.buf = NULL;
NULL             1336 source4/torture/rpc/lsa.c 		bufp2.buf = NULL;
NULL             1342 source4/torture/rpc/lsa.c 			secret4 = NULL;
NULL             1345 source4/torture/rpc/lsa.c 			if (r6.out.new_val->buf == NULL || r6.out.old_val->buf == NULL
NULL             1346 source4/torture/rpc/lsa.c 				|| r6.out.new_mtime == NULL || r6.out.old_mtime == NULL) {
NULL             1349 source4/torture/rpc/lsa.c 				secret4 = NULL;
NULL             1354 source4/torture/rpc/lsa.c 				blob2 = data_blob_talloc(tctx, NULL, blob1.length);
NULL             1367 source4/torture/rpc/lsa.c 				blob2 = data_blob_talloc(tctx, NULL, blob1.length);
NULL             1395 source4/torture/rpc/lsa.c 		r7.in.new_val = NULL;
NULL             1414 source4/torture/rpc/lsa.c 		bufp1.buf = NULL;
NULL             1415 source4/torture/rpc/lsa.c 		bufp2.buf = NULL;
NULL             1425 source4/torture/rpc/lsa.c 			} else if (r8.out.new_val->buf != NULL) {
NULL             1428 source4/torture/rpc/lsa.c 			} else if (r8.out.old_val->buf == NULL) {
NULL             1431 source4/torture/rpc/lsa.c 			} else if (r8.out.new_mtime == NULL || r8.out.old_mtime == NULL) {
NULL             1438 source4/torture/rpc/lsa.c 				blob2 = data_blob_talloc(tctx, NULL, blob1.length);
NULL             1522 source4/torture/rpc/lsa.c 	struct sec_desc_buf *sdbuf = NULL;
NULL             1665 source4/torture/rpc/lsa.c 	struct lsa_StringLarge *disp_name = NULL;
NULL             1859 source4/torture/rpc/lsa.c 				union lsa_TrustedDomainInfo *info = NULL;
NULL             1892 source4/torture/rpc/lsa.c 				union lsa_TrustedDomainInfo *info = NULL;
NULL             1930 source4/torture/rpc/lsa.c 			union lsa_TrustedDomainInfo *info = NULL;
NULL             1957 source4/torture/rpc/lsa.c 			union lsa_TrustedDomainInfo *info = NULL;
NULL             2125 source4/torture/rpc/lsa.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             2220 source4/torture/rpc/lsa.c 	union lsa_TrustedDomainInfo *info = NULL;
NULL             2347 source4/torture/rpc/lsa.c 	union lsa_DomainInformationPolicy *info = NULL;
NULL             2383 source4/torture/rpc/lsa.c 	union lsa_PolicyInformation *info = NULL;
NULL             2522 source4/torture/rpc/lsa.c 	struct lsa_String *authority_name_p = NULL;
NULL             2523 source4/torture/rpc/lsa.c 	struct lsa_String *account_name_p = NULL;
NULL             2529 source4/torture/rpc/lsa.c 	r.in.authority_name	= NULL;
NULL             2539 source4/torture/rpc/lsa.c 	account_name_p = NULL;
NULL             2591 source4/torture/rpc/lsa.c 	struct test_join *join = NULL;
NULL               48 source4/torture/rpc/lsa_lookup.c 	attr.root_dir = NULL;
NULL               49 source4/torture/rpc/lsa_lookup.c 	attr.object_name = NULL;
NULL               51 source4/torture/rpc/lsa_lookup.c 	attr.sec_desc = NULL;
NULL               69 source4/torture/rpc/lsa_lookup.c 	union lsa_PolicyInformation *info = NULL;
NULL               96 source4/torture/rpc/lsa_lookup.c 	names->names = NULL;
NULL              199 source4/torture/rpc/lsa_lookup.c 		union lsa_TrustedDomainInfo *info = NULL;
NULL              201 source4/torture/rpc/lsa_lookup.c 		if (domains.domains[i].sid == NULL)
NULL              261 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_INVALID_PARAMETER, NULL);
NULL              304 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_NONE_MAPPED, NULL);
NULL              317 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_INVALID_PARAMETER, NULL);
NULL              319 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_INVALID_PARAMETER, NULL);
NULL              321 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_INVALID_PARAMETER, NULL);
NULL              323 source4/torture/rpc/lsa_lookup.c 			       NT_STATUS_INVALID_PARAMETER, NULL);
NULL              338 source4/torture/rpc/lsa_lookup.c 	struct lsa_RefDomainList *domains = NULL;
NULL              358 source4/torture/rpc/lsa_lookup.c 	names.names = NULL;
NULL              131 source4/torture/rpc/mgmt.c 			const char *name = gensec_get_name_by_authtype(NULL, i);
NULL              224 source4/torture/rpc/mgmt.c 		status = dcerpc_epm_map_binding(loop_ctx, b, l->table, NULL, torture->lp_ctx);
NULL              263 source4/torture/rpc/mgmt.c 		if (!test_inq_if_ids(torture, p, loop_ctx, NULL, NULL)) {
NULL               47 source4/torture/rpc/netlogon.c 	struct netr_UasInfo *info = NULL;
NULL               49 source4/torture/rpc/netlogon.c 	r.in.server_name = NULL;
NULL               67 source4/torture/rpc/netlogon.c 	r.in.server_name = NULL;
NULL               96 source4/torture/rpc/netlogon.c 	torture_assert(tctx, creds != NULL, "memory allocation");
NULL               98 source4/torture/rpc/netlogon.c 	r.in.server_name = NULL;
NULL              108 source4/torture/rpc/netlogon.c 	a.in.server_name = NULL;
NULL              158 source4/torture/rpc/netlogon.c 	torture_assert(tctx, creds != NULL, "memory allocation");
NULL              160 source4/torture/rpc/netlogon.c 	r.in.server_name = NULL;
NULL              170 source4/torture/rpc/netlogon.c 	a.in.server_name = NULL;
NULL              219 source4/torture/rpc/netlogon.c 	torture_assert(tctx, creds != NULL, "memory allocation");
NULL              221 source4/torture/rpc/netlogon.c 	r.in.server_name = NULL;
NULL              233 source4/torture/rpc/netlogon.c 	a.in.server_name = NULL;
NULL              340 source4/torture/rpc/netlogon.c 	DATA_BLOB password = data_blob_talloc(mem_ctx, NULL, len * 2 /* number of unicode chars */);
NULL              506 source4/torture/rpc/netlogon.c 	cli_credentials_set_password(machine_credentials, NULL, CRED_UNINITIALISED);
NULL              621 source4/torture/rpc/netlogon.c 						   NULL, NULL);
NULL              661 source4/torture/rpc/netlogon.c 	r.in.credential = NULL;
NULL              709 source4/torture/rpc/netlogon.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              783 source4/torture/rpc/netlogon.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              844 source4/torture/rpc/netlogon.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL              877 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              888 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              900 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              912 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              924 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              936 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              948 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              972 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL              985 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1002 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1013 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1025 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1037 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1049 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1062 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1075 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1087 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1099 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1112 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1127 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1138 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1149 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1161 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1173 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1185 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1196 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1209 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1222 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1233 source4/torture/rpc/netlogon.c 			.name			= NULL,
NULL             1466 source4/torture/rpc/netlogon.c 	const char *dcname = NULL;
NULL             1517 source4/torture/rpc/netlogon.c 	const char *dcname = NULL;
NULL             1622 source4/torture/rpc/netlogon.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL             1807 source4/torture/rpc/netlogon.c 		if (!test_netr_DsRGetForestTrustInformation(tctx, p, NULL)) {
NULL             1868 source4/torture/rpc/netlogon.c 	const char *site = NULL;
NULL             1901 source4/torture/rpc/netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL             1905 source4/torture/rpc/netlogon.c 	r.in.domain_guid	= NULL;
NULL             1906 source4/torture/rpc/netlogon.c 	r.in.site_guid	        = NULL;
NULL             1926 source4/torture/rpc/netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL             1930 source4/torture/rpc/netlogon.c 	r.in.domain_guid	= NULL;
NULL             1931 source4/torture/rpc/netlogon.c 	r.in.site_name	        = NULL;
NULL             1951 source4/torture/rpc/netlogon.c 	struct netr_DsRGetDCNameInfo *info = NULL;
NULL             1954 source4/torture/rpc/netlogon.c 	r.in.client_account	= NULL;
NULL             1957 source4/torture/rpc/netlogon.c 	r.in.domain_guid	= NULL;
NULL             1958 source4/torture/rpc/netlogon.c 	r.in.site_name		= NULL;
NULL             1986 source4/torture/rpc/netlogon.c 	struct DcSitesCtr *ctr = NULL;
NULL             2139 source4/torture/rpc/netlogon.c 	q1.blob2.array = NULL;
NULL             2205 source4/torture/rpc/netlogon.c 	q1.blob2.array = NULL;
NULL             2259 source4/torture/rpc/netlogon.c 	const char *dcname = NULL;
NULL             2281 source4/torture/rpc/netlogon.c 	attr.root_dir = NULL;
NULL             2282 source4/torture/rpc/netlogon.c 	attr.object_name = NULL;
NULL             2284 source4/torture/rpc/netlogon.c 	attr.sec_desc = NULL;
NULL               53 source4/torture/rpc/ntsvcs.c 	r.in.devicename = NULL;
NULL               78 source4/torture/rpc/ntsvcs.c 	uint16_t *buffer = NULL;
NULL               83 source4/torture/rpc/ntsvcs.c 	r.in.filter = NULL;
NULL               42 source4/torture/rpc/object_uuid.c 	struct lsa_String *authority_name_p = NULL;
NULL               43 source4/torture/rpc/object_uuid.c 	struct lsa_String *account_name_p = NULL;
NULL               75 source4/torture/rpc/remote_pac.c 	torture_assert(tctx, tmp_ctx != NULL, "talloc_new() failed");
NULL              100 source4/torture/rpc/remote_pac.c 				     NULL, &gensec_server_context);
NULL              109 source4/torture/rpc/remote_pac.c 	server_to_client = data_blob(NULL, 0);
NULL              137 source4/torture/rpc/remote_pac.c 		= data_blob_talloc(tmp_ctx, NULL, 
NULL              239 source4/torture/rpc/remote_pac.c 		= data_blob_talloc(tmp_ctx, NULL, 
NULL              283 source4/torture/rpc/remote_pac.c 		= data_blob_talloc(tmp_ctx, NULL, 
NULL               35 source4/torture/rpc/rpc.c 	if (tcase_data->join_ctx != NULL)
NULL               52 source4/torture/rpc/rpc.c 							    NULL);
NULL               54 source4/torture/rpc/rpc.c 	if (binding_string == NULL) {
NULL              121 source4/torture/rpc/rpc.c 		*p = NULL;
NULL              145 source4/torture/rpc/rpc.c 	if (tcase_data->join_ctx == NULL)
NULL              317 source4/torture/rpc/rpc.c 	test->description = NULL;
NULL              320 source4/torture/rpc/rpc.c 	test->data = NULL;
NULL              338 source4/torture/rpc/rpc.c 	test->description = NULL;
NULL              341 source4/torture/rpc/rpc.c 	test->data = NULL;
NULL              361 source4/torture/rpc/rpc.c 	test->description = NULL;
NULL               81 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL               90 source4/torture/rpc/samba3rpc.c 					torture_setting_string(torture, "host", NULL),
NULL               92 source4/torture/rpc/samba3rpc.c 					"IPC$", NULL, 
NULL              107 source4/torture/rpc/samba3rpc.c 	if (lsa_pipe == NULL) {
NULL              152 source4/torture/rpc/samba3rpc.c 	if (session2 == NULL) {
NULL              183 source4/torture/rpc/samba3rpc.c 	lsa_pipe = NULL;
NULL              215 source4/torture/rpc/samba3rpc.c 	union lsa_PolicyInformation *info = NULL;
NULL              219 source4/torture/rpc/samba3rpc.c 	if ((mem_ctx = talloc_init("bindtest")) == NULL) {
NULL              227 source4/torture/rpc/samba3rpc.c 	if (lsa_pipe == NULL) {
NULL              241 source4/torture/rpc/samba3rpc.c 				  NULL);
NULL              304 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL              313 source4/torture/rpc/samba3rpc.c 					torture_setting_string(torture, "host", NULL),
NULL              315 source4/torture/rpc/samba3rpc.c 					"IPC$", NULL, 
NULL              369 source4/torture/rpc/samba3rpc.c 	struct samr_SamArray *sam = NULL;
NULL              371 source4/torture/rpc/samba3rpc.c 	struct dom_sid2 *sid = NULL;
NULL              382 source4/torture/rpc/samba3rpc.c 	if (samr_pipe == NULL) {
NULL              395 source4/torture/rpc/samba3rpc.c 	if (admin_creds != NULL) {
NULL              398 source4/torture/rpc/samba3rpc.c 					  NULL);
NULL              521 source4/torture/rpc/samba3rpc.c 	if (sid_p != NULL) {
NULL              620 source4/torture/rpc/samba3rpc.c 		info->info21.account_name.string = NULL;
NULL              661 source4/torture/rpc/samba3rpc.c 	if ((mem_ctx = talloc_init("leave")) == NULL) {
NULL              670 source4/torture/rpc/samba3rpc.c 				&user_handle, NULL);
NULL              715 source4/torture/rpc/samba3rpc.c 	if ((mem_ctx = talloc_init("join3")) == NULL) {
NULL              726 source4/torture/rpc/samba3rpc.c 		&dom_name, &samr_pipe, &wks_handle, NULL);
NULL              759 source4/torture/rpc/samba3rpc.c 			mem_ctx, NULL, 16);
NULL              911 source4/torture/rpc/samba3rpc.c 	mem_ctx = talloc_new(NULL);
NULL              912 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL              920 source4/torture/rpc/samba3rpc.c 	if (net_pipe == NULL) {
NULL              942 source4/torture/rpc/samba3rpc.c 	if (r.in.server_name == NULL) {
NULL             1014 source4/torture/rpc/samba3rpc.c 	mem_ctx = talloc_new(NULL);
NULL             1015 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL             1023 source4/torture/rpc/samba3rpc.c 	if (net_pipe == NULL) {
NULL             1044 source4/torture/rpc/samba3rpc.c 				  NULL);
NULL             1070 source4/torture/rpc/samba3rpc.c 		chal = data_blob_talloc(mem_ctx, NULL, 8);
NULL             1071 source4/torture/rpc/samba3rpc.c 		if (chal.data == NULL) {
NULL             1083 source4/torture/rpc/samba3rpc.c 			&lm_resp, &nt_resp, NULL, NULL);
NULL             1131 source4/torture/rpc/samba3rpc.c 		if ((r.out.return_authenticator == NULL) ||
NULL             1163 source4/torture/rpc/samba3rpc.c 		if ((r.out.return_authenticator == NULL) ||
NULL             1225 source4/torture/rpc/samba3rpc.c 		NULL, "%s$", cli_credentials_get_workstation(wks_creds));
NULL             1250 source4/torture/rpc/samba3rpc.c 	wks_name = torture_setting_string(torture, "wksname", NULL);
NULL             1251 source4/torture/rpc/samba3rpc.c 	if (wks_name == NULL) {
NULL             1257 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL             1271 source4/torture/rpc/samba3rpc.c 					torture_setting_string(torture, "host", NULL),
NULL             1273 source4/torture/rpc/samba3rpc.c 					"IPC$", NULL, 
NULL             1287 source4/torture/rpc/samba3rpc.c 	if (wks_creds == NULL) {
NULL             1364 source4/torture/rpc/samba3rpc.c 					torture_setting_string(tctx, "host", NULL),
NULL             1366 source4/torture/rpc/samba3rpc.c 					"IPC$", NULL, lp_socket_options(tctx->lp_ctx),
NULL             1378 source4/torture/rpc/samba3rpc.c 	if (wks_creds == NULL) {
NULL             1445 source4/torture/rpc/samba3rpc.c 		if (test_join3(torture, false, anon_creds, NULL, wks_name)) {
NULL             1459 source4/torture/rpc/samba3rpc.c 	if (!test_join3(torture, false, cmdline_credentials, NULL, wks_name)) {
NULL             1484 source4/torture/rpc/samba3rpc.c 	if (!test_join3(torture, true, cmdline_credentials, NULL, wks_name)) {
NULL             1551 source4/torture/rpc/samba3rpc.c 	struct lsa_RefDomainList *domains = NULL;
NULL             1558 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1567 source4/torture/rpc/samba3rpc.c 	attr.root_dir = NULL;
NULL             1568 source4/torture/rpc/samba3rpc.c 	attr.object_name = NULL;
NULL             1570 source4/torture/rpc/samba3rpc.c 	attr.sec_desc = NULL;
NULL             1582 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1586 source4/torture/rpc/samba3rpc.c 	sids.sids = NULL;
NULL             1605 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1618 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1636 source4/torture/rpc/samba3rpc.c 	struct lsa_String *authority_name_p = NULL;
NULL             1637 source4/torture/rpc/samba3rpc.c 	struct lsa_String *account_name_p = NULL;
NULL             1645 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1661 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             1702 source4/torture/rpc/samba3rpc.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL             1748 source4/torture/rpc/samba3rpc.c 		mem_ctx, &cli, torture_setting_string(torture, "host", NULL),
NULL             1750 source4/torture/rpc/samba3rpc.c 		"IPC$", NULL, lp_socket_options(torture->lp_ctx), cmdline_credentials, 
NULL             1777 source4/torture/rpc/samba3rpc.c 		mem_ctx, &cli, torture_setting_string(torture, "host", NULL),
NULL             1778 source4/torture/rpc/samba3rpc.c 		lp_smb_ports(torture->lp_ctx), "IPC$", NULL, 
NULL             1837 source4/torture/rpc/samba3rpc.c 		if (session2 == NULL) {
NULL             1963 source4/torture/rpc/samba3rpc.c 	r.in.resume_handle = NULL;
NULL             2038 source4/torture/rpc/samba3rpc.c 	const char *sharename = NULL;
NULL             2047 source4/torture/rpc/samba3rpc.c 		      mem_ctx, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL             2063 source4/torture/rpc/samba3rpc.c 	if (sharename == NULL) {
NULL             2109 source4/torture/rpc/samba3rpc.c 		      torture, torture_setting_string(torture, "host", NULL),
NULL             2139 source4/torture/rpc/samba3rpc.c 	if (r.in.server_name == NULL) {
NULL             2204 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             2210 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             2219 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             2237 source4/torture/rpc/samba3rpc.c 		return NULL;
NULL             2345 source4/torture/rpc/samba3rpc.c 		SEC_ACE_TYPE_ACCESS_ALLOWED, access_mask, 0, NULL);
NULL             2346 source4/torture/rpc/samba3rpc.c 	if (sd == NULL) {
NULL             2408 source4/torture/rpc/samba3rpc.c 		      mem_ctx, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL             2422 source4/torture/rpc/samba3rpc.c 			  torture_setting_string(torture, "share", NULL));
NULL             2425 source4/torture/rpc/samba3rpc.c 			torture_setting_string(torture, "share", NULL),
NULL             2429 source4/torture/rpc/samba3rpc.c 			torture_setting_string(torture, "share", NULL),
NULL             2434 source4/torture/rpc/samba3rpc.c 			torture_setting_string(torture, "share", NULL),
NULL             2456 source4/torture/rpc/samba3rpc.c 		      mem_ctx, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL             2500 source4/torture/rpc/samba3rpc.c 			union lsa_PolicyInformation *info = NULL;
NULL             2540 source4/torture/rpc/samba3rpc.c 	if (!pull_ascii_talloc(mem_ctx, name, servername, NULL)) {
NULL             2563 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL             2584 source4/torture/rpc/samba3rpc.c 	r.in.resume_handle = NULL;
NULL             2596 source4/torture/rpc/samba3rpc.c 	*printers = NULL;
NULL             2627 source4/torture/rpc/samba3rpc.c 	r.in.buffer = NULL;
NULL             2648 source4/torture/rpc/samba3rpc.c 	if (blob.data == NULL) {
NULL             2680 source4/torture/rpc/samba3rpc.c 	if (mem_ctx == NULL) {
NULL             2686 source4/torture/rpc/samba3rpc.c 	r.in.buffer = NULL;
NULL             2708 source4/torture/rpc/samba3rpc.c 	blob = data_blob_talloc(mem_ctx, NULL, needed);
NULL             2709 source4/torture/rpc/samba3rpc.c 	if (blob.data == NULL) {
NULL             2727 source4/torture/rpc/samba3rpc.c 	if (res != NULL) {
NULL             2753 source4/torture/rpc/samba3rpc.c 		      mem_ctx, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL             2804 source4/torture/rpc/samba3rpc.c 		r.in.datatype = NULL;
NULL             2842 source4/torture/rpc/samba3rpc.c 		r.in.datatype = NULL;
NULL             2863 source4/torture/rpc/samba3rpc.c 						i, NULL);
NULL             2939 source4/torture/rpc/samba3rpc.c 		      mem_ctx, &cli, torture, torture_setting_string(torture, "host", NULL),
NULL             3089 source4/torture/rpc/samba3rpc.c 		name.name = NULL;
NULL             3279 source4/torture/rpc/samba3rpc.c 	if (result == NULL) {
NULL             3334 source4/torture/rpc/samba3rpc.c 	struct policy_handle *hklm = NULL;
NULL             3354 source4/torture/rpc/samba3rpc.c 	if (c.in.name.name == NULL) {
NULL             3362 source4/torture/rpc/samba3rpc.c 	c.in.secdesc = NULL;
NULL             3394 source4/torture/rpc/samba3rpc.c 	struct policy_handle *hklm = NULL;
NULL             3412 source4/torture/rpc/samba3rpc.c 	if (d.in.key.name == NULL) {
NULL             3435 source4/torture/rpc/samba3rpc.c 	struct dcerpc_pipe *p = NULL;
NULL             3436 source4/torture/rpc/samba3rpc.c 	struct policy_handle *hklm = NULL, key_handle;
NULL             3452 source4/torture/rpc/samba3rpc.c 	if (o.in.keyname.name == NULL) {
NULL             3495 source4/torture/rpc/samba3rpc.c 	struct srvsvc_NetShareInfo502 *i = NULL;
NULL               92 source4/torture/rpc/samlogon.c 	struct netr_SamBaseInfo *base = NULL;
NULL              141 source4/torture/rpc/samlogon.c 		ninfo.nt.data = NULL;
NULL              149 source4/torture/rpc/samlogon.c 		ninfo.lm.data = NULL;
NULL              158 source4/torture/rpc/samlogon.c 		r->out.return_authenticator = NULL;
NULL              216 source4/torture/rpc/samlogon.c 		r_flags->out.return_authenticator = NULL;
NULL              275 source4/torture/rpc/samlogon.c 	DATA_BLOB lm_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL              276 source4/torture/rpc/samlogon.c 	DATA_BLOB nt_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL              277 source4/torture/rpc/samlogon.c 	DATA_BLOB session_key = data_blob_talloc(samlogon_state->mem_ctx, NULL, 16);
NULL              407 source4/torture/rpc/samlogon.c 	DATA_BLOB nt_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL              408 source4/torture/rpc/samlogon.c 	DATA_BLOB session_key = data_blob_talloc(samlogon_state->mem_ctx, NULL, 16);
NULL              433 source4/torture/rpc/samlogon.c 				   NULL,
NULL              503 source4/torture/rpc/samlogon.c 	DATA_BLOB nt_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL              504 source4/torture/rpc/samlogon.c 	DATA_BLOB session_key = data_blob_talloc(samlogon_state->mem_ctx, NULL, 16);
NULL              529 source4/torture/rpc/samlogon.c 				   NULL, 
NULL              594 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlmv2_response = data_blob(NULL, 0);
NULL              595 source4/torture/rpc/samlogon.c 	DATA_BLOB lmv2_response = data_blob(NULL, 0);
NULL              596 source4/torture/rpc/samlogon.c 	DATA_BLOB lmv2_session_key = data_blob(NULL, 0);
NULL              597 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlmv2_session_key = data_blob(NULL, 0);
NULL              742 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlmv2_response = data_blob(NULL, 0);
NULL              743 source4/torture/rpc/samlogon.c 	DATA_BLOB lmv2_response = data_blob(NULL, 0);
NULL              744 source4/torture/rpc/samlogon.c 	DATA_BLOB lmv2_session_key = data_blob(NULL, 0);
NULL              745 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlmv2_session_key = data_blob(NULL, 0);
NULL              748 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlm_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL              749 source4/torture/rpc/samlogon.c 	DATA_BLOB ntlm_session_key = data_blob_talloc(samlogon_state->mem_ctx, NULL, 16);
NULL             1047 source4/torture/rpc/samlogon.c 	DATA_BLOB lm_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL             1048 source4/torture/rpc/samlogon.c 	DATA_BLOB nt_response = data_blob_talloc(samlogon_state->mem_ctx, NULL, 24);
NULL             1149 source4/torture/rpc/samlogon.c 	DATA_BLOB nt_response = data_blob(NULL, 0);
NULL             1150 source4/torture/rpc/samlogon.c 	DATA_BLOB lm_response = data_blob(NULL, 0);
NULL             1165 source4/torture/rpc/samlogon.c 			      &unicodepw, samlogon_state->password, NULL)) {
NULL             1178 source4/torture/rpc/samlogon.c 				   (void**)&dospw, NULL, false)) {
NULL             1309 source4/torture/rpc/samlogon.c 	{NULL, NULL}
NULL             1353 source4/torture/rpc/samlogon.c 	samlogon_state.chall = data_blob_talloc(fn_ctx, NULL, 8);
NULL             1393 source4/torture/rpc/samlogon.c 					char *error_string = NULL;
NULL             1524 source4/torture/rpc/samlogon.c 	struct test_join *join_ctx = NULL;
NULL             1525 source4/torture/rpc/samlogon.c 	struct test_join *user_ctx = NULL, *user_ctx_wrong_wks = NULL, *user_ctx_wrong_time = NULL;
NULL             1572 source4/torture/rpc/samlogon.c 				 NULL, 0, false);
NULL             1687 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL             1700 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL             1740 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL             1753 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL             1775 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL             1787 source4/torture/rpc/samlogon.c 				.domain        = NULL,
NULL              163 source4/torture/rpc/samr.c 	struct sec_desc_buf *sdbuf = NULL;
NULL              172 source4/torture/rpc/samr.c 	torture_assert(tctx, sdbuf != NULL, "sdbuf is NULL");
NULL              472 source4/torture/rpc/samr.c 		unix_to_nt_time(&nt, time(NULL) + __LINE__);
NULL              474 source4/torture/rpc/samr.c 		unix_to_nt_time(&nt, time(NULL) + __LINE__);
NULL              476 source4/torture/rpc/samr.c 		unix_to_nt_time(&nt, time(NULL) + __LINE__);
NULL              478 source4/torture/rpc/samr.c 		unix_to_nt_time(&nt, time(NULL) + __LINE__);
NULL              480 source4/torture/rpc/samr.c 		unix_to_nt_time(&nt, time(NULL) + __LINE__);
NULL              587 source4/torture/rpc/samr.c 	DATA_BLOB password = data_blob_talloc(mem_ctx, NULL, len * 2 /* number of unicode chars */);
NULL              748 source4/torture/rpc/samr.c 	DATA_BLOB confounded_session_key = data_blob_talloc(tctx, NULL, 16);
NULL              832 source4/torture/rpc/samr.c 	DATA_BLOB confounded_session_key = data_blob_talloc(tctx, NULL, 16);
NULL             1106 source4/torture/rpc/samr.c 	DATA_BLOB confounded_session_key = data_blob_talloc(tctx, NULL, 16);
NULL             1113 source4/torture/rpc/samr.c 	const char *comment = NULL;
NULL             1136 source4/torture/rpc/samr.c 		comment = talloc_asprintf(tctx, "comment: %ld\n", time(NULL));
NULL             1367 source4/torture/rpc/samr.c 	struct samr_RidWithAttributeArray *rids = NULL;
NULL             1626 source4/torture/rpc/samr.c 	torture_assert(tctx, *password != NULL,
NULL             1750 source4/torture/rpc/samr.c 	r.in.lm_cross = NULL;
NULL             1786 source4/torture/rpc/samr.c 	r.in.nt_cross = NULL;
NULL             1896 source4/torture/rpc/samr.c 	torture_assert(tctx, *password != NULL,
NULL             1963 source4/torture/rpc/samr.c 	r.in.hash = NULL;
NULL             2003 source4/torture/rpc/samr.c 	r.in.password = NULL;
NULL             2066 source4/torture/rpc/samr.c 	torture_assert(tctx, *password != NULL,
NULL             2137 source4/torture/rpc/samr.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL             2138 source4/torture/rpc/samr.c 	struct samr_ChangeReject *reject = NULL;
NULL             2142 source4/torture/rpc/samr.c 	if (newpass == NULL) {
NULL             2154 source4/torture/rpc/samr.c 	torture_assert(tctx, *password != NULL,
NULL             2185 source4/torture/rpc/samr.c 	r.in.password3 = NULL;
NULL             2216 source4/torture/rpc/samr.c 	r.in.password3 = NULL;
NULL             2260 source4/torture/rpc/samr.c 	r.in.password3 = NULL;
NULL             2264 source4/torture/rpc/samr.c 	unix_to_nt_time(&t, time(NULL));
NULL             2331 source4/torture/rpc/samr.c 							password, NULL, 0, false);
NULL             2361 source4/torture/rpc/samr.c 	DATA_BLOB confounded_session_key = data_blob_talloc(tctx, NULL, 16);
NULL             2374 source4/torture/rpc/samr.c 	struct samr_DomInfo1 *dominfo = NULL;
NULL             2375 source4/torture/rpc/samr.c 	struct samr_ChangeReject *reject = NULL;
NULL             2379 source4/torture/rpc/samr.c 	torture_assert(tctx, *password != NULL,
NULL             2439 source4/torture/rpc/samr.c 	r.in.lm_password = NULL;
NULL             2440 source4/torture/rpc/samr.c 	r.in.lm_verifier = NULL;
NULL             2441 source4/torture/rpc/samr.c 	r.in.password3 = NULL;
NULL             2445 source4/torture/rpc/samr.c 	unix_to_nt_time(&t, time(NULL));
NULL             2477 source4/torture/rpc/samr.c 	r.in.lm_password = NULL;
NULL             2478 source4/torture/rpc/samr.c 	r.in.lm_verifier = NULL;
NULL             2479 source4/torture/rpc/samr.c 	r.in.password3 = NULL;
NULL             2483 source4/torture/rpc/samr.c 	unix_to_nt_time(&t, time(NULL));
NULL             2717 source4/torture/rpc/samr.c 						   NULL, NULL);
NULL             2831 source4/torture/rpc/samr.c 	const char *fields = NULL;
NULL             2910 source4/torture/rpc/samr.c 	struct dcerpc_pipe *np = NULL;
NULL             3322 source4/torture/rpc/samr.c 		init_lsa_StringLarge(&names[1], NULL);
NULL             3586 source4/torture/rpc/samr.c 	char *password = NULL;
NULL             3678 source4/torture/rpc/samr.c 			if (!test_ChangePasswordUser3(p, tctx, base_acct_name, 0, &password, NULL, 0, false)) {
NULL             3689 source4/torture/rpc/samr.c 			if (!test_ChangePasswordUser3(p, tctx, base_acct_name, 0, &password, NULL, 0, false)) {
NULL             3710 source4/torture/rpc/samr.c 			if (!test_ChangePasswordUser3(p, tctx, base_acct_name, 0, &password, NULL, 0, false)) {
NULL             3727 source4/torture/rpc/samr.c 				if (!test_ChangePasswordUser3(p, tctx, base_acct_name, 0, &password, NULL, 0, false)) {
NULL             4106 source4/torture/rpc/samr.c 		union samr_DomainInfo *info = NULL;
NULL             4147 source4/torture/rpc/samr.c 		if (!test_ChangePasswordUser3(p, tctx, acct_name, len - 1, password, NULL, 0, true)) {
NULL             4208 source4/torture/rpc/samr.c 		if (!test_ChangePasswordUser3(p, tctx, acct_name, 0, password, NULL,
NULL             4216 source4/torture/rpc/samr.c 	if (!test_ChangePasswordUser3(p, tctx, acct_name, 0, password, NULL, 0, true)) {
NULL             4220 source4/torture/rpc/samr.c 	if (!test_ChangePasswordUser3(p, tctx, acct_name, 0, password, NULL, 0, true)) {
NULL             4381 source4/torture/rpc/samr.c 		{ 0, NULL, NT_STATUS_INVALID_PARAMETER }
NULL             4565 source4/torture/rpc/samr.c 	struct samr_RidTypeArray *rids = NULL;
NULL             4906 source4/torture/rpc/samr.c 	struct samr_SamArray *sam = NULL;
NULL             5030 source4/torture/rpc/samr.c 	struct samr_SamArray *sam = NULL;
NULL             5070 source4/torture/rpc/samr.c 	struct samr_SamArray *sam = NULL;
NULL             5196 source4/torture/rpc/samr.c 	if (s1.string == NULL && s2.string != NULL && s2.string[0] == '\0') { \
NULL             5323 source4/torture/rpc/samr.c 	union samr_DomainInfo *info = NULL;
NULL             5361 source4/torture/rpc/samr.c 				if (!test_each_DisplayInfo_user(p, tctx, &r, NULL)) {
NULL             5549 source4/torture/rpc/samr.c 	union samr_DomainInfo *info = NULL;
NULL             5557 source4/torture/rpc/samr.c 				  timestring(tctx, time(NULL)));
NULL             5668 source4/torture/rpc/samr.c 	union samr_DomainInfo *info = NULL;
NULL             5701 source4/torture/rpc/samr.c 	struct samr_SamArray *sam = NULL;
NULL             5710 source4/torture/rpc/samr.c 	const char **names = NULL;
NULL             5762 source4/torture/rpc/samr.c 				if (names[j] == NULL)
NULL             5765 source4/torture/rpc/samr.c 					names[j] = NULL;
NULL             5787 source4/torture/rpc/samr.c 		if (names[i] != NULL) {
NULL             5899 source4/torture/rpc/samr.c 	struct samr_RidTypeArray *rids = NULL;
NULL             6213 source4/torture/rpc/samr.c 		const char *name = NULL;
NULL             6220 source4/torture/rpc/samr.c 			ret &= test_CreateUser(p, tctx, domain_handle, name, &handle, domain_sid, 0, NULL, false);
NULL             6317 source4/torture/rpc/samr.c 			ret &= test_CreateUser2(p, tctx, &domain_handle, sid, which_ops, NULL);
NULL             6319 source4/torture/rpc/samr.c 		ret &= test_CreateUser(p, tctx, &domain_handle, TEST_ACCOUNT_NAME, &user_handle, sid, which_ops, NULL, true);
NULL             6341 source4/torture/rpc/samr.c 		ret &= test_CreateUser(p, tctx, &domain_handle, TEST_ACCOUNT_NAME, &user_handle, sid, which_ops, NULL, true);
NULL             6411 source4/torture/rpc/samr.c 	struct dom_sid2 *sid = NULL;
NULL             6422 source4/torture/rpc/samr.c 	n2.string = NULL;
NULL             6461 source4/torture/rpc/samr.c 	struct samr_SamArray *sam = NULL;
NULL             6525 source4/torture/rpc/samr.c 	r2.in.system_name = NULL;
NULL             6543 source4/torture/rpc/samr.c 	r3.in.system_name = NULL;
NULL             6626 source4/torture/rpc/samr.c 	ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_OTHER, NULL);
NULL             6656 source4/torture/rpc/samr.c 	ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_USER_ATTRIBUTES, NULL);
NULL             6682 source4/torture/rpc/samr.c 	ret &= test_EnumDomains(p, torture, &handle, TORTURE_SAMR_PASSWORDS, NULL);
NULL              152 source4/torture/rpc/samr_accessmask.c 	struct samr_SamArray *sam = NULL;
NULL              247 source4/torture/rpc/samr_accessmask.c 	struct sec_desc_buf sdb, *sdbuf = NULL;
NULL              251 source4/torture/rpc/samr_accessmask.c 	const char *binding = torture_setting_string(tctx, "binding", NULL);
NULL              364 source4/torture/rpc/samr_accessmask.c 	const char *binding = torture_setting_string(tctx, "binding", NULL);
NULL              405 source4/torture/rpc/samr_accessmask.c 	struct dom_sid2 *sid = NULL;
NULL              492 source4/torture/rpc/samr_accessmask.c 	struct dom_sid2 *sid = NULL;
NULL               79 source4/torture/rpc/samsync.c 		ninfo.nt.data = NULL;
NULL               88 source4/torture/rpc/samsync.c 		ninfo.lm.data = NULL;
NULL              159 source4/torture/rpc/samsync.c 	struct dom_sid2 *sid = NULL;
NULL              171 source4/torture/rpc/samsync.c 		return NULL;
NULL              186 source4/torture/rpc/samsync.c 		return NULL;
NULL              197 source4/torture/rpc/samsync.c 	struct sec_desc_buf *sdbuf = NULL;
NULL              207 source4/torture/rpc/samsync.c 		return NULL;
NULL              218 source4/torture/rpc/samsync.c 	struct sec_desc_buf *sdbuf = NULL;
NULL              228 source4/torture/rpc/samsync.c 		return NULL;
NULL              435 source4/torture/rpc/samsync.c 	struct samr_Password *lm_hash_p = NULL;
NULL              436 source4/torture/rpc/samsync.c 	struct samr_Password *nt_hash_p = NULL;
NULL              895 source4/torture/rpc/samsync.c 	bufp1.buf = NULL;
NULL              896 source4/torture/rpc/samsync.c 	bufp2.buf = NULL;
NULL              907 source4/torture/rpc/samsync.c 	if (q.out.old_val->buf == NULL) {
NULL              947 source4/torture/rpc/samsync.c 	if (q.out.new_val->buf == NULL) {
NULL             1002 source4/torture/rpc/samsync.c 	union lsa_TrustedDomainInfo *_info = NULL;
NULL             1027 source4/torture/rpc/samsync.c 				info[levels[i]] = NULL;
NULL             1064 source4/torture/rpc/samsync.c 	struct lsa_PrivilegeSet *privs = NULL;
NULL             1111 source4/torture/rpc/samsync.c 		struct lsa_StringLarge *name = NULL;
NULL             1160 source4/torture/rpc/samsync.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL             1312 source4/torture/rpc/samsync.c 							  NULL, 
NULL             1314 source4/torture/rpc/samsync.c 							  NULL);
NULL             1333 source4/torture/rpc/samsync.c 							  NULL,
NULL             1335 source4/torture/rpc/samsync.c 							  NULL);
NULL             1362 source4/torture/rpc/samsync.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL             1434 source4/torture/rpc/samsync.c 	struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL;
NULL             1532 source4/torture/rpc/samsync.c 					   ACB_NORMAL, NULL);
NULL             1544 source4/torture/rpc/samsync.c 	c.in.system_name = NULL;
NULL             1555 source4/torture/rpc/samsync.c 	domain_policy = samsync_open_domain(mem_ctx, samsync_state, lp_workgroup(torture->lp_ctx), NULL);
NULL             1569 source4/torture/rpc/samsync.c 				  timestring(mem_ctx, time(NULL)));
NULL             1600 source4/torture/rpc/samsync.c 	attr.root_dir = NULL;
NULL             1601 source4/torture/rpc/samsync.c 	attr.object_name = NULL;
NULL             1603 source4/torture/rpc/samsync.c 	attr.sec_desc = NULL;
NULL               60 source4/torture/rpc/scanner.c 	stub_in = data_blob(NULL, 1000);
NULL               64 source4/torture/rpc/scanner.c 		status = dcerpc_request(p, NULL, i, false, mem_ctx, &stub_in, &stub_out);
NULL              124 source4/torture/rpc/scanner.c 			status = dcerpc_epm_map_binding(torture, b, l->table, NULL, torture->lp_ctx);
NULL               83 source4/torture/rpc/schannel.c 						   NULL, NULL);
NULL              196 source4/torture/rpc/schannel.c 	struct lsa_String *account_name_p = NULL;
NULL              197 source4/torture/rpc/schannel.c 	struct lsa_String *authority_name_p = NULL;
NULL              242 source4/torture/rpc/schannel.c 	if (!test_many_LookupSids(p, tctx, NULL)) {
NULL              260 source4/torture/rpc/schannel.c 	const char *binding = torture_setting_string(tctx, "binding", NULL);
NULL              262 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p = NULL;
NULL              263 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p_netlogon = NULL;
NULL              264 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p_netlogon2 = NULL;
NULL              265 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p_netlogon3 = NULL;
NULL              266 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p_samr2 = NULL;
NULL              267 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p_lsa = NULL;
NULL              274 source4/torture/rpc/schannel.c 	torture_assert(tctx, join_ctx != NULL, "Failed to join domain");
NULL              306 source4/torture/rpc/schannel.c 				  NULL);
NULL              333 source4/torture/rpc/schannel.c 				  NULL);
NULL              342 source4/torture/rpc/schannel.c 	p = NULL;
NULL              374 source4/torture/rpc/schannel.c 				  NULL);
NULL              403 source4/torture/rpc/schannel.c 	tctx->last_reason = NULL;
NULL              455 source4/torture/rpc/schannel.c 	const char *binding = torture_setting_string(torture, "binding", NULL);
NULL              457 source4/torture/rpc/schannel.c 	struct dcerpc_pipe *p1 = NULL, *p2 = NULL;
NULL              463 source4/torture/rpc/schannel.c 	torture_assert(torture, join_ctx != NULL, 
NULL              467 source4/torture/rpc/schannel.c 	credentials1->netlogon_creds = NULL;
NULL              468 source4/torture/rpc/schannel.c 	credentials2->netlogon_creds = NULL;
NULL              486 source4/torture/rpc/schannel.c 	credentials1->netlogon_creds = NULL;
NULL              487 source4/torture/rpc/schannel.c 	credentials2->netlogon_creds = NULL;
NULL              490 source4/torture/rpc/schannel.c 	if (!test_netlogon_ex_ops(p1, torture, credentials1, NULL))
NULL              494 source4/torture/rpc/schannel.c 	if (!test_netlogon_ex_ops(p2, torture, credentials2, NULL))
NULL              498 source4/torture/rpc/schannel.c 	if (!test_netlogon_ex_ops(p1, torture, credentials1, NULL))
NULL              502 source4/torture/rpc/schannel.c 	if (!test_netlogon_ex_ops(p2, torture, credentials2, NULL))
NULL              605 source4/torture/rpc/schannel.c 						   NULL, NULL);
NULL              673 source4/torture/rpc/schannel.c 	const char *binding = torture_setting_string(torture, "binding", NULL);
NULL              690 source4/torture/rpc/schannel.c 	tmp = torture_setting_string(s->tctx, "extra_user1", NULL);
NULL              697 source4/torture/rpc/schannel.c 	tmp = torture_setting_string(s->tctx, "extra_user2", NULL);
NULL              704 source4/torture/rpc/schannel.c 	torture_assert(torture, s->join_ctx1 != NULL,
NULL              708 source4/torture/rpc/schannel.c 	torture_assert(torture, s->join_ctx2 != NULL,
NULL              723 source4/torture/rpc/schannel.c 		s->conns[i].wks_creds->netlogon_creds = NULL;
NULL              753 source4/torture/rpc/schannel.c 		torture_assert(torture, c != NULL, "Failed to setup connect");
NULL              822 source4/torture/rpc/schannel.c 		s->wks_creds1->netlogon_creds = NULL;
NULL               76 source4/torture/rpc/session_key.c 	r3.in.old_val = NULL;
NULL               88 source4/torture/rpc/session_key.c 	r3.in.old_val = NULL;
NULL              111 source4/torture/rpc/session_key.c 	r4.in.old_val = NULL;
NULL              112 source4/torture/rpc/session_key.c 	r4.in.old_mtime = NULL;
NULL              114 source4/torture/rpc/session_key.c 	bufp1.buf = NULL;
NULL              119 source4/torture/rpc/session_key.c 	if (r4.out.new_val == NULL || r4.out.new_val->buf == NULL)
NULL              124 source4/torture/rpc/session_key.c 	blob2 = data_blob_talloc(tctx, NULL, blob1.length);
NULL              185 source4/torture/rpc/session_key.c 	char *name = NULL;
NULL               83 source4/torture/rpc/spoolss.c 	op.in.datatype		= NULL;
NULL               84 source4/torture/rpc/spoolss.c 	op.in.devmode_ctr.devmode= NULL;
NULL              115 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              132 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              186 source4/torture/rpc/spoolss.c 			.server	= NULL
NULL              211 source4/torture/rpc/spoolss.c 		r.in.buffer		= NULL;
NULL              223 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              249 source4/torture/rpc/spoolss.c 			.server	= NULL
NULL              274 source4/torture/rpc/spoolss.c 		r.in.buffer		= NULL;
NULL              286 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              323 source4/torture/rpc/spoolss.c 		r.in.buffer		= NULL;
NULL              339 source4/torture/rpc/spoolss.c 			blob = data_blob_talloc(ctx, NULL, needed);
NULL              442 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              459 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              518 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              535 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              593 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              610 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              644 source4/torture/rpc/spoolss.c 		r.in.buffer	= NULL;
NULL              661 source4/torture/rpc/spoolss.c 		blob = data_blob_talloc(ctx, NULL, needed);
NULL              764 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              774 source4/torture/rpc/spoolss.c 			DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL              821 source4/torture/rpc/spoolss.c 	r.in.buffer = NULL;
NULL              831 source4/torture/rpc/spoolss.c 		DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL              866 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL              886 source4/torture/rpc/spoolss.c 			DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL             1002 source4/torture/rpc/spoolss.c 	r.in.buffer = NULL;
NULL             1015 source4/torture/rpc/spoolss.c 		DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL             1073 source4/torture/rpc/spoolss.c 	r.in.buffer = NULL;
NULL             1093 source4/torture/rpc/spoolss.c 			DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL             1119 source4/torture/rpc/spoolss.c 	r.in.ctr	= NULL;
NULL             1174 source4/torture/rpc/spoolss.c 	r.in.buffer = r.out.buffer = NULL;
NULL             1204 source4/torture/rpc/spoolss.c 	r.in.buffer = NULL;
NULL             1218 source4/torture/rpc/spoolss.c 		DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL             1268 source4/torture/rpc/spoolss.c 	info1.output_file	= NULL;
NULL             1331 source4/torture/rpc/spoolss.c 	info_ctr.info.info0 = NULL;
NULL             1364 source4/torture/rpc/spoolss.c 	info_ctr.info.info0 = NULL;
NULL             1438 source4/torture/rpc/spoolss.c 	r.out.buffer = NULL;
NULL             1647 source4/torture/rpc/spoolss.c 	op.in.datatype		= NULL;
NULL             1648 source4/torture/rpc/spoolss.c 	op.in.devmode_ctr.devmode= NULL;
NULL             1666 source4/torture/rpc/spoolss.c 	opEx.in.datatype		= NULL;
NULL             1667 source4/torture/rpc/spoolss.c 	opEx.in.devmode_ctr.devmode	= NULL;
NULL             1670 source4/torture/rpc/spoolss.c 	opEx.in.userlevel.level1	= NULL;
NULL             1699 source4/torture/rpc/spoolss.c 	r.in.datatype		= NULL;
NULL             1700 source4/torture/rpc/spoolss.c 	r.in.devmode_ctr.devmode= NULL;
NULL             1745 source4/torture/rpc/spoolss.c 	r.in.datatype		= NULL;
NULL             1746 source4/torture/rpc/spoolss.c 	r.in.devmode_ctr.devmode= NULL;
NULL             1848 source4/torture/rpc/spoolss.c 		r.in.buffer	= NULL;
NULL             1860 source4/torture/rpc/spoolss.c 			DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL             1916 source4/torture/rpc/spoolss.c 	r.in.buffer = NULL;
NULL             1970 source4/torture/rpc/spoolss.c 		r.in.buffer = NULL;
NULL             1983 source4/torture/rpc/spoolss.c 			DATA_BLOB blob = data_blob_talloc(tctx, NULL, needed);
NULL               79 source4/torture/rpc/spoolss_notify.c } *received_packets = NULL;
NULL              175 source4/torture/rpc/spoolss_notify.c 		ret = dcesrv_interface_register(dce_ctx, name, &notify_test_spoolss_interface, NULL);
NULL              193 source4/torture/rpc/spoolss_notify.c 	const char *endpoints[] = { "spoolss", NULL };
NULL              201 source4/torture/rpc/spoolss_notify.c 	received_packets = NULL;
NULL              208 source4/torture/rpc/spoolss_notify.c 	q.in.datatype		= NULL;
NULL              209 source4/torture/rpc/spoolss_notify.c 	q.in.devmode_ctr.devmode= NULL;
NULL              283 source4/torture/rpc/spoolss_notify.c 	torture_assert(tctx, received_packets != NULL, "no packets received");
NULL              306 source4/torture/rpc/spoolss_notify.c 	r.in.buffer = NULL;
NULL               55 source4/torture/rpc/spoolss_win.c 	op.in.datatype			= NULL;
NULL               56 source4/torture/rpc/spoolss_win.c 	op.in.devmode_ctr.devmode	= NULL;
NULL               96 source4/torture/rpc/spoolss_win.c 	op.in.datatype			= NULL;
NULL               97 source4/torture/rpc/spoolss_win.c 	op.in.devmode_ctr.devmode	= NULL;
NULL              243 source4/torture/rpc/spoolss_win.c 	gp.in.buffer = (initial_blob_size == 0)?NULL:&blob;
NULL              357 source4/torture/rpc/spoolss_win.c 	ef.in.buffer = (initial_blob_size == 0)?NULL:&blob;
NULL              388 source4/torture/rpc/spoolss_win.c 	const char **key_buffer = NULL;
NULL              554 source4/torture/rpc/spoolss_win.c 	for (i=0; ctx->printer_keys[i] != NULL; i++) {
NULL               96 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              244 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              307 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              354 source4/torture/rpc/srvsvc.c 	r.in.path = NULL;
NULL              355 source4/torture/rpc/srvsvc.c 	r.in.user = NULL;
NULL              358 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              407 source4/torture/rpc/srvsvc.c 	r.in.client = NULL;
NULL              408 source4/torture/rpc/srvsvc.c 	r.in.user = NULL;
NULL              411 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              576 source4/torture/rpc/srvsvc.c 	info.info2->password = NULL;
NULL              580 source4/torture/rpc/srvsvc.c 	a.in.parm_error = NULL;
NULL              586 source4/torture/rpc/srvsvc.c 	r.in.parm_error = NULL;
NULL              618 source4/torture/rpc/srvsvc.c 			info.info2->password = NULL;
NULL              637 source4/torture/rpc/srvsvc.c 			info.info502->password = NULL;
NULL              860 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL              960 source4/torture/rpc/srvsvc.c 	r.in.server_unc = NULL;
NULL             1000 source4/torture/rpc/srvsvc.c 	r.in.resume_handle = NULL;
NULL             1035 source4/torture/rpc/srvsvc.c 	struct srvsvc_NetRemoteTODInfo *info = NULL;
NULL               35 source4/torture/rpc/svcctl.c 	r.in.MachineName = NULL;
NULL               36 source4/torture/rpc/svcctl.c 	r.in.DatabaseName = NULL;
NULL              281 source4/torture/rpc/svcctl.c 	r.out.buffer = NULL;
NULL              330 source4/torture/rpc/svcctl.c 	r.in.Arguments = NULL;
NULL              387 source4/torture/rpc/svcctl.c 	struct ENUM_SERVICE_STATUSW *service = NULL;
NULL              399 source4/torture/rpc/svcctl.c 	r.out.service = NULL;
NULL              478 source4/torture/rpc/svcctl.c 	r.out.service_status = NULL;
NULL              119 source4/torture/rpc/testjoin.c 	struct dom_sid2 *sid = NULL;
NULL              134 source4/torture/rpc/testjoin.c 	const char *dc_binding = torture_setting_string(torture, "dc_binding", NULL);
NULL              136 source4/torture/rpc/testjoin.c 	join = talloc(NULL, struct test_join);
NULL              137 source4/torture/rpc/testjoin.c 	if (join == NULL) {
NULL              138 source4/torture/rpc/testjoin.c 		return NULL;
NULL              150 source4/torture/rpc/testjoin.c 					     cmdline_credentials, NULL, torture->lp_ctx);
NULL              158 source4/torture/rpc/testjoin.c 		return NULL;
NULL              161 source4/torture/rpc/testjoin.c 	c.in.system_name = NULL;
NULL              172 source4/torture/rpc/testjoin.c 		return NULL;
NULL              278 source4/torture/rpc/testjoin.c 						  timestring(join, time(NULL)));
NULL              282 source4/torture/rpc/testjoin.c 						    timestring(join, time(NULL)));
NULL              287 source4/torture/rpc/testjoin.c 					 timestring(join, time(NULL)));
NULL              305 source4/torture/rpc/testjoin.c 	return NULL;
NULL              322 source4/torture/rpc/testjoin.c 	if (!tj) return NULL;
NULL              327 source4/torture/rpc/testjoin.c 		return NULL;
NULL              333 source4/torture/rpc/testjoin.c 		return NULL;
NULL              339 source4/torture/rpc/testjoin.c 	libnet_r->in.binding = torture_setting_string(tctx, "binding", NULL);
NULL              341 source4/torture/rpc/testjoin.c 		libnet_r->in.binding = talloc_asprintf(libnet_r, "ncacn_np:%s", torture_setting_string(tctx, "host", NULL));
NULL              348 source4/torture/rpc/testjoin.c 		return NULL;
NULL              362 source4/torture/rpc/testjoin.c                 return NULL;
NULL              376 source4/torture/rpc/testjoin.c 		return NULL;
NULL              387 source4/torture/rpc/testjoin.c 						  timestring(tj, time(NULL)));
NULL              390 source4/torture/rpc/testjoin.c 						    timestring(tj, time(NULL)));
NULL              394 source4/torture/rpc/testjoin.c 						      lp_netbios_name(tctx->lp_ctx), timestring(tj, time(NULL)));
NULL              420 source4/torture/rpc/testjoin.c 		return NULL;
NULL              455 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              461 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              469 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              476 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              484 source4/torture/rpc/testjoin.c 	rtn = ldb_connect(ldb_ctx, remote_ldb_url, 0, NULL);
NULL              486 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              493 source4/torture/rpc/testjoin.c 		libnet_r->out.error_string = NULL;
NULL              574 source4/torture/rpc/testjoin.c 	return NULL;
NULL              589 source4/torture/rpc/testjoin.c 	join = talloc(NULL, struct test_join_ads_dc);
NULL              590 source4/torture/rpc/testjoin.c 	if (join == NULL) {
NULL              591 source4/torture/rpc/testjoin.c 		return NULL;
NULL              599 source4/torture/rpc/testjoin.c 		return NULL;
NULL               88 source4/torture/rpc/winreg.c 	init_winreg_String(&r.in.string1, NULL);
NULL               89 source4/torture/rpc/winreg.c 	init_winreg_String(&r.in.string2, NULL);
NULL              121 source4/torture/rpc/winreg.c 	r.in.secdesc = NULL;
NULL              149 source4/torture/rpc/winreg.c 					NULL, NULL,
NULL              155 source4/torture/rpc/winreg.c 					NULL);
NULL              158 source4/torture/rpc/winreg.c 		ndr_push_struct_blob(&sdblob, tctx, NULL, sd,
NULL              194 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              224 source4/torture/rpc/winreg.c 		ndr_pull_struct_blob(&sdblob, tctx, NULL, sd,
NULL              246 source4/torture/rpc/winreg.c 	return _test_GetKeySecurity(p, tctx, handle, NULL, WERR_OK, sd_out);
NULL              257 source4/torture/rpc/winreg.c 	struct KeySecurityData *sdata = NULL;
NULL              268 source4/torture/rpc/winreg.c 		ndr_push_struct_blob(&sdblob, tctx, NULL, sd,
NULL              315 source4/torture/rpc/winreg.c 	return _test_SetKeySecurity(p, tctx, handle, NULL, sd, WERR_OK);
NULL              385 source4/torture/rpc/winreg.c 			     WERR_OK, NULL);
NULL              408 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              410 source4/torture/rpc/winreg.c 	if (!_test_GetKeySecurity(p, tctx, handle, NULL, get_werr, &sd)) {
NULL              414 source4/torture/rpc/winreg.c 	if (!_test_SetKeySecurity(p, tctx, handle, NULL, sd, set_werr)) {
NULL              486 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              531 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              562 source4/torture/rpc/winreg.c 			   &new_handle, WERR_OK, NULL)) {
NULL              578 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              617 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              657 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              683 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              772 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              773 source4/torture/rpc/winreg.c 	struct security_descriptor *sd_orig = NULL;
NULL              774 source4/torture/rpc/winreg.c 	struct security_ace *ace = NULL;
NULL              785 source4/torture/rpc/winreg.c 	if (!_test_GetKeySecurity(p, tctx, &new_handle, NULL, WERR_OK, &sd)) {
NULL              790 source4/torture/rpc/winreg.c 	if (sd_orig == NULL) {
NULL              823 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, handle, TEST_SUBKEY_SD, NULL)) {
NULL              840 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, handle, TEST_SUBSUBKEY_SD, NULL)) {
NULL              882 source4/torture/rpc/winreg.c 	struct security_descriptor *sd = NULL;
NULL              883 source4/torture/rpc/winreg.c 	struct security_descriptor *sd_orig = NULL;
NULL              884 source4/torture/rpc/winreg.c 	struct security_ace *ace = NULL;
NULL              886 source4/torture/rpc/winreg.c 	struct dom_sid *sid = NULL;
NULL              897 source4/torture/rpc/winreg.c 	if (!_test_GetKeySecurity(p, tctx, &new_handle, NULL, WERR_OK, &sd)) {
NULL              902 source4/torture/rpc/winreg.c 	if (sd_orig == NULL) {
NULL              919 source4/torture/rpc/winreg.c 	if (!_test_SetKeySecurity(p, tctx, &new_handle, NULL, sd, WERR_OK)) {
NULL              932 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, handle, TEST_SUBSUBKEY_SD, NULL)) {
NULL              948 source4/torture/rpc/winreg.c 	if (sid == NULL) {
NULL             1122 source4/torture/rpc/winreg.c 	struct security_descriptor *sd_orig = NULL;
NULL             1123 source4/torture/rpc/winreg.c 	struct dom_sid *sid = NULL;
NULL             1130 source4/torture/rpc/winreg.c 						TEST_SID, NULL, NULL);
NULL             1135 source4/torture/rpc/winreg.c 						NULL, TEST_SID, NULL);
NULL             1140 source4/torture/rpc/winreg.c 						NULL, NULL,
NULL             1149 source4/torture/rpc/winreg.c 						NULL);
NULL             1154 source4/torture/rpc/winreg.c 						NULL, NULL,
NULL             1159 source4/torture/rpc/winreg.c 						NULL);
NULL             1232 source4/torture/rpc/winreg.c 	if (sid == NULL) {
NULL             1454 source4/torture/rpc/winreg.c 		name.name   = NULL;
NULL             1541 source4/torture/rpc/winreg.c 	r.in.data = NULL;
NULL             1680 source4/torture/rpc/winreg.c 	if (!test_QueryInfoKey(p, tctx, handle, NULL)) {
NULL             1686 source4/torture/rpc/winreg.c 	if (test_security && !test_GetKeySecurity(p, tctx, handle, NULL)) {
NULL             1722 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, &handle, TEST_KEY_BASE, NULL)) {
NULL             1728 source4/torture/rpc/winreg.c 			      NULL, &newhandle)) {
NULL             1737 source4/torture/rpc/winreg.c 	if (test_CreateKey_sd(p, tctx, &handle, TEST_KEY4, NULL, &newhandle)) {
NULL             1796 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, &handle, TEST_KEY_BASE, NULL)) {
NULL             1801 source4/torture/rpc/winreg.c 	if (!test_CreateKey(p, tctx, &handle, TEST_KEY1, NULL)) {
NULL             1836 source4/torture/rpc/winreg.c 			   WERR_BADFILE, NULL)) {
NULL             1848 source4/torture/rpc/winreg.c 	if (created && test_CreateKey(p, tctx, &handle, TEST_KEY3, NULL)) {
NULL             1853 source4/torture/rpc/winreg.c 	    test_CreateKey(p, tctx, &handle, TEST_SUBKEY, NULL)) {
NULL              225 source4/torture/rpc/wkssvc.c 		{ NULL, 0, WERR_NO_SUCH_LOGON_SESSION },
NULL              226 source4/torture/rpc/wkssvc.c 		{ NULL, 1, WERR_NO_SUCH_LOGON_SESSION },
NULL              227 source4/torture/rpc/wkssvc.c 		{ NULL, 1101, WERR_OK },
NULL              349 source4/torture/rpc/wkssvc.c 	info1.password = NULL;
NULL              425 source4/torture/rpc/wkssvc.c 	const char *use_name = NULL;
NULL              552 source4/torture/rpc/wkssvc.c 		*names = NULL;
NULL              578 source4/torture/rpc/wkssvc.c 							   NULL, NULL))
NULL              599 source4/torture/rpc/wkssvc.c 		r.in.Account = NULL;
NULL              600 source4/torture/rpc/wkssvc.c 		r.in.Password = NULL;
NULL              629 source4/torture/rpc/wkssvc.c 		r.in.Account = NULL;
NULL              630 source4/torture/rpc/wkssvc.c 		r.in.EncryptedPassword = NULL;
NULL              652 source4/torture/rpc/wkssvc.c 	const char **names = NULL;
NULL              658 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL              659 source4/torture/rpc/wkssvc.c 	r.in.EncryptedPassword = NULL;
NULL              693 source4/torture/rpc/wkssvc.c 	const char **names = NULL;
NULL              699 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL              700 source4/torture/rpc/wkssvc.c 	r.in.EncryptedPassword = NULL;
NULL              736 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL              737 source4/torture/rpc/wkssvc.c 	r.in.EncryptedPassword = NULL;
NULL              764 source4/torture/rpc/wkssvc.c 	const char **names_o = NULL, **names = NULL;
NULL              830 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL              831 source4/torture/rpc/wkssvc.c 	r.in.password = NULL;
NULL              853 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL              854 source4/torture/rpc/wkssvc.c 	r.in.EncryptedPassword = NULL;
NULL              868 source4/torture/rpc/wkssvc.c 	const char **names_o = NULL, **names = NULL;
NULL             1047 source4/torture/rpc/wkssvc.c 	const char **ous = NULL;
NULL             1051 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL             1052 source4/torture/rpc/wkssvc.c 	r.in.unknown = NULL;
NULL             1073 source4/torture/rpc/wkssvc.c 	const char **ous = NULL;
NULL             1077 source4/torture/rpc/wkssvc.c 	r.in.Account = NULL;
NULL             1078 source4/torture/rpc/wkssvc.c 	r.in.EncryptedPassword = NULL;
NULL             1100 source4/torture/rpc/wkssvc.c 	const char *admin_account = NULL;
NULL             1108 source4/torture/rpc/wkssvc.c 	r.in.password = NULL;
NULL             1128 source4/torture/rpc/wkssvc.c 	const char *admin_account = NULL;
NULL             1136 source4/torture/rpc/wkssvc.c 	r.in.account_ou = NULL;
NULL             1138 source4/torture/rpc/wkssvc.c 	r.in.password = NULL;
NULL             1166 source4/torture/rpc/wkssvc.c 	DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
NULL             1202 source4/torture/rpc/wkssvc.c 	const char *domain_admin_account = NULL;
NULL             1203 source4/torture/rpc/wkssvc.c 	const char *domain_admin_password = NULL;
NULL             1204 source4/torture/rpc/wkssvc.c 	const char *domain_name = NULL;
NULL             1207 source4/torture/rpc/wkssvc.c 	const char *join_name = NULL;
NULL             1231 source4/torture/rpc/wkssvc.c 	domain_admin_account = torture_setting_string(tctx, "domain_admin_account", NULL);
NULL             1233 source4/torture/rpc/wkssvc.c 	domain_admin_password = torture_setting_string(tctx, "domain_admin_password", NULL);
NULL             1235 source4/torture/rpc/wkssvc.c 	domain_name = torture_setting_string(tctx, "domain_name", NULL);
NULL             1237 source4/torture/rpc/wkssvc.c 	if ((domain_admin_account == NULL) ||
NULL             1238 source4/torture/rpc/wkssvc.c 	    (domain_admin_password == NULL) ||
NULL             1239 source4/torture/rpc/wkssvc.c 	    (domain_name == NULL)) {
NULL             1254 source4/torture/rpc/wkssvc.c 	r.in.account_ou = NULL;
NULL             1287 source4/torture/rpc/wkssvc.c 	const char *domain_admin_account = NULL;
NULL             1288 source4/torture/rpc/wkssvc.c 	const char *domain_admin_password = NULL;
NULL             1291 source4/torture/rpc/wkssvc.c 	const char *join_name = NULL;
NULL             1315 source4/torture/rpc/wkssvc.c 	domain_admin_account = torture_setting_string(tctx, "domain_admin_account", NULL);
NULL             1317 source4/torture/rpc/wkssvc.c 	domain_admin_password = torture_setting_string(tctx, "domain_admin_password", NULL);
NULL             1319 source4/torture/rpc/wkssvc.c 	if ((domain_admin_account == NULL) ||
NULL             1320 source4/torture/rpc/wkssvc.c 	    (domain_admin_password == NULL)) {
NULL               77 source4/torture/smb2/connect.c 		data = data_blob_talloc(tree, NULL, 160000);
NULL               79 source4/torture/smb2/connect.c 		data = data_blob_talloc(tree, NULL, UINT16_MAX);
NULL               81 source4/torture/smb2/connect.c 		data = data_blob_talloc(tree, NULL, 120000);
NULL              193 source4/torture/smb2/connect.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              251 source4/torture/smb2/connect.c 	req->session = NULL;
NULL              347 source4/torture/smb2/create.c 				      "FooO", data_blob(NULL, 0));
NULL              358 source4/torture/smb2/create.c 				      "xxx", data_blob(NULL, 0));
NULL               80 source4/torture/smb2/dir.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               72 source4/torture/smb2/find.c 	return NULL;
NULL              200 source4/torture/smb2/find.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              206 source4/torture/smb2/getinfo.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL               54 source4/torture/smb2/maxwrite.c 		w.in.data        = data_blob_talloc(tmp_ctx, NULL, len);
NULL              101 source4/torture/smb2/oplocks.c 	req->async.private_data = NULL;
NULL               83 source4/torture/smb2/persistent_handles.c 	b = data_blob_talloc(mem_ctx, NULL, 16);
NULL              134 source4/torture/smb2/persistent_handles.c 	tree1 = NULL;
NULL              145 source4/torture/smb2/persistent_handles.c 	b = data_blob_talloc(tctx, NULL, 16);
NULL              195 source4/torture/smb2/scan.c 	TALLOC_CTX *mem_ctx = talloc_new(NULL);
NULL              197 source4/torture/smb2/scan.c 	const char *host = torture_setting_string(torture, "host", NULL);
NULL              198 source4/torture/smb2/scan.c 	const char *share = torture_setting_string(torture, "share", NULL);
NULL               53 source4/torture/smb2/setinfo.c 	time_t basetime = (time(NULL) - 86400) & ~1;
NULL               54 source4/torture/smb2/setinfo.c 	int n = time(NULL) % 100;
NULL               62 source4/torture/smb2/smb2.c 	test->description = NULL;
NULL              117 source4/torture/smb2/smb2.c 	test->description = NULL;
NULL               65 source4/torture/smb2/util.c 	time_t t = (time(NULL) & ~1);
NULL               87 source4/torture/smb2/util.c 	if (strchr(fname, ':') == NULL) {
NULL              270 source4/torture/smb2/util.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL              271 source4/torture/smb2/util.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL              400 source4/torture/smb2/util.c 	io.in.fname = NULL;
NULL               93 source4/torture/smbiconv.c   static char *inbuf = NULL;
NULL               95 source4/torture/smbiconv.c   char *inptr = NULL;
NULL              125 source4/torture/smbiconv.c 	if (new_inbuf == NULL)
NULL              167 source4/torture/smbiconv.c 	const char *file = NULL;
NULL              170 source4/torture/smbiconv.c 	char *output = NULL;
NULL              171 source4/torture/smbiconv.c 	const char *preload_modules[] = {NULL, NULL};
NULL              185 source4/torture/smbiconv.c 		{ NULL }
NULL              208 source4/torture/smbiconv.c 	cd = smb_iconv_open_ex(tctx, to, from, lp_parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true));
NULL               49 source4/torture/smbtorture.c 	if (suite == NULL) {
NULL               52 source4/torture/smbtorture.c 		for (o = (torture_root == NULL?NULL:torture_root->children); o; o = o->next) {
NULL              118 source4/torture/smbtorture.c 	ret = run_matching(torture, NULL, name, NULL, &matched);
NULL              130 source4/torture/smbtorture.c 	char *host = NULL, *share = NULL;
NULL              135 source4/torture/smbtorture.c 	if (!smbcli_parse_unc(target, NULL, &host, &share)) {
NULL              142 source4/torture/smbtorture.c 		if (lp_parm_string(lp_ctx, NULL, "torture", "share") == NULL)
NULL              200 source4/torture/smbtorture.c 	if (torture_root == NULL)
NULL              273 source4/torture/smbtorture.c 	if (torture_root == NULL) {
NULL              412 source4/torture/smbtorture.c 		cline = smb_readline("torture> ", NULL, NULL);
NULL              414 source4/torture/smbtorture.c 		if (cline == NULL)
NULL              429 source4/torture/smbtorture.c 				char *name = talloc_asprintf(NULL, "torture:%s", argv[1]);
NULL              468 source4/torture/smbtorture.c 	const char *basedir = NULL;
NULL              469 source4/torture/smbtorture.c 	const char *extra_module = NULL;
NULL              477 source4/torture/smbtorture.c 		{"format", 0, POPT_ARG_STRING, &ui_ops_name, 0, "Output format (one of: simple, subunit)", NULL },
NULL              478 source4/torture/smbtorture.c 		{"smb-ports",	'p', POPT_ARG_STRING, NULL,     OPT_SMB_PORTS,	"SMB ports", 	NULL},
NULL              480 source4/torture/smbtorture.c 		{"seed",	  0, POPT_ARG_INT,  &torture_seed, 	0,	"Seed to use for randomizer", 	NULL},
NULL              481 source4/torture/smbtorture.c 		{"num-progs",	  0, POPT_ARG_INT,  NULL, 	OPT_NUMPROGS,	"num progs",	NULL},
NULL              482 source4/torture/smbtorture.c 		{"num-ops",	  0, POPT_ARG_INT,  &torture_numops, 	0, 	"num ops",	NULL},
NULL              483 source4/torture/smbtorture.c 		{"entries",	  0, POPT_ARG_INT,  &torture_entries, 	0,	"entries",	NULL},
NULL              484 source4/torture/smbtorture.c 		{"loadfile",	  0, POPT_ARG_STRING,	NULL, 	OPT_LOADFILE,	"NBench load file to use", 	NULL},
NULL              485 source4/torture/smbtorture.c 		{"list", 	  0, POPT_ARG_NONE, &list_tests, 0, "List available tests and exit", NULL },
NULL              486 source4/torture/smbtorture.c 		{"unclist",	  0, POPT_ARG_STRING,	NULL, 	OPT_UNCLIST,	"unclist", 	NULL},
NULL              487 source4/torture/smbtorture.c 		{"timelimit",	't', POPT_ARG_INT,	NULL, 	OPT_TIMELIMIT,	"Set time limit (in seconds)", 	NULL},
NULL              488 source4/torture/smbtorture.c 		{"failures",	'f', POPT_ARG_INT,  &torture_failures, 	0,	"failures", 	NULL},
NULL              489 source4/torture/smbtorture.c 		{"parse-dns",	'D', POPT_ARG_STRING,	NULL, 	OPT_DNS,	"parse-dns", 	NULL},
NULL              490 source4/torture/smbtorture.c 		{"dangerous",	'X', POPT_ARG_NONE,	NULL,   OPT_DANGEROUS,
NULL              491 source4/torture/smbtorture.c 		 "run dangerous tests (eg. wiping out password database)", NULL},
NULL              493 source4/torture/smbtorture.c 		{"shell", 		0, POPT_ARG_NONE, &shell, true, "Run shell", NULL},
NULL              494 source4/torture/smbtorture.c 		{"target", 		'T', POPT_ARG_STRING, &target, 0, "samba3|samba4|other", NULL},
NULL              495 source4/torture/smbtorture.c 		{"async",       'a', POPT_ARG_NONE,     NULL,   OPT_ASYNC,
NULL              496 source4/torture/smbtorture.c 		 "run async tests", NULL},
NULL              498 source4/torture/smbtorture.c 		 "number of simultaneous async requests", NULL},
NULL              501 source4/torture/smbtorture.c 		{"extra-user",   0, POPT_ARG_STRING, NULL, OPT_EXTRA_USER,
NULL              502 source4/torture/smbtorture.c 		 "extra user credentials", NULL},
NULL              507 source4/torture/smbtorture.c 		{ NULL }
NULL              548 source4/torture/smbtorture.c 				char *option = talloc_asprintf(NULL, "torture:extra_user%u",
NULL              576 source4/torture/smbtorture.c 	if (extra_module != NULL) {
NULL              579 source4/torture/smbtorture.c 	    if (fn == NULL) 
NULL              598 source4/torture/smbtorture.c 		torture_seed = time(NULL);
NULL              607 source4/torture/smbtorture.c 		if (argv_new[i] == NULL) {
NULL              636 source4/torture/smbtorture.c 	torture = torture_context_init(s4_event_context_init(NULL), results);
NULL              637 source4/torture/smbtorture.c 	if (basedir != NULL) {
NULL               35 source4/torture/torture.c struct torture_suite *torture_root = NULL;
NULL               42 source4/torture/torture.c 	if (torture_root == NULL)
NULL               65 source4/torture/torture.c 	init_module_fn *shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "smbtorture");
NULL               56 source4/torture/unix/unix_info2.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL               57 source4/torture/unix/unix_info2.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL               66 source4/torture/unix/unix_info2.c 					share, NULL, lp_socket_options(tctx->lp_ctx),
NULL               76 source4/torture/unix/unix_info2.c 		return NULL;
NULL              191 source4/torture/unix/unix_info2.c 			fnum, NULL, info2);
NULL              412 source4/torture/unix/unix_info2.c 	torture_assert(torture, mem_ctx != NULL, "out of memory");
NULL               77 source4/torture/unix/whoami.c 	const char *host = torture_setting_string(tctx, "host", NULL);
NULL               78 source4/torture/unix/whoami.c 	const char *share = torture_setting_string(tctx, "share", NULL);
NULL               87 source4/torture/unix/whoami.c 					share, NULL, lp_socket_options(tctx->lp_ctx),
NULL               96 source4/torture/unix/whoami.c 		return NULL;
NULL              111 source4/torture/unix/whoami.c 	torture_assert(torture, *psid != NULL, "out of memory");
NULL              161 source4/torture/unix/whoami.c 	tp.in.trans_name = NULL;
NULL              164 source4/torture/unix/whoami.c 	tp.in.data = data_blob_talloc(mem_ctx, NULL, 0);
NULL              230 source4/torture/unix/whoami.c 		torture_assert(torture, whoami->gid_list != NULL, "out of memory");
NULL              254 source4/torture/unix/whoami.c 		torture_assert(torture, whoami->sid_list != NULL,
NULL               97 source4/torture/util_smb.c 	time_t t = (time(NULL) & ~1);
NULL              113 source4/torture/util_smb.c 	if (strchr(fname, ':') == NULL) {
NULL              177 source4/torture/util_smb.c 	time_t t = (time(NULL) & ~1);
NULL              190 source4/torture/util_smb.c 	if (strchr(dname, ':') == NULL) {
NULL              268 source4/torture/util_smb.c 		return NULL;
NULL              393 source4/torture/util_smb.c 	nt.ntioctl.in.blob = data_blob(NULL, 0);
NULL              439 source4/torture/util_smb.c 	if (value == NULL) {
NULL              488 source4/torture/util_smb.c 					sharename, NULL,
NULL              508 source4/torture/util_smb.c 	char **unc_list = NULL;
NULL              512 source4/torture/util_smb.c 	(*host) = talloc_strdup(mem_ctx, torture_setting_string(tctx, "host", NULL));
NULL              513 source4/torture/util_smb.c 	(*share) = talloc_strdup(mem_ctx, torture_setting_string(tctx, "share", NULL));
NULL              515 source4/torture/util_smb.c 	p = torture_setting_string(tctx, "unclist", NULL);
NULL              520 source4/torture/util_smb.c 	unc_list = file_lines_load(p, &num_unc_names, 0, NULL);
NULL              551 source4/torture/util_smb.c 	ret = torture_open_connection_share(NULL, c, tctx, host, share, ev);
NULL              657 source4/torture/util_smb.c 			srandom(((int)mypid) ^ ((int)time(NULL)));
NULL              765 source4/torture/util_smb.c 	test->description = NULL;
NULL              817 source4/torture/util_smb.c 	test->description = NULL;
NULL              862 source4/torture/util_smb.c 	test->description = NULL;
NULL              883 source4/torture/util_smb.c 	if ((tmp_ctx = talloc_new(mem_ctx)) == NULL) {
NULL              888 source4/torture/util_smb.c 	if (result == NULL) {
NULL              897 source4/torture/util_smb.c 	tcon.tconx.in.password = data_blob(NULL, 0);
NULL               57 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP_EXT(op,req,rep,NSS_STATUS_SUCCESS,true,__noop=true,NULL); \
NULL               91 source4/torture/winbind/struct_based.c 		DO_STRUCT_REQ_REP(WINBINDD_PING, NULL, NULL);
NULL              109 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP(WINBINDD_INFO, NULL, &rep);
NULL              123 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP(WINBINDD_INFO, NULL, &rep);
NULL              148 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP(WINBINDD_PRIV_PIPE_DIR, NULL, &rep);
NULL              167 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP(WINBINDD_NETBIOS_NAME, NULL, &rep);
NULL              187 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP(WINBINDD_DOMAIN_NAME, NULL, &rep);
NULL              225 source4/torture/winbind/struct_based.c 	DO_STRUCT_REQ_REP_EXT(WINBINDD_CHECK_MACHACC, NULL, &rep,
NULL              275 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *d = NULL;
NULL              338 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *listd = NULL;
NULL              409 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *listd = NULL;
NULL              477 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *listd = NULL;
NULL              519 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *listd = NULL;
NULL              583 source4/torture/winbind/struct_based.c 	char **u = NULL;
NULL              601 source4/torture/winbind/struct_based.c 		u[count+1] = NULL;
NULL              633 source4/torture/winbind/struct_based.c 	char **g = NULL;
NULL              651 source4/torture/winbind/struct_based.c 		g[count+1] = NULL;
NULL              692 source4/torture/winbind/struct_based.c 	struct torture_domain_sequence *s = NULL;
NULL              746 source4/torture/winbind/struct_based.c 	struct torture_trust_domain *domlist = NULL;
NULL              747 source4/torture/winbind/struct_based.c 	struct torture_domain_sequence *s = NULL;
NULL              833 source4/torture/winbind/struct_based.c 	torture_assert(torture, (pwent != NULL), "NULL pwent");
NULL              868 source4/torture/winbind/struct_based.c 		if ((p = strchr(domuser, '@')) != NULL) {
NULL               66 source4/utils/ad2oLschema.c 	const char *rootdse_attrs[] = {"schemaNamingContext", NULL};
NULL               68 source4/utils/ad2oLschema.c 	struct ldb_dn *basedn = ldb_dn_new(mem_ctx, ldb, NULL);
NULL               74 source4/utils/ad2oLschema.c 		return NULL;
NULL               79 source4/utils/ad2oLschema.c 			     basedn, LDB_SCOPE_BASE, rootdse_attrs, NULL);
NULL               82 source4/utils/ad2oLschema.c 				     NULL, "(&(objectClass=dMD)(cn=Schema))");
NULL               85 source4/utils/ad2oLschema.c 			return NULL;
NULL               91 source4/utils/ad2oLschema.c 			return NULL;
NULL              102 source4/utils/ad2oLschema.c 		return NULL;
NULL              110 source4/utils/ad2oLschema.c 		return NULL;
NULL              122 source4/utils/ad2oLschema.c 	const char **attrs_skip = NULL;
NULL              127 source4/utils/ad2oLschema.c 	} *oid_map = NULL;
NULL              132 source4/utils/ad2oLschema.c 	} *attr_map = NULL;
NULL              171 source4/utils/ad2oLschema.c 			oid_map[num_oid_maps].old_oid = NULL;
NULL              184 source4/utils/ad2oLschema.c 				attr_map[num_attr_maps].old_attr = NULL;
NULL              191 source4/utils/ad2oLschema.c 				attrs_skip[num_skip] = NULL;
NULL              226 source4/utils/ad2oLschema.c 		const char *equality = NULL, *substring = NULL;
NULL              229 source4/utils/ad2oLschema.c 		char *schema_entry = NULL;
NULL              281 source4/utils/ad2oLschema.c 							    NULL, NULL,
NULL              282 source4/utils/ad2oLschema.c 							    NULL, NULL,
NULL              285 source4/utils/ad2oLschema.c 		if (schema_entry == NULL) {
NULL              309 source4/utils/ad2oLschema.c 		char *schema_entry = NULL;
NULL              312 source4/utils/ad2oLschema.c 			NULL
NULL              367 source4/utils/ad2oLschema.c 							NULL, 
NULL              372 source4/utils/ad2oLschema.c 							NULL);
NULL              373 source4/utils/ad2oLschema.c 		if (schema_entry == NULL) {
NULL              403 source4/utils/ad2oLschema.c 	ctx = talloc_new(NULL);
NULL              404 source4/utils/ad2oLschema.c 	ldb = ldb_init(ctx, NULL);
NULL              423 source4/utils/ad2oLschema.c 	target_str = lp_parm_string(cmdline_lp_ctx, NULL, "convert", "target");
NULL               33 source4/utils/getntacl.c 	char *s = NULL;
NULL               60 source4/utils/getntacl.c 	size = wrap_getxattr(filename, XATTR_NTACL_NAME, NULL, 0);
NULL               75 source4/utils/getntacl.c 	ndr = ndr_pull_init_blob(&blob, NULL, NULL);
NULL              110 source4/utils/getntacl.c 	status = get_ntacl(NULL, argv[1], &ntacl, &ntacl_len);
NULL              112 source4/utils/net/net.c 	{NULL, NULL, NULL, NULL}
NULL              148 source4/utils/net/net.c 	struct net_context *ctx = NULL;
NULL              156 source4/utils/net/net.c 		{ NULL }
NULL              178 source4/utils/net/net.c 		if (argv_new[i] == NULL) {
NULL              190 source4/utils/net/net.c 	ev = s4_event_context_init(NULL);
NULL               75 source4/utils/net/net_join.c 	r->out.error_string		= NULL;
NULL              110 source4/utils/net/net_join.c 	char *tmp, *targetdir = NULL;
NULL              142 source4/utils/net/net_join.c 	r->out.error_string = NULL;
NULL               43 source4/utils/net/net_machinepw.c 	const char *attrs[] = { "secret", NULL };
NULL               52 source4/utils/net/net_machinepw.c 	if (mem_ctx == NULL) {
NULL               58 source4/utils/net/net_machinepw.c 	if (ev == NULL) {
NULL               64 source4/utils/net/net_machinepw.c 	if (secrets == NULL) {
NULL               69 source4/utils/net/net_machinepw.c 	num_records = gendb_search(secrets, mem_ctx, NULL, &msgs, attrs,
NULL               78 source4/utils/net/net_machinepw.c 	secret = ldb_msg_find_attr_as_string(msgs[0], "secret", NULL);
NULL               79 source4/utils/net/net_machinepw.c 	if (secret == NULL) {
NULL               44 source4/utils/net/net_password.c 	char *password_prompt = NULL;
NULL               94 source4/utils/net/net_password.c 	char *password_prompt = NULL;
NULL               99 source4/utils/net/net_password.c 	const char *new_password = NULL;
NULL              159 source4/utils/net/net_password.c 	{NULL, NULL}
NULL              111 source4/utils/net/net_user.c 	{ NULL, NULL }
NULL               63 source4/utils/net/net_vampire.c 	r.out.error_string = NULL;
NULL               64 source4/utils/net/net_vampire.c 	r.in.machine_account = NULL;
NULL               65 source4/utils/net/net_vampire.c 	r.in.binding_string = NULL;
NULL               83 source4/utils/net/net_vampire.c 	{NULL, NULL, NULL, NULL}
NULL              109 source4/utils/net/net_vampire.c 	r.out.error_string = NULL;
NULL              110 source4/utils/net/net_vampire.c 	r.in.machine_account = NULL;
NULL              111 source4/utils/net/net_vampire.c 	r.in.binding_string = NULL;
NULL              151 source4/utils/net/net_vampire.c 	r.out.error_string = NULL;
NULL              152 source4/utils/net/net_vampire.c 	r.in.machine_account = NULL;
NULL              153 source4/utils/net/net_vampire.c 	r.in.binding_string = NULL;
NULL               96 source4/utils/ntlm_auth.c 	{ NUM_HELPER_MODES, NULL, NULL}
NULL              209 source4/utils/ntlm_auth.c 			lm_pwd = NULL;
NULL              294 source4/utils/ntlm_auth.c 		in = base64_decode_data_blob(NULL, buf + 3);
NULL              296 source4/utils/ntlm_auth.c 		in = data_blob(NULL, 0);
NULL              304 source4/utils/ntlm_auth.c 		if (*password == NULL) {
NULL              328 source4/utils/ntlm_auth.c 	char *password = NULL;
NULL              332 source4/utils/ntlm_auth.c 	credentials->priv_data = NULL;
NULL              387 source4/utils/ntlm_auth.c 	DATA_BLOB out = data_blob(NULL, 0);
NULL              388 source4/utils/ntlm_auth.c 	char *out_base64 = NULL;
NULL              389 source4/utils/ntlm_auth.c 	const char *reply_arg = NULL;
NULL              403 source4/utils/ntlm_auth.c 	static char *want_feature_list = NULL;
NULL              411 source4/utils/ntlm_auth.c 		state = talloc_zero(NULL, struct gensec_ntlm_state);
NULL              436 source4/utils/ntlm_auth.c 		in = base64_decode_data_blob(NULL, buf + 3);
NULL              438 source4/utils/ntlm_auth.c 		in = data_blob(NULL, 0);
NULL              444 source4/utils/ntlm_auth.c 			state->gensec_state = NULL;
NULL              476 source4/utils/ntlm_auth.c 			nt_status = gensec_client_start(NULL, &state->gensec_state, ev, 
NULL              477 source4/utils/ntlm_auth.c 							lp_gensec_settings(NULL, lp_ctx));
NULL              486 source4/utils/ntlm_auth.c 			const char *winbind_method[] = { "winbind", NULL };
NULL              575 source4/utils/ntlm_auth.c 	mem_ctx = talloc_named(NULL, 0, "manage_gensec_request internal mem_ctx");
NULL              593 source4/utils/ntlm_auth.c 		char *grouplist = NULL;
NULL              661 source4/utils/ntlm_auth.c 		out_base64 = NULL;
NULL              769 source4/utils/ntlm_auth.c 			char *error_string = NULL;
NULL              807 source4/utils/ntlm_auth.c 							      NULL))) {
NULL              843 source4/utils/ntlm_auth.c 		challenge = data_blob(NULL, 0);
NULL              844 source4/utils/ntlm_auth.c 		nt_response = data_blob(NULL, 0);
NULL              845 source4/utils/ntlm_auth.c 		lm_response = data_blob(NULL, 0);
NULL              887 source4/utils/ntlm_auth.c 		challenge = strhex_to_data_blob(NULL, parameter);
NULL              892 source4/utils/ntlm_auth.c 			challenge = data_blob(NULL, 0);
NULL              895 source4/utils/ntlm_auth.c 		nt_response = strhex_to_data_blob(NULL, parameter);
NULL              900 source4/utils/ntlm_auth.c 			nt_response = data_blob(NULL, 0);
NULL              903 source4/utils/ntlm_auth.c 		lm_response = strhex_to_data_blob(NULL, parameter);
NULL              908 source4/utils/ntlm_auth.c 			lm_response = data_blob(NULL, 0);
NULL              944 source4/utils/ntlm_auth.c 	buf = talloc_strdup(NULL, "");
NULL              946 source4/utils/ntlm_auth.c 	if (buf == NULL) {
NULL              956 source4/utils/ntlm_auth.c 		if (fgets(tmp, INITIAL_BUFFER_SIZE, stdin) == NULL) {
NULL              978 source4/utils/ntlm_auth.c 	} while (c == NULL);
NULL             1000 source4/utils/ntlm_auth.c 			mux_private = talloc(NULL, struct mux_private);
NULL             1002 source4/utils/ntlm_auth.c 			mux_private->private_pointers = NULL;
NULL             1038 source4/utils/ntlm_auth.c 	x_setbuf(x_stdout, NULL);
NULL             1039 source4/utils/ntlm_auth.c 	x_setbuf(x_stderr, NULL);
NULL             1041 source4/utils/ntlm_auth.c 		manage_squid_request(lp_ctx, stdio_mode, fn, NULL);
NULL             1091 source4/utils/ntlm_auth.c 		{ NULL }
NULL             1096 source4/utils/ntlm_auth.c 	setup_logging(NULL, DEBUG_STDERR);
NULL             1109 source4/utils/ntlm_auth.c 	pc = poptGetContext(NULL, argc, (const char **)argv, long_options, 
NULL             1126 source4/utils/ntlm_auth.c 	if (opt_domain == NULL) {
NULL             1153 source4/utils/ntlm_auth.c 	if (opt_workstation == NULL) {
NULL               73 source4/utils/oLschema2ldif.c 	if ((c = strchr(string, '(')) == NULL) {
NULL               80 source4/utils/oLschema2ldif.c 		if (c == NULL) return 1;
NULL              157 source4/utils/oLschema2ldif.c 			if (s == NULL) return NULL;
NULL              345 source4/utils/oLschema2ldif.c 	if (!c) return NULL;
NULL              369 source4/utils/oLschema2ldif.c 	if (c == NULL) goto failed;
NULL              459 source4/utils/oLschema2ldif.c 	return NULL;
NULL              472 source4/utils/oLschema2ldif.c 	ctx = talloc_new(NULL);
NULL              493 source4/utils/oLschema2ldif.c 		if (entry == NULL) exit(-1);
NULL              501 source4/utils/oLschema2ldif.c 					if (ldif.msg == NULL) {
NULL              516 source4/utils/oLschema2ldif.c 				if (entry == NULL) exit(-1);
NULL              525 source4/utils/oLschema2ldif.c 				if (ldif.msg == NULL) {
NULL              564 source4/utils/oLschema2ldif.c 	ctx = talloc_new(NULL);
NULL              565 source4/utils/oLschema2ldif.c 	ldb_ctx = ldb_init(ctx, NULL);
NULL              570 source4/utils/oLschema2ldif.c 	if (options->basedn == NULL) {
NULL               85 source4/utils/testparm.c 		if (service != NULL)
NULL               96 source4/utils/testparm.c 		if (service != NULL) {
NULL              131 source4/utils/testparm.c 		if (section_name != NULL || parameter_name != NULL) {
NULL              132 source4/utils/testparm.c 			struct loadparm_service *service = NULL;
NULL              135 source4/utils/testparm.c 				service = NULL;
NULL              137 source4/utils/testparm.c 				 (service=lp_service(lp_ctx, section_name)) == NULL) {
NULL              157 source4/utils/testparm.c 			if (service != NULL) {
NULL              158 source4/utils/testparm.c 				if (allow_access(NULL, lp_hostsdeny(NULL, lp_default_service(lp_ctx)), lp_hostsallow(NULL, lp_default_service(lp_ctx)), cname, caddr)
NULL              159 source4/utils/testparm.c 				    && allow_access(NULL, lp_hostsdeny(service, lp_default_service(lp_ctx)), lp_hostsallow(service, lp_default_service(lp_ctx)), cname, caddr)) {
NULL              183 source4/utils/testparm.c 	static const char *section_name = NULL;
NULL              184 source4/utils/testparm.c 	static char *parameter_name = NULL;
NULL              208 source4/utils/testparm.c 		{ NULL }
NULL              211 source4/utils/testparm.c 	setup_logging(NULL, DEBUG_STDERR);
NULL              213 source4/utils/testparm.c 	pc = poptGetContext(NULL, argc, argv, long_options, 
NULL               57 source4/web_server/web_server.c 	web->conn = NULL;
NULL               71 source4/web_server/web_server.c 	if (s == NULL) {
NULL               75 source4/web_server/web_server.c 	websrv_output_headers(web, status, NULL);
NULL               86 source4/web_server/web_server.c 	if (s == NULL) return;
NULL              120 source4/web_server/web_server.c 	} else if (strchr(line, ':') == NULL) {
NULL              124 source4/web_server/web_server.c 		web->input.content_length = strtoul(&line[16], NULL, 10);
NULL              128 source4/web_server/web_server.c 		if (colon == NULL) {
NULL              181 source4/web_server/web_server.c 		b.data = NULL;
NULL              206 source4/web_server/web_server.c 		if (wdata == NULL) goto failed;
NULL              260 source4/web_server/web_server.c 	if (web == NULL) goto failed;
NULL              318 source4/web_server/web_server.c 		load_interfaces(NULL, lp_interfaces(task->lp_ctx), &ifaces);
NULL              344 source4/web_server/web_server.c 	if (wdata == NULL)goto failed;
NULL              349 source4/web_server/web_server.c 	if (wdata->tls_params == NULL) goto failed;
NULL               41 source4/web_server/wsgi.c 	PyObject *response_header, *exc_info = NULL;
NULL               45 source4/web_server/wsgi.c 		"status", "response_header", "exc_info", NULL
NULL               49 source4/web_server/wsgi.c 	struct http_header *headers = NULL;
NULL               52 source4/web_server/wsgi.c 		return NULL;
NULL               59 source4/web_server/wsgi.c 		return NULL;
NULL               69 source4/web_server/wsgi.c 			return NULL;
NULL               74 source4/web_server/wsgi.c 			return NULL;
NULL               81 source4/web_server/wsgi.c 			return NULL;
NULL               87 source4/web_server/wsgi.c 			return NULL;
NULL              101 source4/web_server/wsgi.c 	{ "start_response", (PyCFunction)start_response, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              102 source4/web_server/wsgi.c 	{ NULL }
NULL              107 source4/web_server/wsgi.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              126 source4/web_server/wsgi.c 	const char *kwnames[] = { "str", NULL };
NULL              127 source4/web_server/wsgi.c 	char *str = NULL;
NULL              130 source4/web_server/wsgi.c 		return NULL;
NULL              140 source4/web_server/wsgi.c 	const char *kwnames[] = { "seq", NULL };
NULL              141 source4/web_server/wsgi.c 	PyObject *seq = NULL, *item;
NULL              144 source4/web_server/wsgi.c 		return NULL;
NULL              157 source4/web_server/wsgi.c 	{ "flush", (PyCFunction)py_error_flush, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              158 source4/web_server/wsgi.c 	{ "write", (PyCFunction)py_error_write, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              159 source4/web_server/wsgi.c 	{ "writelines", (PyCFunction)py_error_writelines, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              160 source4/web_server/wsgi.c 	{ NULL, NULL, 0, NULL }
NULL              164 source4/web_server/wsgi.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              179 source4/web_server/wsgi.c 	const char *kwnames[] = { "size", NULL };
NULL              185 source4/web_server/wsgi.c 		return NULL;
NULL              204 source4/web_server/wsgi.c 	return NULL;
NULL              209 source4/web_server/wsgi.c 	const char *kwnames[] = { "hint", NULL };
NULL              213 source4/web_server/wsgi.c 		return NULL;
NULL              218 source4/web_server/wsgi.c 	return NULL;
NULL              226 source4/web_server/wsgi.c 	return NULL;
NULL              230 source4/web_server/wsgi.c 	{ "read", (PyCFunction)py_input_read, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              231 source4/web_server/wsgi.c 	{ "readline", (PyCFunction)py_input_readline, METH_NOARGS, NULL },
NULL              232 source4/web_server/wsgi.c 	{ "readlines", (PyCFunction)py_input_readlines, METH_VARARGS|METH_KEYWORDS, NULL },
NULL              233 source4/web_server/wsgi.c 	{ "__iter__", (PyCFunction)py_input___iter__, METH_NOARGS, NULL },
NULL              234 source4/web_server/wsgi.c 	{ NULL, NULL, 0, NULL }
NULL              238 source4/web_server/wsgi.c 	PyObject_HEAD_INIT(NULL) 0,
NULL              268 source4/web_server/wsgi.c 	if (env == NULL) {
NULL              269 source4/web_server/wsgi.c 		return NULL;
NULL              273 source4/web_server/wsgi.c 	if (errorstream == NULL) {
NULL              276 source4/web_server/wsgi.c 		return NULL;
NULL              292 source4/web_server/wsgi.c 	if (questionmark == NULL) {
NULL              342 source4/web_server/wsgi.c 	if (py_environ == NULL) {
NULL              350 source4/web_server/wsgi.c 	if (result == NULL) {
NULL              385 source4/web_server/wsgi.c 	if (py_swat == NULL) {
NULL               49 source4/winbind/idmap.c 	struct ldb_result *res = NULL;
NULL               55 source4/winbind/idmap.c 	if (dn == NULL) goto failed;
NULL               57 source4/winbind/idmap.c 	ret = ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              112 source4/winbind/idmap.c 	return ldb_msg_add_value(msg, attr_name, &val, NULL);
NULL              131 source4/winbind/idmap.c 	if (val == NULL) {
NULL              132 source4/winbind/idmap.c 		return NULL;
NULL              136 source4/winbind/idmap.c 	if (sid == NULL) {
NULL              137 source4/winbind/idmap.c 		return NULL;
NULL              140 source4/winbind/idmap.c 	ndr_err = ndr_pull_struct_blob(val, sid, NULL, sid,
NULL              144 source4/winbind/idmap.c 		return NULL;
NULL              165 source4/winbind/idmap.c 	if (idmap_ctx == NULL) {
NULL              166 source4/winbind/idmap.c 		return NULL;
NULL              174 source4/winbind/idmap.c 					      NULL, 0, NULL);
NULL              175 source4/winbind/idmap.c 	if (idmap_ctx->ldb_ctx == NULL) {
NULL              176 source4/winbind/idmap.c 		return NULL;
NULL              180 source4/winbind/idmap.c 	if (idmap_ctx->unix_groups_sid == NULL) {
NULL              181 source4/winbind/idmap.c 		return NULL;
NULL              185 source4/winbind/idmap.c 	if (idmap_ctx->unix_users_sid == NULL) {
NULL              186 source4/winbind/idmap.c 		return NULL;
NULL              211 source4/winbind/idmap.c 	struct ldb_result *res = NULL;
NULL              229 source4/winbind/idmap.c 	ret = ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE,
NULL              230 source4/winbind/idmap.c 				 NULL, "(&(|(type=ID_TYPE_BOTH)(type=%s))"
NULL              241 source4/winbind/idmap.c 		if (*sid == NULL) {
NULL              258 source4/winbind/idmap.c 	if (unix_sid == NULL) {
NULL              264 source4/winbind/idmap.c 	if (new_sid == NULL) {
NULL              303 source4/winbind/idmap.c 	struct ldb_result *res = NULL;
NULL              313 source4/winbind/idmap.c 		status = dom_sid_split_rid(tmp_ctx, sid, NULL, &rid);
NULL              317 source4/winbind/idmap.c 		if (*unixid == NULL) {
NULL              331 source4/winbind/idmap.c 		status = dom_sid_split_rid(tmp_ctx, sid, NULL, &rid);
NULL              335 source4/winbind/idmap.c 		if (*unixid == NULL) {
NULL              346 source4/winbind/idmap.c 	ret = ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE,
NULL              347 source4/winbind/idmap.c 				 NULL, "(&(objectClass=sidMap)(objectSid=%s))",
NULL              357 source4/winbind/idmap.c 							       "type", NULL);
NULL              366 source4/winbind/idmap.c 		if (type == NULL) {
NULL              373 source4/winbind/idmap.c 		if (*unixid == NULL) {
NULL              402 source4/winbind/idmap.c 	ret = ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE,
NULL              403 source4/winbind/idmap.c 				 NULL, "(&(objectClass=sidMap)(objectSid=%s))",
NULL              427 source4/winbind/idmap.c 	if (dn == NULL) {
NULL              432 source4/winbind/idmap.c 	ret = ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL              460 source4/winbind/idmap.c 	if (hwm_msg == NULL) {
NULL              472 source4/winbind/idmap.c 	if (hwm_string == NULL) {
NULL              478 source4/winbind/idmap.c 	if (sid_string == NULL) {
NULL              484 source4/winbind/idmap.c 	if (unixid_string == NULL) {
NULL              495 source4/winbind/idmap.c 		if (els == NULL) {
NULL              501 source4/winbind/idmap.c 		if (els == NULL) {
NULL              513 source4/winbind/idmap.c 		if (els[0].name == NULL) {
NULL              529 source4/winbind/idmap.c 					NULL);
NULL              552 source4/winbind/idmap.c 	if (map_msg == NULL) {
NULL              558 source4/winbind/idmap.c 	if (map_msg->dn == NULL) {
NULL              609 source4/winbind/idmap.c 	if (*unixid == NULL) {
NULL               63 source4/winbind/wb_async_helpers.c 	if (result == NULL) goto failed;
NULL               66 source4/winbind/wb_async_helpers.c 	if (state == NULL) goto failed;
NULL               72 source4/winbind/wb_async_helpers.c 	if (state->sids.sids == NULL) goto failed;
NULL               77 source4/winbind/wb_async_helpers.c 		if (state->sids.sids[i].sid == NULL) goto failed;
NULL               81 source4/winbind/wb_async_helpers.c 	if (state->domains == NULL) goto failed;
NULL               86 source4/winbind/wb_async_helpers.c 	state->names.names = NULL;
NULL               98 source4/winbind/wb_async_helpers.c 	if (req == NULL) goto failed;
NULL              106 source4/winbind/wb_async_helpers.c 	return NULL;
NULL              155 source4/winbind/wb_async_helpers.c 		    (name->name.string == NULL)) {
NULL              214 source4/winbind/wb_async_helpers.c 	if (result == NULL) goto failed;
NULL              217 source4/winbind/wb_async_helpers.c 	if (state == NULL) goto failed;
NULL              222 source4/winbind/wb_async_helpers.c 	state->sids.sids = NULL;
NULL              227 source4/winbind/wb_async_helpers.c 	if (lsa_names == NULL) goto failed;
NULL              234 source4/winbind/wb_async_helpers.c 	if (state->domains == NULL) goto failed;
NULL              247 source4/winbind/wb_async_helpers.c 	if (req == NULL) goto failed;
NULL              255 source4/winbind/wb_async_helpers.c 	return NULL;
NULL              350 source4/winbind/wb_async_helpers.c 	if (result == NULL) goto failed;
NULL              353 source4/winbind/wb_async_helpers.c 	if (state == NULL) goto failed;
NULL              360 source4/winbind/wb_async_helpers.c 	if (state->user_handle == NULL) goto failed;
NULL              368 source4/winbind/wb_async_helpers.c 	if (req == NULL) goto failed;
NULL              376 source4/winbind/wb_async_helpers.c 	return NULL;
NULL              446 source4/winbind/wb_async_helpers.c 	if (*rids == NULL) {
NULL               47 source4/winbind/wb_cmd_getdcname.c 	if (result == NULL) goto failed;
NULL               50 source4/winbind/wb_cmd_getdcname.c 	if (state == NULL) goto failed;
NULL               55 source4/winbind/wb_cmd_getdcname.c 	if (state->domain_name == NULL) goto failed;
NULL               58 source4/winbind/wb_cmd_getdcname.c 	if (ctx == NULL) goto failed;
NULL               66 source4/winbind/wb_cmd_getdcname.c 	return NULL;
NULL              119 source4/winbind/wb_cmd_getdcname.c 		if (*dcname == NULL) {
NULL               60 source4/winbind/wb_cmd_getgrgid.c 	if (!result) return NULL;
NULL              122 source4/winbind/wb_cmd_getgrgid.c 			NULL);
NULL               56 source4/winbind/wb_cmd_getgrnam.c 	if (!result) return NULL;
NULL              101 source4/winbind/wb_cmd_getgrnam.c 	ctx = libnet_GroupInfo_send(domain->libnet_ctx, state, group_info,NULL);
NULL               56 source4/winbind/wb_cmd_getpwent.c 	if (!result) return NULL;
NULL               57 source4/winbind/wb_cmd_getpwnam.c 	if (!result) return NULL;
NULL              102 source4/winbind/wb_cmd_getpwnam.c 	ctx = libnet_UserInfo_send(domain->libnet_ctx, state, user_info, NULL);
NULL               61 source4/winbind/wb_cmd_getpwuid.c 	if (!result) return NULL;
NULL              123 source4/winbind/wb_cmd_getpwuid.c 			NULL);
NULL               52 source4/winbind/wb_cmd_list_groups.c 	if (!result) return NULL;
NULL               73 source4/winbind/wb_cmd_list_groups.c 		state->domain_name = NULL;
NULL               99 source4/winbind/wb_cmd_list_groups.c 	if (state->domain_name == NULL) {
NULL              116 source4/winbind/wb_cmd_list_groups.c 	ctx = libnet_GroupList_send(domain->libnet_ctx, state, group_list,NULL);
NULL              174 source4/winbind/wb_cmd_list_groups.c 			NULL);
NULL               55 source4/winbind/wb_cmd_list_trustdom.c 	if (result == NULL) goto failed;
NULL               58 source4/winbind/wb_cmd_list_trustdom.c 	if (state == NULL) goto failed;
NULL               63 source4/winbind/wb_cmd_list_trustdom.c 	if (ctx == NULL) goto failed;
NULL               70 source4/winbind/wb_cmd_list_trustdom.c 	return NULL;
NULL              105 source4/winbind/wb_cmd_list_trustdom.c 	state->domains = NULL;
NULL              108 source4/winbind/wb_cmd_list_trustdom.c 	state->domainlist.domains = NULL;
NULL              169 source4/winbind/wb_cmd_list_trustdom.c 	state->domainlist.domains = NULL;
NULL               52 source4/winbind/wb_cmd_list_users.c 	if (!result) return NULL;
NULL               73 source4/winbind/wb_cmd_list_users.c 		state->domain_name = NULL;
NULL               99 source4/winbind/wb_cmd_list_users.c 	if (state->domain_name == NULL) {
NULL              116 source4/winbind/wb_cmd_list_users.c 	ctx = libnet_UserList_send(domain->libnet_ctx, state, user_list, NULL);
NULL              172 source4/winbind/wb_cmd_list_users.c 			NULL);
NULL               47 source4/winbind/wb_cmd_lookupname.c 	if (result == NULL) goto failed;
NULL               50 source4/winbind/wb_cmd_lookupname.c 	if (state == NULL) goto failed;
NULL               55 source4/winbind/wb_cmd_lookupname.c 	if (state->name == NULL) goto failed;
NULL               58 source4/winbind/wb_cmd_lookupname.c 	if (ctx == NULL) goto failed;
NULL               66 source4/winbind/wb_cmd_lookupname.c 	return NULL;
NULL               47 source4/winbind/wb_cmd_lookupsid.c 	if (result == NULL) goto failed;
NULL               50 source4/winbind/wb_cmd_lookupsid.c 	if (state == NULL) goto failed;
NULL               55 source4/winbind/wb_cmd_lookupsid.c 	if (state->sid == NULL) goto failed;
NULL               58 source4/winbind/wb_cmd_lookupsid.c 	if (ctx == NULL) goto failed;
NULL               66 source4/winbind/wb_cmd_lookupsid.c 	return NULL;
NULL               50 source4/winbind/wb_cmd_setpwent.c 	if (!result) return NULL;
NULL               97 source4/winbind/wb_cmd_setpwent.c 			NULL);
NULL               48 source4/winbind/wb_cmd_userdomgroups.c 	if (result == NULL) goto failed;
NULL               51 source4/winbind/wb_cmd_userdomgroups.c 	if (state == NULL) goto failed;
NULL               56 source4/winbind/wb_cmd_userdomgroups.c 	if (state->dom_sid == NULL) goto failed;
NULL               71 source4/winbind/wb_cmd_userdomgroups.c 	return NULL;
NULL              120 source4/winbind/wb_cmd_userdomgroups.c 	if (*sids == NULL) {
NULL              128 source4/winbind/wb_cmd_userdomgroups.c 		if ((*sids)[i] == NULL) {
NULL               61 source4/winbind/wb_cmd_usersids.c 	if (result == NULL) goto failed;
NULL               64 source4/winbind/wb_cmd_usersids.c 	if (state == NULL) goto failed;
NULL               70 source4/winbind/wb_cmd_usersids.c 	if (state->user_sid == NULL) goto failed;
NULL               73 source4/winbind/wb_cmd_usersids.c 	if (ctx == NULL) goto failed;
NULL               81 source4/winbind/wb_cmd_usersids.c 	return NULL;
NULL              123 source4/winbind/wb_cmd_usersids.c 	state->rids.ids = NULL;
NULL               56 source4/winbind/wb_connect_lsa.c 	if (result == NULL) goto failed;
NULL               59 source4/winbind/wb_connect_lsa.c 	if (state == NULL) goto failed;
NULL               75 source4/winbind/wb_connect_lsa.c 	return NULL;
NULL               58 source4/winbind/wb_connect_sam.c 	if (result == NULL) goto failed;
NULL               61 source4/winbind/wb_connect_sam.c 	if (state == NULL) goto failed;
NULL               66 source4/winbind/wb_connect_sam.c 	if (state->sid == NULL) goto failed;
NULL               80 source4/winbind/wb_connect_sam.c 	return NULL;
NULL               51 source4/winbind/wb_dom_info.c 	if (result == NULL) goto failed;
NULL               54 source4/winbind/wb_dom_info.c 	if (state == NULL) goto failed;
NULL               59 source4/winbind/wb_dom_info.c 	if (state->info == NULL) goto failed;
NULL               62 source4/winbind/wb_dom_info.c 	if (state->info->name == NULL) goto failed;
NULL               65 source4/winbind/wb_dom_info.c 	if (state->info->sid == NULL) goto failed;
NULL               68 source4/winbind/wb_dom_info.c 	if (dom_sid == NULL) goto failed;
NULL               78 source4/winbind/wb_dom_info.c 	if (ctx == NULL) goto failed;
NULL               85 source4/winbind/wb_dom_info.c 	return NULL;
NULL               57 source4/winbind/wb_dom_info_trusted.c 	if (result == NULL) goto failed;
NULL               60 source4/winbind/wb_dom_info_trusted.c 	if (state == NULL) goto failed;
NULL               65 source4/winbind/wb_dom_info_trusted.c 	if (state->info == NULL) goto failed;
NULL               70 source4/winbind/wb_dom_info_trusted.c 	if (state->info->sid == NULL) goto failed;
NULL               73 source4/winbind/wb_dom_info_trusted.c 	if (state->info->name == NULL) goto failed;
NULL               76 source4/winbind/wb_dom_info_trusted.c 	if (ctx == NULL) goto failed;
NULL               84 source4/winbind/wb_dom_info_trusted.c 	return NULL;
NULL              104 source4/winbind/wb_dom_info_trusted.c 	state->d.in.domain_guid = NULL;
NULL              105 source4/winbind/wb_dom_info_trusted.c 	state->d.in.site_guid = NULL;
NULL               49 source4/winbind/wb_gid2sid.c 	if (!result) return NULL;
NULL               66 source4/winbind/wb_gid2sid.c 	ids->sid = NULL;
NULL               79 source4/winbind/wb_gid2sid.c 	struct id_mapping *ids = NULL;
NULL               91 source4/winbind/wb_init_domain.c 		if (s == NULL) return NULL;
NULL               95 source4/winbind/wb_init_domain.c 			return NULL;
NULL              107 source4/winbind/wb_init_domain.c 		return NULL;
NULL              121 source4/winbind/wb_init_domain.c 	if (result == NULL) goto failed;
NULL              124 source4/winbind/wb_init_domain.c 	if (state == NULL) goto failed;
NULL              131 source4/winbind/wb_init_domain.c 	if (state->domain == NULL) goto failed;
NULL              134 source4/winbind/wb_init_domain.c 	if (state->domain->info == NULL) goto failed;
NULL              152 source4/winbind/wb_init_domain.c 	if (state->domain->libnet_ctx->cred == NULL) goto failed;
NULL              163 source4/winbind/wb_init_domain.c 	state->domain->netlogon_pipe = NULL;
NULL              197 source4/winbind/wb_init_domain.c 	return NULL;
NULL              225 source4/winbind/wb_init_domain.c 	state->domain->libnet_ctx->lsa.pipe = NULL;
NULL              381 source4/winbind/wb_init_domain.c 	state->domain->libnet_ctx->samr.pipe = NULL;
NULL               50 source4/winbind/wb_name2domain.c 	if (!result) return NULL;
NULL               76 source4/winbind/wb_pam_auth.c 	if (result == NULL) goto failed;
NULL               79 source4/winbind/wb_pam_auth.c 	if (state == NULL) goto failed;
NULL               89 source4/winbind/wb_pam_auth.c 	if (ninfo == NULL) goto failed;
NULL              103 source4/winbind/wb_pam_auth.c 	if ((nt_resp.data != NULL) &&
NULL              104 source4/winbind/wb_pam_auth.c 	    (tmp_nt_resp.data == NULL)) goto failed;
NULL              107 source4/winbind/wb_pam_auth.c 	if ((lm_resp.data != NULL) &&
NULL              108 source4/winbind/wb_pam_auth.c 	    (tmp_lm_resp.data == NULL)) goto failed;
NULL              115 source4/winbind/wb_pam_auth.c 	state->unix_username = NULL;
NULL              118 source4/winbind/wb_pam_auth.c 	if (ctx == NULL) goto failed;
NULL              125 source4/winbind/wb_pam_auth.c 	return NULL;
NULL              157 source4/winbind/wb_pam_auth.c 	state->info3 = data_blob_talloc(state, NULL, tmp_blob.length+4);
NULL              234 source4/winbind/wb_pam_auth.c 	chal = data_blob_talloc(mem_ctx, NULL, 8);
NULL              236 source4/winbind/wb_pam_auth.c 		return NULL;
NULL              253 source4/winbind/wb_pam_auth.c 		&lm_resp, &nt_resp, NULL, NULL);
NULL              255 source4/winbind/wb_pam_auth.c 		return NULL;
NULL               60 source4/winbind/wb_sam_logon.c 	if (!c) return NULL;
NULL              101 source4/winbind/wb_sam_logon.c 	s->r.out.return_authenticator = NULL;
NULL              137 source4/winbind/wb_sam_logon.c 	if ((s->r.out.return_authenticator == NULL) ||
NULL              150 source4/winbind/wb_samba3_cmd.c 	if (creds == NULL) {
NULL              248 source4/winbind/wb_samba3_cmd.c 	if (sid == NULL) {
NULL              278 source4/winbind/wb_samba3_cmd.c 	if (sids_string == NULL) {
NULL              288 source4/winbind/wb_samba3_cmd.c 	if (sids_string == NULL) {
NULL              315 source4/winbind/wb_samba3_cmd.c 	if (sid == NULL) {
NULL              345 source4/winbind/wb_samba3_cmd.c 	if (sids_string == NULL) {
NULL              353 source4/winbind/wb_samba3_cmd.c 		if (sids_string == NULL) {
NULL              440 source4/winbind/wb_samba3_cmd.c 	if (sid == NULL) {
NULL              656 source4/winbind/wb_samba3_cmd.c 	if (result == NULL) {
NULL              668 source4/winbind/wb_samba3_cmd.c 	if (result == NULL) {
NULL              944 source4/winbind/wb_samba3_cmd.c 	s3call->wbconn->protocol_private_data = NULL;
NULL             1163 source4/winbind/wb_samba3_cmd.c 		if (sid_str == NULL)
NULL             1210 source4/winbind/wb_samba3_cmd.c 		if (sid_str == NULL)
NULL              221 source4/winbind/wb_samba3_protocol.c 	if (extra_data != NULL) {
NULL              226 source4/winbind/wb_samba3_protocol.c 	blob = data_blob_talloc(mem_ctx, NULL, call->response.length);
NULL               67 source4/winbind/wb_server.c 	if (wbconn->packet == NULL) {
NULL              157 source4/winbind/wb_server.c 	if (service->idmap_ctx == NULL) {
NULL               36 source4/winbind/wb_sid2domain.c 	for (domain = service->domains; domain!=NULL; domain = domain->next) {
NULL               68 source4/winbind/wb_sid2domain.c 	if (result == NULL) goto failed;
NULL               71 source4/winbind/wb_sid2domain.c 	if (state == NULL) goto failed;
NULL               77 source4/winbind/wb_sid2domain.c 	if (state->sid == NULL) goto failed;
NULL               80 source4/winbind/wb_sid2domain.c 	if (state->domain != NULL) {
NULL               90 source4/winbind/wb_sid2domain.c 		if (ctx == NULL) goto failed;
NULL               97 source4/winbind/wb_sid2domain.c 	if (ctx == NULL) goto failed;
NULL              104 source4/winbind/wb_sid2domain.c 	return NULL;
NULL              179 source4/winbind/wb_sid2domain.c 	if (existing != NULL) {
NULL               48 source4/winbind/wb_sid2gid.c 	if (!result) return NULL;
NULL               75 source4/winbind/wb_sid2gid.c 	struct id_mapping *ids = NULL;
NULL               48 source4/winbind/wb_sid2uid.c 	if (!result) return NULL;
NULL               75 source4/winbind/wb_sid2uid.c 	struct id_mapping *ids = NULL;
NULL               47 source4/winbind/wb_sids2xids.c 	if (!result) return NULL;
NULL               49 source4/winbind/wb_uid2sid.c 	if (!result) return NULL;
NULL               66 source4/winbind/wb_uid2sid.c 	ids->sid = NULL;
NULL               79 source4/winbind/wb_uid2sid.c 	struct id_mapping *ids = NULL;
NULL               36 source4/winbind/wb_utils.c 	if (p == NULL) {
NULL               46 source4/winbind/wb_utils.c 	return ((*domain != NULL) && (*user != NULL));
NULL               47 source4/winbind/wb_xids2sids.c 	if (!result) return NULL;
NULL              685 source4/wrepl_server/wrepl_apply_records.c 	rec->expire_time= time(NULL) + partner->service->config.verify_interval;
NULL              690 source4/wrepl_server/wrepl_apply_records.c 	rec->registered_by = NULL;
NULL              730 source4/wrepl_server/wrepl_apply_records.c 	rec->expire_time= time(NULL) + partner->service->config.verify_interval;
NULL              735 source4/wrepl_server/wrepl_apply_records.c 	rec->registered_by = NULL;
NULL              833 source4/wrepl_server/wrepl_apply_records.c 	merge->expire_time	= time(NULL) + partner->service->config.verify_interval;
NULL              838 source4/wrepl_server/wrepl_apply_records.c 	merge->registered_by = NULL;
NULL              915 source4/wrepl_server/wrepl_apply_records.c 	if ((nbt_servers == NULL) || (nbt_servers[0].id == 0)) {
NULL             1058 source4/wrepl_server/wrepl_apply_records.c 	if ((nbt_servers == NULL) || (nbt_servers[0].id == 0)) {
NULL             1133 source4/wrepl_server/wrepl_apply_records.c 	if ((nbt_servers == NULL) || (nbt_servers[0].id == 0)) {
NULL             1196 source4/wrepl_server/wrepl_apply_records.c 	bool propagate = lp_parm_bool(partner->service->task->lp_ctx, NULL, "wreplsrv", "propagate name releases", false);
NULL             1207 source4/wrepl_server/wrepl_apply_records.c 	merge->expire_time	= time(NULL) + partner->service->config.verify_interval;
NULL             1212 source4/wrepl_server/wrepl_apply_records.c 	merge->registered_by = NULL;
NULL             1355 source4/wrepl_server/wrepl_apply_records.c 	struct winsdb_record *rec = NULL;
NULL               81 source4/wrepl_server/wrepl_in_call.c 	call->rep_packet.padding		= data_blob_talloc(call, NULL, 21);
NULL              196 source4/wrepl_server/wrepl_in_call.c 	struct ldb_result *res = NULL;
NULL              202 source4/wrepl_server/wrepl_in_call.c 	time_t now = time(NULL);
NULL              208 source4/wrepl_server/wrepl_in_call.c 	reply_out->names	= NULL;
NULL              265 source4/wrepl_server/wrepl_in_call.c 	ret = ldb_search(service->wins_db->ldb, call, &res, NULL, LDB_SCOPE_SUBTREE, NULL, "%s", filter);
NULL              356 source4/wrepl_server/wrepl_in_call.c 	wrepl_in->conn->event.fde = NULL;
NULL              440 source4/wrepl_server/wrepl_in_call.c 				 partner_ip ? partner_ip->addr : NULL));
NULL              529 source4/wrepl_server/wrepl_in_call.c 	call->rep_packet.padding	= data_blob_talloc(call, NULL, 4);
NULL              144 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c = NULL;
NULL              146 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_out_connect_state *state = NULL;
NULL              181 source4/wrepl_server/wrepl_out_helpers.c 			state->wreplconn= NULL;
NULL              186 source4/wrepl_server/wrepl_out_helpers.c 			*wreplconnp = NULL;
NULL              211 source4/wrepl_server/wrepl_out_helpers.c 	return NULL;
NULL              341 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c = NULL;
NULL              343 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_table_state *state = NULL;
NULL              366 source4/wrepl_server/wrepl_out_helpers.c 	state->creq	= wreplsrv_out_connect_send(io->in.partner, WINSREPL_PARTNER_PULL, NULL);
NULL              375 source4/wrepl_server/wrepl_out_helpers.c 	return NULL;
NULL              501 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c = NULL;
NULL              503 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_names_state *state = NULL;
NULL              530 source4/wrepl_server/wrepl_out_helpers.c 	return NULL;
NULL              576 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_owner *current_owner=NULL;
NULL              784 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c = NULL;
NULL              786 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_pull_cycle_state *state = NULL;
NULL              813 source4/wrepl_server/wrepl_out_helpers.c 	return NULL;
NULL              873 source4/wrepl_server/wrepl_out_helpers.c 	state->req = wrepl_request_send(state->wreplconn->sock, req, NULL);
NULL              885 source4/wrepl_server/wrepl_out_helpers.c 	state->wreplconn->sock->sock = NULL;
NULL              895 source4/wrepl_server/wrepl_out_helpers.c 	state->wreplconn->sock->packet = NULL;
NULL              908 source4/wrepl_server/wrepl_out_helpers.c 	state->wreplconn->sock = NULL;
NULL              928 source4/wrepl_server/wrepl_out_helpers.c 	state->wreplconn = NULL;
NULL             1014 source4/wrepl_server/wrepl_out_helpers.c 	status =  wrepl_request_recv(state->req, state, NULL);
NULL             1067 source4/wrepl_server/wrepl_out_helpers.c 	struct composite_context *c = NULL;
NULL             1069 source4/wrepl_server/wrepl_out_helpers.c 	struct wreplsrv_push_notify_state *state = NULL;
NULL             1103 source4/wrepl_server/wrepl_out_helpers.c 	state->creq	= wreplsrv_out_connect_send(io->in.partner, partner_type, NULL);
NULL             1112 source4/wrepl_server/wrepl_out_helpers.c 	return NULL;
NULL               45 source4/wrepl_server/wrepl_out_pull.c 	partner->pull.creq = NULL;
NULL               48 source4/wrepl_server/wrepl_out_pull.c 	partner->pull.cycle_io = NULL;
NULL               94 source4/wrepl_server/wrepl_out_pull.c 	partner->pull.cycle_io->in.wreplconn	= NULL;
NULL              101 source4/wrepl_server/wrepl_out_pull.c 		partner->pull.cycle_io->in.owners	= NULL;
NULL              116 source4/wrepl_server/wrepl_out_pull.c 	partner->pull.cycle_io = NULL;
NULL              138 source4/wrepl_server/wrepl_out_pull.c 		wreplsrv_out_partner_pull(partner, NULL);
NULL               36 source4/wrepl_server/wrepl_out_push.c 	partner->push.creq = NULL;
NULL               39 source4/wrepl_server/wrepl_out_push.c 	partner->push.notify_io = NULL;
NULL               92 source4/wrepl_server/wrepl_out_push.c 	partner->push.notify_io = NULL;
NULL               54 source4/wrepl_server/wrepl_periodic.c 	service->periodic.te = NULL;
NULL               51 source4/wrepl_server/wrepl_scavenging.c 	struct winsdb_record *rec = NULL;
NULL               52 source4/wrepl_server/wrepl_scavenging.c 	struct ldb_result *res = NULL;
NULL               57 source4/wrepl_server/wrepl_scavenging.c 	time_t now = time(NULL);
NULL               60 source4/wrepl_server/wrepl_scavenging.c 	const char *old_state=NULL;
NULL               61 source4/wrepl_server/wrepl_scavenging.c 	const char *new_state=NULL;
NULL               68 source4/wrepl_server/wrepl_scavenging.c 	bool propagate = lp_parm_bool(service->task->lp_ctx, NULL, "wreplsrv", "propagate name releases", false);
NULL               79 source4/wrepl_server/wrepl_scavenging.c 	ret = ldb_search(service->wins_db->ldb, tmp_mem, &res, NULL, LDB_SCOPE_SUBTREE, NULL, "%s", filter);
NULL              147 source4/wrepl_server/wrepl_scavenging.c 			rec->expire_time= time(NULL) +
NULL              205 source4/wrepl_server/wrepl_scavenging.c 	struct winsdb_record *rec = NULL;
NULL              206 source4/wrepl_server/wrepl_scavenging.c 	struct ldb_result *res = NULL;
NULL              211 source4/wrepl_server/wrepl_scavenging.c 	time_t now = time(NULL);
NULL              214 source4/wrepl_server/wrepl_scavenging.c 	const char *old_state=NULL;
NULL              215 source4/wrepl_server/wrepl_scavenging.c 	const char *new_state=NULL;
NULL              232 source4/wrepl_server/wrepl_scavenging.c 	ret = ldb_search(service->wins_db->ldb, tmp_mem, &res, NULL, LDB_SCOPE_SUBTREE, NULL, "%s", filter);
NULL              375 source4/wrepl_server/wrepl_scavenging.c 		rec->expire_time= time(NULL) + s->service->config.tombstone_timeout;
NULL              385 source4/wrepl_server/wrepl_scavenging.c 		rec->expire_time = time(NULL) + s->service->config.verify_interval;
NULL              420 source4/wrepl_server/wrepl_scavenging.c 	struct winsdb_record *rec = NULL;
NULL              421 source4/wrepl_server/wrepl_scavenging.c 	struct ldb_result *res = NULL;
NULL              426 source4/wrepl_server/wrepl_scavenging.c 	time_t now = time(NULL);
NULL              433 source4/wrepl_server/wrepl_scavenging.c 	if ((nbt_servers == NULL) || (nbt_servers[0].id == 0)) {
NULL              447 source4/wrepl_server/wrepl_scavenging.c 	ret = ldb_search(service->wins_db->ldb, tmp_mem, &res, NULL, LDB_SCOPE_SUBTREE, NULL, "%s", filter);
NULL               43 source4/wrepl_server/wrepl_server.c 				system_session(mem_ctx, lp_ctx), NULL, 0, NULL);
NULL               50 source4/wrepl_server/wrepl_server.c 	struct ldb_result *res = NULL;
NULL               58 source4/wrepl_server/wrepl_server.c 	ret = ldb_search(ldb, tmp_ctx, &res, dn, LDB_SCOPE_BASE, NULL, NULL);
NULL               77 source4/wrepl_server/wrepl_server.c 	const char *owner = lp_parm_string(lp_ctx, NULL, "winsdb", "local_owner");
NULL               79 source4/wrepl_server/wrepl_server.c 	if (owner == NULL) {
NULL               96 source4/wrepl_server/wrepl_server.c 	service->config.renew_interval	  = lp_parm_int(lp_ctx, NULL,"wreplsrv","renew_interval", 6*24*60*60);
NULL               99 source4/wrepl_server/wrepl_server.c 	service->config.tombstone_interval= lp_parm_int(lp_ctx, NULL,"wreplsrv","tombstone_interval", 6*24*60*60);
NULL              102 source4/wrepl_server/wrepl_server.c 	service->config.tombstone_timeout = lp_parm_int(lp_ctx, NULL,"wreplsrv","tombstone_timeout", 1*24*60*60);
NULL              105 source4/wrepl_server/wrepl_server.c 	service->config.tombstone_extra_timeout = lp_parm_int(lp_ctx, NULL,"wreplsrv","tombstone_extra_timeout", 3*24*60*60);
NULL              108 source4/wrepl_server/wrepl_server.c 	service->config.verify_interval   = lp_parm_int(lp_ctx, NULL,"wreplsrv","verify_interval", 24*24*60*60);
NULL              111 source4/wrepl_server/wrepl_server.c 	service->config.scavenging_interval=lp_parm_int(lp_ctx, NULL,"wreplsrv","scavenging_interval",
NULL              115 source4/wrepl_server/wrepl_server.c 	service->config.periodic_interval = lp_parm_int(lp_ctx, NULL,"wreplsrv","periodic_interval", 15);
NULL              130 source4/wrepl_server/wrepl_server.c 	return NULL;
NULL              139 source4/wrepl_server/wrepl_server.c 	struct ldb_result *res = NULL;
NULL              160 source4/wrepl_server/wrepl_server.c 			 LDB_SCOPE_SUBTREE, NULL, "(objectClass=wreplPartner)");
NULL              171 source4/wrepl_server/wrepl_server.c 		address	= ldb_msg_find_attr_as_string(res->msgs[i], "address", NULL);
NULL              181 source4/wrepl_server/wrepl_server.c 			partner->name = NULL;
NULL              183 source4/wrepl_server/wrepl_server.c 			partner->our_address = NULL;
NULL              189 source4/wrepl_server/wrepl_server.c 			if (partner == NULL) goto failed;
NULL              200 source4/wrepl_server/wrepl_server.c 		partner->our_address		= ldb_msg_find_attr_as_string(res->msgs[i], "ourAddress", NULL);
NULL              236 source4/wrepl_server/wrepl_server.c 	table_out->partners		= NULL;
NULL              298 source4/wrepl_server/wrepl_server.c 	return NULL;
NULL              361 source4/wrepl_server/wrepl_server.c 	struct ldb_result *res = NULL;
NULL              373 source4/wrepl_server/wrepl_server.c 		NULL
NULL              392 source4/wrepl_server/wrepl_server.c 	ret = ldb_search(ldb, tmp_ctx, &res, NULL, LDB_SCOPE_SUBTREE,
NULL              398 source4/wrepl_server/wrepl_server.c 		wins_owner     = ldb_msg_find_attr_as_string(res->msgs[i], "winsOwner", NULL);