Searched refs:nsd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.c495 SOCKET nsd; local
519 nsd = WSASocket(FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO,
521 if (nsd == INVALID_SOCKET) {
530 if (DuplicateHandle(hProcess, (HANDLE) nsd, hProcess, &dup,
532 closesocket(nsd);
533 nsd = (SOCKET) dup;
546 if (!SetHandleInformation((HANDLE)nsd, HANDLE_FLAG_INHERIT, 0)) {
551 apr_os_sock_put(&lr->sd, &nsd, s->process->pool);
573 apr_os_sock_t nsd; local
575 apr_os_sock_get(&nsd, l
[all...]
H A Dchild.c224 SOCKET nsd; local
228 apr_os_sock_get(&nsd, lr->sd);
229 if (FD_ISSET(nsd, main_fds)) {
338 SOCKET nsd = INVALID_SOCKET; local
356 apr_os_sock_get(&nsd, lr->sd);
357 FD_SET(nsd, &listenfds);
397 apr_os_sock_get(&nsd, lr->sd);
403 csd = accept(nsd, (struct sockaddr *) &sa_client, &clen);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnumsys.cpp180 UnicodeString nsd = ures_getUnicodeStringByKey(nsTop,gDesc,&status); local
199 NumberingSystem* ns = NumberingSystem::createInstance(radix,isAlgorithmic,nsd,status);
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dspinbox.tcl166 set nsd [expr {int(ceil(-log10($delta)))}]
167 set fmt "%.${nsd}f"
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/tests/
H A DxoRDF.test112 <Description xmlns="http://xyz.com/" ID="nsd">
125 ATTR: ID = nsd
133 http://www.w3.org/Home/Lassila http://description.org/schema/Creator nsd
134 nsd http://description.org/schema/ABC xyz
135 nsd http://xyz.com/fromXYZ dfg
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dservices4048 3Com-nsd 1742/udp # 3Com-nsd
4049 3Com-nsd 1742/tcp # 3Com-nsd
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c19138 int nsd; /* Number of significant digits returned */ local
19416 nsd = 0;
19427 *(bufpt++) = et_getdigit(&realvalue,&nsd);
19442 *(bufpt++) = et_getdigit(&realvalue,&nsd);
[all...]

Completed in 612 milliseconds