Searched refs:UPDATE (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.sbin/ypserv/
H A Dypinit.sh40 SERVERTYPE=UPDATE
65 SERVERTYPE=UPDATE
159 if [ "${SERVERTYPE}" != "UPDATE" ];
275 if [ "${SERVERTYPE}" = "UPDATE" ];
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql377 UPDATE NODES SET moved_to = NULL
389 UPDATE NODES SET op_depth = 0,
443 UPDATE actual_node SET properties = ?3
470 UPDATE nodes SET dav_cache = ?3
542 UPDATE nodes SET dav_cache = NULL
548 UPDATE nodes SET repos_id = ?4, dav_cache = NULL
560 UPDATE lock SET repos_id = ?2
564 UPDATE nodes SET translated_size = ?3, last_mod_time = ?4
574 UPDATE actual_node SET conflict_data = ?3
578 UPDATE actual_nod
[all...]
H A Dwc-metadata.sql504 UPDATE pristine SET refcount = refcount + 1
512 UPDATE pristine SET refcount = refcount - 1
517 AFTER UPDATE OF checksum ON nodes
521 UPDATE pristine SET refcount = refcount + 1
523 UPDATE pristine SET refcount = refcount - 1
639 UPDATE nodes SET presence = 'server-excluded' WHERE presence = 'absent';
643 UPDATE nodes SET file_external=1 WHERE file_external IS NOT NULL;
657 UPDATE actual_node SET conflict_data = ?3, conflict_old = NULL,
H A Dwc-checks.sql29 CREATE TEMPORARY TRIGGER no_repository_updates BEFORE UPDATE ON repository
/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII.c342 #define UPDATE(HC, MIB) \ macro
351 UPDATE(hc_inoctets, ifi_ibytes)
352 UPDATE(hc_outoctets, ifi_obytes)
353 UPDATE(hc_omcasts, ifi_omcasts)
354 UPDATE(hc_opackets, ifi_opackets)
355 UPDATE(hc_imcasts, ifi_imcasts)
356 UPDATE(hc_ipackets, ifi_ipackets)
358 #undef UPDATE macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c384 # define UPDATE(check, buf, len) \ macro
387 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1110 UPDATE(state->check, put - out, out);
1174 UPDATE(state->check, strm->next_out - out, out);
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.c450 # define UPDATE(check, buf, len) \ macro
453 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
1205 UPDATE(state->check, put - out, out);
1268 UPDATE(state->check, strm->next_out - out, out);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3597 #define UPDATE {UPDBITS UPDIN UPDOUT} macro
3598 #define LEAVE {UPDATE return inflate_flush(s,z,r);}
3750 /* copy input/output information to locals (UPDATE macro restores) */
3971 UPDATE
4084 UPDATE
4704 /* copy input/output information to locals (UPDATE macro restores) */
4714 UPDATE
5082 UPDATE
5105 UPDATE
5112 UPDATE
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c514 if (sc->sc_updateslot == UPDATE) {
H A Dif_athvar.h786 UPDATE, /* update pending */ enumerator in enum:ath_softc::__anon9274
H A Dif_ath.c3629 sc->sc_updateslot = UPDATE;
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c94 SADB_NAME(UPDATE);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3348 ** only, that is DELETE, INSERT, SELECT, and UPDATE statements. The
3512 ** deleted by the most recently completed INSERT, UPDATE or DELETE
3517 ** ^Only changes made directly by the INSERT, UPDATE or DELETE statement are
3523 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
3537 ** <li> ^(Within a trigger program each INSERT, UPDATE and DELETE
3545 ** by the first INSERT, UPDATE or DELETE statement within a trigger, it
3549 ** previous INSERT, UPDATE or DELETE statement within the same trigger.
3570 ** deleted by all [INSERT], [UPDATE] or [DELETE] statements completed
3622 ** ^If the interrupted SQL operation is an INSERT, UPDATE, or DELETE
5572 ** [prepared statement] returns no data (for example an [UPDATE])
[all...]

Completed in 446 milliseconds