Searched refs:host (Results 1 - 20 of 20) sorted by relevance

/solaris-userland/components/cyrus-sasl/test/
H A Dsetup-for-mit98 while read host services
100 if [[ "$host" == "#*" ]]
105 if [[ "$host" != "localhost" ]]
107 hostkeytab="/var/run/${host}.keytab"
109 kt_transfer_command[num_keytabs]="scp $hostkeytab ${host}:/etc/krb5/krb5.keytab"
113 if [[ "$host" == "localhost" ]]
120 # add service to $host's keytab
121 kadmin.local -q "addprinc -randkey $service/$host"
122 kadmin.local -q "ktadd -k $hostkeytab $service/$host"
123 print "\nAdded $service/$host t
[all...]
H A Dsetup-for-seam101 while read host services
103 if [[ "$host" == "#*" ]]
108 if [[ "$host" != "localhost" ]]
110 hostkeytab="/var/run/${host}.keytab"
112 kt_transfer_command[num_keytabs]="scp $hostkeytab ${host}:/etc/krb5/krb5.keytab"
116 if [[ "$host" == "localhost" ]]
123 # add service to $host's keytab
124 kadmin.local -q "addprinc -randkey $service/$host"
125 kadmin.local -q "ktadd -k $hostkeytab $service/$host"
126 print "\nAdded $service/$host t
[all...]
H A Dsetup_testsuite186 host=$fqdn
188 host=$(uname -n)
193 /usr/sbin/nslookup $host 2>/dev/null | grep '^Name:' |\
197 /usr/sbin/dig +noall +search +answer $host 2>/dev/null |\
/solaris-userland/components/sendmail/files/
H A Dcheck-hostname.sh47 for host in `getent hosts $1 | awk '{for (f=2; f <= NF; f++) print $f}'`
49 accept_if_fully_qualified $host
70 for host in `nslookup $1 2>/dev/null | \
73 accept_if_fully_qualified $host
/solaris-userland/components/python/amqp/
H A DMakefile46 COMPONENT_TEST_ARGS= funtests/run_all.py --host=localhost
/solaris-userland/components/binutils/
H A DMakefile62 CONFIGURE_OPTIONS += --enable-host-shared
/solaris-userland/components/openssh/sources/
H A Daudit-solaris.c130 __auditd_debug("tid type-%d (remote,local,host)= %u,%u,%s\n",
173 audit_connection_from(const char *host, int port) argument
184 "for %s:%d:%s", host, port, strerror(errno));
189 "for %s:%d:%s", host, port, strerror(errno));
195 "for %s:%d:%s", host, port, strerror(errno));
198 debug("adt audit_connection_from(%s, %d): peerfd=%d", host, port,
201 "peerfd=%d\n", getpid(), getuid(), geteuid(), host, port,
H A Dsshd.sh12 # Checks to see if RSA, and DSA host keys are available
36 echo Creating new $keytype public/private host key pair
143 # sysconfig unconfigure to remove the sshd host keys
152 # If host keys don't exist when the service is started, create
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.h77 void send_trap(u_char *host , u_char *mod , u_char* con, oid *asdf, int size, u_char *stat , u_char *desc , u_char* dvalue, int dtype);
/solaris-userland/components/openstack/common/files/
H A Dopenstack_common.py84 db = MySQLdb.connect(host=engine.url.host,
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py61 def connect_tls(host, port=12302, locale=None, ca_certs=None):
65 host string, target host
85 sock.connect((host, port))
254 """Callback for volume attached to instance or host."""
291 """Piped execute on a remote host."""
292 LOG.debug(_("Piping cmd1='%s' into cmd='%s' on host '%s'") %
305 LOG.error(_("_remote_piped_execute: failed to host '%s' with "
308 msg = (_("Remote piped execution failed to host '%s'.") % ip)
454 LOG.debug(("Transfered src'%s' to dst'%s' on the host'
[all...]
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py1165 def get_vpn_services_on_host(self, context, host):
1169 ikepolicy and ipsecpolicy on this host
1173 return cctxt.call(context, 'get_vpn_services_on_host', host=host)
1219 def __init__(self, vpn_service, host):
1221 self.host = host
1225 node_topic = '%s.%s' % (self.topic, self.host)
1566 context, self.host)
/solaris-userland/tools/
H A Duserland-fetch203 The pypi scheme has a host (with an empty host defaulting to
213 host, path = splithost(splittype(url)[1])
223 if not host:
226 jsurl = "http://%s/pypi/%s/json" % (host, name)
/solaris-userland/make-rules/
H A Dprep-unpack.mk41 # Some components don't have an archive that we download, but host their source
H A Dconfigure.mk140 # host detection and other tests during the autoconf process. Explicitly
154 # for autoconf that detects a 64-bit host on Solaris by using CPP. As such, by
/solaris-userland/components/openstack/neutron/files/agent/l3/
H A Dsolaris_agent.py699 def __init__(self, host, conf=None):
702 super(L3NATAgent, self).__init__(host=host, conf=conf)
705 self.device_drivers = self.service.load_device_drivers(host)
/solaris-userland/components/net-snmp-57/
H A DMakefile69 MIB_MODULES = host disman/event-mib ucd-snmp/diskio udp-mib tcp-mib if-mib
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py272 :param availability_zone: zone:host where the volume is to be created
573 def init_host(self, host):
575 including catching up with currently running VM's on the given host.
580 def cleanup_host(self, host):
656 """ Return the iSCSI initiator node name IQN for this host """
862 """Checks existence of an instance on the host.
867 the host, False otherwise.
1170 "with this compute host's architecture, '%s'.")
1225 # iscsi://<host>[:<port>]/target.<IQN>,lun.<LUN>
1227 # iscsi://<host>[
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c2181 * Looks up the next hop for 'host' in the host's routing table. If
2182 * successful, stores the next hop gateway's address (0 if 'host' is on a
2184 * device to reach 'host' in '*netdev_name', and returns 0. The caller is
2188 netdev_solaris_get_next_hop(const struct in_addr *host, argument
2211 sin.sin_addr = *host;
2289 *next_hop = *host;
2292 VLOG_DBG("host " IP_FMT " next-hop " IP_FMT " if %s\n",
2293 IP_ARGS(host->s_addr), IP_ARGS(next_hop->s_addr), *netdev_name);
/solaris-userland/components/jansson/doc/html/
H A Dsearchindex.js1 Search.setIndex({envversion:42,terms:{all:[0,1,3,4,5,6,7],code:[6,3,4,5,1],entropi:[3,1],maximum:[3,4,5],queri:3,consum:3,json_typeof:3,poorli:5,prefix:3,concept:7,urandom:1,skip:0,follow:[0,6,3],ptr:3,lld:3,compact:[3,5],whose:[3,7,6],privat:5,depend:[2,7,4,3],system:[3,5],uint8_t:5,json_boolean_valu:[3,5],sensit:3,readabl:[3,5],specif:[0,5,1,3],send:[5,6],program:3,json_object_foreach:[3,5],decis:3,under:[2,5,1],preprocess:3,sent:6,codepoint:[3,7],sourc:[0,1,2,3,4,5,6],everi:[0,3],digip:0,json_object:[3,1],"void":3,json_object_get:[3,5,6],dhave_stdint_h:5,whether:[3,4,5,1,7],fall:3,veri:[7,5,1],appar:3,implicitli:7,json_decode_ani:[3,5],exact:3,implement:[3,5,6],cool:3,failur:[3,5],"0x010201":3,foo:[3,5],doesn:[3,5],level:3,did:6,quux:3,dif:3,list:[0,3,6,1,2],iter:[3,5],"try":3,item:[3,5],supplement:7,form:[3,6],stderr:6,small:[2,7,6],retun:3,dir:0,json_string_set:[3,5],upper:5,repres:[3,5,7],snprintf:6,"14e3":7,natur:3,direct:3,uselocal:1,sign:[3,5],zero:[3,5],design:[2,3],pass:[3,5],"873eddaf":6,improv:5,append:[3,5],compat:[2,3],index:[0,3,2],what:[0,7],jansson_minor_vers:3,appear:3,compar:3,cast:3,preserv:[3,5],abi:4,section:[3,5,6],json_dumpf:[3,4,5],current:[0,1,3],delet:3,"2637faa4":6,consecut:3,"new":[3,4,5,6],arr2:3,json_load_callback_t:[3,5],va_list:3,whatev:3,full:[2,4,6,3],themselv:3,abov:[0,1,5,3,7,6],gener:[0,5,1,3],never:[3,5,7],len:3,json_object_iter_set_new:[3,5],behaviour:[3,6],explicitli:[3,4,1],studio:5,free:[3,4,5,6],solari:5,address:3,path:[0,3],along:5,becom:3,modifi:[3,4,5,1],implicit:[3,4,1],json_nul:3,convert:[3,5,1],produc:[3,5],convers:[3,1],broken:5,shift:3,anymor:6,step:[0,4,3],autoreconf:[0,5],fetch:6,precis:[3,5],jansson:3,extrem:0,chang:3,werror:5,call:[6,3,4,5,1],portabl:[2,5],json_stringn:[3,5],subsect:0,semant:[7,1],via:7,regardless:[3,7],danger:3,circumv:[3,5],appli:7,modul:5,json_max_ind:[3,5],prefer:0,inequ:3,releas:[0,4,5,6,3],"boolean":3,reuiqr:3,printf:[3,6],decrement:[3,1],total:7,coercion:[7,4],unit:[0,3],json_pack:[3,5],unnnn:5,hexadecim:[3,6],from:[0,1,2,3,5,6],describ:[0,5,1,3],would:3,commun:6,distinct:[3,7],doubl:[3,7],two:[3,5,1],coverag:5,next:[3,6],few:5,json_fals:3,value2:3,value1:3,recommend:1,scope:6,basi:3,tell:3,minor:[3,5],"const":[3,5,6],sort:[3,5],relax:5,relat:6,mismatch:5,problem:[0,5,3],enhanc:5,warn:5,bunzip2:0,flag:[3,4,5,7],marchesini:5,indic:3,particular:3,actual:[3,7,6],hold:3,unpack:[0,5,3],easiest:0,must:[3,5,1,7],word:3,"32le":7,alia:[3,5],work:[2,4,5,1,3],annot:0,dev:1,json_number_valu:3,other:[3,5,7],obvious:7,can:[0,1,3,4,5,6],json_:3,json_array_remov:[3,5],rememb:6,root:[0,6,3],"0x010300":3,control:[0,5,3],defer:1,malform:5,want:[0,1,3],stream:3,give:3,process:3,lock:1,ppc64:5,digit:[3,5],accept:3,abort:3,fprintf:6,explor:6,tarbal:[0,5],strtoll:5,serial:[3,5],keep:3,unsign:[5,4,7],occur:[3,5,6,7],autose:1,alwai:[3,5,7],gcc:[5,6],subnorm:5,end:3,newlin:[3,5,6],secur:[3,5],anoth:1,ordinari:[3,7],json_boolean:[3,5],write:[3,5],how:[0,5,3],json_is_numb:3,consist:3,pure:7,other_arrai:3,instead:[0,5,1,3],json_copi:[3,5],simpl:[0,5,3,2],updat:[2,5,3],map:7,product:2,resourc:6,overridden:3,jansson_private_config:5,after:[3,5,6],"long":[3,4,5,7],befor:[3,5,1],wrong:1,callback:[3,5],repeatedli:[3,5],mai:[0,7,4,1,3],multipl:[3,1],associ:3,grow:[3,5],advantag:3,repo:2,"short":[7,6],attempt:3,practic:3,third:3,read:[0,5,3],opaqu:3,bootstrap:0,explicit:[3,1],correspond:3,"__atom":5,caus:[3,5,1],inform:[0,6,3],"switch":1,increment:[3,1],combin:3,json_is_nul:3,allow:[3,5,7],json_object_se:[3,5,1],json_object_update_miss:[3,5],order:[3,5],json_real_valu:3,oper:[3,1],json_object_set_nocheck:[3,5],djansson_build_shared_lib:0,json_array_insert:3,concatent:3,"32be":7,jsonp_strdup:5,json_is_integ:3,top:3,becaus:[3,7,1],increas:3,through:[3,7],affect:3,size_t:[3,4,5,6],still:[3,4],pointer:3,run_test:0,dynam:[3,4],paramet:[0,4,5,6,3],member:3,style:[7,5,6],"1581f26a":6,concaten:3,concis:3,jansson_config:[0,5],fix:[3,5],better:5,segfault:3,window:[3,5],complex:3,comprehens:2,main:[2,6,3],alter:3,non:[0,5,3],"float":[3,7],"return":[3,5,6],fourth:3,jansson_micro_vers:3,json_vpack_ex:[3,5],python:5,timestamp:3,safe:[0,5,1,3],handi:5,initi:[3,5,1],borrow:3,json_is_tru:[3,5],framework:5,json_unpack_ex:[3,5],placehold:0,discuss:3,nor:3,term:3,somewher:3,name:[3,5,6,7],json_decode_int_as_r:[3,5,7],edit:0,sucess:3,drop:3,dcmake_install_prefix:0,separ:[3,5,1],micro:3,achiev:3,alreadi:[3,1],mode:5,each:3,debug:3,found:[0,5,3],unicod:[2,7,5,3],compatibl:[3,5],gui:0,mean:[3,7],subset:[3,7],bignum:7,due:3,replac:[0,4,5,3],chunk:[3,5],hard:1,gc_malloc:3,ensur:3,realli:[3,6],line:[0,6,3],contrib:6,"17a51a4b":6,json_integer_valu:3,"static":[0,5,6,3],expect:3,json_set_alloc_func:[3,5],happen:[3,1],extract:[3,5,6],special:[3,5,1],out:[0,6,3],variabl:[0,6,3],rfc:[3,5],json_dump:[3,4,5,1],safeti:[2,3],space:[3,5],miss:5,newli:[3,6],content:[3,5],method:3,suitabl:2,print:[3,5,6],got:6,correct:5,interoperat:3,achiv:3,clarifi:5,qualifi:5,json_object_iter_valu:3,insid:[3,1],"_new":3,json_is_fals:3,manipul:[2,6,3],situat:5,given:[3,5,6],argv:6,standard:7,reason:[3,1],base:[3,5],json_object_update_exist:[3,5],json_array_foreach:[3,5],dictionari:3,usual:[3,4],put:0,org:0,"byte":[3,5,7],argc:6,afterward:3,boehm:3,care:1,json_object_set_new_nocheck:[3,5],indent:[3,4,5],val:3,thread:[2,5,3],angl:3,where:[3,5,6],could:[0,5],omit:3,refus:3,round:7,counterpart:5,thing:7,length:[3,5,6],enforc:3,place:3,unabl:0,outsid:3,principl:2,fmt:3,first:[3,5,6,1],origin:[3,7],pleas:[0,6],major:3,suffix:3,directli:3,prevent:[5,1],onc:1,independ:[5,6],yourself:3,restrict:7,distcheck:5,json_string_setn:[3,5],done:1,least:3,"1e6":7,stabl:2,json_array_append:3,open:5,size:[3,4,5,6],avail:[0,1,3,4,5,6],differ:3,json_validate_onli:3,silent:[3,7],script:[0,5],data:[2,5,6,1,3],caught:3,perfectli:3,mkdir:0,sometim:3,messag:[3,5,6],parallel:5,json_load_fil:[3,4,5],json_free_t:3,attack:[3,5,1],definit:6,too:[3,5,6,7],json_arrai:3,subdirectori:0,termin:[3,5,7],conveni:5,"final":6,store:[3,1],includ:[3,5,7],shell:5,statement:[3,7],especi:[3,5,1],json_string_set_nocheck:[3,5],json_int_t:[3,4,5,7],specifi:[3,5,7],forward:[3,5],part:[3,7,6],unrandom:3,conserv:3,rst:5,kept:[0,3],exactli:3,than:[7,4,1],std:5,denot:3,kind:3,target:5,keyword:[3,5],provid:[7,5,1],remov:[3,5,1],older:5,tree:0,rate:6,structur:[3,6],charact:[3,5],project:[0,5],json_object_iter_kei:3,str:3,were:[3,5],posit:[3,5],src:0,toward:3,thu:[3,7],seri:5,fashion:3,newline_offset:6,modern:4,beforehand:1,argument:[0,4,5,3],cryptgenrandom:1,packag:7,seed:[3,5],manner:1,json_dump_callback_t:3,tabl:3,need:[0,4,5,6,3],seem:1,element:[3,6],seek:3,minu:[3,5],option:[0,5,3],"4true":3,date:5,built:[0,5],equival:[0,7,3],recompil:4,destroi:3,moreov:3,violat:3,cbb80baf:6,note:[3,5,6,1,7],mix:5,without:[3,5],take:[3,5,6],which:[0,7,5,3],environ:7,brace:3,noth:3,singl:3,recurs:3,even:[3,1],begin:[0,6,3],json_object_clear:3,unless:3,distribut:[0,5,2],normal:[0,7,3],unsur:1,c99:5,previou:3,reach:3,jansson_build_shared_lib:5,json_error_t:[3,5,6],json_object_iter_at:[3,5],detect:[3,5,7],json_ensure_ascii:[3,5],thi:[0,1,2,3,4,5,6,7],pair:3,indirectli:3,url_siz:6,sub:0,don:[3,5,6],correctli:[3,5],url:6,doc:[0,5],clear:5,later:3,cover:6,doe:7,bracket:3,json_incref:3,clean:5,left:3,"400e":7,json_is_str:[3,6],json_array_s:[3,6],heap:[3,5],"16be":7,opposit:3,comparis:3,json_array_extend:3,syntax:[5,6],concurr:1,pkg:[0,5],worri:3,jansson_version_hex:[3,5],identifi:[3,5],longer:[3,5],fine:1,find:[0,6],help:[0,3],involv:[0,1],absolut:7,onli:[1,3,4,5,6,7],slow:1,locat:0,thei:[0,1,3],pretti:3,strtod:5,losslessli:3,explain:[3,6],configur:[0,5],solut:[0,5],behind:3,json_string_nocheck:[3,5],won:3,"10ffff":[3,7],jansson_major_vers:3,constant:[3,5,6],local:[0,5,2],over:[3,5,6],sure:1,overwritten:3,info:[3,5,6],hit:3,unus:3,free_fn:3,get:[3,5],likewis:7,stop:[3,5],soon:3,e8fd3e30:6,cannot:[3,5],foobarbaz:3,json_sort_kei:[3,5],json_malloc_t:3,neither:[3,7],requir:[0,4,5,6,3],ssb:3,bar:[3,5],enabl:[3,5],crt:3,emb:3,baz:3,dramat:4,yield:3,patch:5,gc_free:3,sha:6,suit:[0,5,2],common:3,though:3,contain:[6,3,4,5,1],steal:[3,5],view:6,respond:6,conform:[3,5],set:[3,5,7],json_is_boolean:[3,5],packer:3,startup:[3,1],json_strict:[3,5],mutabl:1,hierarchi:1,nul:3,result:[0,1,5,3,7,6],respons:6,fail:[3,5,6,1],close:[3,5,7],best:6,subject:7,strchr:6,awar:[3,5],statu:3,said:3,myint1:3,kei:[3,5,1,7],myint3:3,myint2:3,pattern:5,someth:3,json_object_it:3,restructur:5,secure_fre:[3,5],json_reject_dupl:[3,5],between:[3,5,1,7],json_unpack:[3,5],"import":6,awai:3,experi:6,libtool:0,signatur:3,accord:3,libjansson:[0,5],extend:5,numer:[2,7,3],javascript:7,typedef:[3,4,5,7],json_object_iter_set:[3,5],extens:2,json_str:3,succeed:3,here:[3,5,6],json_vunpack_ex:[3,5],distinguish:3,decreas:[3,6],embed:[2,3],addit:[3,5],both:[3,4],protect:3,last:[2,3],similar:[0,3],howev:[3,7,1],json_encode_ani:[3,5],valgrind:5,against:[3,4],etc:[3,4,7],tutori:[2,5],present:3,guaranteed_memset:3,agent:5,let:6,json_integ:3,json_deep_copi:[3,5,1],com:[3,6],preprocessor:[3,5],json_process:5,simpli:0,reject:5,point:[0,7,5,3],int32_t:5,period:6,except:[3,1],header:[0,5],written:[0,3],theoret:5,linux:5,respect:[3,6],throughout:3,assum:0,simpler:3,duplic:[3,5],github_commit:[5,6],clarif:5,creat:[0,5,6,3],second:[3,4,6],platform:[7,5],json_typ:3,underflow:5,json_real_precis:[3,5],secret:3,compos:3,empti:[3,5],sinc:3,json_ind:[3,4],"int":[3,4,5,6,7],json:[2,1,3,4,5,6,7],much:3,unexpect:6,interpret:[3,7],modif:[5,4],stdint:5,addresssanit:5,popul:5,vpath:5,field:[3,5,6],bd2c0c73:6,octob:2,buflen:3,am_cflag:5,ani:[0,1,2,3,5,7],assert:[3,5],craft:[5,1],file:[3,5],togeth:3,child:3,json_string_setn_nocheck:[3,5],rang:[3,4],andrea:5,those:3,"case":[0,4,5,6,3],stolen:3,gnu:[0,5],plain:[3,5],bz2:0,harder:1,search:2,defin:[3,5,6],invok:[0,5],unifi:[5,4],behavior:3,indetermin:3,json_preserve_ord:[3,5],invoc:3,cve:5,loop:[6,1],pack:3,spawn:1,real:[3,5],malloc:[3,5],have:[0,4,5,1,3],tar:0,applic:[3,7],readi:6,therefor:7,them:[0,4,3],json_object_del:[3,5],destin:0,akheron:6,itself:[3,5],json_real_set:[3,5],revis:5,unneed:5,ascii:[3,5,7],sever:6,around:[3,5],incompat:[2,5,3],mutat:5,clearli:3,strcmp:3,"16le":7,media:7,make:[3,5,7],same:[3,5],"while":[3,5,1],shorter:[3,7],binari:[0,5,6],html:[0,5,3],json_dump_fil:[3,4,5],auto:7,json_real:3,algorithm:3,android:5,document:[3,5],start:[3,5],finish:6,http:[0,6,3],json_t:[3,5,6],see:[0,1,2,3,5,6,7],json_integer_is_long_long:3,dwheeler:3,expans:6,nest:3,smallish:4,upon:3,hand:[3,5],va_copi:5,user:[3,5,6],mani:[0,5,6,3],json_integer_set:[3,5],encrypt:3,stack:3,expand:[3,5],pull:6,test_load_callback:6,off:5,lib:0,discourag:3,mention:[0,7],find_packag:5,whole:[3,4],random:[3,5,1],parenthes:[3,5],autotool:[0,5],more:[0,5,6,3],exampl:[0,4,5,6,3],command:[0,6],ecmascript:7,uint32_t:5,endif:3,undefin:[3,5],json_object_key_to_it:3,model:2,lcurl:6,json_dump_callback:[3,5],latest:6,explan:6,load:6,construct:3,protocol:3,just:[0,5,6,3],when:[0,5,4,3,7,6],json_integer_format:3,exclud:7,obtain:[0,3],rest:3,refactor:5,aspect:3,json_is_object:[3,6],touch:3,config:[0,5],speed:3,languag:3,web:6,now:[0,4,5,6],struct:[3,5],widest:[3,4,5],also:[0,1,3,4,5,6,7],scenario:3,restructuredtext:0,supporetd:3,littl:5,desktop:2,add:[3,5,6,7],cleanup:5,simplejson:5,bigger:4,versa:3,json_loadb:[3,5],els:[3,6],expon:5,approxim:7,match:3,bin:5,int32:5,json_array_insert_new:3,refleak:5,format:[3,5,6],handl:[3,4,5,6,7],big:5,caller:3,howto:3,intuit:2,json_array_set_new:3,know:3,insert:[3,5],guid:5,bit:[3,4,5,1],password:3,l_isxdigit:5,licens:2,u0000:[3,5],loss:[3,7],ignor:[3,6],like:[3,5,7],success:[3,5],whitespac:[3,5],should:[3,4,5,1],changelog:5,integ:[3,5],mit:2,ldflag:5,collect:3,necessari:0,either:3,ieee:[3,7],furthermor:3,bunch:6,output:[3,5],hook:7,page:[2,3],underli:[3,4,5,7],encount:3,www:[0,3],json_load_callback:[3,5,6],old:4,deal:4,json_is_r:3,some:[0,5,6,3],json_decref:[3,5,6],vs2010:5,global:[3,5,1],shallow:[3,5],intern:[3,5,1,7],contin:5,sampl:3,proper:[3,6],guarante:[3,4],indirect:3,server:2,constitut:3,fromat:5,json_object_upd:3,win32:5,json_pack_ex:[3,5],friend:[5,1],lead:[3,5],json_object_set_new:3,leak:5,avoid:[3,5,6],extra:[3,4],json_string_length:[3,5],per:3,buffer:3,mathemat:7,larg:[7,5,1],prog:0,malloc_fn:3,three:3,freed:3,myint:3,run:[0,5,6,1,3],garbag:3,"enum":3,usag:[5,4,6],json_equ:[3,5],host:1,lexic:7,repositori:[0,6],offset:6,strlen:6,jansson_:3,microsecond:3,json_tru:3,chapter:[5,4],com (…)

Completed in 181 milliseconds