Searched refs:nil (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp74 if (theErrorMessage != nil)
83 if (theErrorMessage != nil)
91 if (theErrorMessage != nil)
100 if (theErrorMessage != nil)
109 if (theErrorMessage != nil)
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
H A DCPStringUtils.cpp74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0)
132 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
158 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
187 if (theDstPStr != nil && theSrcCStr != nil
[all...]
H A DGetHTTPS.cpp76 SSL_CTX *ssl_ctx = nil;
77 SSL *ssl = nil;
189 if (ssl != nil)
194 if (ssl_ctx != nil)
H A DMacSocket.cpp168 if (outSocketErrCode != nil)
173 if (outSocketErrString != nil)
184 if (outSocketErrCode != nil)
189 if (outSocketErrString != nil)
211 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
219 if (theSocketStruct->mAssignedAddrInfo != nil)
248 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
256 if (theSocketStruct->mRemoteAddrInfo != nil)
353 if (inSocket != nil && inSocket->mTimeoutTicks > 0 && ::TickCount() > inSocket->mOperationStartTicks + inSocket->mTimeoutTicks)
400 ioSocket->mIdleWaitCallback = nil;
[all...]
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
H A DErrorHandling.hpp36 if (theArg == nil) \
104 if (theArg == nil) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp74 if (theErrorMessage != nil)
83 if (theErrorMessage != nil)
91 if (theErrorMessage != nil)
100 if (theErrorMessage != nil)
109 if (theErrorMessage != nil)
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);
H A DCPStringUtils.cpp74 if (thePStr != nil && theCStr != nil && maxCStrLength > 0)
104 if (theDstPStr != nil && theSrcPStr != nil && theMaxDstStrLength > 0)
132 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
158 if (theDstCStr != nil && theSrcCStr != nil && maxDstStrLength > 0)
187 if (theDstPStr != nil && theSrcCStr != nil
[all...]
H A DGetHTTPS.cpp76 SSL_CTX *ssl_ctx = nil;
77 SSL *ssl = nil;
189 if (ssl != nil)
194 if (ssl_ctx != nil)
H A DMacSocket.cpp168 if (outSocketErrCode != nil)
173 if (outSocketErrString != nil)
184 if (outSocketErrCode != nil)
189 if (outSocketErrString != nil)
211 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
219 if (theSocketStruct->mAssignedAddrInfo != nil)
248 if (outIPAndPort != nil && SocketIndexIsValid(inSocketNum))
256 if (theSocketStruct->mRemoteAddrInfo != nil)
353 if (inSocket != nil && inSocket->mTimeoutTicks > 0 && ::TickCount() > inSocket->mOperationStartTicks + inSocket->mTimeoutTicks)
400 ioSocket->mIdleWaitCallback = nil;
[all...]
H A DCPStringUtils.hpp44 OSErr AppendCStrToHandle(const char *theCString,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
45 OSErr AppendCharsToHandle(const char *theChars,const int numChars,Handle theHandle,long *currentLength = nil,long *maxLength = nil);
46 OSErr AppendPStrToHandle(const unsigned char *thePString,Handle theHandle,long *currentLength = nil);
47 OSErr AppendLongIntToHandle(const long inTheLongInt,Handle theHandle,long *currentLength = nil);
H A DErrorHandling.hpp36 if (theArg == nil) \
104 if (theArg == nil) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dhexdump.c52 goto nil;
104 goto nil;
110 nil:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/debian/
H A Demacsen-install.ex40 (setq load-path (cons "." load-path) byte-compile-warnings nil)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-elisp16 (format nil (_ "%s is replaced by %s.") "FF" "EUR"))
H A Dxgettext-c-792 nuke-trailing-whitespace-p:nil
H A Dlang-clisp21 (format t "~A~%" (format nil (gettext "~A is replaced by ~A.") "FF" "EUR"))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dmemanalyze.pl182 elsif($function =~ /realloc\((\(nil\)|0x([0-9a-f]*)), (\d*)\) = 0x([0-9a-f]*)/) {
269 if($function =~ /f[d]*open\(\"([^\"]*)\",\"([^\"]*)\"\) = (\(nil\)|0x([0-9a-f]*))/) {
270 if($3 eq "(nil)") {
302 if($function =~ /getaddrinfo\(\) = (\(nil\)|0x([0-9a-f]*))/) {
304 if($add eq "(nil)") {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/
H A DRandomizer.cpp318 ProcessInfo.processName = nil;
319 ProcessInfo.processAppSpec = nil;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/
H A DRandomizer.cpp318 ProcessInfo.processName = nil;
319 ProcessInfo.processAppSpec = nil;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A DjScrollPane.js263 ).bind('click.jsp', nil);
266 ).bind('click.jsp', nil);
298 $('html').bind('dragstart.jsp selectstart.jsp', nil);
361 ).bind('click.jsp', nil);
364 ).bind('click.jsp', nil);
386 $('html').bind('dragstart.jsp selectstart.jsp', nil);
882 function nil()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A DjScrollPane.js263 ).bind('click.jsp', nil);
266 ).bind('click.jsp', nil);
298 $('html').bind('dragstart.jsp selectstart.jsp', nil);
361 ).bind('click.jsp', nil);
364 ).bind('click.jsp', nil);
386 $('html').bind('dragstart.jsp selectstart.jsp', nil);
882 function nil()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c281 the sentinel nil node, and root->parent->left points back to root */
325 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) argument
327 if (node == nil)
329 free_nodes(dict, node->left, nil);
330 free_nodes(dict, node->right, nil);
341 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) argument
343 if (root != nil) {
345 || verify_dict_has_node(nil, root->left, node)
346 || verify_dict_has_node(nil, root->right, node);
369 dnode_t *nil local
404 dnode_t *nil = dict_nil(dict); local
444 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); local
561 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
579 dnode_t *nil = dict_nil(dict), *parent, *left; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas420 FZRec.next_in := nil;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas420 FZRec.next_in := nil;

Completed in 284 milliseconds

12