Searched refs:toadd (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/apache-793/httpd/server/
H A Dutil_cfgtree.c21 ap_directive_t *toadd, int child)
26 (*parent)->first_child = toadd;
27 toadd->parent = *parent;
31 *parent = toadd;
34 return toadd;
36 current->next = toadd;
37 toadd->parent = *parent;
40 *parent = toadd;
43 return toadd;
20 ap_add_node(ap_directive_t **parent, ap_directive_t *current, ap_directive_t *toadd, int child) argument
/macosx-10.10/apache-793/httpd/include/
H A Dutil_cfgtree.h86 * @param toadd The node to add to the tree
91 ap_directive_t *toadd, int child);
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c80 int addsubunit(char *product[], char *toadd);
83 int addunit(struct unittype *theunit, char *toadd, int flip, int quantity);
220 addsubunit(char *product[], char *toadd) argument
231 *ptr = dupstr(toadd);
299 addunit(struct unittype * theunit, char *toadd, int flip, int quantity) argument
306 if (!strlen(toadd))
309 savescr = scratch = dupstr(toadd);
538 char *toadd; local
552 toadd = lookupunit(*product);
553 if (!toadd) {
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_openssl.c185 ENGINE *toadd = engine_openssl(); local
186 if(!toadd) return;
187 ENGINE_add(toadd);
190 ENGINE_free(toadd);
H A Deng_dyn.c289 ENGINE *toadd = engine_dynamic(); local
290 if(!toadd) return;
291 ENGINE_add(toadd);
294 ENGINE_free(toadd);
H A Deng_padlock.c115 ENGINE *toadd = ENGINE_padlock (); local
116 if (!toadd) return;
117 ENGINE_add (toadd);
118 ENGINE_free (toadd);
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_nuron.c410 ENGINE *toadd = engine_nuron(); local
411 if(!toadd) return;
412 ENGINE_add(toadd);
413 ENGINE_free(toadd);
H A De_gmp.c198 ENGINE *toadd = engine_gmp(); local
199 if(!toadd) return;
200 ENGINE_add(toadd);
201 ENGINE_free(toadd);
H A De_atalla.c277 ENGINE *toadd = engine_atalla(); local
278 if(!toadd) return;
279 ENGINE_add(toadd);
280 ENGINE_free(toadd);
H A De_aep.c369 ENGINE *toadd = engine_aep();
370 if(!toadd) return;
371 ENGINE_add(toadd);
372 ENGINE_free(toadd);
H A De_chil.c406 ENGINE *toadd = engine_chil(); local
407 if(!toadd) return;
408 ENGINE_add(toadd);
409 ENGINE_free(toadd);
H A De_cswift.c302 ENGINE *toadd = engine_cswift(); local
303 if(!toadd) return;
304 ENGINE_add(toadd);
305 ENGINE_free(toadd);
H A De_sureware.c324 ENGINE *toadd = engine_sureware();
325 if(!toadd) return;
326 ENGINE_add(toadd);
327 ENGINE_free(toadd);
H A De_ubsec.c277 ENGINE *toadd = engine_ubsec(); local
278 if(!toadd) return;
279 ENGINE_add(toadd);
280 ENGINE_free(toadd);
H A De_capi.c556 ENGINE *toadd = engine_capi();
557 if(!toadd) return;
558 ENGINE_add(toadd);
559 ENGINE_free(toadd);
/macosx-10.10/top-100.1.2/
H A Dlayout.c62 /* This assumes that toadd is >= 1.0, so the caller must verify that. */
64 int maxy, int toadd) {
67 data.add = toadd;
63 enlarge(struct statistics_controller *c, int maxy, int toadd) argument
/macosx-10.10/OpenSSL098-52/src/demos/engines/ibmca/
H A Dhw_ibmca.c297 ENGINE *toadd = engine_ibmca(); local
298 if(!toadd) return;
299 ENGINE_add(toadd);
300 ENGINE_free(toadd);
/macosx-10.10/OpenSSL098-52/src/demos/engines/rsaref/
H A Drsaref.c266 ENGINE *toadd = engine_rsaref();
267 if(!toadd) return;
268 ENGINE_add(toadd);
269 ENGINE_free(toadd);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c69 struct SOSDigestVector toadd; member in struct:__OpaqueSecDbConnection
217 if (dbconn->todel.count || dbconn->toadd.count) {
219 dbconn->db->notifyPhase(dbconn, phase, dbconn->source, &dbconn->todel, &dbconn->toadd);
221 SOSDigestVectorFree(&dbconn->toadd);
1260 SOSDigestVectorAppend(&dbconn->toadd, CFDataGetBytePtr(inserted));
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c69 struct SOSDigestVector toadd; member in struct:__OpaqueSecDbConnection
217 if (dbconn->todel.count || dbconn->toadd.count) {
219 dbconn->db->notifyPhase(dbconn, phase, dbconn->source, &dbconn->todel, &dbconn->toadd);
221 SOSDigestVectorFree(&dbconn->toadd);
1260 SOSDigestVectorAppend(&dbconn->toadd, CFDataGetBytePtr(inserted));
/macosx-10.10/OpenSSL098-52/src/demos/engines/zencod/
H A Dhw_zencod.c392 ENGINE *toadd = ENGINE_zencod ( ) ; local
393 if ( !toadd ) return ;
394 ENGINE_add ( toadd ) ;
395 ENGINE_free ( toadd ) ;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py1411 toadd = set()
1424 toadd.add(value)
1427 self.unionSet_(toadd)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_convenience.py1441 toadd = set()
1454 toadd.add(value)
1457 self.unionSet_(toadd)
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmkdef.pl458 my $toadd = $a.":".$a1.(defined($k)?":".$k:"");
463 $variant{$s} .= $toadd;

Completed in 203 milliseconds