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

/macosx-10.10/apache-793/httpd/server/mpm/winnt/
H A Dmpm_winnt.c440 SOCKET nsd; local
468 nsd = WSASocket(FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO,
470 if (nsd == INVALID_SOCKET) {
476 if (!SetHandleInformation((HANDLE)nsd, HANDLE_FLAG_INHERIT, 0)) {
480 apr_os_sock_put(&lr->sd, &nsd, s->process->pool);
502 apr_os_sock_t nsd; local
504 apr_os_sock_get(&nsd, lr->sd);
507 nsd, lr->bind_addr, dwProcessId);
508 if (WSADuplicateSocket(nsd, dwProcessId,
511 "Parent: WSADuplicateSocket failed for socket %d. Check the FAQ.", nsd);
[all...]
/macosx-10.10/ICU-531.30/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.10/tcl-105/tk/tk/library/ttk/
H A Dspinbox.tcl166 set nsd [expr {int(ceil(-log10($delta)))}]
167 set fmt "%.${nsd}f"
/macosx-10.10/tcl-105/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.10/files-662.1.1/private/etc/
H A Dservices4048 3Com-nsd 1742/udp # 3Com-nsd
4049 3Com-nsd 1742/tcp # 3Com-nsd
/macosx-10.10/Heimdal-398.1.2/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 539 milliseconds